aboutsummaryrefslogtreecommitdiffstats
path: root/src/custom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for drawing highlighted decorationLukas Fleischer2014-05-181-3/+3
* custom.c: Simplify codeLukas Fleischer2014-05-181-10/+1
* Remove numbers and whitespace from option menusLukas Fleischer2014-05-181-20/+20
* Reduce flicker when resizing in option menusLukas Fleischer2014-05-181-1/+1
* Use generic list box for general optionsLukas Fleischer2014-05-181-156/+187
* Rework scroll window implementationLukas Fleischer2014-05-181-41/+19
* Drop legacy online help systemLukas Fleischer2013-07-171-39/+0
* Use a macro to determine the size of arraysLukas Fleischer2013-05-041-4/+4
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-908/+961
* Fix braces in if-else statementsLukas Fleischer2013-02-171-7/+10
* calendar.c: Rename to "ui-calendar.c"Lukas Fleischer2013-02-141-2/+2
* Merge branch 'maint'Lukas Fleischer2013-02-041-1/+7
|\
| * Update copyright rangesLukas Fleischer2013-02-041-1/+1
| * Close key binding window when reassigning the same keyMichael Smith2013-02-041-0/+6
* | custom.c: Fix sidebar configuration help textLukas Fleischer2013-01-301-4/+3
|/
* Add hidden key handler windowLukas Fleischer2012-12-161-7/+7
* Add support for copy/paste registersLukas Fleischer2012-07-071-4/+4
* src/custom.c: Mark sidebar help string "no-c-format"Lukas Fleischer2012-06-011-0/+1
* Use our array of available date input formatsBaptiste Jonglez2012-05-311-10/+3
* Give a meaning to DATE_FORMATSBaptiste Jonglez2012-05-311-1/+1
* src/custom.c: Use status_ask_simplechoice()Baptiste Jonglez2012-05-311-11/+14
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-311-43/+43
* Fix incorrect i18n usage for some stringsBaptiste Jonglez2012-05-251-1/+1