aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | changed the strcpy calls to strncpy
* update_todo_panel(): priority added when displaying todo listFrederic Culot2006-08-311-2/+11
| | | | '+/-' keys are now used to handle todo priorities
* bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ↵Frederic Culot2006-08-301-22/+5
| | | | | | Chris for reporting it. add_todo() moved to todo_new_item() in todo.c
* 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
| | | | keybinding added: R to repeat an item
* del_item() updatedFrederic Culot2006-08-021-2/+4
|
* del_apoint() renamed to del_item() and updated to take recurrent items into ↵Frederic Culot2006-08-011-11/+15
| | | | account
* Initial revisionFrederic Culot2006-07-311-0/+1156