aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update windows at the right levelLars Henriksen2018-10-211-1/+1
* Stop/start the notify main thread at the right levelLars Henriksen2018-10-211-7/+0
* Fix window update after hook executionLars Henriksen2018-10-213-14/+4
* Fix memory leak in run_hook()Lukas Fleischer2018-08-251-2/+4
* Minor merge adjustmentsLars Henriksen2018-08-251-36/+43
* Fix memory leak in update_duration()Lars Henriksen2018-08-251-1/+4
* Fix seg fault in update_rept()Lars Henriksen2018-08-251-5/+7
* Buffer mixupLars Henriksen2018-08-251-4/+3
* Major overhaul of appointment/event input routines.Lars Henriksen2018-08-251-194/+241
* Start and end time validation.Lars Henriksen2018-08-252-8/+47
* New support functions for input validation.Lars Henriksen2018-08-252-0/+39
* Refactoring update_duration/day_edit_duration.Lars Henriksen2018-08-251-55/+49
* Make editing of punctual appointments more intuitiveLukas Fleischer2018-08-251-3/+6
* Only stop threads when exiting from interactive modeLukas Fleischer2018-08-251-3/+3
* Initialize variables in non-interactive mode in all casesLars Henriksen2018-08-191-3/+1
* Use a path instead of a file for -C optionQuentin Hibon2018-08-052-24/+27
* Fix multiple, simultaneous periodic savesLars Henriksen2018-07-281-4/+4
* Solve deadlock in notification barLars Henriksen2018-07-285-16/+28
* Fix end-before-start inconsistencyLars Henriksen2018-06-051-7/+9
* Fix appointment becoming eventLars Henriksen2018-06-051-4/+4
* Support UTF-8 encoded characters in user choicesLars Henriksen2018-06-031-12/+23
* Key bindings for UTF-8 encoded charactersLars Henriksen2018-06-034-13/+47
* Rename utf8_ord() to utf8_decode()Lars Henriksen2018-06-033-4/+4
* Do not stop already cancelled notification threadLukas Fleischer2018-06-031-6/+11
* Only lock save mutex as short as possibleLukas Fleischer2018-06-031-3/+1
* Check for empty string in config_parse_int()Lars Henriksen2018-05-281-3/+6
* Add option to specify the configuration file usedQuentin Hibon2018-05-283-8/+21
* Always NUL-terminate buffer in note_gc()Lukas Fleischer2018-05-261-0/+1
* Always NUL-terminate buffer in keys_fill_missing()Lukas Fleischer2018-05-261-0/+1
* Fix buffer overflow in keys_action_allkeys()Lukas Fleischer2018-05-261-4/+9
* Always NUL-terminate buffer in io_load_keys()Lukas Fleischer2018-05-261-0/+1
* notify.c: fix several buffer overflowsLukas Fleischer2018-05-261-13/+18
* Properly NUL-terminate the day heading after editingLukas Fleischer2018-05-261-1/+1
* Avoid buffer overrun in config_parse_str()Lukas Fleischer2018-05-261-1/+6
* Scrollbar and right window border (corrected)Lars Henriksen2018-05-269-36/+32
* Transparent cursor fixLars Henriksen2018-05-262-8/+7
* Fix end-of-string calculationLars Henriksen2018-05-241-1/+1
* Run pre-load hook before testing for modificationsLukas Fleischer2018-05-232-2/+8
* Unlock the save mutex as early as possibleLukas Fleischer2018-05-191-4/+5
* Use dummy variables to ignore return values of pair_content()Lukas Fleischer2018-05-101-2/+2
* ical: use the VALUE parameter in DTSTARTQuentin Hibon2018-05-101-1/+1
* Allow for passing negative arguments to -dLukas Fleischer2017-12-131-10/+14
* Fix no-colour themeLars Henriksen2017-12-103-13/+8
* Scrollbar and right window borderLars Henriksen2017-12-103-23/+49
* Default colour as foreground colourLars Henriksen2017-12-104-4/+24
* Update UTF-8 base codeLars Henriksen2017-12-072-23/+11
* Do not prompt when non-interactive import failsLukas Fleischer2017-11-231-17/+11
* Check for the year span 1902-2037Lars Henriksen2017-11-233-15/+34
* Function cleanup in custom.cLars Henriksen2017-11-232-42/+39
* Fix help for nine actionsLars Henriksen2017-11-151-4/+18