aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.h
Commit message (Collapse)AuthorAgeFilesLines
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-74/+0
|
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
|
* Ability to flag todo items as completed.Frederic Culot2009-06-261-2/+3
|
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-281-1/+2
| | | | memory usage
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-191-4/+2
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-26/+27
|
* Ability to attach notes to todo items addedFrederic Culot2007-12-301-5/+8
|
* hilt_tod moved to static variable hiltFrederic Culot2007-08-151-6/+17
| | | | | | 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-4/+1
|
* includes updatedFrederic Culot2007-07-231-1/+3
|
* todo_update_panel() and todo_delete() addedFrederic Culot2007-07-211-8/+10
|
* global variable 'colr' suppressedFrederic Culot2007-03-101-4/+4
|
* todo_edit_item() createdFrederic Culot2006-11-021-1/+2
|
* todo_chg_priority(), todo_get_item() and todo_get_position() addedFrederic Culot2006-08-311-2/+4
| | | | todo_insert() suppressed
* todo_new_item() added and id added to todo_s structureFrederic Culot2006-08-301-2/+4
|
* Initial revisionFrederic Culot2006-07-311-0/+41