Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use of terminal default background color instead of black | Frederic Culot | 2007-03-04 | 1 | -44/+65 |
| | | | | | call to custom_load_color() added in load_conf() update_windows() updated to avoid the use of the global 'colr' variable | ||||
* | updated call to notify_check_added() | Frederic Culot | 2007-02-25 | 1 | -6/+20 |
| | | | | | | 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 | ||||
* | '!' command added, to switch appointment notification state | Frederic Culot | 2007-02-24 | 1 | -72/+134 |
| | | | | | | init_notify_bar(), config_notify_bar() and print_notify_options() modified to add the notification command option. load_conf() updated to load notification command | ||||
* | use of getstring() defines | Frederic Culot | 2007-01-16 | 1 | -11/+17 |
| | |||||
* | bugfixes | Frederic Culot | 2007-01-10 | 1 | -7/+18 |
| | |||||
* | display adjustment in update_todo_panel() | Frederic Culot | 2006-12-21 | 1 | -2/+2 |
| | |||||
* | bugfix in label length | Frederic Culot | 2006-12-19 | 1 | -5/+5 |
| | |||||
* | some small bugfixes, thanks to toucouch for reporting them | Frederic Culot | 2006-12-15 | 1 | -12/+12 |
| | | | | calls to strcpy and sprintf suppressed | ||||
* | get_date() updated so that it does not modify the selected day inside calendar | Frederic Culot | 2006-12-10 | 1 | -4/+6 |
| | |||||
* | calls to day_erase_item() and day_edit_item() updated | Frederic Culot | 2006-12-08 | 1 | -3/+6 |
| | |||||
* | call to day_edit_item() added | Frederic Culot | 2006-11-30 | 1 | -4/+4 |
| | |||||
* | calls to getstring() updated | Frederic Culot | 2006-11-02 | 1 | -8/+17 |
| | | | | 'E' key added to edit already existing items | ||||
* | display_item() call modified in update_todo_panel() | Frederic Culot | 2006-10-28 | 1 | -2/+2 |
| | |||||
* | getstring() calls in config_notify_bar() and add_item() updated | Frederic Culot | 2006-10-28 | 1 | -25/+22 |
| | |||||
* | bugfix: a number of minutes can no longer be entered while creating a new ↵ | Frederic Culot | 2006-09-30 | 1 | -2/+2 |
| | | | | appointment | ||||
* | CTRL-J and ENTER are equivalent so can't suppress one of those keybindings | Frederic Culot | 2006-09-30 | 1 | -2/+2 |
| | |||||
* | added test on warning time interval in config_notify_bar(), plus small bugfixes | Frederic Culot | 2006-09-18 | 1 | -4/+5 |
| | |||||
* | config_notify_bar() improved | Frederic Culot | 2006-09-17 | 1 | -11/+17 |
| | |||||
* | config_notify_bar() and print_notify_options() improved | Frederic Culot | 2006-09-16 | 1 | -6/+6 |
| | |||||
* | init_notify_bar(), config_notify_bar() and print_notify_options() created | Frederic Culot | 2006-09-15 | 1 | -10/+179 |
| | | | | | load_conf() updated to load notify-bar user settings several updates to take notify-bar settings into account | ||||
* | add_item() updated to check if newly added appointment is to be notified | Frederic Culot | 2006-09-14 | 1 | -7/+7 |
| | |||||
* | calls to apoint_llist_init() and recur_apoint_llist_init() added | Frederic Culot | 2006-09-12 | 1 | -2/+6 |
| | |||||
* | added call to notify_check_next_app() | Frederic Culot | 2006-09-11 | 1 | -1/+2 |
| | |||||
* | notification bar created | Frederic Culot | 2006-09-09 | 1 | -10/+17 |
| | |||||
* | fixed a bug appearing when trying to delete a newly repeated item | Frederic Culot | 2006-09-08 | 1 | -1/+2 |
| | |||||
* | general keybindings added | Frederic Culot | 2006-09-06 | 1 | -8/+21 |
| | |||||
* | get_screen_config() updated to take new layouts into account | Frederic Culot | 2006-09-03 | 1 | -9/+32 |
| | |||||
* | improved the ToDo panel scrolling while changing item priorities | Frederic Culot | 2006-09-02 | 1 | -7/+14 |
| | | | | changed the strcpy calls to strncpy | ||||
* | update_todo_panel(): priority added when displaying todo list | Frederic Culot | 2006-08-31 | 1 | -2/+11 |
| | | | | '+/-' keys are now used to handle todo priorities | ||||
* | bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ↵ | Frederic Culot | 2006-08-30 | 1 | -22/+5 |
| | | | | | | Chris for reporting it. add_todo() moved to todo_new_item() in todo.c | ||||
* | repeat command disabled for todo panel | Frederic Culot | 2006-08-24 | 1 | -4/+7 |
| | |||||
* | screen refreshing process ameliorated in add_item() | Frederic Culot | 2006-08-22 | 1 | -4/+2 |
| | |||||
* | bugfix: a newly created appointment or event is now correctly highlighted | Frederic Culot | 2006-08-19 | 1 | -1/+2 |
| | |||||
* | keybinding changed: CTRL-L is now used to redraw screen | Frederic Culot | 2006-08-06 | 1 | -3/+7 |
| | | | | keybinding added: R to repeat an item | ||||
* | del_item() updated | Frederic Culot | 2006-08-02 | 1 | -2/+4 |
| | |||||
* | del_apoint() renamed to del_item() and updated to take recurrent items into ↵ | Frederic Culot | 2006-08-01 | 1 | -11/+15 |
| | | | | account | ||||
* | Initial revision | Frederic Culot | 2006-07-31 | 1 | -0/+1156 |