summaryrefslogtreecommitdiff
path: root/src/custom.c
AgeCommit message (Expand)Author
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
2011-03-14Overall indentation fixes.Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2010-03-29Exit menu item added to sidebar configuration screen (thanks Doug for reporti...Frederic Culot
2010-03-21Online help added for side bar configuration screen.Frederic Culot
2010-03-21Avoid concurrent screen refreshes.Frederic Culot
2010-03-21More work on sidebar customization.Frederic Culot
2010-03-20Work on sidebar width user-customization.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2009-10-28Code to save the calendar default view in the configuration file.Frederic Culot
2009-08-02conf_set_scrsize not static any more (moved to custom_set_swsiz)Frederic Culot
2009-08-01Save and restore daemon configuration options.Frederic Culot
2009-07-29bugfixesFrederic Culot
2009-07-12calcurse version removed from menu titlesFrederic Culot
2009-07-12stdbool header removed, unsigned type used insteadFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-06-20Bugfix: avoid a possible freeze under OpenBSD when changing color from within...Frederic Culot
2009-01-24make it possible to use KEY_HOME and KEY_END to define new key bindings, and ...Frederic Culot