aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use empty end date instead of 0 when editing repetitionsLukas Fleischer2019-06-062-17/+12
* Allow to omit end date in repetitionsLukas Fleischer2019-06-031-12/+9
* Fix recurrent appointment end time when duration is zeroLars Henriksen2019-06-031-9/+4
* Return at least two days in multiple days modeLars Henriksen2019-05-301-1/+4
* Mark selected day in the appointments panel in multiple days modeLars Henriksen2019-05-282-4/+5
* Remove appointments panel scrollbar in multiple days modeLars Henriksen2019-05-281-0/+4
* Fix sidebar width to accommodate calendar week columnLars Henriksen2019-05-282-5/+3
* Fix missing calculation of number of days on resizeLars Henriksen2019-05-281-0/+4
* Automate the calculation of number of days to loadLars Henriksen2019-05-264-13/+20
* Make separation of days conspicuousLars Henriksen2019-05-266-34/+60
* Derive selected day from selected itemLars Henriksen2019-05-226-13/+43
* Add configuration variables for multiple daysLars Henriksen2019-05-226-8/+64
* Add week numbers in the calendar and full first and last weekLars Henriksen2019-05-225-96/+165
* Implement scrolling in the appointments panelLars Henriksen2019-05-224-21/+121
* Redesign selected-item implementation for the APP panelLars Henriksen2019-05-224-85/+144
* Introduce multiple days in the appointments panelLars Henriksen2019-05-226-49/+115
* Simplify day storageLars Henriksen2019-05-226-44/+15
* Fix initialization of the day_items vectorLars Henriksen2019-05-221-0/+1
* Refactor listbox codeLars Henriksen2019-05-223-40/+49
* Improve scroll window padLars Henriksen2019-05-224-24/+16
* Impossible dates in recurrence rulesLars Henriksen2019-05-201-0/+12
* Fix display of time left before next appointmentLars Henriksen2019-04-132-7/+12
* Fix daemon notification for short warning periodsLars Henriksen2019-04-131-2/+3
* Fix one-second warning period for notificationsLars Henriksen2019-04-132-2/+2
* Use ICALDATETIMEFMT for EXDATEHenrik Grimler2019-04-131-2/+2
* Avoid deadlock in config_save()Lars Henriksen2019-03-211-7/+8
* Fix calendar (re)drawLars Henriksen2019-03-131-10/+4
* Fix vector_remove()Lars Henriksen2019-03-131-1/+1
* Change -C and -D long option namesvxid2019-03-131-2/+6
* View or edit exception days of a recurrent itemLars Henriksen2019-02-283-1/+72
* Fix empty dynamic stringLars Henriksen2019-02-281-0/+1
* Check for KEY_ENTER in getstring()Lukas Fleischer2019-02-101-1/+2
* Use portable default day heading formatLukas Fleischer2019-02-101-1/+1
* Close stream after exporting iCal itemcrvs2019-02-041-0/+1
* Invalidate calendar cache when adding an exceptionLukas Fleischer2019-02-021-1/+3
* Fix deletion of a multi-day recurrent appointmentLars Henriksen2019-02-021-2/+11
* Refactor keys_format_label()Lukas Fleischer2019-01-191-24/+9
* Bind RETURN to view-item by defaultLukas Fleischer2019-01-191-2/+2
* Overflow check for 32-bit types onlyLars Henriksen2019-01-183-14/+47
* Use time_t for system time valuesLukas Fleischer2019-01-149-129/+129
* Legalese for queue.cLars Henriksen2019-01-121-0/+36
* Fix next recurring appointmentLars Henriksen2019-01-113-27/+18
* Initialize data paths once onlyLars Henriksen2019-01-081-2/+3
* Explicit calendar and todo view configurationLars Henriksen2019-01-074-22/+66
* Purge option glorifiedLars Henriksen2019-01-071-4/+7
* Filter option: invertLars Henriksen2019-01-076-121/+128
* CLI: detect conflicting filter optionsLars Henriksen2019-01-071-0/+37
* CLI: Revert to and update of parse_datetimearg()Lars Henriksen2019-01-073-54/+106
* Safety exit and read-only modeLars Henriksen2019-01-071-18/+35
* Fix print_date()Lars Henriksen2019-01-071-5/+8