aboutsummaryrefslogtreecommitdiffstats
path: root/src/custom.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright rangesLukas Fleischer2020-01-301-1/+1
* Make the text for empty days configurableLars Henriksen2019-11-031-0/+21
* Use current value as default for periodic saveLukas Fleischer2019-06-071-0/+1
* Mark selected day in the appointments panel in multiple days modeLars Henriksen2019-05-281-1/+1
* Automate the calculation of number of days to loadLars Henriksen2019-05-261-10/+4
* Make separation of days conspicuousLars Henriksen2019-05-261-17/+33
* Add configuration variables for multiple daysLars Henriksen2019-05-221-3/+49
* Add week numbers in the calendar and full first and last weekLars Henriksen2019-05-221-0/+1
* Improve scroll window padLars Henriksen2019-05-221-1/+1
* Explicit calendar and todo view configurationLars Henriksen2019-01-071-0/+35
* Configuration variable for system eventsLars Henriksen2018-10-211-0/+11
* Remove the configuraton variable conf.progress_barLars Henriksen2018-10-211-12/+0
* A save refinement: no action if everything is unchangedLars Henriksen2018-10-211-0/+4
* Fix multiple, simultaneous periodic savesLars Henriksen2018-07-281-4/+4
* Key bindings for UTF-8 encoded charactersLars Henriksen2018-06-031-1/+1
* Properly NUL-terminate the day heading after editingLukas Fleischer2018-05-261-1/+1
* Scrollbar and right window border (corrected)Lars Henriksen2018-05-261-5/+5
* Transparent cursor fixLars Henriksen2018-05-261-6/+5
* Use dummy variables to ignore return values of pair_content()Lukas Fleischer2018-05-101-2/+2
* Default colour as foreground colourLars Henriksen2017-12-101-3/+12
* Function cleanup in custom.cLars Henriksen2017-11-231-39/+39
* Fix multiple popup windowsLars Henriksen2017-10-291-11/+7
* Remove recognized keys checkLars Henriksen2017-10-261-36/+12
* Updates for UTF-8 key bindingsLars Henriksen2017-10-231-6/+12
* Make the day heading position configurableLars Henriksen2017-09-081-1/+23
* Replace remaining uses of wgetch() by keys_wgetch()Lukas Fleischer2017-09-031-1/+1
* Add a function to wait for any key pressLukas Fleischer2017-09-031-1/+1
* Improve default selection when editing key bindingsLukas Fleischer2017-09-031-4/+4
* Use strncpy() properly in general_option_edit()Lukas Fleischer2017-09-031-6/+8
* Add support for UTF-8 key bindingsLukas Fleischer2017-08-301-2/+2
* Rename keys_getch() to keys_get()Lukas Fleischer2017-08-301-27/+22
* Remove some leftovers from the pastLars Henriksen2017-08-281-7/+0
* Make heading in appointments panel configurableLars Henriksen2017-08-281-1/+19
* Make the selected day in the calendar stand outLars Henriksen2017-08-281-1/+1
* Fix segmentation fault when changing colorsLukas Fleischer2017-07-281-3/+3
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Always use memory management wrappersLukas Fleischer2016-10-131-1/+1
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* custom.c: Display missing optionsLukas Fleischer2016-01-071-2/+2
* Support resize in all configuration menusLukas Fleischer2015-02-231-0/+25
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Make compact mode and default panel configurableLukas Fleischer2014-08-031-33/+68
* Replace several uses of snprintf() by asprintf()Lukas Fleischer2014-07-221-2/+3
* Small code cleanupsLukas Fleischer2014-07-181-2/+1
* Use wins_set_bindings() for the configuration menuLukas Fleischer2014-07-181-34/+25
* Initialize prompt buffers in the configuration menusLukas Fleischer2014-07-181-1/+4
* Rework key binding context switchingLukas Fleischer2014-07-171-50/+20
* Reintroduce key bindings in configuration menusLukas Fleischer2014-07-171-2/+14
* Resize panels properlyLukas Fleischer2014-05-191-1/+1
* Add support for caption rows in list boxesLukas Fleischer2014-05-181-2/+7