aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.c
Commit message (Expand)AuthorAgeFilesLines
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-49/+51
* Mark todo_get_position() publicLukas Fleischer2013-02-141-1/+1
* todo.c: Split out UI-related functionsLukas Fleischer2013-02-141-179/+0
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Add compact panels supportLukas Fleischer2012-11-251-2/+2
* Avoid core dump if window is too smallLukas Fleischer2012-11-251-0/+3
* Refactor todo_chg_priority()Lukas Fleischer2012-11-181-18/+7
* Use integers rather than floats everywhereLukas Fleischer2012-07-101-3/+2
* Revise todo_delete_note_bynum()Lukas Fleischer2012-07-041-7/+1
* Make *_free() publicLukas Fleischer2012-06-301-1/+1
* Add an item parameter to various todo_*() functionsLukas Fleischer2012-06-301-11/+4
* Revise *_delete{,_bynum}()Lukas Fleischer2012-06-301-4/+3
* Move interaction functions to a separate fileLukas Fleischer2012-06-301-105/+3
* 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