aboutsummaryrefslogtreecommitdiffstats
path: root/src/custom.c
Commit message (Expand)AuthorAgeFilesLines
* color configuration menu adapted to handle user-defined key bindingsFrederic Culot2008-12-081-25/+39
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-9/+9
* User-defined keys are now saved to file.Frederic Culot2008-11-251-5/+2
* Building configuration menu to assign keybindingsFrederic Culot2008-11-231-18/+231
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-8/+9
* Loading of user-configurable keys implementedFrederic Culot2008-11-091-2/+2
* import flag and 'i' keybinding addedFrederic Culot2008-09-211-4/+4
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-191-4/+3
* Scrollbar added in general configuration menuFrederic Culot2008-04-191-77/+95
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-693/+726
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-091-3/+58
* bugfix: check for null pointer added when drawing color configuration window ...Frederic Culot2008-02-161-2/+4
* custom_general_config() updated to handle basic window resizingFrederic Culot2007-10-211-184/+221
* layout_config() updated to use wins_set_layout()Frederic Culot2007-08-151-10/+7
* 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_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
* custom_color_theme_name() created to return new version of user-definedFrederic Culot2007-03-101-22/+102
* use of color pairs enum in custom_init_attr()Frederic Culot2007-03-041-42/+262
* 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