Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make it possible to use KEY_HOME and KEY_END to define new key bindings, and ↵ | Frederic Culot | 2009-01-24 | 1 | -8/+24 |
| | | | | prevent user from assigning a non-recgnized key | ||||
* | iso date format added | Frederic Culot | 2009-01-05 | 1 | -5/+7 |
| | |||||
* | more code cleanup | Frederic Culot | 2009-01-03 | 1 | -2/+5 |
| | |||||
* | code cleanup | Frederic Culot | 2009-01-02 | 1 | -14/+17 |
| | |||||
* | Automatic periodic saves implemented | Frederic Culot | 2008-12-28 | 1 | -31/+81 |
| | |||||
* | Added wrappers around libc's memory management functions, to easily debug ↵ | Frederic Culot | 2008-12-28 | 1 | -21/+29 |
| | | | | memory usage | ||||
* | new layout configuration menu | Frederic Culot | 2008-12-20 | 1 | -23/+160 |
| | |||||
* | small bugfixes and code cleanup | Frederic Culot | 2008-12-14 | 1 | -36/+19 |
| | |||||
* | color configuration menu adapted to handle user-defined key bindings | Frederic Culot | 2008-12-08 | 1 | -25/+39 |
| | |||||
* | Checks added while loading key bindings configuration. | Frederic Culot | 2008-12-07 | 1 | -9/+9 |
| | |||||
* | User-defined keys are now saved to file. | Frederic Culot | 2008-11-25 | 1 | -5/+2 |
| | |||||
* | Building configuration menu to assign keybindings | Frederic Culot | 2008-11-23 | 1 | -18/+231 |
| | |||||
* | More work on implementing user-definable keybindings | Frederic Culot | 2008-11-16 | 1 | -8/+9 |
| | |||||
* | Loading of user-configurable keys implemented | Frederic Culot | 2008-11-09 | 1 | -2/+2 |
| | |||||
* | import flag and 'i' keybinding added | Frederic Culot | 2008-09-21 | 1 | -4/+4 |
| | |||||
* | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | 2008-04-19 | 1 | -4/+3 |
| | |||||
* | Scrollbar added in general configuration menu | Frederic Culot | 2008-04-19 | 1 | -77/+95 |
| | |||||
* | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | 2008-04-12 | 1 | -693/+726 |
| | |||||
* | Tony's patch concerning date format configuration imported | Frederic Culot | 2008-04-09 | 1 | -3/+58 |
| | |||||
* | bugfix: check for null pointer added when drawing color configuration window ↵ | Frederic Culot | 2008-02-16 | 1 | -2/+4 |
| | | | | (which could remain invisible otherwise) | ||||
* | custom_general_config() updated to handle basic window resizing | Frederic Culot | 2007-10-21 | 1 | -184/+221 |
| | | | | | custom_confwin_init() and display_color_config() added custom_color_config() rewritten | ||||
* | layout_config() updated to use wins_set_layout() | Frederic Culot | 2007-08-15 | 1 | -10/+7 |
| | |||||
* | unuseful headers removed and some functions became static | Frederic Culot | 2007-07-28 | 1 | -110/+106 |
| | |||||
* | no more window erase in custom_load_conf() | Frederic Culot | 2007-07-21 | 1 | -4/+105 |
| | | | | custom_print_general_options() and custom_general_config() added | ||||
* | custom_load_conf() and erase_window_part() updated to use window_t type | Frederic Culot | 2007-07-20 | 1 | -3/+3 |
| | |||||
* | call to calendar_set_first_day_of_week() added | Frederic Culot | 2007-07-01 | 1 | -4/+7 |
| | |||||
* | code cleanup in custom_load_conf() | Frederic Culot | 2007-05-06 | 1 | -44/+59 |
| | |||||
* | custom_color_config() made more robust | Frederic Culot | 2007-04-24 | 1 | -7/+5 |
| | |||||
* | handle different returned values for ncurses pair_content() function | Frederic Culot | 2007-04-22 | 1 | -15/+31 |
| | |||||
* | bugfixes in color configuration menu | Frederic Culot | 2007-04-21 | 1 | -60/+81 |
| | |||||
* | MAX_LENGTH replaced by stdio.h's BUFSIZ | Frederic Culot | 2007-04-04 | 1 | -5/+6 |
| | |||||
* | load_conf() moved from calcurse.c to custom_load_conf() | Frederic Culot | 2007-03-24 | 1 | -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-defined | Frederic Culot | 2007-03-10 | 1 | -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 Culot | 2007-03-04 | 1 | -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 menu | Frederic Culot | 2006-09-15 | 1 | -1/+3 |
| | |||||
* | layout_config() improved, and new layout configurations added | Frederic Culot | 2006-09-03 | 1 | -16/+8 |
| | |||||
* | Initial revision | Frederic Culot | 2006-07-31 | 1 | -0/+178 |