summaryrefslogtreecommitdiff
path: root/src/custom.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-10-13Always use memory management wrappersLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-07custom.c: Display missing optionsLukas Fleischer
2015-02-23Support resize in all configuration menusLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-08-03Make compact mode and default panel configurableLukas Fleischer
2014-07-22Replace several uses of snprintf() by asprintf()Lukas Fleischer
2014-07-18Small code cleanupsLukas Fleischer
2014-07-18Use wins_set_bindings() for the configuration menuLukas Fleischer
2014-07-18Initialize prompt buffers in the configuration menusLukas Fleischer
2014-07-17Rework key binding context switchingLukas Fleischer
2014-07-17Reintroduce key bindings in configuration menusLukas Fleischer
2014-05-19Resize panels properlyLukas Fleischer
2014-05-18Add support for caption rows in list boxesLukas Fleischer
2014-05-18Add support for drawing highlighted decorationLukas Fleischer
2014-05-18custom.c: Simplify codeLukas Fleischer
2014-05-18Remove numbers and whitespace from option menusLukas Fleischer
2014-05-18Reduce flicker when resizing in option menusLukas Fleischer
2014-05-18Use generic list box for general optionsLukas Fleischer
2014-05-18Rework scroll window implementationLukas Fleischer
2013-07-17Drop legacy online help systemLukas Fleischer
2013-05-04Use a macro to determine the size of arraysLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-14calendar.c: Rename to "ui-calendar.c"Lukas Fleischer
2013-02-04Merge branch 'maint'Lukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2013-02-04Close key binding window when reassigning the same keyMichael Smith
2013-01-30custom.c: Fix sidebar configuration help textLukas Fleischer
2012-12-16Add hidden key handler windowLukas Fleischer
2012-07-07Add support for copy/paste registersLukas Fleischer
2012-06-01src/custom.c: Mark sidebar help string "no-c-format"Lukas Fleischer
2012-05-31Use our array of available date input formatsBaptiste Jonglez
2012-05-31Give a meaning to DATE_FORMATSBaptiste Jonglez
2012-05-31src/custom.c: Use status_ask_simplechoice()Baptiste Jonglez
2012-05-31Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez
2012-05-25Fix incorrect i18n usage for some stringsBaptiste Jonglez
2012-05-23Do not localize configuration optionsLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-17Fix data type of "general.firstdayofweek"Lukas Fleischer
2012-05-17Update configuration dialogsLukas Fleischer
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-29Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-03-12Do not strncpy() strings returned by gettext()Lukas Fleischer
2012-03-12Avoid redundant window resets in config menuLukas Fleischer
2012-03-12Avoid redundant virtual screen updatesLukas Fleischer
2012-03-02Break out configuration main menuLukas Fleischer