aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add XDG Base Directory SupportNitroretro2019-12-232-9/+37
* Make io_check_dir() create parent directoriesNitroretro2019-12-231-5/+27
* Fix next recurrent appointment deletedLars Henriksen2019-12-231-1/+10
* Fix empty string in updatestring()Lars Henriksen2019-12-231-3/+9
* Make the text for empty days configurableLars Henriksen2019-11-035-1/+27
* Allow discarding a todo item from the priority promptLukas Fleischer2019-11-031-2/+4
* Support RET to set the todo item priority to 0Issam Maghni2019-11-031-4/+7
* Fix save of interactively imported dataLars Henriksen2019-11-031-0/+4
* DST and recurrent itemsLars Henriksen2019-10-181-35/+36
* Set time-of-day consistently to midnight for until dayLars Henriksen2019-09-062-8/+19
* DST: fix date_change() thoroughlyLars Henriksen2019-09-061-1/+2
* Fix monthly and yearly recurrence algorithmsLars Henriksen2019-09-061-5/+6
* Fix edit of empty exception day listLars Henriksen2019-07-101-1/+1
* Treat recurrence item parameters as a unitLars Henriksen2019-06-163-23/+43
* Use current value as default for periodic saveLukas Fleischer2019-06-071-0/+1
* Disable view item/note bindings for dummy itemsLukas Fleischer2019-06-061-2/+2
* 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