Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-20 | store_day() moved to day_process_storage() | Frederic Culot | |
enum window_number moved to vars.h get_screen_config() updated to use window_t type | |||
2007-07-01 | nl_cal and nc_cal variables moved to defines in calendar.h | Frederic Culot | |
code cleanup in get_date() to get rid of global variables several changes due to the use of date_t type (today and slctd_day moved to static variables in calendar.c) get_date() recoded and moved to calendar_set_current_date() | |||
2007-05-06 | notify bar init sequence modified | Frederic Culot | |
layout variable added to conf_t type bugfix: layout is now properly restored (thanks Jose for reporting this bug) bugfix: apad width is now correctly updated when changing layout | |||
2007-04-21 | do not colorize by default when entering the color configuration menu | Frederic Culot | |
2007-04-14 | bugfix: correct item is now highlighted when changing day inside | Frederic Culot | |
appointment panel with CTRL keys sigchld_handler() created to catch zombie processes init_sighandler() created | |||
2007-04-04 | MAX_LENGTH replaced by stdio.h's BUFSIZ | Frederic Culot | |
use of MININSEC define | |||
2007-03-24 | init_notify_bar(), load_conf() and fill_config_var() suppressed | Frederic Culot | |
conf variable created to avoid global variables code cleanup | |||
2007-03-17 | bugfix: missing space inside text | Frederic Culot | |
2007-03-11 | 'X' command added, to export data in iCal format | Frederic Culot | |
2007-03-10 | global variable 'colr' suppressed | Frederic Culot | |
2007-03-04 | use of terminal default background color instead of black | Frederic Culot | |
call to custom_load_color() added in load_conf() update_windows() updated to avoid the use of the global 'colr' variable | |||
2007-02-25 | updated call to notify_check_added() | Frederic Culot | |
call to notify_catch_children() added print_notify_options() improved to avoid display problems with long options init_notify_bar() updated to get user shell | |||
2007-02-24 | '!' command added, to switch appointment notification state | Frederic Culot | |
init_notify_bar(), config_notify_bar() and print_notify_options() modified to add the notification command option. load_conf() updated to load notification command | |||
2007-01-16 | use of getstring() defines | Frederic Culot | |
2007-01-10 | bugfixes | Frederic Culot | |
2006-12-21 | display adjustment in update_todo_panel() | Frederic Culot | |
2006-12-19 | bugfix in label length | Frederic Culot | |
2006-12-15 | some small bugfixes, thanks to toucouch for reporting them | Frederic Culot | |
calls to strcpy and sprintf suppressed | |||
2006-12-10 | get_date() updated so that it does not modify the selected day inside calendar | Frederic Culot | |
2006-12-08 | calls to day_erase_item() and day_edit_item() updated | Frederic Culot | |
2006-11-30 | call to day_edit_item() added | Frederic Culot | |
2006-11-02 | calls to getstring() updated | Frederic Culot | |
'E' key added to edit already existing items | |||
2006-10-28 | display_item() call modified in update_todo_panel() | Frederic Culot | |
2006-10-28 | getstring() calls in config_notify_bar() and add_item() updated | Frederic Culot | |
2006-09-30 | bugfix: a number of minutes can no longer be entered while creating a new ↵ | Frederic Culot | |
appointment | |||
2006-09-30 | CTRL-J and ENTER are equivalent so can't suppress one of those keybindings | Frederic Culot | |
2006-09-18 | added test on warning time interval in config_notify_bar(), plus small bugfixes | Frederic Culot | |
2006-09-17 | config_notify_bar() improved | Frederic Culot | |
2006-09-16 | config_notify_bar() and print_notify_options() improved | Frederic Culot | |
2006-09-15 | init_notify_bar(), config_notify_bar() and print_notify_options() created | Frederic Culot | |
load_conf() updated to load notify-bar user settings several updates to take notify-bar settings into account | |||
2006-09-14 | add_item() updated to check if newly added appointment is to be notified | Frederic Culot | |
2006-09-12 | calls to apoint_llist_init() and recur_apoint_llist_init() added | Frederic Culot | |
2006-09-11 | added call to notify_check_next_app() | Frederic Culot | |
2006-09-09 | notification bar created | Frederic Culot | |
2006-09-08 | fixed a bug appearing when trying to delete a newly repeated item | Frederic Culot | |
2006-09-06 | general keybindings added | Frederic Culot | |
2006-09-03 | get_screen_config() updated to take new layouts into account | Frederic Culot | |
2006-09-02 | improved the ToDo panel scrolling while changing item priorities | Frederic Culot | |
changed the strcpy calls to strncpy | |||
2006-08-31 | update_todo_panel(): priority added when displaying todo list | Frederic Culot | |
'+/-' keys are now used to handle todo priorities | |||
2006-08-30 | bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ↵ | Frederic Culot | |
Chris for reporting it. add_todo() moved to todo_new_item() in todo.c | |||
2006-08-24 | repeat command disabled for todo panel | Frederic Culot | |
2006-08-22 | screen refreshing process ameliorated in add_item() | Frederic Culot | |
2006-08-19 | bugfix: a newly created appointment or event is now correctly highlighted | Frederic Culot | |
2006-08-06 | keybinding changed: CTRL-L is now used to redraw screen | Frederic Culot | |
keybinding added: R to repeat an item | |||
2006-08-02 | del_item() updated | Frederic Culot | |
2006-08-01 | del_apoint() renamed to del_item() and updated to take recurrent items into ↵ | Frederic Culot | |
account | |||
2006-07-31 | Initial revision | Frederic Culot | |