aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-232/+189
* Allow passing additional parameters to shell_exec()Lukas Fleischer2012-05-161-1/+2
* Factorize boolean user prompting.Baptiste Jonglez2012-05-141-11/+2
* Use status_ask_choice() where applicableBaptiste Jonglez2012-05-141-14/+10
* Declare several parameters/variables constantLukas Fleischer2012-05-081-2/+2
* Mark several functions staticLukas Fleischer2012-04-201-1/+1
* Miscellaneous small code cleanupsLukas Fleischer2012-04-061-2/+1
* Mark localized string literals constantLukas Fleischer2012-04-051-6/+6
* 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