aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add_todo() moved from calcurse.c to todo_new_item()Frederic Culot2006-08-301-2/+21
* Initial revisionFrederic Culot2006-07-311-0/+80