aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.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
|
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-28/+23
|
* Make use of erase_note() whenever possible.Frederic Culot2009-07-191-5/+3
|
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-6/+6
|
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
|
* Ability to flag todo items as completed.Frederic Culot2009-06-261-8/+39
|
* more code cleanupFrederic Culot2009-01-031-4/+4
|
* various bugfixesFrederic Culot2009-01-021-3/+3
|
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-281-11/+31
| | | | memory usage
* small bugfixes and a major one (freeze when deleting an appointment's note, ↵Frederic Culot2008-12-151-3/+3
| | | | thanks Jan for reporting it)
* code cleanupFrederic Culot2008-12-121-19/+14
|
* color configuration menu adapted to handle user-defined key bindingsFrederic Culot2008-12-081-2/+2
|
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-4/+4
|
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-7/+7
|
* Loading of user-configurable keys implementedFrederic Culot2008-11-091-3/+4
|
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-191-11/+11
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-311/+336
|
* no more segfault when changing item priority (fixes Debian Bug #469297)Frederic Culot2008-04-041-7/+10
|
* Code parts related to item update rewrittenFrederic Culot2008-01-201-3/+3
|
* Ability to attach notes to appointments and events addedFrederic Culot2008-01-131-10/+3
|
* Notes attached to todos can now be suppressedFrederic Culot2007-12-311-18/+82
|
* Ability to attach notes to todo items addedFrederic Culot2007-12-301-10/+71
|
* routines updated to handle new window_t and window_e typesFrederic Culot2007-10-211-10/+11
|
* hilt_tod moved to static variable hiltFrederic Culot2007-08-151-36/+112
| | | | | | todo_hilt(), todo_hilt_set(), todo_hilt_decrease(), todo_hilt_increase(), todo_saved_mesg(), todo_nb(), todo_set_nb(), todo_set_first(), todo_first_increase(), todo_first_decrease(), todo_hilt_pos() added
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-44/+40
|
* todo_update_panel() and todo_delete() addedFrederic Culot2007-07-211-1/+85
|
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-4/+4
|
* global variable 'colr' suppressedFrederic Culot2007-03-101-10/+17
|
* use of getstring() definesFrederic Culot2007-01-161-3/+4
|
* strcpy replaced by strncpyFrederic Culot2006-12-151-2/+2
|
* bugfix: call to getstring() corrected in todo_new_item()Frederic Culot2006-12-131-2/+2
|
* todo_edit_item() createdFrederic Culot2006-11-021-2/+13
|
* getstring() call in todo_new_item() updatedFrederic Culot2006-10-281-4/+3
|
* fixed a possible infinite loop in todo_get_position()Frederic Culot2006-09-021-7/+15
|
* todo_insert() suppressedFrederic Culot2006-08-311-18/+80
| | | | | | todo_new_item() updated to ask for priority todo_add() updated to sort items by priority order todo_get_priority(), todo_get_item() and todo_get_position() created
* add_todo() moved from calcurse.c to todo_new_item()Frederic Culot2006-08-301-2/+21
|
* Initial revisionFrederic Culot2006-07-311-0/+80