| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | src/io.c: Update todo item count on iCal import | Lukas Fleischer | 2011-10-04 | 1 | -0/+3 |
| * | Do not hardcode paths to the default editor/pager | Lukas Fleischer | 2011-10-04 | 2 | -4/+5 |
* | | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 14 | -80/+80 |
* | | Make use of the NULL macro | Lukas Fleischer | 2011-11-02 | 8 | -39/+39 |
* | | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 20 | -511/+489 |
* | | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 13 | -143/+138 |
* | | src/recur.c: Speed up recur_item_find_occurrence() | Lukas Fleischer | 2011-11-02 | 1 | -0/+3 |
* | | Avoid unnecessary start time calculations | Lukas Fleischer | 2011-10-21 | 5 | -23/+70 |
* | | src/day.c: Allow editing an item's duration | Lukas Fleischer | 2011-10-21 | 1 | -5/+47 |
* | | src/day.c: Allow cancelling an edit | Lukas Fleischer | 2011-10-21 | 1 | -22/+23 |
* | | src/recur.c: Remove diff_weeks() | Lukas Fleischer | 2011-10-21 | 1 | -10/+3 |
* | | src/recur.c: Support recurrent multi-day appointments | Lukas Fleischer | 2011-10-21 | 1 | -45/+50 |
* | | 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 |
* | | 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 |