summaryrefslogtreecommitdiff
path: root/src/todo.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-10-14Prevent segfault when all todo items are hiddenLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-27Display priority todo items above regular itemsLukas Fleischer
2016-01-18Make automatic selection of todo items smarterLukas Fleischer
2016-01-18Improve ordering of todo itemsLukas Fleischer
2016-01-18Use a separate field for the completed statusLukas Fleischer
2016-01-18Add a "hide completed" view to the todo panelLukas Fleischer
2016-01-13Add long format specifiers "raw" and "hash"Lukas Fleischer
2016-01-13Implement {apoint,event,todo}_tostr()Lukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-05-18ui-todo: Large-scale refactoringLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-14Mark todo_get_position() publicLukas Fleischer
2013-02-14todo.c: Split out UI-related functionsLukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-11-25Add compact panels supportLukas Fleischer
2012-11-25Avoid core dump if window is too smallLukas Fleischer
2012-11-18Refactor todo_chg_priority()Lukas Fleischer
2012-07-10Use integers rather than floats everywhereLukas Fleischer
2012-07-04Revise todo_delete_note_bynum()Lukas Fleischer
2012-06-30Make *_free() publicLukas Fleischer
2012-06-30Add an item parameter to various todo_*() functionsLukas Fleischer
2012-06-30Revise *_delete{,_bynum}()Lukas Fleischer
2012-06-30Move interaction functions to a separate fileLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-16Allow passing additional parameters to shell_exec()Lukas Fleischer
2012-05-14Factorize boolean user prompting.Baptiste Jonglez
2012-05-14Use status_ask_choice() where applicableBaptiste Jonglez
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-20Mark several functions staticLukas Fleischer
2012-04-06Miscellaneous small code cleanupsLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2011-12-09src/todo.c: Remove several unneeded variablesLukas Fleischer
2011-11-14Use a global configuration variableLukas Fleischer
2011-11-02Remove parentheses from return statementsLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-11-02Avoid use of printf()/fprintf()Lukas Fleischer
2011-10-06Add count parameter to *_{in,de}crease()Lukas Fleischer
2011-10-06Remove temporary highlight pointersLukas Fleischer
2011-10-05Do not unlink() note files on note removalLukas Fleischer
2011-10-05Accept variable length note namesLukas Fleischer
2011-07-21Refactor out note functionsLukas Fleischer
2011-07-05Add todo_pipe_item() functionLukas Fleischer
2011-07-02Refactor out todo item serializationLukas Fleischer
2011-07-02Use constant for maximum UTF-8 character sizeLukas Fleischer
2011-07-02Make display_todo_item() UTF-8 compatibleLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-22Return -1 in io_file_is_empty() if file cannot be accessed.Lukas Fleischer