135 Commits

Author SHA1 Message Date
Frederic Culot
936b6fe373 more code cleanup 2009-01-03 21:32:10 +00:00
Frederic Culot
bf3bce0ab2 code cleanup 2009-01-02 22:28:53 +00:00
Frederic Culot
8fdd1510c6 Automatic periodic saves implemented 2008-12-28 19:41:45 +00:00
Frederic Culot
5352496984 Added wrappers around libc's memory management functions, to easily debug memory usage 2008-12-28 13:13:58 +00:00
Frederic Culot
d54dd2ee73 new layout configuration menu 2008-12-20 19:27:31 +00:00
Frederic Culot
65ec1bb0fa small bugfixes and code cleanup 2008-12-14 15:54:50 +00:00
Frederic Culot
7ff22e9b3f color configuration menu adapted to handle user-defined key bindings 2008-12-08 19:17:06 +00:00
Frederic Culot
639058740a Checks added while loading key bindings configuration. 2008-12-07 09:20:38 +00:00
Frederic Culot
910901a4f0 User-defined keys are now saved to file. 2008-11-25 20:48:58 +00:00
Frederic Culot
eb88eaecb3 Building configuration menu to assign keybindings 2008-11-23 20:38:55 +00:00
Frederic Culot
9d4899110a More work on implementing user-definable keybindings 2008-11-16 17:42:53 +00:00
Frederic Culot
e8f12c65ca Loading of user-configurable keys implemented 2008-11-09 20:10:18 +00:00
Frederic Culot
7ddfcccee0 import flag and 'i' keybinding added 2008-09-21 08:05:52 +00:00
Frederic Culot
2341c90003 some memory leaks fixed using valgrind and some minor code cleanup 2008-04-19 21:04:47 +00:00
Frederic Culot
2e798df3cb Scrollbar added in general configuration menu 2008-04-19 09:22:14 +00:00
Frederic Culot
efd782699b Yet another style for source code. GNU style now used (I am fed up with tabs...) 2008-04-12 21:14:03 +00:00
Frederic Culot
0c281d2c1e Tony's patch concerning date format configuration imported 2008-04-09 20:38:29 +00:00
Frederic Culot
45d7e1e131 bugfix: check for null pointer added when drawing color configuration window (which could remain invisible otherwise) 2008-02-16 13:14:04 +00:00
Frederic Culot
b15bd94178 custom_general_config() updated to handle basic window resizing
custom_confwin_init() and display_color_config() added
custom_color_config() rewritten
2007-10-21 13:41:02 +00:00
Frederic Culot
e5eed3759b layout_config() updated to use wins_set_layout() 2007-08-15 15:37:53 +00:00
Frederic Culot
4b987f70ac unuseful headers removed and some functions became static 2007-07-28 13:11:42 +00:00
Frederic Culot
792b62c173 no more window erase in custom_load_conf()
custom_print_general_options() and custom_general_config() added
2007-07-21 19:34:07 +00:00
Frederic Culot
155c4c3f8e custom_load_conf() and erase_window_part() updated to use window_t type 2007-07-20 19:14:33 +00:00
Frederic Culot
694d3ec32b call to calendar_set_first_day_of_week() added 2007-07-01 17:59:14 +00:00
Frederic Culot
096b91d79c code cleanup in custom_load_conf() 2007-05-06 13:31:31 +00:00
Frederic Culot
b9257fb413 custom_color_config() made more robust 2007-04-24 17:23:00 +00:00
Frederic Culot
990f317b71 handle different returned values for ncurses pair_content() function 2007-04-22 16:25:36 +00:00
Frederic Culot
6f8f1b5d23 bugfixes in color configuration menu 2007-04-21 15:12:32 +00:00
Frederic Culot
2496888682 MAX_LENGTH replaced by stdio.h's BUFSIZ 2007-04-04 19:38:18 +00:00
Frederic Culot
dc4b493a87 load_conf() moved from calcurse.c to custom_load_conf()
fill_config_var() now statically defined in custom.c instead of calcurse.c
2007-03-24 23:18:52 +00:00
Frederic Culot
7ca3bc06be custom_color_theme_name() created to return new version of user-defined
color theme
custom_load_color() updated to load new version of user-defined color theme
2007-03-10 15:58:20 +00:00
Frederic Culot
49ad6a9652 use of color pairs enum in custom_init_attr()
color_config() rewritten to allow more color choices and the use of
terminal default background color (becomes custom_color_config())
custom_load_color() created
2007-03-04 16:12:18 +00:00
Frederic Culot
1e03acc3fc config_bar() updated to add a notify menu 2006-09-15 15:43:54 +00:00
Frederic Culot
3ffab39ccf layout_config() improved, and new layout configurations added 2006-09-03 17:53:26 +00:00
Frederic Culot
ac36e94341 Initial revision 2006-07-31 21:00:02 +00:00