summaryrefslogtreecommitdiff
path: root/src/ui-todo.c
AgeCommit message (Expand)Author
2023-04-11Update copyright ranges for 2023Lukas Fleischer
2023-01-31Check that note files open before reading themNicholas Johnson
2022-12-25Extend default description to all item typesLukas Fleischer
2022-03-11Update copyright ranges for 2022Lukas Fleischer
2021-04-04Call setsid() for hook/notification commandsLukas Fleischer
2021-04-04Add parameter to redirect stderr to shell_exec()Lukas Fleischer
2020-10-11Implemented rendering of notes in todo viewAmbika Eshwar
2020-01-30Update copyright rangesLukas Fleischer
2019-11-03Allow discarding a todo item from the priority promptLukas Fleischer
2019-11-03Support RET to set the todo item priority to 0Issam Maghni
2018-05-26Scrollbar and right window border (corrected)Lars Henriksen
2017-09-03Replace remaining uses of wgetch() by keys_wgetch()Lukas Fleischer
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-18Make automatic selection of todo items smarterLukas Fleischer
2016-01-18Improve ordering of todo itemsLukas Fleischer
2016-01-18Hide "0." prefix of todo items with undefined priorityLukas Fleischer
2016-01-18Save active view on the todo panelLukas Fleischer
2016-01-18Support todo items with an undefined priorityLukas Fleischer
2016-01-18Use a separate field for the completed statusLukas Fleischer
2016-01-18Add a "hide completed" view to the todo panelLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-07-16Warn when reloading with unsaved modificationsLukas Fleischer
2014-07-09Do not highlight items on inactive windowsLukas Fleischer
2014-07-09Load todo items on startupLukas Fleischer
2014-05-18Add support for caption rows in list boxesLukas Fleischer
2014-05-18ui-calendar: Use scroll window implementationLukas Fleischer
2014-05-18ui-todo: Large-scale refactoringLukas Fleischer
2013-05-14Fix a couple of translatable stringsLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-14ui-todo.c: Refactor ui_todo_chg_priority()Lukas Fleischer
2013-02-14todo.c: Split out UI-related functionsLukas Fleischer
2013-02-14Split out UI functions for todo itemsLukas Fleischer