summaryrefslogtreecommitdiff
path: root/src/calcurse.c
AgeCommit message (Collapse)Author
2007-07-26global variables suppressedFrederic Culot
2007-07-23call to exit_calcurse() addedFrederic Culot
global variable which_pan suppressed signal handling routines moved to sigs.c
2007-07-21make use of STATUSHEIGHT define and erase_status_bar() functionFrederic Culot
update_app_panel() moved to apoint_update_panel() update_todo_panel() moved to todo_update_panel() add_item() moved to apoint_add() del_item() split into apoint_delete() and todo_delete() init_vars() moved to vars_init() windows handling routines moved to wins.c and wins.h print_option_in_color() moved to utils.c print_notify_options() moved to notify_print_options() config_notify_bar() moved to notify_config_bar()
2007-07-20store_day() moved to day_process_storage()Frederic Culot
enum window_number moved to vars.h get_screen_config() updated to use window_t type
2007-07-01nl_cal and nc_cal variables moved to defines in calendar.hFrederic Culot
code cleanup in get_date() to get rid of global variables several changes due to the use of date_t type (today and slctd_day moved to static variables in calendar.c) get_date() recoded and moved to calendar_set_current_date()
2007-05-06notify bar init sequence modifiedFrederic Culot
layout variable added to conf_t type bugfix: layout is now properly restored (thanks Jose for reporting this bug) bugfix: apad width is now correctly updated when changing layout
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
appointment panel with CTRL keys sigchld_handler() created to catch zombie processes init_sighandler() created
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
use of MININSEC define
2007-03-24init_notify_bar(), load_conf() and fill_config_var() suppressedFrederic Culot
conf variable created to avoid global variables code cleanup
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
call to custom_load_color() added in load_conf() update_windows() updated to avoid the use of the global 'colr' variable
2007-02-25updated call to notify_check_added()Frederic Culot
call to notify_catch_children() added print_notify_options() improved to avoid display problems with long options init_notify_bar() updated to get user shell
2007-02-24'!' command added, to switch appointment notification stateFrederic Culot
init_notify_bar(), config_notify_bar() and print_notify_options() modified to add the notification command option. load_conf() updated to load notification command
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
calls to strcpy and sprintf suppressed
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
'E' key added to edit already existing items
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 ↵Frederic Culot
appointment
2006-09-30CTRL-J and ENTER are equivalent so can't suppress one of those keybindingsFrederic Culot
2006-09-18added test on warning time interval in config_notify_bar(), plus small bugfixesFrederic Culot
2006-09-17config_notify_bar() improvedFrederic Culot
2006-09-16config_notify_bar() and print_notify_options() improvedFrederic Culot
2006-09-15init_notify_bar(), config_notify_bar() and print_notify_options() createdFrederic Culot
load_conf() updated to load notify-bar user settings several updates to take notify-bar settings into account
2006-09-14add_item() updated to check if newly added appointment is to be notifiedFrederic Culot
2006-09-12calls to apoint_llist_init() and recur_apoint_llist_init() addedFrederic Culot
2006-09-11added call to notify_check_next_app()Frederic Culot
2006-09-09notification bar createdFrederic Culot
2006-09-08fixed a bug appearing when trying to delete a newly repeated itemFrederic Culot
2006-09-06general keybindings addedFrederic Culot
2006-09-03get_screen_config() updated to take new layouts into accountFrederic Culot
2006-09-02improved the ToDo panel scrolling while changing item prioritiesFrederic Culot
changed the strcpy calls to strncpy
2006-08-31update_todo_panel(): priority added when displaying todo listFrederic Culot
'+/-' keys are now used to handle todo priorities
2006-08-30bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ↵Frederic Culot
Chris for reporting it. add_todo() moved to todo_new_item() in todo.c
2006-08-24repeat command disabled for todo panelFrederic Culot
2006-08-22screen refreshing process ameliorated in add_item()Frederic Culot
2006-08-19bugfix: a newly created appointment or event is now correctly highlightedFrederic Culot
2006-08-06keybinding changed: CTRL-L is now used to redraw screenFrederic Culot
keybinding added: R to repeat an item
2006-08-02del_item() updatedFrederic Culot
2006-08-01del_apoint() renamed to del_item() and updated to take recurrent items into ↵Frederic Culot
account
2006-07-31Initial revisionFrederic Culot