Age | Commit message (Expand) | Author |
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 |
2011-04-03 | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer |
2011-03-14 | Overall indentation fixes. | Lukas Fleischer |
2011-03-04 | Update website links to match the new URL. | Lukas Fleischer |
2011-03-04 | Update mail addresses to match the new mailing lists. | Lukas Fleischer |
2011-03-03 | Remove CVS "$Id" headers. | Lukas Fleischer |
2011-03-03 | Fixed file permissions. | Lukas Fleischer |
2010-03-20 | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot |
2009-07-19 | Make use of erase_note() whenever possible. | Frederic Culot |
2009-07-12 | stdbool header removed, unsigned type used instead | Frederic Culot |
2009-07-05 | Switch to BSD license. | Frederic Culot |
2009-06-26 | Ability to flag todo items as completed. | Frederic Culot |
2009-01-03 | more code cleanup | Frederic Culot |
2009-01-02 | various bugfixes | Frederic Culot |
2008-12-28 | Added wrappers around libc's memory management functions, to easily debug mem... | Frederic Culot |
2008-12-15 | small bugfixes and a major one (freeze when deleting an appointment's note, t... | Frederic Culot |
2008-12-12 | code cleanup | Frederic Culot |
2008-12-08 | color configuration menu adapted to handle user-defined key bindings | Frederic Culot |
2008-12-07 | Checks added while loading key bindings configuration. | Frederic Culot |
2008-11-16 | More work on implementing user-definable keybindings | Frederic Culot |
2008-11-09 | Loading of user-configurable keys implemented | Frederic Culot |
2008-04-19 | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot |
2008-04-12 | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot |
2008-04-04 | no more segfault when changing item priority (fixes Debian Bug #469297) | Frederic Culot |
2008-01-20 | Code parts related to item update rewritten | Frederic Culot |