aboutsummaryrefslogtreecommitdiffstats
path: root/src/custom.c
Commit message (Collapse)AuthorAgeFilesLines
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-110/+106
|
* no more window erase in custom_load_conf()Frederic Culot2007-07-211-4/+105
| | | | custom_print_general_options() and custom_general_config() added
* custom_load_conf() and erase_window_part() updated to use window_t typeFrederic Culot2007-07-201-3/+3
|
* call to calendar_set_first_day_of_week() addedFrederic Culot2007-07-011-4/+7
|
* code cleanup in custom_load_conf()Frederic Culot2007-05-061-44/+59
|
* custom_color_config() made more robustFrederic Culot2007-04-241-7/+5
|
* handle different returned values for ncurses pair_content() functionFrederic Culot2007-04-221-15/+31
|
* bugfixes in color configuration menuFrederic Culot2007-04-211-60/+81
|
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-5/+6
|
* load_conf() moved from calcurse.c to custom_load_conf()Frederic Culot2007-03-241-4/+125
| | | | fill_config_var() now statically defined in custom.c instead of calcurse.c
* custom_color_theme_name() created to return new version of user-definedFrederic Culot2007-03-101-22/+102
| | | | | color theme custom_load_color() updated to load new version of user-defined color theme
* use of color pairs enum in custom_init_attr()Frederic Culot2007-03-041-42/+262
| | | | | | color_config() rewritten to allow more color choices and the use of terminal default background color (becomes custom_color_config()) custom_load_color() created
* config_bar() updated to add a notify menuFrederic Culot2006-09-151-1/+3
|
* layout_config() improved, and new layout configurations addedFrederic Culot2006-09-031-16/+8
|
* Initial revisionFrederic Culot2006-07-311-0/+178