| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | src/todo.c: Remove several unneeded variables | Lukas Fleischer | 2011-12-09 | 1 | -19/+14 |
* | Use a global configuration variable | Lukas Fleischer | 2011-11-14 | 1 | -2/+2 |
* | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -5/+5 |
* | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -4/+4 |
* | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | Add count parameter to *_{in,de}crease() | Lukas Fleischer | 2011-10-06 | 1 | -8/+8 |
* | Remove temporary highlight pointers | Lukas Fleischer | 2011-10-06 | 1 | -1/+1 |
* | Do not unlink() note files on note removal | Lukas Fleischer | 2011-10-05 | 1 | -6/+6 |
* | Accept variable length note names | Lukas Fleischer | 2011-10-05 | 1 | -2/+2 |
* | Refactor out note functions | Lukas Fleischer | 2011-07-21 | 1 | -25/+4 |
* | Add todo_pipe_item() function | Lukas Fleischer | 2011-07-05 | 1 | -0/+29 |
* | Refactor out todo item serialization | Lukas Fleischer | 2011-07-02 | 1 | -0/+9 |
* | Use constant for maximum UTF-8 character size | Lukas Fleischer | 2011-07-02 | 1 | -1/+1 |
* | Make display_todo_item() UTF-8 compatible | Lukas Fleischer | 2011-07-02 | 1 | -5/+14 |
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Return -1 in io_file_is_empty() if file cannot be accessed. | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Use generic lists for todo items. | Lukas Fleischer | 2011-04-19 | 1 | -105/+72 |
* | Drop empty notes after editing. | Lukas Fleischer | 2011-04-12 | 1 | -0/+3 |
* | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | 2011-04-05 | 1 | -4/+4 |
* | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer | 2011-04-03 | 1 | -3/+1 |
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -52/+52 |
* | Update website links to match the new URL. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
* | Fixed file permissions. | Lukas Fleischer | 2011-03-03 | 1 | -0/+0 |
* | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | 2010-03-20 | 1 | -28/+23 |
* | Make use of erase_note() whenever possible. | Frederic Culot | 2009-07-19 | 1 | -5/+3 |
* | stdbool header removed, unsigned type used instead | Frederic Culot | 2009-07-12 | 1 | -6/+6 |
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -14/+26 |
* | Ability to flag todo items as completed. | Frederic Culot | 2009-06-26 | 1 | -8/+39 |
* | more code cleanup | Frederic Culot | 2009-01-03 | 1 | -4/+4 |
* | various bugfixes | Frederic Culot | 2009-01-02 | 1 | -3/+3 |
* | Added wrappers around libc's memory management functions, to easily debug mem... | Frederic Culot | 2008-12-28 | 1 | -11/+31 |
* | small bugfixes and a major one (freeze when deleting an appointment's note, t... | Frederic Culot | 2008-12-15 | 1 | -3/+3 |
* | code cleanup | Frederic Culot | 2008-12-12 | 1 | -19/+14 |
* | color configuration menu adapted to handle user-defined key bindings | Frederic Culot | 2008-12-08 | 1 | -2/+2 |
* | Checks added while loading key bindings configuration. | Frederic Culot | 2008-12-07 | 1 | -4/+4 |
* | More work on implementing user-definable keybindings | Frederic Culot | 2008-11-16 | 1 | -7/+7 |
* | Loading of user-configurable keys implemented | Frederic Culot | 2008-11-09 | 1 | -3/+4 |
* | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | 2008-04-19 | 1 | -11/+11 |
* | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | 2008-04-12 | 1 | -311/+336 |
* | no more segfault when changing item priority (fixes Debian Bug #469297) | Frederic Culot | 2008-04-04 | 1 | -7/+10 |
* | Code parts related to item update rewritten | Frederic Culot | 2008-01-20 | 1 | -3/+3 |
* | Ability to attach notes to appointments and events added | Frederic Culot | 2008-01-13 | 1 | -10/+3 |
* | Notes attached to todos can now be suppressed | Frederic Culot | 2007-12-31 | 1 | -18/+82 |
* | Ability to attach notes to todo items added | Frederic Culot | 2007-12-30 | 1 | -10/+71 |
* | routines updated to handle new window_t and window_e types | Frederic Culot | 2007-10-21 | 1 | -10/+11 |
* | hilt_tod moved to static variable hilt | Frederic Culot | 2007-08-15 | 1 | -36/+112 |
* | unuseful headers removed and some functions became static | Frederic Culot | 2007-07-28 | 1 | -44/+40 |