1186 Commits

Author SHA1 Message Date
Frederic Culot
b69a59b34e keypad() used when creating popup windows 2007-09-16 15:40:53 +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
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
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
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
Frederic Culot
e6b1cf4b7e ierror() and aerror() created 2007-08-04 14:33:02 +00:00
Frederic Culot
52e1859e5f ASSERT macro, ierror() and aerror() added 2007-08-04 14:32:31 +00:00
Frederic Culot
2767b1f0e9 compiler warnings fixed 2007-07-29 20:59:09 +00:00
Frederic Culot
cd5e1e780f Autotools use improved 2007-07-28 15:04:52 +00:00
Frederic Culot
4b987f70ac unuseful headers removed and some functions became static 2007-07-28 13:11:42 +00:00
Frederic Culot
24743cd60b global variables suppressed 2007-07-26 20:35:58 +00:00
Frederic Culot
b12150dea5 new source files to store signal handling routines 2007-07-23 19:31:12 +00:00
Frederic Culot
d871dc6f10 includes updated 2007-07-23 19:30:04 +00:00
Frederic Culot
6b10eb3623 which_pan dependency suppressed in help_screen() 2007-07-23 19:29:34 +00:00
Frederic Culot
5cc85f48ab window_e and window_t added
wins_slct_init(), wins_slctd_set(), wins_slctd_next() and
wins_slctd() created
2007-07-23 19:28:37 +00:00
Frederic Culot
6ad12276c4 window_e enum and window_t type moved to wins.h 2007-07-23 19:27:28 +00:00
Frederic Culot
ab0cc2c606 exit_calcurse() added and status_bar() modified to use wins_slctd() 2007-07-23 19:26:38 +00:00
Frederic Culot
9f4f274337 call to exit_calcurse() added
global variable which_pan suppressed
signal handling routines moved to sigs.c
2007-07-23 19:25:54 +00:00
Frederic Culot
60a4f5c85f sigs.c and sigs.h added 2007-07-23 19:24:03 +00:00
Frederic Culot
50e63cf895 ncurses include added 2007-07-21 19:39:23 +00:00
Frederic Culot
e10dd9cd7f new source files to store windows handling related routines 2007-07-21 19:37:44 +00:00
Frederic Culot
d2c337f8b5 notify_print_options() added 2007-07-21 19:36:45 +00:00
Frederic Culot
1aeb990b41 call to wins_show() updated 2007-07-21 19:36:05 +00:00
Frederic Culot
d069415d0d todo_update_panel() and todo_delete() added 2007-07-21 19:35:40 +00:00
Frederic Culot
648580f963 apoint_update_panel(), apoint_add() and apoint_delete() added 2007-07-21 19:35:14 +00:00
Frederic Culot
f71183cd89 call to custom_load_conf() updated 2007-07-21 19:34: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
7304770d30 erase_status_bar() added and status_bar() prototype updated
win_show() moved to wins_show() in wins.c
print_option_in_color() added
2007-07-21 19:33:24 +00:00
Frederic Culot
9f52f3f3da make use of STATUSHEIGHT define and erase_status_bar() function
update_app_panel() moved to apoint_update_panel()
update_todo_panel() moved to todo_update_panel()
add_item() moved to apoint_add()
del_item() split into apoint_delete() and todo_delete()
init_vars() moved to vars_init()
windows handling routines moved to wins.c and wins.h
print_option_in_color() moved to utils.c
print_notify_options() moved to notify_print_options()
config_notify_bar() moved to notify_config_bar()
2007-07-21 19:32:26 +00:00
Frederic Culot
9c24e12061 vars_init() added 2007-07-21 19:30:55 +00:00