aboutsummaryrefslogtreecommitdiffstats
path: root/src/custom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a global configuration variableLukas Fleischer2011-11-141-41/+41
* Remove parentheses from return statementsLukas Fleischer2011-11-021-1/+1
* Make use of the NULL macroLukas Fleischer2011-11-021-1/+1
* Do not cast unused return values to voidLukas Fleischer2011-11-021-17/+16
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-5/+5
* Add count buffer to keys_getch()Lukas Fleischer2011-10-061-5/+5
* Avoid unnecessary window updatesLukas Fleischer2011-10-061-2/+2
* Add configuration option to run the GC on exitLukas Fleischer2011-10-051-15/+31
* Add configuration option to notify all appointmentsLukas Fleischer2011-07-311-0/+5
* Fix configuration file backward compatibilityLukas Fleischer2011-07-291-2/+7
* Add hint to error messages in custom_load_conf()Lukas Fleischer2011-07-211-2/+2
* Use map for configuration variable namesLukas Fleischer2011-07-211-49/+61
* Return error status in custom_set_conf()Lukas Fleischer2011-07-211-14/+16
* Rename custom_load_color() to conf_parse_color()Lukas Fleischer2011-07-211-21/+16
* Declare foreground and background variables globalLukas Fleischer2011-07-211-6/+6
* Refactor out integer variable parsingLukas Fleischer2011-07-211-6/+26
* Refactor conf_parse_bool()Lukas Fleischer2011-07-211-19/+21
* Rename fill_config_var() to conf_parse_bool()Lukas Fleischer2011-07-211-10/+10
* Refactor out configuration variable settingLukas Fleischer2011-07-211-75/+82
* Parse single-line configuration variablesLukas Fleischer2011-07-151-25/+33
* Be stricter when parsing the configuration fileLukas Fleischer2011-07-151-11/+6
* Refactor custom_load_conf()Lukas Fleischer2011-07-151-63/+49