| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | src/apoint.c: Format recurrent multi-day items properly | Lukas Fleischer | 2011-10-21 | 1 | -2/+2 |
* | | Pass item durations to recur_item_inday() | Lukas Fleischer | 2011-10-21 | 4 | -12/+13 |
* | | Make events start on 00:00 (12:00 a.m.) | Lukas Fleischer | 2011-10-21 | 3 | -6/+6 |
* | | src/event.c: Fix event_inday() | Lukas Fleischer | 2011-10-21 | 1 | -1/+1 |
* | | 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 | 1 | -2/+21 |
* | | Add configuration option to run the GC on exit | Lukas Fleischer | 2011-10-05 | 5 | -15/+40 |
* | | 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 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-09-06 | 2 | -115/+78 |
|\| |
|
| * | 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 |
* | | Add configuration option to notify all appointments | Lukas Fleischer | 2011-07-31 | 4 | -5/+31 |
* | | 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 |
* | | Fix configuration file backward compatibility | Lukas Fleischer | 2011-07-29 | 1 | -2/+7 |
* | | src/calcurse.h: Whitespace cleanup | Lukas Fleischer | 2011-07-28 | 1 | -73/+70 |
* | | src/args.c: Mark various constant strings const | Lukas Fleischer | 2011-07-28 | 1 | -4/+4 |
* | | Remove superfluous buffer variable from version_arg() | Lukas Fleischer | 2011-07-28 | 1 | -4/+1 |
* | | Remove superfluous buffer variable from help_arg() | Lukas Fleischer | 2011-07-28 | 1 | -4/+1 |