summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-23calcurse 1.9 releasedFrederic Culot
2007-10-23translations updated for version 1.9Frederic Culot
2007-10-21automatic resize made available inside help and configuration screens ↵Frederic Culot
(thanks Sebastian for reporting the problem)
2007-10-21routines updated to handle new window_t and window_e typesFrederic Culot
2007-10-21notify_config_bar() updated to handle window resizingFrederic Culot
2007-10-21custom_confwin_init() addedFrederic Culot
custom_color_config() prototype updated
2007-10-21custom_general_config() updated to handle basic window resizingFrederic Culot
custom_confwin_init() and display_color_config() added custom_color_config() rewritten
2007-10-21cwin, awin, twin, swin variables suppressedFrederic Culot
2007-10-21wins_prop() suppressedFrederic Culot
routines updated to handle new window_t type
2007-10-21window_t structure updated to store WINDOW pointerFrederic Culot
window_e enum updated to shorten names winprop_e and wins_prop() suppressed
2007-10-21help_screen() updated to make automatic resize available inside helpFrederic Culot
screens (thanks Sebastian for reporting the problem) help_wins_reset(), help_wins_init(), help_wins_reinit() and wanted_page() created help_pages_e enum added
2007-10-16various bugfixes and improvementsFrederic Culot
2007-10-16wins_reset() modified to avoid blank screen when resizing window under LinuxFrederic Culot
2007-10-16bugfix: do not stop thread in notify_config_bar() if it was not started beforeFrederic Culot
2007-10-16calendar_change_day() and calendar_move_*() updated to prevent user from ↵Frederic Culot
entering an unsupported date
2007-10-16next_arg() rewritten, date_arg() improvedFrederic Culot
2007-10-08Dutch translation updated, bugfix in memory releaseFrederic Culot
2007-10-08bugfix: possible release of non-allocated memory blocksFrederic Culot
2007-10-08Dutch translation updated, thanks to Jeremy RoonFrederic Culot
2007-10-08Dutch manual updated, thanks to Jeremy RoonFrederic Culot
2007-10-07Handling of SIGWINCH improved, and German translation updatedFrederic Culot
2007-10-07German translation updated, thanks to Michael SchulzFrederic Culot
2007-10-07German manual updated, thanks to Michael SchulzFrederic Culot
2007-10-07Handling of SIGWINCH improvedFrederic Culot
2007-09-16export to /tmp/calcurse.ics is now performed in case /home/pepe is not setFrederic Culot
2007-09-16keypad() used when creating popup windowsFrederic Culot
2007-09-16bugfix: wrong symbol used for pthread library (thanks Michael for noticing ↵Frederic Culot
this mistake)
2007-09-16small bugfixesFrederic Culot
2007-09-01bugfix: shift in date_arg(), thanks Herbert for reporting this bugFrederic Culot
2007-08-31added missing time.h headercalcurse_1_9_betaFrederic Culot
2007-08-31calcurse 1.9_beta releasedFrederic Culot
2007-08-19bugfix and documentation updateFrederic Culot
2007-08-19pot file for version 1.9Frederic Culot
2007-08-19french translation updatedFrederic Culot
2007-08-19part related to moon phase calculation addedFrederic Culot
2007-08-19contributors section updatedFrederic Culot
2007-08-19window resizing improvedFrederic Culot
2007-08-19bugfix: extract_aptsfile() modified so that notify->apts_file is never setFrederic Culot
to null
2007-08-19changed notification bar init processFrederic Culot
no more check for terminal size in main loop
2007-08-19wins_reset() updated to handle notification bar resetFrederic Culot
2007-08-19version number updatedFrederic Culot
2007-08-15automatic window refresh when resizing screenFrederic Culot
2007-08-15layout_config() updated to use wins_set_layout()Frederic Culot
2007-08-15recur_repeat_item() updated to use apoint_hilt()Frederic Culot
2007-08-15day_edit_item() updated to use apoint_hilt()Frederic Culot
2007-08-15io_load_todo() call updated in todo_arg()Frederic Culot
2007-08-15io_load_todo() updated to use todo_set_nb()Frederic Culot
2007-08-15layout is not part of conf_t type anymore, and becomes a static variable in ↵Frederic Culot
wins.c
2007-08-15hilt_tod moved to static variable hiltFrederic Culot
todo_hilt(), todo_hilt_set(), todo_hilt_decrease(), todo_hilt_increase(), todo_saved_mesg(), todo_nb(), todo_set_nb(), todo_set_first(), todo_first_increase(), todo_first_decrease(), todo_hilt_pos() added
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()