aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.c
Commit message (Expand)AuthorAgeFilesLines
* some small bugfixes, thanks to toucouch for reporting themFrederic Culot2006-12-151-12/+12
* get_date() updated so that it does not modify the selected day inside calendarFrederic Culot2006-12-101-4/+6
* calls to day_erase_item() and day_edit_item() updatedFrederic Culot2006-12-081-3/+6
* call to day_edit_item() addedFrederic Culot2006-11-301-4/+4
* calls to getstring() updatedFrederic Culot2006-11-021-8/+17
* display_item() call modified in update_todo_panel()Frederic Culot2006-10-281-2/+2
* getstring() calls in config_notify_bar() and add_item() updatedFrederic Culot2006-10-281-25/+22
* bugfix: a number of minutes can no longer be entered while creating a new app...Frederic Culot2006-09-301-2/+2
* CTRL-J and ENTER are equivalent so can't suppress one of those keybindingsFrederic Culot2006-09-301-2/+2
* added test on warning time interval in config_notify_bar(), plus small bugfixesFrederic Culot2006-09-181-4/+5
* config_notify_bar() improvedFrederic Culot2006-09-171-11/+17
* config_notify_bar() and print_notify_options() improvedFrederic Culot2006-09-161-6/+6
* init_notify_bar(), config_notify_bar() and print_notify_options() createdFrederic Culot2006-09-151-10/+179
* add_item() updated to check if newly added appointment is to be notifiedFrederic Culot2006-09-141-7/+7
* calls to apoint_llist_init() and recur_apoint_llist_init() addedFrederic Culot2006-09-121-2/+6
* added call to notify_check_next_app()Frederic Culot2006-09-111-1/+2
* notification bar createdFrederic Culot2006-09-091-10/+17
* fixed a bug appearing when trying to delete a newly repeated itemFrederic Culot2006-09-081-1/+2
* general keybindings addedFrederic Culot2006-09-061-8/+21
* get_screen_config() updated to take new layouts into accountFrederic Culot2006-09-031-9/+32
* improved the ToDo panel scrolling while changing item prioritiesFrederic Culot2006-09-021-7/+14
* update_todo_panel(): priority added when displaying todo listFrederic Culot2006-08-311-2/+11
* bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ...Frederic Culot2006-08-301-22/+5
* repeat command disabled for todo panelFrederic Culot2006-08-241-4/+7
* screen refreshing process ameliorated in add_item()Frederic Culot2006-08-221-4/+2
* bugfix: a newly created appointment or event is now correctly highlightedFrederic Culot2006-08-191-1/+2
* keybinding changed: CTRL-L is now used to redraw screenFrederic Culot2006-08-061-3/+7
* del_item() updatedFrederic Culot2006-08-021-2/+4
* del_apoint() renamed to del_item() and updated to take recurrent items into a...Frederic Culot2006-08-011-11/+15
* Initial revisionFrederic Culot2006-07-311-0/+1156