aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak by freeing linked lists in recurrence rulesMax Kunzelmann2024-01-261-2/+12
* Fix memory leak in keys initializationMax Kunzelmann2024-01-261-30/+61
* Fix out of bounds memory access (off by one)Max Kunzelmann2023-12-141-1/+1
* add missing call to `va_end()` for copied `va_list`Max2023-11-061-0/+1
* correctness: kill returns -1 on errorMax2023-11-061-1/+1
* remove unnecessary set of sidebar widthMax2023-11-061-2/+0
* Fix segmentation fault when exporting ical fileBenedikt Wildenhain2023-11-051-1/+2
* Fix characters in weekly viewLukas Fleischer2023-04-151-6/+5
* Update copyright ranges for 2023Lukas Fleischer2023-04-1140-41/+41
* Fix segfault when importing iCal filesMarian Buschsieweke2023-04-111-0/+8
* Check that note files open before reading themNicholas Johnson2023-01-312-0/+13
* Fix handling of recurrent open-ended appointments at 00:00Lukas Fleischer2023-01-011-7/+13
* Extend default description to all item typesLukas Fleischer2022-12-252-17/+24
* Add text for displaying empty event descriptionJonathan van der Steege2022-12-252-2/+8
* Layout change recognizes changed appointment spaceMorgan Seltzer2022-04-034-66/+72
* Allow newlines in SUMMARY by replacing them with blanksLars Henriksen2022-03-191-6/+3
* Update copyright ranges for 2022Lukas Fleischer2022-03-1140-41/+41
* Fix compiler warning in SHA1 implementationLukas Fleischer2022-03-111-1/+1
* Fix SHA1 calculation on big-endian systemsLukas Fleischer2022-03-111-0/+1
* 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
* 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
* 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
* Todo resort() optimizationLars Henriksen2021-01-311-3/+1
* Keep a linked list sortedLars Henriksen2021-01-163-59/+148
* 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-071-122/+135
* 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
* Implemented rendering of notes in todo viewAmbika Eshwar2020-10-113-1/+33
* Fix memory leak in run_hook()Lukas Fleischer2020-10-111-4/+5
* Redesign the item deletion menuLukas Fleischer2020-10-111-58/+66
* Add p(revious) commandLars Henriksen2020-10-113-3/+74
* Replace 'ical_rpt_t' with 'struct rpt'Lars Henriksen2020-10-071-113/+71
* Always exit with failure in case of option parsing errorsLars Henriksen2020-10-071-14/+9
* Extend icalendar exportLars Henriksen2020-08-261-82/+219
* Update use of note file for importLars Henriksen2020-08-261-62/+8
* Improve event text for cancelled periodic saveLars Henriksen2020-07-261-1/+2