summaryrefslogtreecommitdiff
path: root/src/custom.c
AgeCommit message (Collapse)Author
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