Frederic Culot
15a27e8958
html manuals updated with date format configuration options
2008-04-20 12:43:13 +00:00
Frederic Culot
d21329461d
* french translation updated
...
* correction done in the '>' command help text
2008-04-20 09:33:09 +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
f0d4409151
Generic functions to handle scrolling windows created
2008-04-18 17:53:31 +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
0f6374d787
manuals updated with the '-N' flag
2008-04-05 15:42:13 +00:00
Frederic Culot
526119cf53
'-N' flag added
2008-04-05 15:02:56 +00:00
Frederic Culot
4a89094f0e
usage updated
2008-04-05 14:55:59 +00:00
Frederic Culot
23b236bc38
patch submitted by Erik Saule imported (ability to display note contents in non-interactive mode)
2008-04-05 10:21:51 +00:00
Frederic Culot
98df0a4bad
bugfixes (among them, Debian Bug #469297 )
2008-04-04 21:35:08 +00:00
Frederic Culot
54e2b815ec
no more segfault when changing item priority (fixes Debian Bug #469297 )
2008-04-04 21:31:20 +00:00
Frederic Culot
7a2a68de27
small bugfixes
2008-04-04 21:30:12 +00:00
Frederic Culot
0caec16e80
Italian manual added, many thanks to Leandro Noferini
2008-03-30 10:50:29 +00:00
Frederic Culot
f08954dd4a
Italian manual added, many thanks to Leandro Noferini
2008-03-30 10:39:15 +00:00
Frederic Culot
c08f045525
Forgot to include css style sheet...
2008-03-02 18:38:28 +00:00
Frederic Culot
db9a664741
NEWS and po files updated
...
Dutch manual and translation updated, thanks Jeremy
2008-03-02 08:50:17 +00:00
Frederic Culot
17c1e8747c
bugfix: check for null pointer added when drawing color configuration
...
window (which could remain invisible otherwise)
calcurse.pot updated for version 2.0
NEWS file updated
2008-02-16 13:17:08 +00:00
Frederic Culot
5d2a89a6bc
pot file updated for version 2.0
2008-02-16 13:16:06 +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
120de530e0
proper cvs tag used
2008-02-14 20:16:30 +00:00
Frederic Culot
9fe5d3d476
html manuals updated with parts related to notes
2008-02-14 20:07:43 +00:00
Frederic Culot
fe5621c547
manpage updated
...
NOTESIZ shortened to be 6 characters long, as only 6 'X' are used in the
glibc version of mkstemp(3).
bugfix: wrong calculated len in wins_launch_external(), which lead to
erroneus note file name
2008-02-13 19:44:37 +00:00
Frederic Culot
45199e1df9
TODO list updated
...
status bar updated to display the new 'N' (edit note) and '>' (view note)
keybindings
online help pages added for 'N' and '>' keybindings
2008-02-11 21:26:00 +00:00
Frederic Culot
52340fa0e1
memory leak fixed in notify_thread_app()
...
check for limits.h header added
asprintf() call replaced in wins_launch_external() as it is not
fully portable
2008-02-10 16:29:50 +00:00
Frederic Culot
8864663107
manuals updated to make use of css style sheet
2008-02-10 11:33:23 +00:00
Frederic Culot
b6cc429a71
css style sheet added for html manual
2008-02-03 11:13:21 +00:00
Frederic Culot
4dcb362cc3
configure.ac updated
2008-01-26 10:02:01 +00:00
Frederic Culot
407a262938
Code parts related to item update rewritten
2008-01-20 10:45:38 +00:00
Frederic Culot
54c2b60041
minor improvements and bugfixes
2008-01-17 19:35:42 +00:00
Frederic Culot
738a3a4170
Ability to attach notes to appointments and events added
2008-01-13 12:40:45 +00:00
Frederic Culot
b7115fbcf2
Notes attached to todos can now be suppressed
2007-12-31 17:36:34 +00:00
Frederic Culot
478b2762e6
Ability to attach notes to todo items added
2007-12-30 16:27:58 +00:00
Frederic Culot
41e7eb0a83
bugfix: leap years should now be properly handled
2007-12-10 19:05:10 +00:00
Frederic Culot
c14845b73c
WEEKINDAYS define added
2007-12-10 19:04:08 +00:00
Frederic Culot
4139434f40
bugfix in recur_item_inday(): leap years should now be properly handled
2007-12-10 19:03:23 +00:00
Frederic Culot
2c4f7c9e27
calendar_move_*() functions modified to properly handle leap years and
...
merged into calendar_move()
date_change() added
2007-12-10 18:59:48 +00:00
Frederic Culot
4227e47ae4
calendar_move_*() gathered together into calendar_move()
2007-12-10 18:56:08 +00:00
Frederic Culot
3e429667db
calcurse 1.9 released
2007-10-23 17:50:55 +00:00
Frederic Culot
b1fffd6592
translations updated for version 1.9
2007-10-23 17:49:37 +00:00
Frederic Culot
31610b8ffb
automatic resize made available inside help and configuration screens (thanks Sebastian for reporting the problem)
2007-10-21 13:44:12 +00:00
Frederic Culot
53ead324ad
routines updated to handle new window_t and window_e types
2007-10-21 13:42:34 +00:00
Frederic Culot
15ea040780
notify_config_bar() updated to handle window resizing
2007-10-21 13:41:51 +00:00
Frederic Culot
5ef198a82a
custom_confwin_init() added
...
custom_color_config() prototype updated
2007-10-21 13:41:29 +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
c9ba409a8b
cwin, awin, twin, swin variables suppressed
2007-10-21 13:40:13 +00:00
Frederic Culot
54db19e8b3
wins_prop() suppressed
...
routines updated to handle new window_t type
2007-10-21 13:39:49 +00:00
Frederic Culot
c823b5666b
window_t structure updated to store WINDOW pointer
...
window_e enum updated to shorten names
winprop_e and wins_prop() suppressed
2007-10-21 13:39:07 +00:00
Frederic Culot
ffd9448ac4
help_screen() updated to make automatic resize available inside help
...
screens (thanks Sebastian for reporting the problem)
help_wins_reset(), help_wins_init(), help_wins_reinit() and wanted_page()
created
help_pages_e enum added
2007-10-21 13:37:30 +00:00
Frederic Culot
acf963235d
various bugfixes and improvements
2007-10-16 19:17:34 +00:00
Frederic Culot
fe8935e3fc
wins_reset() modified to avoid blank screen when resizing window under Linux
2007-10-16 19:15:43 +00:00
Frederic Culot
788ba6fc5c
bugfix: do not stop thread in notify_config_bar() if it was not started before
2007-10-16 19:14:40 +00:00
Frederic Culot
c933021597
calendar_change_day() and calendar_move_*() updated to prevent user from entering an unsupported date
2007-10-16 19:11:10 +00:00
Frederic Culot
9b707f6b3a
next_arg() rewritten, date_arg() improved
2007-10-16 19:09:18 +00:00
Frederic Culot
7d5f5a9419
Dutch translation updated, bugfix in memory release
2007-10-08 20:45:49 +00:00
Frederic Culot
9352d618af
bugfix: possible release of non-allocated memory blocks
2007-10-08 20:44:03 +00:00
Frederic Culot
632c4e2096
Dutch translation updated, thanks to Jeremy Roon
2007-10-08 20:42:15 +00:00
Frederic Culot
66eafab782
Dutch manual updated, thanks to Jeremy Roon
2007-10-08 20:41:31 +00:00
Frederic Culot
d46113e3bc
Handling of SIGWINCH improved, and German translation updated
2007-10-07 17:16:33 +00:00
Frederic Culot
ee42e61190
German translation updated, thanks to Michael Schulz
2007-10-07 17:15:41 +00:00
Frederic Culot
453a531406
German manual updated, thanks to Michael Schulz
2007-10-07 17:14:56 +00:00
Frederic Culot
f3e8775cab
Handling of SIGWINCH improved
2007-10-07 17:13:10 +00:00
Frederic Culot
5e62e11e23
export to /tmp/calcurse.ics is now performed in case /home/pepe is not set
2007-09-16 15:41:53 +00:00
Frederic Culot
b69a59b34e
keypad() used when creating popup windows
2007-09-16 15:40:53 +00:00
Frederic Culot
1f8ab27653
bugfix: wrong symbol used for pthread library (thanks Michael for noticing this mistake)
2007-09-16 15:40:05 +00:00
Frederic Culot
d2b15fb370
small bugfixes
2007-09-16 15:38:43 +00:00
Frederic Culot
c04fee7e14
bugfix: shift in date_arg(), thanks Herbert for reporting this bug
2007-09-01 21:26:12 +00:00
Frederic Culot
c908d40292
added missing time.h header
2007-08-31 19:41:24 +00:00
Frederic Culot
71af18a752
calcurse 1.9_beta released
2007-08-31 19:40:29 +00:00
Frederic Culot
4caf352f4c
bugfix and documentation update
2007-08-19 13:23:29 +00:00
Frederic Culot
93e7120ebc
pot file for version 1.9
2007-08-19 13:22:11 +00:00
Frederic Culot
676893a60f
french translation updated
2007-08-19 13:21:05 +00:00
Frederic Culot
19851c9e8b
part related to moon phase calculation added
2007-08-19 13:19:37 +00:00
Frederic Culot
9523ca0e91
contributors section updated
2007-08-19 13:18:38 +00:00
Frederic Culot
f0fde21115
window resizing improved
2007-08-19 13:18:16 +00:00
Frederic Culot
e069c1788c
bugfix: extract_aptsfile() modified so that notify->apts_file is never set
...
to null
2007-08-19 13:16:45 +00:00
Frederic Culot
c1a741f287
changed notification bar init process
...
no more check for terminal size in main loop
2007-08-19 13:15:55 +00:00
Frederic Culot
cfee31cf75
wins_reset() updated to handle notification bar reset
2007-08-19 13:15:18 +00:00
Frederic Culot
116d34a177
version number updated
2007-08-19 13:04:36 +00:00
Frederic Culot
23e605af18
automatic window refresh when resizing screen
2007-08-15 15:38:21 +00:00
Frederic Culot
e5eed3759b
layout_config() updated to use wins_set_layout()
2007-08-15 15:37:53 +00:00
Frederic Culot
77d047d033
recur_repeat_item() updated to use apoint_hilt()
2007-08-15 15:37:31 +00:00
Frederic Culot
9fdc33133c
day_edit_item() updated to use apoint_hilt()
2007-08-15 15:37:10 +00:00
Frederic Culot
406a0b2b2f
io_load_todo() call updated in todo_arg()
2007-08-15 15:36:49 +00:00
Frederic Culot
4307247a07
io_load_todo() updated to use todo_set_nb()
2007-08-15 15:36:27 +00:00
Frederic Culot
8c8f3a56ff
layout is not part of conf_t type anymore, and becomes a static variable in wins.c
2007-08-15 15:36:05 +00:00
Frederic Culot
9ee3eecfa6
hilt_tod moved to static variable hilt
...
todo_hilt(), todo_hilt_set(), todo_hilt_decrease(), todo_hilt_increase(),
todo_saved_mesg(), todo_nb(), todo_set_nb(), todo_set_first(),
todo_first_increase(), todo_first_decrease(), todo_hilt_pos() added
2007-08-15 15:35:25 +00:00
Frederic Culot
2beb88e473
hilt_app moved to the static variable hilt
...
apoint_hilt(), apoint_hilt_set(), apoint_hilt_decrease(), and
apoint_hilt_increase() added
scroll_pad_down() and scroll_pad_up() moved to apoint_scroll_pad_down()
and apoint_scroll_pad_up()
2007-08-15 15:33:54 +00:00
Frederic Culot
470ea56514
notify_init_bar() updated to use static win variable
2007-08-15 15:33:01 +00:00
Frederic Culot
2525ec6e8b
winprop_e added
...
wins_prop(), wins_layout(), wins_set_layout() and wins_reset() added
2007-08-15 15:32:33 +00:00
Frederic Culot
1f523ea9df
win and layout become static variables
...
wins_prop() added
wins_layout() and wins_set_layout() added
wins_reset() added
2007-08-15 15:31:52 +00:00
Frederic Culot
1096c2d29f
handling of SIGWINCH added
2007-08-15 15:30:17 +00:00
Frederic Culot
3d2aab3cb7
some variables moved to static ones in appropriate file to easily handle window update
2007-08-15 15:29:52 +00:00
Frederic Culot
eef11f8cb7
moon phase calculation added
2007-08-12 13:10:22 +00:00
Frederic Culot
5c2cca4a81
calendar_get_pom() and moon_phase_e typedef added
2007-08-12 13:09:37 +00:00
Frederic Culot
a9edab12b4
calendar_get_pom(), pom(), potm() and adj360() added, based on the OpenBSD version of pom(6)
2007-08-12 13:09:02 +00:00
Frederic Culot
73dce825b8
apoint_update_panel() updated to display the phase of the moon
2007-08-12 13:08:03 +00:00
Frederic Culot
7903609259
memory leak fixed in day_item_s2apoint_s()
2007-08-04 15:11:47 +00:00
Frederic Culot
ff60394c8e
error handling while in ncurses mode improved
2007-08-04 14:34:03 +00:00