Age | Commit message (Expand) | Author |
2016-01-27 | Display priority todo items above regular items | Lukas Fleischer |
2016-01-18 | Make automatic selection of todo items smarter | Lukas Fleischer |
2016-01-18 | Improve ordering of todo items | Lukas Fleischer |
2016-01-18 | Use a separate field for the completed status | Lukas Fleischer |
2016-01-18 | Add a "hide completed" view to the todo panel | Lukas Fleischer |
2016-01-13 | Add long format specifiers "raw" and "hash" | Lukas Fleischer |
2016-01-13 | Implement {apoint,event,todo}_tostr() | Lukas Fleischer |
2015-02-07 | Update copyright ranges | Lukas Fleischer |
2014-05-18 | ui-todo: Large-scale refactoring | Lukas Fleischer |
2013-04-14 | Use tabs instead of spaces for indentation | Lukas Fleischer |
2013-02-14 | Mark todo_get_position() public | Lukas Fleischer |
2013-02-14 | todo.c: Split out UI-related functions | Lukas Fleischer |
2013-02-04 | Update copyright ranges | Lukas Fleischer |
2012-11-25 | Add compact panels support | Lukas Fleischer |
2012-11-25 | Avoid core dump if window is too small | Lukas Fleischer |
2012-11-18 | Refactor todo_chg_priority() | Lukas Fleischer |
2012-07-10 | Use integers rather than floats everywhere | Lukas Fleischer |
2012-07-04 | Revise todo_delete_note_bynum() | Lukas Fleischer |
2012-06-30 | Make *_free() public | Lukas Fleischer |
2012-06-30 | Add an item parameter to various todo_*() functions | Lukas Fleischer |
2012-06-30 | Revise *_delete{,_bynum}() | Lukas Fleischer |
2012-06-30 | Move interaction functions to a separate file | Lukas Fleischer |
2012-05-21 | Switch to Linux kernel coding style | Lukas Fleischer |
2012-05-16 | Allow passing additional parameters to shell_exec() | Lukas Fleischer |
2012-05-14 | Factorize boolean user prompting. | Baptiste Jonglez |
2012-05-14 | Use status_ask_choice() where applicable | Baptiste Jonglez |
2012-05-08 | Declare several parameters/variables constant | Lukas Fleischer |
2012-04-20 | Mark several functions static | Lukas Fleischer |
2012-04-06 | Miscellaneous small code cleanups | Lukas Fleischer |
2012-04-05 | Mark localized string literals constant | Lukas Fleischer |
2012-03-26 | Update copyright ranges | Lukas Fleischer |
2011-12-09 | src/todo.c: Remove several unneeded variables | Lukas Fleischer |
2011-11-14 | Use a global configuration variable | Lukas Fleischer |
2011-11-02 | Remove parentheses from return statements | Lukas Fleischer |
2011-11-02 | Do not cast unused return values to void | Lukas Fleischer |
2011-11-02 | Avoid use of printf()/fprintf() | Lukas Fleischer |
2011-10-06 | Add count parameter to *_{in,de}crease() | Lukas Fleischer |
2011-10-06 | Remove temporary highlight pointers | Lukas Fleischer |
2011-10-05 | Do not unlink() note files on note removal | Lukas Fleischer |
2011-10-05 | Accept variable length note names | Lukas Fleischer |
2011-07-21 | Refactor out note functions | Lukas Fleischer |
2011-07-05 | Add todo_pipe_item() function | Lukas Fleischer |
2011-07-02 | Refactor out todo item serialization | Lukas Fleischer |
2011-07-02 | Use constant for maximum UTF-8 character size | Lukas Fleischer |
2011-07-02 | Make display_todo_item() UTF-8 compatible | Lukas Fleischer |
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer |
2011-04-22 | Return -1 in io_file_is_empty() if file cannot be accessed. | Lukas Fleischer |
2011-04-19 | Use generic lists for todo items. | Lukas Fleischer |
2011-04-12 | Drop empty notes after editing. | Lukas Fleischer |
2011-04-05 | Compare pointers to "NULL" instead of "0". | Lukas Fleischer |