aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* src/todo.c: Remove several unneeded variablesLukas Fleischer2011-12-091-19/+14
* Use a global configuration variableLukas Fleischer2011-11-141-2/+2
* Remove parentheses from return statementsLukas Fleischer2011-11-021-5/+5
* Do not cast unused return values to voidLukas Fleischer2011-11-021-4/+4
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-1/+1
* Add count parameter to *_{in,de}crease()Lukas Fleischer2011-10-061-8/+8
* Remove temporary highlight pointersLukas Fleischer2011-10-061-1/+1
* Do not unlink() note files on note removalLukas Fleischer2011-10-051-6/+6
* Accept variable length note namesLukas Fleischer2011-10-051-2/+2
* Refactor out note functionsLukas Fleischer2011-07-211-25/+4
* Add todo_pipe_item() functionLukas Fleischer2011-07-051-0/+29
* Refactor out todo item serializationLukas Fleischer2011-07-021-0/+9
* Use constant for maximum UTF-8 character sizeLukas Fleischer2011-07-021-1/+1
* Make display_todo_item() UTF-8 compatibleLukas Fleischer2011-07-021-5/+14
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Return -1 in io_file_is_empty() if file cannot be accessed.Lukas Fleischer2011-04-221-1/+1
* Use generic lists for todo items.Lukas Fleischer2011-04-191-105/+72
* Drop empty notes after editing.Lukas Fleischer2011-04-121-0/+3
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-4/+4
* Remove dead assignments spotted by clang-analyzer.Lukas Fleischer2011-04-031-3/+1
* Overall indentation fixes.Lukas Fleischer2011-03-141-52/+52
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* 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 mem...Frederic Culot2008-12-281-11/+31
* small bugfixes and a major one (freeze when deleting an appointment's note, t...Frederic Culot2008-12-151-3/+3
* 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
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-44/+40