aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.c
Commit message (Expand)AuthorAgeFilesLines
...
* compiler warnings fixedFrederic Culot2007-07-291-3/+3
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-198/+201
* day_process_storage() addedFrederic Culot2007-07-201-1/+36
* day_edit_item() and day_check_if_item() prototype updatedFrederic Culot2007-07-011-8/+11
* bugfix: item ending time is now assigned to correct day in day_edit_item()Frederic Culot2007-05-061-10/+6
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-5/+6
* global variable 'colr' suppressedFrederic Culot2007-03-101-11/+14
* updated call to notify_check_added()Frederic Culot2007-02-251-3/+5
* day_item_s2apoint_s() updated to take item state into accountFrederic Culot2007-02-241-30/+43
* user canceling now taken into accountFrederic Culot2007-01-161-6/+14
* display adjustment in day_write_pad()Frederic Culot2006-12-211-2/+2
* bugfix in day_edit_item(): end time does not change if start time is editedFrederic Culot2006-12-191-1/+2
* parentheses added to fix a warningFrederic Culot2006-12-151-6/+6
* improvements in the memory deallocation in day_edit_item()Frederic Culot2006-12-141-17/+27
* day_edit_time() finished, day_erase_item() updated to add the 'force_erase' f...Frederic Culot2006-12-081-19/+199
* day_edit_item() createdFrederic Culot2006-11-301-1/+37
* day_write_pad() updated to add an asterisk in front of recurrent itemsFrederic Culot2006-10-281-5/+9
* appt_pos added to the day_item_s structure to fix the bug causing the deletio...Frederic Culot2006-09-141-9/+14
* several routines updated to take new appointment linked list structure into a...Frederic Culot2006-09-121-21/+37
* fixed a bug in day_write_pad() which could cause a misplacement of the line b...Frederic Culot2006-09-021-2/+3
* bugfix: events and appointments are now sorted properlyFrederic Culot2006-08-251-4/+11
* memory allocation problem fixedFrederic Culot2006-08-231-10/+4
* updated calls to recur_item_inday()Frederic Culot2006-08-061-7/+20
* day_erase_item() updatedFrederic Culot2006-08-021-14/+21
* day_erase_item() createdFrederic Culot2006-08-011-1/+51
* Initial revisionFrederic Culot2006-07-311-0/+362