aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Extend import of recurrence rulesLars Henriksen2020-06-133-25/+192
* Update import of basic recurrence rulesLars Henriksen2020-06-133-122/+208
* Support import of time zones (RFC 5545)Lars Henriksen2020-06-133-44/+99
* Let RETURN set frequency type to current value in repeat command UILars Henriksen2020-05-242-13/+19
* Include start day in error message for recurrence ruleLars Henriksen2020-05-244-12/+36
* Fix "next occurrence" for multi-day appointmentsLars Henriksen2020-05-241-6/+9
* Fix recurrence rule expansion with ordered weekdayLars Henriksen2020-05-121-20/+43
* Take value data type of event start into account in iCal import/exportLars Henriksen2020-05-031-73/+159
* Support interactive test of recurrence rule extensionsLars Henriksen2020-04-283-1/+68
* Help for recurrence rule extensionsLars Henriksen2020-04-281-29/+126
* Treat recurrent events and appointments alikeLars Henriksen2020-04-281-1/+1
* Fix preselectionLars Henriksen2020-04-281-3/+4
* Refactor the repeat commandLars Henriksen2020-04-282-166/+87
* User interface for recurrence rulesLars Henriksen2020-04-283-77/+416
* Recurrence rule extensionsLars Henriksen2020-04-286-25/+847
* Refactor edit of exception daysLars Henriksen2020-04-283-24/+34
* Improve data load error reportingLars Henriksen2020-04-285-53/+54
* Refactor function calls: recurrence parameters as a single argumentLars Henriksen2020-04-285-189/+151
* Use "struct rpt" to shorten argument listsLars Henriksen2020-04-284-95/+78
* Extend use of note file for iCal importLars Henriksen2020-04-282-67/+281
* Accept empty DESCRIPTION in ical importLars Henriksen2020-04-281-5/+0
* Fix formatting of DTSTART for recurrent eventsJerem-K2020-04-281-1/+1
* Fix missing EOL in imported noteLars Henriksen2020-03-271-1/+6
* Fix decoding of escaped characters in imported textLars Henriksen2020-03-221-11/+20
* Fix ical import loggingLars Henriksen2020-03-221-29/+59
* Fix display of interactively imported todosLars Henriksen2020-03-221-0/+1
* Improve ical import loggingLars Henriksen2020-03-224-32/+41
* Escape necessary characters in SUMMARY on exportKelvin Jackson2020-03-221-5/+26
* Update copyright rangesLukas Fleischer2020-01-3040-41/+41
* Refactor cut and paste registersLars Henriksen2020-01-134-16/+25
* Optimize error handling in io_check_dir()Nitroretro2019-12-291-12/+13
* Change documentation to reflect the new file structureNitroretro2019-12-231-3/+8
* 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