| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | define DAYINSEC added | Frederic Culot | 2006-09-11 | 1 | -1/+3 |
* | implementation of notifying functions | Frederic Culot | 2006-09-09 | 2 | -0/+165 |
* | notification bar created | Frederic Culot | 2006-09-09 | 1 | -10/+17 |
* | help window size modified to take notification bar into account | Frederic Culot | 2006-09-09 | 1 | -2/+2 |
* | Makefile.am update to take into account notify.c and notify.h | Frederic Culot | 2006-09-09 | 1 | -4/+4 |
* | fixed a bug appearing when trying to delete a newly repeated item | Frederic Culot | 2006-09-08 | 1 | -1/+2 |
* | bugfix: the repeated end date can no longer be older then the item start | Frederic Culot | 2006-09-07 | 1 | -2/+11 |
* | fixed a bug in status_bar() which prevented keybindings from being translated | Frederic Culot | 2006-09-07 | 1 | -21/+21 |
* | general keybindings added | Frederic Culot | 2006-09-06 | 1 | -8/+21 |
* | two help pages added ('O' and general keybindings) | Frederic Culot | 2006-09-06 | 1 | -15/+46 |
* | status_bar() rewritten from scratch to handle multiple status pages | Frederic Culot | 2006-09-06 | 1 | -136/+89 |
* | several defines added | Frederic Culot | 2006-09-06 | 1 | -1/+20 |
* | layout_config() improved, and new layout configurations added | Frederic Culot | 2006-09-03 | 1 | -16/+8 |
* | get_screen_config() updated to take new layouts into account | Frederic Culot | 2006-09-03 | 1 | -9/+32 |
* | todo_args() updated to display priorities | Frederic Culot | 2006-09-03 | 1 | -2/+4 |
* | improved the ToDo panel scrolling while changing item priorities | Frederic Culot | 2006-09-02 | 1 | -7/+14 |
* | fixed a bug in day_write_pad() which could cause a misplacement of the line b... | Frederic Culot | 2006-09-02 | 1 | -2/+3 |
* | fixed a possible infinite loop in todo_get_position() | Frederic Culot | 2006-09-02 | 1 | -7/+15 |
* | help text added for the 'Priority' function and help text updated for the 'Ad... | Frederic Culot | 2006-09-02 | 1 | -3/+29 |
* | '+/-' menu added to status bar while inside TODO panel | Frederic Culot | 2006-08-31 | 1 | -4/+7 |
* | todo_chg_priority(), todo_get_item() and todo_get_position() added | Frederic Culot | 2006-08-31 | 1 | -2/+4 |
* | todo_insert() suppressed | Frederic Culot | 2006-08-31 | 1 | -18/+80 |
* | update_todo_panel(): priority added when displaying todo list | Frederic Culot | 2006-08-31 | 1 | -2/+11 |
* | load_todo() and save_cal() updated to take todo's id into account | Frederic Culot | 2006-08-30 | 1 | -4/+17 |
* | add_todo() moved from calcurse.c to todo_new_item() | Frederic Culot | 2006-08-30 | 1 | -2/+21 |
* | todo_new_item() added and id added to todo_s structure | Frederic Culot | 2006-08-30 | 1 | -2/+4 |
* | bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ... | Frederic Culot | 2006-08-30 | 1 | -22/+5 |
* | bugfix: events and appointments are now sorted properly | Frederic Culot | 2006-08-25 | 1 | -4/+11 |
* | fixed a data format bug in load_app() | Frederic Culot | 2006-08-25 | 1 | -2/+4 |
* | switched to version number 1.5 | Frederic Culot | 2006-08-24 | 1 | -2/+2 |
* | repeat command disabled for todo panel | Frederic Culot | 2006-08-24 | 1 | -4/+7 |
* | forgot to wait for user's key pressed... | Frederic Culot | 2006-08-24 | 1 | -1/+2 |
* | one status bar is now created for each panel | Frederic Culot | 2006-08-23 | 1 | -3/+46 |
* | online help text updated for the repeat and delete commands | Frederic Culot | 2006-08-23 | 1 | -4/+24 |
* | better definition of variable sizes | Frederic Culot | 2006-08-23 | 1 | -3/+4 |
* | memory allocation problem fixed | Frederic Culot | 2006-08-23 | 1 | -10/+4 |
* | screen refreshing process ameliorated in add_item() | Frederic Culot | 2006-08-22 | 1 | -4/+2 |
* | fixed compilation warnings | Frederic Culot | 2006-08-22 | 1 | -3/+5 |
* | bugfix: a newly created appointment or event is now correctly highlighted | Frederic Culot | 2006-08-19 | 1 | -1/+2 |
* | fixed a bug in recur_write_exc() which could result in an infinite loop when ... | Frederic Culot | 2006-08-19 | 1 | -14/+20 |
* | fixed a bug causing a fatal error when loading from file an endless recurrent... | Frederic Culot | 2006-08-19 | 1 | -2/+3 |
* | recur_exc_scan() created and recur_event_new() plus recur_apoint_new() update... | Frederic Culot | 2006-08-16 | 1 | -10/+51 |
* | recur_exc_scan() added | Frederic Culot | 2006-08-16 | 1 | -5/+7 |
* | added calls to scan non-repeated days in recurrent items | Frederic Culot | 2006-08-16 | 1 | -5/+18 |
* | keybinding changed: CTRL-L is now used to redraw screen | Frederic Culot | 2006-08-06 | 1 | -13/+15 |
* | keybinding changed: CTRL-L is now used to redraw screen | Frederic Culot | 2006-08-06 | 2 | -11/+18 |
* | day_get_item() added | Frederic Culot | 2006-08-06 | 1 | -1/+2 |
* | updated calls to recur_item_inday() | Frederic Culot | 2006-08-06 | 1 | -7/+20 |
* | updated calls to recur_item_inday() | Frederic Culot | 2006-08-06 | 1 | -5/+5 |
* | recur_item_inday() prototype updated | Frederic Culot | 2006-08-06 | 1 | -3/+5 |