summaryrefslogtreecommitdiff
path: root/src/custom.c
AgeCommit message (Expand)Author
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
2009-01-05iso date format addedFrederic Culot
2009-01-03more code cleanupFrederic Culot
2009-01-02code cleanupFrederic Culot
2008-12-28Automatic periodic saves implementedFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot
2008-12-20new layout configuration menuFrederic Culot
2008-12-14small bugfixes and code cleanupFrederic Culot
2008-12-08color configuration menu adapted to handle user-defined key bindingsFrederic Culot
2008-12-07Checks added while loading key bindings configuration.Frederic Culot
2008-11-25User-defined keys are now saved to file.Frederic Culot
2008-11-23Building configuration menu to assign keybindingsFrederic Culot
2008-11-16More work on implementing user-definable keybindingsFrederic Culot
2008-11-09Loading of user-configurable keys implementedFrederic Culot
2008-09-21import flag and 'i' keybinding addedFrederic Culot
2008-04-19some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot
2008-04-19Scrollbar added in general configuration menuFrederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2008-04-09Tony's patch concerning date format configuration importedFrederic Culot
2008-02-16bugfix: check for null pointer added when drawing color configuration window ...Frederic Culot
2007-10-21custom_general_config() updated to handle basic window resizingFrederic Culot
2007-08-15layout_config() updated to use wins_set_layout()Frederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-21no more window erase in custom_load_conf()Frederic Culot
2007-07-20custom_load_conf() and erase_window_part() updated to use window_t typeFrederic Culot
2007-07-01call to calendar_set_first_day_of_week() addedFrederic Culot
2007-05-06code cleanup in custom_load_conf()Frederic Culot
2007-04-24custom_color_config() made more robustFrederic Culot
2007-04-22handle different returned values for ncurses pair_content() functionFrederic Culot
2007-04-21bugfixes in color configuration menuFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-03-24load_conf() moved from calcurse.c to custom_load_conf()Frederic Culot
2007-03-10custom_color_theme_name() created to return new version of user-definedFrederic Culot