summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-15hilt_app moved to the static variable hiltFrederic Culot
apoint_hilt(), apoint_hilt_set(), apoint_hilt_decrease(), and apoint_hilt_increase() added scroll_pad_down() and scroll_pad_up() moved to apoint_scroll_pad_down() and apoint_scroll_pad_up()
2007-08-15notify_init_bar() updated to use static win variableFrederic Culot
2007-08-15winprop_e addedFrederic Culot
wins_prop(), wins_layout(), wins_set_layout() and wins_reset() added
2007-08-15win and layout become static variablesFrederic Culot
wins_prop() added wins_layout() and wins_set_layout() added wins_reset() added
2007-08-15handling of SIGWINCH addedFrederic Culot
2007-08-15some variables moved to static ones in appropriate file to easily handle ↵Frederic Culot
window update
2007-08-12moon phase calculation addedFrederic Culot
2007-08-12calendar_get_pom() and moon_phase_e typedef addedFrederic Culot
2007-08-12calendar_get_pom(), pom(), potm() and adj360() added, based on the OpenBSD ↵Frederic Culot
version of pom(6)
2007-08-12apoint_update_panel() updated to display the phase of the moonFrederic Culot
2007-08-04memory leak fixed in day_item_s2apoint_s()Frederic Culot
2007-08-04error handling while in ncurses mode improvedFrederic Culot
2007-08-04ierror() and aerror() createdFrederic Culot
2007-08-04ASSERT macro, ierror() and aerror() addedFrederic Culot
2007-07-29compiler warnings fixedFrederic Culot
2007-07-28Dutch manual added, Autotools use improved, code cleanupFrederic Culot
2007-07-28Autotools use improvedFrederic Culot
2007-07-28nl.po file added, many thanks to Jeremy RoonFrederic Culot
2007-07-28sigs.c and wins.c addedFrederic Culot
2007-07-28Dutch translation addedFrederic Culot
2007-07-28Thanks section updatedFrederic Culot
2007-07-28Dutch manual added, many thanks to Jeremy RoonFrederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
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
wins_slct_init(), wins_slctd_set(), wins_slctd_next() and wins_slctd() created
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
global variable which_pan suppressed signal handling routines moved to sigs.c
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
custom_print_general_options() and custom_general_config() added
2007-07-21erase_status_bar() added and status_bar() prototype updatedFrederic Culot
win_show() moved to wins_show() in wins.c print_option_in_color() added
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-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