aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
|
* Make parse_date accept several short forms.Lukas Fleischer2011-01-111-2/+2
| | | | | | | | | Short forms are only accepted in interactive mode (e.g. when using the "Go to" function, editing a recurrent item's end date, and so on). Samples: "1/1/30" for "01/01/2030", "26" for the 26th of the currently selected month/year or "3/1" for Mar 01 (or Jan 03, depending on the date format) of the currently selected year.
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-64/+66
|
* Bugfix in the way time slices are filled.Frederic Culot2009-10-161-5/+11
|
* More work on the weekly calendar view.Frederic Culot2009-10-081-1/+66
|
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-5/+5
|
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
|
* more code cleanupFrederic Culot2009-01-031-51/+34
|
* code cleanupFrederic Culot2009-01-021-10/+10
|
* various bugfixesFrederic Culot2009-01-021-3/+3
|
* cut/paste feature adedFrederic Culot2009-01-011-4/+70
| | | | | fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it)
* Automatic periodic saves implementedFrederic Culot2008-12-281-2/+2
|
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-281-38/+53
| | | | memory usage
* small bugfixes and a major one (freeze when deleting an appointment's note, ↵Frederic Culot2008-12-151-4/+8
| | | | thanks Jan for reporting it)
* code cleanupFrederic Culot2008-12-121-4/+2
|
* color configuration menu adapted to handle user-defined key bindingsFrederic Culot2008-12-081-7/+7
|
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-11/+11
|
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-17/+18
|
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-191-6/+3
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-685/+747
|
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-091-16/+18
|
* Code parts related to item update rewrittenFrederic Culot2008-01-201-215/+231
|
* minor improvements and bugfixesFrederic Culot2008-01-171-11/+16
|
* Ability to attach notes to appointments and events addedFrederic Culot2008-01-131-56/+151
|
* Ability to attach notes to todo items addedFrederic Culot2007-12-301-8/+66
|
* routines updated to handle new window_t and window_e typesFrederic Culot2007-10-211-15/+15
|
* day_edit_item() updated to use apoint_hilt()Frederic Culot2007-08-151-2/+4
|
* memory leak fixed in day_item_s2apoint_s()Frederic Culot2007-08-041-14/+8
|
* error handling while in ncurses mode improvedFrederic Culot2007-08-041-5/+4
|
* 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
| | | | | day_item_nb() created day_edit_item() and day_erase_item() updated to use day_item_nb()
* 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
| | | | sprintf replaced by snprintf and strcpy replaced by strncpy
* 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' ↵Frederic Culot2006-12-081-19/+199
| | | | flag, and day_edit_time() created
* 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 ↵Frederic Culot2006-09-141-9/+14
| | | | deletion of the wrong recurrent appointment
* several routines updated to take new appointment linked list structure into ↵Frederic Culot2006-09-121-21/+37
| | | | account
* fixed a bug in day_write_pad() which could cause a misplacement of the line ↵Frederic Culot2006-09-021-2/+3
| | | | between events and appointments