| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove some leftovers from the past | Lars Henriksen | 2017-08-28 | 1 | -7/+0 |
* | Rename README to README.md | Lukas Fleischer | 2017-08-28 | 1 | -0/+0 |
* | Make heading in appointments panel configurable | Lars Henriksen | 2017-08-28 | 5 | -7/+40 |
* | Extend strings API for formatted dates | Lukas Fleischer | 2017-08-28 | 2 | -0/+22 |
* | Make the selected day in the calendar stand out | Lars Henriksen | 2017-08-28 | 2 | -3/+3 |
* | ical-002: Fix broken test | Lukas Fleischer | 2017-08-28 | 1 | -0/+2 |
* | Fix support for punctual appointments at 00:00 | Lukas Fleischer | 2017-08-28 | 1 | -2/+3 |
* | calcurse-caldav: Specify depth in the initial request | Lukas Fleischer | 2017-08-28 | 1 | -1/+3 |
* | Fix empty warning box when key is already in use | Lars Henriksen | 2017-08-12 | 1 | -0/+2 |
* | Fix fatal error when using the help command | Lars Henriksen | 2017-08-12 | 1 | -5/+6 |
* | Check for optional argument to -s option | Lars Henriksen | 2017-08-12 | 1 | -0/+2 |
* | Include stdarg.h when using variable argument lists | Lukas Fleischer | 2017-07-28 | 3 | -0/+4 |
* | Fix segmentation fault when changing colors | Lukas Fleischer | 2017-07-28 | 1 | -3/+3 |
* | Fix another error in the notification code | Lukas Fleischer | 2017-02-11 | 1 | -1/+6 |
* | Fix notification of recurrent appointments | Lukas Fleischer | 2017-02-09 | 1 | -2/+8 |
* | Do not read past NUL character in ical_get_value() | Lukas Fleischer | 2017-02-08 | 1 | -2/+2 |
* | Gracefully parse iCal parameters with colons | Lukas Fleischer | 2017-02-07 | 4 | -12/+65 |
* | Release 4.2.2v4.2.2 | Lukas Fleischer | 2017-01-14 | 2 | -1/+6 |
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 72 | -82/+82 |
* | calcurse-caldav: Use right diffs when synchronizing | Lukas Fleischer | 2016-12-15 | 1 | -8/+8 |
* | calcurse-caldav: Fix scrambled comment | Lukas Fleischer | 2016-12-13 | 1 | -2/+2 |
* | calcurse-caldav: Compute diffs before synchronizing | Lukas Fleischer | 2016-12-13 | 1 | -31/+29 |
* | calcurse-caldav: Fix appointment imports | Lukas Fleischer | 2016-12-08 | 1 | -0/+1 |
* | calcurse-caldav: Add debug output for sync DB operations | Lukas Fleischer | 2016-12-08 | 1 | -5/+17 |
* | calcurse-caldav: Avoid empty multiget | Lukas Fleischer | 2016-12-08 | 1 | -0/+3 |
* | calcurse-caldav: Split object addition and removal | Lukas Fleischer | 2016-12-08 | 1 | -18/+34 |
* | Release 4.2.1v4.2.1 | Lukas Fleischer | 2016-10-30 | 2 | -1/+16 |
* | Fix visible region after loading list box items | Lukas Fleischer | 2016-10-30 | 1 | -0/+1 |
* | Fix listbox_fix_visible_region() | Lukas Fleischer | 2016-10-30 | 1 | -22/+20 |
* | Do not start the daemon more than once | Lukas Fleischer | 2016-10-19 | 3 | -3/+4 |
* | calcurse.1.txt: Document --daemon | Lukas Fleischer | 2016-10-19 | 1 | -0/+3 |
* | Prevent segfault when all todo items are hidden | Lukas Fleischer | 2016-10-14 | 2 | -21/+28 |
* | Always use memory management wrappers | Lukas Fleischer | 2016-10-13 | 7 | -18/+18 |
* | Prevent free-before-init of timstr | Vlad Glagolev | 2016-10-13 | 1 | -1/+1 |
* | Release 4.2.0v4.2.0 | Lukas Fleischer | 2016-10-10 | 2 | -1/+22 |
* | Update message catalog | Lukas Fleischer | 2016-10-10 | 1 | -2/+2 |
* | Replace parse_datetime() constants by named flags | Lukas Fleischer | 2016-10-10 | 3 | -5/+9 |
* | Refactor duration/end time parsing | Lukas Fleischer | 2016-10-10 | 1 | -35/+39 |
* | Support dates when specifying start/end times | Lukas Fleischer | 2016-10-09 | 2 | -32/+33 |
* | Factor out parse_datetime() | Lukas Fleischer | 2016-10-09 | 3 | -25/+45 |
* | Add support for moving items to another day | Lukas Fleischer | 2016-10-08 | 1 | -11/+27 |
* | Refactor day_edit_time() | Lukas Fleischer | 2016-10-01 | 1 | -8/+7 |
* | Automatically select new appointments/events | Lukas Fleischer | 2016-09-28 | 2 | -10/+11 |
* | Fix out-of-bounds memory access | Lukas Fleischer | 2016-09-28 | 4 | -5/+26 |
* | Fix key binding pagination | Lukas Fleischer | 2016-09-27 | 1 | -5/+18 |
* | Stop all threads before leaving curses mode | Lukas Fleischer | 2016-09-13 | 1 | -2/+4 |
* | Avoid starting the notification thread twice | Lukas Fleischer | 2016-08-24 | 1 | -0/+3 |
* | Remove duplicate code in draw_monthly_view() | Lukas Fleischer | 2016-06-27 | 1 | -35/+22 |
* | Highlight days with non-recurrent items | Lukas Fleischer | 2016-06-27 | 2 | -14/+25 |
* | calcurse-caldav: Encode the request body in UTF-8 | Lukas Fleischer | 2016-06-18 | 1 | -0/+3 |