summaryrefslogtreecommitdiff
path: root/src/custom.c
AgeCommit message (Expand)Author
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
2012-03-02Revamp key bindings displayLukas Fleischer
2011-12-09Extract config file handlers into a separate fileLukas Fleischer
2011-11-14Use a global configuration variableLukas Fleischer
2011-11-02Remove parentheses from return statementsLukas Fleischer
2011-11-02Make use of the NULL macroLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-11-02Avoid use of printf()/fprintf()Lukas Fleischer
2011-10-06Add count buffer to keys_getch()Lukas Fleischer
2011-10-06Avoid unnecessary window updatesLukas Fleischer
2011-10-05Add configuration option to run the GC on exitLukas Fleischer
2011-07-31Add configuration option to notify all appointmentsLukas Fleischer
2011-07-29Fix configuration file backward compatibilityLukas Fleischer
2011-07-21Add hint to error messages in custom_load_conf()Lukas Fleischer
2011-07-21Use map for configuration variable namesLukas Fleischer
2011-07-21Return error status in custom_set_conf()Lukas Fleischer
2011-07-21Rename custom_load_color() to conf_parse_color()Lukas Fleischer
2011-07-21Declare foreground and background variables globalLukas Fleischer
2011-07-21Refactor out integer variable parsingLukas Fleischer
2011-07-21Refactor conf_parse_bool()Lukas Fleischer
2011-07-21Rename fill_config_var() to conf_parse_bool()Lukas Fleischer
2011-07-21Refactor out configuration variable settingLukas Fleischer
2011-07-15Parse single-line configuration variablesLukas Fleischer
2011-07-15Be stricter when parsing the configuration fileLukas Fleischer
2011-07-15Refactor custom_load_conf()Lukas Fleischer
2011-06-29Handle resize properly in the sidebar config menuLukas Fleischer
2011-06-28Always work with new window dimensions on resizeLukas Fleischer
2011-06-28Avoid redundant redraws on resizeLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-05Fix bad use of unsigned integers.Lukas Fleischer
2011-04-05Compare pointers to "NULL" instead of "0".Lukas Fleischer