| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright ranges | Lukas Fleischer | 2020-01-30 | 1 | -1/+1 |
* | Refactor cut and paste registers | Lars Henriksen | 2020-01-13 | 1 | -11/+18 |
* | Set time-of-day consistently to midnight for until day | Lars Henriksen | 2019-09-06 | 1 | -4/+14 |
* | Fix edit of empty exception day list | Lars Henriksen | 2019-07-10 | 1 | -1/+1 |
* | Treat recurrence item parameters as a unit | Lars Henriksen | 2019-06-16 | 1 | -21/+38 |
* | Use empty end date instead of 0 when editing repetitions | Lukas Fleischer | 2019-06-06 | 1 | -1/+4 |
* | Allow to omit end date in repetitions | Lukas Fleischer | 2019-06-03 | 1 | -12/+9 |
* | Fix recurrent appointment end time when duration is zero | Lars Henriksen | 2019-06-03 | 1 | -9/+4 |
* | Mark selected day in the appointments panel in multiple days mode | Lars Henriksen | 2019-05-28 | 1 | -3/+4 |
* | Make separation of days conspicuous | Lars Henriksen | 2019-05-26 | 1 | -11/+15 |
* | Derive selected day from selected item | Lars Henriksen | 2019-05-22 | 1 | -6/+17 |
* | Add configuration variables for multiple days | Lars Henriksen | 2019-05-22 | 1 | -1/+3 |
* | Implement scrolling in the appointments panel | Lars Henriksen | 2019-05-22 | 1 | -8/+92 |
* | Redesign selected-item implementation for the APP panel | Lars Henriksen | 2019-05-22 | 1 | -37/+42 |
* | Introduce multiple days in the appointments panel | Lars Henriksen | 2019-05-22 | 1 | -8/+23 |
* | Simplify day storage | Lars Henriksen | 2019-05-22 | 1 | -4/+4 |
* | View or edit exception days of a recurrent item | Lars Henriksen | 2019-02-28 | 1 | -1/+19 |
* | Invalidate calendar cache when adding an exception | Lukas Fleischer | 2019-02-02 | 1 | -1/+3 |
* | Fix deletion of a multi-day recurrent appointment | Lars Henriksen | 2019-02-02 | 1 | -2/+11 |
* | Use time_t for system time values | Lukas Fleischer | 2019-01-14 | 1 | -5/+5 |
* | DST fix: adjusting time in appointments | Lars Henriksen | 2018-11-10 | 1 | -2/+2 |
* | Fix memory leak in update_duration() | Lars Henriksen | 2018-08-25 | 1 | -1/+4 |
* | Fix seg fault in update_rept() | Lars Henriksen | 2018-08-25 | 1 | -5/+7 |
* | Buffer mixup | Lars Henriksen | 2018-08-25 | 1 | -4/+3 |
* | Major overhaul of appointment/event input routines. | Lars Henriksen | 2018-08-25 | 1 | -194/+241 |
* | Refactoring update_duration/day_edit_duration. | Lars Henriksen | 2018-08-25 | 1 | -55/+49 |
* | Make editing of punctual appointments more intuitive | Lukas Fleischer | 2018-08-25 | 1 | -3/+6 |
* | Fix end-before-start inconsistency | Lars Henriksen | 2018-06-05 | 1 | -7/+9 |
* | Fix appointment becoming event | Lars Henriksen | 2018-06-05 | 1 | -4/+4 |
* | Scrollbar and right window border (corrected) | Lars Henriksen | 2018-05-26 | 1 | -2/+2 |
* | Add parse_date_interactive() | Lukas Fleischer | 2017-10-26 | 1 | -6/+4 |
* | Fix spelling of "frequency" | Lars Henriksen | 2017-10-23 | 1 | -7/+5 |
* | Make the day heading position configurable | Lars Henriksen | 2017-09-08 | 1 | -1/+4 |
* | Remove phase of moon feature | Lars Henriksen | 2017-09-08 | 1 | -1/+0 |
* | Add missing string initialization | Lars Henriksen | 2017-09-04 | 1 | -0/+1 |
* | Add a function to wait for any key press | Lukas Fleischer | 2017-09-03 | 1 | -14/+14 |
* | Make heading in appointments panel configurable | Lars Henriksen | 2017-08-28 | 1 | -6/+15 |
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 1 | -1/+1 |
* | Prevent free-before-init of timstr | Vlad Glagolev | 2016-10-13 | 1 | -1/+1 |
* | Replace parse_datetime() constants by named flags | Lukas Fleischer | 2016-10-10 | 1 | -3/+3 |
* | 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 | 1 | -30/+27 |
* | Factor out parse_datetime() | Lukas Fleischer | 2016-10-09 | 1 | -25/+5 |
* | 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 | 1 | -8/+11 |
* | Fix out-of-bounds memory access | Lukas Fleischer | 2016-09-28 | 1 | -2/+7 |
* | Support relative dates when adding recurrences | Lukas Fleischer | 2016-04-01 | 1 | -13/+31 |
* | Support durations in recurrence ending dates | Lukas Fleischer | 2016-02-26 | 1 | -14/+32 |
* | Refactor UTF-8 chopping | Lukas Fleischer | 2016-02-26 | 1 | -4/+4 |