| Commit message (Expand) | Author | Age | Files | Lines |
* | Trap fgets() failure in *_scan() | Lukas Fleischer | 2012-02-18 | 1 | -1/+3 |
* | src/apoint.c: Update in-notify-bar help for new duration syntax | Baptiste Jonglez | 2012-01-07 | 1 | -2/+2 |
* | src/apoint.c: Fix a length bug introduced by new duration format | Baptiste Jonglez | 2012-01-07 | 1 | -1/+1 |
* | src/apoint.c: Remove several unneeded variables | Lukas Fleischer | 2011-12-05 | 1 | -36/+30 |
* | src/apoint.c: Remove apoint_recur_s2apoint_s() | Lukas Fleischer | 2011-11-14 | 1 | -16/+0 |
* | Removed unused parameter from apoint_sec2str() | Lukas Fleischer | 2011-11-14 | 1 | -1/+1 |
* | Use a global configuration variable | Lukas Fleischer | 2011-11-14 | 1 | -2/+2 |
* | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -8/+8 |
* | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -25/+20 |
* | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -2/+2 |
* | src/apoint.c: Format recurrent multi-day items properly | Lukas Fleischer | 2011-10-21 | 1 | -2/+2 |
* | Make events start on 00:00 (12:00 a.m.) | Lukas Fleischer | 2011-10-21 | 1 | -1/+1 |
* | src/apoint.c: Resize duration input field | Lukas Fleischer | 2011-10-06 | 1 | -1/+2 |
* | Use parse_{time,duration}() where appropriate | Lukas Fleischer | 2011-10-06 | 1 | -25/+25 |
* | Add count parameter to *_{in,de}crease() | Lukas Fleischer | 2011-10-06 | 1 | -4/+4 |
* | 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 | -9/+7 |
* | Fix apoint_get() call in apoint_switch_notify() | Lukas Fleischer | 2011-07-29 | 1 | -1/+1 |
* | Update the notification item in *_paste_item() | Lukas Fleischer | 2011-07-29 | 1 | -0/+4 |
* | Add "force" parameter to notify_check_next_app() | Lukas Fleischer | 2011-07-29 | 1 | -2/+2 |
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Use generic lists for appointments. | Lukas Fleischer | 2011-04-19 | 1 | -138/+94 |
* | Use do-while loops when reading start time and duration in apoint_add(). | Lukas Fleischer | 2011-04-12 | 1 | -2/+5 |
* | Remove some more dead assignments spotted by clang-analyzer. | Lukas Fleischer | 2011-04-12 | 1 | -1/+0 |
* | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | 2011-04-05 | 1 | -4/+4 |
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -155/+155 |
* | Parse appointment end times correctly if they date back. | Lukas Fleischer | 2011-03-13 | 1 | -1/+1 |
* | 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 | -45/+34 |
* | Make use of erase_note() whenever possible. | Frederic Culot | 2009-07-19 | 1 | -15/+4 |
* | stdbool header removed, unsigned type used instead | Frederic Culot | 2009-07-12 | 1 | -5/+5 |
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -14/+26 |
* | The buffer should be allocated dynamically, but I am quite busy right now :'(... | Frederic Culot | 2009-05-22 | 1 | -3/+3 |
* | more code cleanup | Frederic Culot | 2009-01-03 | 1 | -12/+19 |
* | code cleanup | Frederic Culot | 2009-01-02 | 1 | -13/+13 |
* | various bugfixes | Frederic Culot | 2009-01-02 | 1 | -3/+3 |
* | cut/paste feature aded | Frederic Culot | 2009-01-01 | 1 | -9/+115 |
* | Added wrappers around libc's memory management functions, to easily debug mem... | Frederic Culot | 2008-12-28 | 1 | -53/+64 |
* | small bugfixes and a major one (freeze when deleting an appointment's note, t... | Frederic Culot | 2008-12-15 | 1 | -5/+6 |
* | small bugfixes and code cleanup | Frederic Culot | 2008-12-14 | 1 | -10/+6 |
* | code cleanup | Frederic Culot | 2008-12-12 | 1 | -8/+5 |
* | 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 | -5/+6 |
* | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | 2008-04-19 | 1 | -15/+15 |
* | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | 2008-04-12 | 1 | -461/+505 |
* | Code parts related to item update rewritten | Frederic Culot | 2008-01-20 | 1 | -9/+27 |
* | Ability to attach notes to appointments and events added | Frederic Culot | 2008-01-13 | 1 | -36/+37 |