Lukas Fleischer
91c9cac898
Remove CVS "$Id" headers.
...
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-03 16:19:45 +01:00
Lukas Fleischer
56b9cbcb84
Fixed file permissions.
2011-03-03 12:21:16 +01:00
Frederic Culot
b4dcd1c38f
Exit menu item added to sidebar configuration screen (thanks Doug for reporting this).
2010-03-29 07:37:16 +00:00
Frederic Culot
b6f84b3ef9
Online help added for side bar configuration screen.
2010-03-21 12:21:11 +00:00
Frederic Culot
6892b59622
Avoid concurrent screen refreshes.
2010-03-21 10:17:03 +00:00
Frederic Culot
cc77e839d8
More work on sidebar customization.
2010-03-21 09:21:06 +00:00
Frederic Culot
ec36b96848
Work on sidebar width user-customization.
2010-03-20 13:29:47 +00:00
Frederic Culot
a8cb1c92ef
All headers gathered into a single one. Typedefs suppressed.
2010-03-20 10:54:41 +00:00
Frederic Culot
758d5ff035
Code to save the calendar default view in the configuration file.
2009-10-28 15:15:43 +00:00
Frederic Culot
d6b7f83e58
conf_set_scrsize not static any more (moved to custom_set_swsiz)
2009-08-02 09:29:24 +00:00
Frederic Culot
989b6c885f
Save and restore daemon configuration options.
2009-08-01 17:44:51 +00:00
Frederic Culot
35e4aa61c7
bugfixes
2009-07-29 18:20:54 +00:00
Frederic Culot
976159fa56
calcurse version removed from menu titles
2009-07-12 17:55:13 +00:00
Frederic Culot
5694955002
stdbool header removed, unsigned type used instead
2009-07-12 16:21:57 +00:00
Frederic Culot
27b25548a4
Switch to BSD license.
2009-07-05 20:33:13 +00:00
Frederic Culot
78c0495587
Bugfix: avoid a possible freeze under OpenBSD when changing color from within the configuration screen.
2009-06-20 10:41:11 +00:00
Frederic Culot
c8a1b72027
make it possible to use KEY_HOME and KEY_END to define new key bindings, and prevent user from assigning a non-recgnized key
2009-01-24 14:44:09 +00:00
Frederic Culot
38912b36da
iso date format added
2009-01-05 20:12:08 +00:00
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