summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-26global variables suppressed in calcurse.cFrederic Culot
2007-07-26global variables suppressedFrederic Culot
2007-07-23work on siganls and windows code reorganizationFrederic Culot
2007-07-23new source files to store signal handling routinesFrederic Culot
2007-07-23includes updatedFrederic Culot
2007-07-23which_pan dependency suppressed in help_screen()Frederic Culot
2007-07-23window_e and window_t addedFrederic Culot
2007-07-23window_e enum and window_t type moved to wins.hFrederic Culot
2007-07-23exit_calcurse() added and status_bar() modified to use wins_slctd()Frederic Culot
2007-07-23call to exit_calcurse() addedFrederic Culot
2007-07-23sigs.c and sigs.h addedFrederic Culot
2007-07-21code reorganizationFrederic Culot
2007-07-21ncurses include addedFrederic Culot
2007-07-21new source files to store windows handling related routinesFrederic Culot
2007-07-21notify_print_options() addedFrederic Culot
2007-07-21call to wins_show() updatedFrederic Culot
2007-07-21todo_update_panel() and todo_delete() addedFrederic Culot
2007-07-21apoint_update_panel(), apoint_add() and apoint_delete() addedFrederic Culot
2007-07-21call to custom_load_conf() updatedFrederic Culot
2007-07-21no more window erase in custom_load_conf()Frederic Culot
2007-07-21erase_status_bar() added and status_bar() prototype updatedFrederic Culot
2007-07-21make use of STATUSHEIGHT define and erase_status_bar() functionFrederic Culot
2007-07-21vars_init() addedFrederic Culot
2007-07-21STATUSHEIGHT define added and vars_init() prototype addedFrederic Culot
2007-07-21wins.c and wins.h addedFrederic Culot
2007-07-20window_t type created and more code cleanupFrederic Culot
2007-07-20status_bar() updated to use window_t typeFrederic Culot
2007-07-20custom_load_conf() updated to use window_t typeFrederic Culot
2007-07-20custom_load_conf() and erase_window_part() updated to use window_t typeFrederic Culot
2007-07-20notify_init_bar() prototype updated to use window_t typeFrederic Culot
2007-07-20notify_init_bar() modified to use window_t typeFrederic Culot
2007-07-20window_t type and window_e enum addedFrederic Culot
2007-07-20day_items_nb_t type addedFrederic Culot
2007-07-20day_process_storage() addedFrederic Culot
2007-07-20store_day() moved to day_process_storage()Frederic Culot
2007-07-20custom_load_conf() updated to use window_t typeFrederic Culot
2007-07-01code cleanup and bugfix: day change is not checkedFrederic Culot
2007-07-01call to calendar_set_first_day_of_week() addedFrederic Culot
2007-07-01call to calendar_week_begins_on_monday() addedFrederic Culot
2007-07-01notify_thread_app(), notify_check_repeated() and notify_same_recur_item()Frederic Culot
2007-07-01app_arg() modified to use date_t typeFrederic Culot
2007-07-01next_arg() modified to call get_today()Frederic Culot
2007-07-01apoint_switch_notify() prototype updated to take into account date_t typeFrederic Culot
2007-07-01recur_repeat_item() and recur_item_inday() prototypes updated to take into ac...Frederic Culot
2007-07-01day_edit_item() and day_check_if_item() prototype updatedFrederic Culot
2007-07-01date2sec() and get_sec_date() prototypes updated to take into account date_t ...Frederic Culot
2007-07-01calendar_date_thread implemented to check for day changes (thanks Jupp forFrederic Culot
2007-07-01functions renamed to be prefixed with 'calendar_'Frederic Culot
2007-07-01week_begins_on_monday suppressed from conf_t typeFrederic Culot
2007-07-01nl_cal and nc_cal variables moved to defines in calendar.hFrederic Culot