aboutsummaryrefslogtreecommitdiffstats
path: root/src/custom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not localize configuration optionsLukas Fleischer2012-05-231-10/+10
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-797/+723
* Fix data type of "general.firstdayofweek"Lukas Fleischer2012-05-171-6/+7
* Update configuration dialogsLukas Fleischer2012-05-171-16/+16
* Declare several parameters/variables constantLukas Fleischer2012-05-081-7/+7
* Mark localized string literals constantLukas Fleischer2012-04-051-11/+11
* Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-291-8/+8
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Do not strncpy() strings returned by gettext()Lukas Fleischer2012-03-121-7/+5
* Avoid redundant window resets in config menuLukas Fleischer2012-03-121-1/+4
* Avoid redundant virtual screen updatesLukas Fleischer2012-03-121-1/+0
* Break out configuration main menuLukas Fleischer2012-03-021-0/+55
* Revamp key bindings displayLukas Fleischer2012-03-021-15/+23
* Extract config file handlers into a separate fileLukas Fleischer2011-12-091-402/+0