summaryrefslogtreecommitdiff
path: root/src/calcurse.c
AgeCommit message (Expand)Author
2008-11-23Building configuration menu to assign keybindingsFrederic Culot
2008-11-16More work on implementing user-definable keybindingsFrederic Culot
2008-11-09Loading of user-configurable keys implementedFrederic Culot
2008-09-21import flag and 'i' keybinding addedFrederic Culot
2008-09-20More work on ical import. Macros to handle errors and to display messages in ...Frederic Culot
2008-09-15Initial work on icalendar importFrederic Culot
2008-08-10pcal export addedFrederic Culot
2008-08-03new keybindings addedFrederic Culot
2008-04-26Version 2.1_beta releasedcalcurse_2_1_betaFrederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2008-04-09Tony's patch concerning date format configuration importedFrederic Culot
2008-01-13Ability to attach notes to appointments and events addedFrederic Culot
2007-12-30Ability to attach notes to todo items addedFrederic Culot
2007-12-10calendar_move_*() gathered together into calendar_move()Frederic Culot
2007-10-21routines updated to handle new window_t and window_e typesFrederic Culot
2007-10-07Handling of SIGWINCH improvedFrederic Culot
2007-08-19changed notification bar init processFrederic Culot
2007-08-15some variables moved to static ones in appropriate file to easily handle wind...Frederic Culot
2007-08-04error handling while in ncurses mode improvedFrederic Culot
2007-07-29compiler warnings fixedFrederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-26global variables suppressedFrederic Culot
2007-07-23call to exit_calcurse() addedFrederic Culot
2007-07-21make use of STATUSHEIGHT define and erase_status_bar() functionFrederic Culot
2007-07-20store_day() moved to day_process_storage()Frederic Culot
2007-07-01nl_cal and nc_cal variables moved to defines in calendar.hFrederic Culot
2007-05-06notify bar init sequence modifiedFrederic Culot
2007-04-21do not colorize by default when entering the color configuration menuFrederic Culot
2007-04-14bugfix: correct item is now highlighted when changing day insideFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-03-24init_notify_bar(), load_conf() and fill_config_var() suppressedFrederic Culot
2007-03-17bugfix: missing space inside textFrederic Culot
2007-03-11'X' command added, to export data in iCal formatFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-03-04use of terminal default background color instead of blackFrederic Culot
2007-02-25updated call to notify_check_added()Frederic Culot
2007-02-24'!' command added, to switch appointment notification stateFrederic Culot
2007-01-16use of getstring() definesFrederic Culot
2007-01-10bugfixesFrederic Culot
2006-12-21display adjustment in update_todo_panel()Frederic Culot
2006-12-19bugfix in label lengthFrederic Culot
2006-12-15some small bugfixes, thanks to toucouch for reporting themFrederic Culot
2006-12-10get_date() updated so that it does not modify the selected day inside calendarFrederic Culot
2006-12-08calls to day_erase_item() and day_edit_item() updatedFrederic Culot
2006-11-30call to day_edit_item() addedFrederic Culot
2006-11-02calls to getstring() updatedFrederic Culot
2006-10-28display_item() call modified in update_todo_panel()Frederic Culot
2006-10-28getstring() calls in config_notify_bar() and add_item() updatedFrederic Culot
2006-09-30bugfix: a number of minutes can no longer be entered while creating a new app...Frederic Culot
2006-09-30CTRL-J and ENTER are equivalent so can't suppress one of those keybindingsFrederic Culot