summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-15Fix characters in weekly viewLukas Fleischer
2023-04-11Update copyright ranges for 2023Lukas Fleischer
2023-04-11Fix segfault when importing iCal filesMarian Buschsieweke
2023-01-31Check that note files open before reading themNicholas Johnson
2023-01-01Fix handling of recurrent open-ended appointments at 00:00Lukas Fleischer
2022-12-25Extend default description to all item typesLukas Fleischer
2022-12-25Add text for displaying empty event descriptionJonathan van der Steege
2022-04-03Layout change recognizes changed appointment spaceMorgan Seltzer
2022-03-19Allow newlines in SUMMARY by replacing them with blanksLars Henriksen
2022-03-11Update copyright ranges for 2022Lukas Fleischer
2022-03-11Fix compiler warning in SHA1 implementationLukas Fleischer
2022-03-11Fix SHA1 calculation on big-endian systemsLukas Fleischer
2021-08-07Make Home/End keys work as expected in text input modenobody
2021-08-07First day of week can now be any dayMorgan Seltzer
2021-08-07Backend changes for first day of weekMorgan Seltzer
2021-08-07Fixed sidebar config sometime not increasing widthMorgan Seltzer
2021-04-11Allow configuration of appointment time formatmercurialmoon
2021-04-11Add generic-prev-view key bindingAurora
2021-04-11Allow undefined actions in keys configuration fileLars Henriksen
2021-04-04Call setsid() for hook/notification commandsLukas Fleischer
2021-04-04Redirect standard descriptors for hook/notify commandsLukas Fleischer
2021-04-04Add parameter to redirect stderr to shell_exec()Lukas Fleischer
2021-01-31Todo resort() optimizationLars Henriksen
2021-01-16Keep a linked list sortedLars Henriksen
2020-12-19docs: fix simple typo, mulitple -> multipleTim Gates
2020-12-19Improve performance of recur_prev_occurrence()Lars Henriksen
2020-12-19Introduce macro DAYLars Henriksen
2020-12-19Fix parsing of UNTIL in iCal importLars Henriksen
2020-11-15Do not remove an empty note file after edit sessionLars Henriksen
2020-11-07Avoid double free on iCal import errorsLukas Fleischer
2020-11-07Return failure if import skips any itemLars Henriksen
2020-11-07Make iCal event import independent of property orderingLars Henriksen
2020-10-11Use dynamically allocated string in struct io_fileLukas Fleischer
2020-10-11Implemented rendering of notes in events/appts as wellAmbika Eshwar
2020-10-11Implemented rendering of notes in todo viewAmbika Eshwar
2020-10-11Fix memory leak in run_hook()Lukas Fleischer
2020-10-11Redesign the item deletion menuLukas Fleischer
2020-10-11Add p(revious) commandLars Henriksen
2020-10-07Replace 'ical_rpt_t' with 'struct rpt'Lars Henriksen
2020-10-07Always exit with failure in case of option parsing errorsLars Henriksen
2020-08-26Extend icalendar exportLars Henriksen
2020-08-26Update use of note file for importLars Henriksen
2020-07-26Improve event text for cancelled periodic saveLars Henriksen
2020-07-26Revert "Interrupt periodic save when launching process"Lars Henriksen
2020-07-26Run hooks quietlyLars Henriksen
2020-07-26Remove SIGCHLD signal handlerLars Henriksen
2020-06-21Fix configuration menu 'Quit' actionLars Henriksen
2020-06-13Improve help texts for recurrence rulesLars Henriksen
2020-06-13Remove systemdialogs option from configurationLars Henriksen
2020-06-13Allow repeat count input (for until) in interactive UILars Henriksen