summaryrefslogtreecommitdiff
path: root/src/custom.c
AgeCommit message (Collapse)Author
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
(which could remain invisible otherwise)
2007-10-21custom_general_config() updated to handle basic window resizingFrederic Culot
custom_confwin_init() and display_color_config() added custom_color_config() rewritten
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
custom_print_general_options() and custom_general_config() added
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
fill_config_var() now statically defined in custom.c instead of calcurse.c
2007-03-10custom_color_theme_name() created to return new version of user-definedFrederic Culot
color theme custom_load_color() updated to load new version of user-defined color theme
2007-03-04use of color pairs enum in custom_init_attr()Frederic Culot
color_config() rewritten to allow more color choices and the use of terminal default background color (becomes custom_color_config()) custom_load_color() created
2006-09-15config_bar() updated to add a notify menuFrederic Culot
2006-09-03layout_config() improved, and new layout configurations addedFrederic Culot
2006-07-31Initial revisionFrederic Culot