aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui-todo.c
Commit message (Expand)AuthorAgeFilesLines
* Scrollbar and right window border (corrected)Lars Henriksen2018-05-261-2/+2
* Replace remaining uses of wgetch() by keys_wgetch()Lukas Fleischer2017-09-031-1/+1
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Prevent segfault when all todo items are hiddenLukas Fleischer2016-10-141-21/+25
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Make automatic selection of todo items smarterLukas Fleischer2016-01-181-7/+13
* Improve ordering of todo itemsLukas Fleischer2016-01-181-2/+8
* Hide "0." prefix of todo items with undefined priorityLukas Fleischer2016-01-181-9/+29
* Save active view on the todo panelLukas Fleischer2016-01-181-0/+11
* Support todo items with an undefined priorityLukas Fleischer2016-01-181-4/+4
* Use a separate field for the completed statusLukas Fleischer2016-01-181-5/+6
* Add a "hide completed" view to the todo panelLukas Fleischer2016-01-181-10/+50
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Warn when reloading with unsaved modificationsLukas Fleischer2014-07-161-0/+7
* Do not highlight items on inactive windowsLukas Fleischer2014-07-091-0/+2
* Load todo items on startupLukas Fleischer2014-07-091-0/+5
* Add support for caption rows in list boxesLukas Fleischer2014-05-181-0/+5
* ui-calendar: Use scroll window implementationLukas Fleischer2014-05-181-1/+0
* ui-todo: Large-scale refactoringLukas Fleischer2014-05-181-161/+113
* Fix a couple of translatable stringsLukas Fleischer2013-05-141-7/+7
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-176/+184
* Fix braces in if-else statementsLukas Fleischer2013-02-171-2/+2
* ui-todo.c: Refactor ui_todo_chg_priority()Lukas Fleischer2013-02-141-19/+10
* todo.c: Split out UI-related functionsLukas Fleischer2013-02-141-14/+193
* Split out UI functions for todo itemsLukas Fleischer2013-02-141-0/+140