aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* calcurse-caldav: fix InsecureSSLLukas Fleischer2022-04-161-3/+1
* Cleaned up British English localizationMorgan Seltzer2022-04-151-1307/+165
* Layout change recognizes changed appointment spaceMorgan Seltzer2022-04-034-66/+72
* Allow newlines in SUMMARY by replacing them with blanksLars Henriksen2022-03-192-8/+4
* Update copyright ranges for 2022Lukas Fleischer2022-03-1154-56/+56
* Fix compiler warning in SHA1 implementationLukas Fleischer2022-03-111-1/+1
* Fix SHA1 calculation on big-endian systemsLukas Fleischer2022-03-112-0/+2
* Use AX_WITH_CURSES for curses library discoveryMarco Sirabella2021-11-073-22/+9
* Add autopoint as a dependency in READMEDaniel J. Perry2021-10-161-0/+1
* Fix typo in caldav post-sync hook git commit messageJoseph Turner2021-10-161-1/+1
* Use ./configure passed --docdir for doc install dirMarco Sirabella2021-10-161-2/+0
* Make Home/End keys work as expected in text input modenobody2021-08-071-0/+2
* First day of week can now be any dayMorgan Seltzer2021-08-073-10/+16
* Backend changes for first day of weekMorgan Seltzer2021-08-076-81/+82
* Fixed sidebar config sometime not increasing widthMorgan Seltzer2021-08-072-1/+3
* Fix hook docsDhruva Sambrani2021-08-071-2/+2
* Allow configuration of appointment time formatmercurialmoon2021-04-115-8/+32
* Add generic-prev-view key bindingAurora2021-04-115-0/+27
* Allow undefined actions in keys configuration fileLars Henriksen2021-04-115-252/+327
* Release 4.7.1v4.7.1Lukas Fleischer2021-04-101-0/+28
* po/: translation updates from TransifexLukas Fleischer2021-04-1017-493/+400
* calcurse-caldav: always request href from serverMax Deineko2021-04-041-10/+12
* Call setsid() for hook/notification commandsLukas Fleischer2021-04-047-12/+19
* Redirect standard descriptors for hook/notify commandsLukas Fleischer2021-04-043-26/+11
* Add parameter to redirect stderr to shell_exec()Lukas Fleischer2021-04-046-18/+37
* calcurse-caldav: document Hostname and Path betterLukas Fleischer2021-04-031-2/+4
* README.md: add build badgesLukas Fleischer2021-04-031-0/+3
* Add GitHub Actions workflow lint_pythonLukas Fleischer2021-04-031-0/+21
* Replace Travis CI with GitHub Actions configurationLukas Fleischer2021-04-032-23/+49
* Do not use readlink(1) in testsLukas Fleischer2021-04-033-2/+5
* Fix flake8 and isort warningsLukas Fleischer2021-04-032-6/+12
* calcurse-caldav: improve config file error handlingLukas Fleischer2021-04-031-91/+100
* Todo resort() optimizationLars Henriksen2021-01-311-3/+1
* Keep a linked list sortedLars Henriksen2021-01-163-59/+148
* calcurse-caldav: allow non-ascii characters in username and passwordHenrik Grimler2020-12-191-2/+2
* docs: fix simple typo, mulitple -> multipleTim Gates2020-12-191-1/+1
* Improve performance of recur_prev_occurrence()Lars Henriksen2020-12-193-13/+19
* Introduce macro DAYLars Henriksen2020-12-198-39/+32
* Fix parsing of UNTIL in iCal importLars Henriksen2020-12-191-3/+10
* Do not remove an empty note file after edit sessionLars Henriksen2020-11-154-21/+4
* Avoid double free on iCal import errorsLukas Fleischer2020-11-071-2/+13
* Return failure if import skips any itemLars Henriksen2020-11-073-8/+13
* Make iCal event import independent of property orderingLars Henriksen2020-11-073-143/+168
* Fix parallelized test runsLukas Fleischer2020-10-1314-84/+83
* Release 4.7.0v4.7.0Lukas Fleischer2020-10-124-4/+63
* test: indent continuation linesLukas Fleischer2020-10-122-4/+4
* test: fix recur-010.shLukas Fleischer2020-10-121-8/+15
* Update message catalogLukas Fleischer2020-10-128-617/+2732
* Use dynamically allocated string in struct io_fileLukas Fleischer2020-10-112-2/+3
* Implemented rendering of notes in events/appts as wellAmbika Eshwar2020-10-111-4/+38