aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed a bug appearing when trying to delete a newly repeated itemFrederic Culot2006-09-081-1/+2
* bugfix: the repeated end date can no longer be older then the item startFrederic Culot2006-09-071-2/+11
* fixed a bug in status_bar() which prevented keybindings from being translatedFrederic Culot2006-09-071-21/+21
* general keybindings addedFrederic Culot2006-09-061-8/+21
* two help pages added ('O' and general keybindings)Frederic Culot2006-09-061-15/+46
* status_bar() rewritten from scratch to handle multiple status pagesFrederic Culot2006-09-061-136/+89
* several defines addedFrederic Culot2006-09-061-1/+20
* layout_config() improved, and new layout configurations addedFrederic Culot2006-09-031-16/+8
* get_screen_config() updated to take new layouts into accountFrederic Culot2006-09-031-9/+32
* todo_args() updated to display prioritiesFrederic Culot2006-09-031-2/+4
* improved the ToDo panel scrolling while changing item prioritiesFrederic Culot2006-09-021-7/+14
* fixed a bug in day_write_pad() which could cause a misplacement of the line b...Frederic Culot2006-09-021-2/+3
* fixed a possible infinite loop in todo_get_position()Frederic Culot2006-09-021-7/+15
* help text added for the 'Priority' function and help text updated for the 'Ad...Frederic Culot2006-09-021-3/+29
* '+/-' menu added to status bar while inside TODO panelFrederic Culot2006-08-311-4/+7
* todo_chg_priority(), todo_get_item() and todo_get_position() addedFrederic Culot2006-08-311-2/+4
* todo_insert() suppressedFrederic Culot2006-08-311-18/+80
* update_todo_panel(): priority added when displaying todo listFrederic Culot2006-08-311-2/+11
* load_todo() and save_cal() updated to take todo's id into accountFrederic Culot2006-08-301-4/+17
* add_todo() moved from calcurse.c to todo_new_item()Frederic Culot2006-08-301-2/+21
* todo_new_item() added and id added to todo_s structureFrederic Culot2006-08-301-2/+4
* bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ...Frederic Culot2006-08-301-22/+5
* bugfix: events and appointments are now sorted properlyFrederic Culot2006-08-251-4/+11
* fixed a data format bug in load_app()Frederic Culot2006-08-251-2/+4
* switched to version number 1.5Frederic Culot2006-08-241-2/+2
* repeat command disabled for todo panelFrederic Culot2006-08-241-4/+7
* forgot to wait for user's key pressed...Frederic Culot2006-08-241-1/+2
* one status bar is now created for each panelFrederic Culot2006-08-231-3/+46
* online help text updated for the repeat and delete commandsFrederic Culot2006-08-231-4/+24
* better definition of variable sizesFrederic Culot2006-08-231-3/+4
* memory allocation problem fixedFrederic Culot2006-08-231-10/+4
* screen refreshing process ameliorated in add_item()Frederic Culot2006-08-221-4/+2
* fixed compilation warningsFrederic Culot2006-08-221-3/+5
* bugfix: a newly created appointment or event is now correctly highlightedFrederic Culot2006-08-191-1/+2
* fixed a bug in recur_write_exc() which could result in an infinite loop when ...Frederic Culot2006-08-191-14/+20
* fixed a bug causing a fatal error when loading from file an endless recurrent...Frederic Culot2006-08-191-2/+3
* recur_exc_scan() created and recur_event_new() plus recur_apoint_new() update...Frederic Culot2006-08-161-10/+51
* recur_exc_scan() addedFrederic Culot2006-08-161-5/+7
* added calls to scan non-repeated days in recurrent itemsFrederic Culot2006-08-161-5/+18
* keybinding changed: CTRL-L is now used to redraw screenFrederic Culot2006-08-061-13/+15
* keybinding changed: CTRL-L is now used to redraw screenFrederic Culot2006-08-062-11/+18
* day_get_item() addedFrederic Culot2006-08-061-1/+2
* updated calls to recur_item_inday()Frederic Culot2006-08-061-7/+20
* updated calls to recur_item_inday()Frederic Culot2006-08-061-5/+5
* recur_item_inday() prototype updatedFrederic Culot2006-08-061-3/+5
* recur_item_inday() updated to take non-repeated days into accountFrederic Culot2006-08-061-7/+112
* del_item() updatedFrederic Culot2006-08-021-2/+4
* ESCAPE key definition addedFrederic Culot2006-08-021-1/+2
* day_erase_item() updatedFrederic Culot2006-08-021-14/+21
* recur_event_erase(), recur_apoint_erase() and recur_write_exc() addedFrederic Culot2006-08-021-1/+4