aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-123-20/+57
* Take value data type of event start into account in iCal import/exportLars Henriksen2020-05-033-77/+204
* calcurse-caldav: Ensure config and data dirs existNitroretro2020-05-011-13/+21
* calcurse-caldav: Make check_dir create directoriesNitroretro2020-05-011-3/+5
* Support interactive test of recurrence rule extensionsLars Henriksen2020-04-283-1/+68
* Help for recurrence rule extensionsLars Henriksen2020-04-282-58/+267
* 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
* Tests for recurrence rule extensionsLars Henriksen2020-04-284-1/+5411
* 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-287-77/+479
* Accept empty DESCRIPTION in ical importLars Henriksen2020-04-282-7/+3
* Fix formatting of DTSTART for recurrent eventsJerem-K2020-04-281-1/+1
* Fix typos in calcurse.1.txtMatthias Braun2020-04-281-3/+3
* Release 4.6.0v4.6.0Lukas Fleischer2020-03-273-2/+33
* po/: Translation updates from TransifexLukas Fleischer2020-03-278-133/+362
* Fix missing EOL in imported noteLars Henriksen2020-03-271-1/+6
* Extend iCalendar import testsLars Henriksen2020-03-227-1/+165
* Fix decoding of escaped characters in imported textLars Henriksen2020-03-223-14/+23
* 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-2212-40/+49
* Escape necessary characters in SUMMARY on exportKelvin Jackson2020-03-221-5/+26
* gitignore: ignore lots of auto-generated fileshoijui2020-02-181-0/+10
* gitignore: fix config.* ignorehoijui2020-02-181-1/+1
* caldav: Fix XDG_CONFIG_HOME not defaulting to ~/.configNitroretro2020-02-041-1/+1
* Update copyright rangesLukas Fleischer2020-01-3054-56/+56
* Update message catalogLukas Fleischer2020-01-301-4/+7
* Refactor cut and paste registersLars Henriksen2020-01-134-16/+25
* Optimize error handling in io_check_dir()Nitroretro2019-12-291-12/+13
* Improve manual readabilityNitroretro2019-12-291-18/+39
* Improve man page readabilityNitroretro2019-12-291-24/+19
* Test for the directory structureNitroretro2019-12-237-0/+74
* Use $XDG_{CONFIG,DATA}_HOME in hooksNitroretro2019-12-233-19/+51
* calcurse-upgrade: use $XDG_CONFIG_HOMENitroretro2019-12-231-1/+1
* calcurse-vdirsyncer: use $XDG_DATA_HOMENitroretro2019-12-231-1/+1
* calcurse-caldav: use $XDG_{CONFIG,DATA}_HOMENitroretro2019-12-231-5/+15
* Change documentation to reflect the new file structureNitroretro2019-12-2311-70/+109
* 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