Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | src/event.c: Fix event_inday() | Lukas Fleischer | 2011-10-21 | 1 | -1/+1 | |
* | | TODO: Remove the duration format improvement suggestion | Lukas Fleischer | 2011-10-21 | 1 | -2/+0 | |
* | | src/help.c: Update messages referring to durations | Lukas Fleischer | 2011-10-06 | 1 | -3/+3 | |
* | | src/apoint.c: Resize duration input field | Lukas Fleischer | 2011-10-06 | 1 | -1/+2 | |
* | | src/utils.c: Support more powerful duration strings | Lukas Fleischer | 2011-10-06 | 1 | -23/+100 | |
* | | src/utils.c: Remove check_time() | Lukas Fleischer | 2011-10-06 | 2 | -32/+0 | |
* | | Use parse_{time,duration}() where appropriate | Lukas Fleischer | 2011-10-06 | 2 | -43/+39 | |
* | | src/utils.c: Introduce parse_{time,duration}() | Lukas Fleischer | 2011-10-06 | 2 | -0/+87 | |
* | | src/calcurse.h: Rework date manipulation constants | Lukas Fleischer | 2011-10-06 | 1 | -5/+13 | |
* | | src/utils.c: Mark input string of parse_date() const | Lukas Fleischer | 2011-10-06 | 2 | -5/+5 | |
* | | src/calcurse.c: Support count prefixes for motions | Lukas Fleischer | 2011-10-06 | 1 | -19/+33 | |
* | | Add count buffer to keys_getch() | Lukas Fleischer | 2011-10-06 | 5 | -12/+27 | |
* | | Add count parameter to *_{in,de}crease() | Lukas Fleischer | 2011-10-06 | 4 | -26/+26 | |
* | | src/calendar.c: Add a count parameter to calendar_move() | Lukas Fleischer | 2011-10-06 | 3 | -13/+15 | |
* | | Avoid unnecessary window updates | Lukas Fleischer | 2011-10-06 | 4 | -63/+111 | |
* | | Refactor out storage updates | Lukas Fleischer | 2011-10-06 | 1 | -45/+48 | |
* | | Remove temporary highlight pointers | Lukas Fleischer | 2011-10-06 | 3 | -29/+6 | |
* | | Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriate | Lukas Fleischer | 2011-10-06 | 2 | -4/+4 | |
* | | src/llist.h: Add LLIST_{,TS}_FIND_FOREACH_CONT | Lukas Fleischer | 2011-10-05 | 2 | -0/+6 | |
* | | src/llist.c: Add llist_next_filter() | Lukas Fleischer | 2011-10-05 | 3 | -0/+18 | |
* | | src/llist.c: Add a tail pointer | Lukas Fleischer | 2011-10-05 | 3 | -6/+16 | |
* | | Add command line argument to run the GC manually | Lukas Fleischer | 2011-10-05 | 3 | -2/+27 | |
* | | Add configuration option to run the GC on exit | Lukas Fleischer | 2011-10-05 | 6 | -15/+43 | |
* | | Add a garbage collector for note files | Lukas Fleischer | 2011-10-05 | 2 | -0/+117 | |
* | | Do not unlink() note files on note removal | Lukas Fleischer | 2011-10-05 | 8 | -64/+47 | |
* | | Use hash-based file names in ical_read_note() | Lukas Fleischer | 2011-10-05 | 1 | -14/+9 | |
* | | Use hash-bashed file names in edit_note() | Lukas Fleischer | 2011-10-05 | 1 | -11/+31 | |
* | | Accept variable length note names | Lukas Fleischer | 2011-10-05 | 4 | -10/+22 | |
* | | Refactor out note deserialization | Lukas Fleischer | 2011-10-05 | 3 | -8/+12 | |
* | | Add a copy file routine | Lukas Fleischer | 2011-10-05 | 2 | -0/+34 | |
* | | Add a SHA1 implementation | Lukas Fleischer | 2011-10-05 | 3 | -0/+300 | |
* | | doc/: Add "submitting-patches.txt" | Lukas Fleischer | 2011-10-05 | 2 | -1/+196 | |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-09-06 | 13 | -170/+250 | |
|\| | ||||||
| * | Release 2.9.2v2.9.2 | Lukas Fleischer | 2011-09-06 | 1 | -0/+8 | |
| * | Update translations | Lukas Fleischer | 2011-09-06 | 7 | -46/+140 | |
| * | Add a configure setting to skip "doc/" | Lukas Fleischer | 2011-09-03 | 3 | -9/+24 | |
| * | Rework indentation code in print_notefile() | Lukas Fleischer | 2011-08-26 | 1 | -3/+9 | |
| * | src/io.c: iCal content line folding correctness | Lukas Fleischer | 2011-08-26 | 1 | -112/+69 | |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-09-02 | 8 | -36/+71 | |
|\| | ||||||
| * | Release 2.9.1v2.9.1 | Lukas Fleischer | 2011-07-31 | 1 | -0/+35 | |
| * | Update translations files | Lukas Fleischer | 2011-07-31 | 7 | -36/+36 | |
* | | Add configuration option to notify all appointments | Lukas Fleischer | 2011-07-31 | 5 | -5/+35 | |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-30 | 6 | -71/+115 | |
|\| | ||||||
| * | Fix sort order in app_arg() | Lukas Fleischer | 2011-07-30 | 1 | -52/+78 | |
| * | Fix apoint_get() call in apoint_switch_notify() | Lukas Fleischer | 2011-07-29 | 1 | -1/+1 | |
| * | Fix notify_check_repeated() | Lukas Fleischer | 2011-07-29 | 1 | -1/+1 | |
| * | Fix recurrent appointment notification | Lukas Fleischer | 2011-07-29 | 1 | -6/+3 | |
| * | Update the notification item in *_paste_item() | Lukas Fleischer | 2011-07-29 | 2 | -0/+8 | |
| * | Update the notification item in day_edit_item() | Lukas Fleischer | 2011-07-29 | 1 | -0/+11 | |
| * | Add "force" parameter to notify_check_next_app() | Lukas Fleischer | 2011-07-29 | 4 | -11/+13 |