aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.c
Commit message (Expand)AuthorAgeFilesLines
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-8/+8
* Building configuration menu to assign keybindingsFrederic Culot2008-11-231-3/+7
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-62/+41
* Loading of user-configurable keys implementedFrederic Culot2008-11-091-97/+93
* import flag and 'i' keybinding addedFrederic Culot2008-09-211-4/+4
* More work on ical import. Macros to handle errors and to display messages in ...Frederic Culot2008-09-201-1/+8
* Initial work on icalendar importFrederic Culot2008-09-151-3/+3
* pcal export addedFrederic Culot2008-08-101-2/+23
* new keybindings addedFrederic Culot2008-08-031-6/+28
* Version 2.1_beta releasedcalcurse_2_1_betaFrederic Culot2008-04-261-4/+1
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-425/+445
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-091-4/+4
* Ability to attach notes to appointments and events addedFrederic Culot2008-01-131-4/+4
* Ability to attach notes to todo items addedFrederic Culot2007-12-301-1/+19
* calendar_move_*() gathered together into calendar_move()Frederic Culot2007-12-101-5/+5
* routines updated to handle new window_t and window_e typesFrederic Culot2007-10-211-48/+41
* Handling of SIGWINCH improvedFrederic Culot2007-10-071-10/+21
* changed notification bar init processFrederic Culot2007-08-191-13/+3
* some variables moved to static ones in appropriate file to easily handle wind...Frederic Culot2007-08-151-100/+75
* error handling while in ncurses mode improvedFrederic Culot2007-08-041-3/+3
* compiler warnings fixedFrederic Culot2007-07-291-20/+5
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-5/+5
* global variables suppressedFrederic Culot2007-07-261-11/+8
* call to exit_calcurse() addedFrederic Culot2007-07-231-110/+84
* make use of STATUSHEIGHT define and erase_status_bar() functionFrederic Culot2007-07-211-884/+51
* store_day() moved to day_process_storage()Frederic Culot2007-07-201-159/+183
* nl_cal and nc_cal variables moved to defines in calendar.hFrederic Culot2007-07-011-181/+115
* notify bar init sequence modifiedFrederic Culot2007-05-061-24/+27
* do not colorize by default when entering the color configuration menuFrederic Culot2007-04-211-2/+1
* bugfix: correct item is now highlighted when changing day insideFrederic Culot2007-04-141-6/+42
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-36/+41
* init_notify_bar(), load_conf() and fill_config_var() suppressedFrederic Culot2007-03-241-219/+77
* bugfix: missing space inside textFrederic Culot2007-03-171-3/+4
* 'X' command added, to export data in iCal formatFrederic Culot2007-03-111-1/+6
* global variable 'colr' suppressedFrederic Culot2007-03-101-33/+30
* use of terminal default background color instead of blackFrederic Culot2007-03-041-44/+65
* updated call to notify_check_added()Frederic Culot2007-02-251-6/+20
* '!' command added, to switch appointment notification stateFrederic Culot2007-02-241-72/+134
* use of getstring() definesFrederic Culot2007-01-161-11/+17
* bugfixesFrederic Culot2007-01-101-7/+18
* display adjustment in update_todo_panel()Frederic Culot2006-12-211-2/+2
* bugfix in label lengthFrederic Culot2006-12-191-5/+5
* 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