summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-05-06use of memmove in del_char()Frederic Culot
bugfix: added text is now properly displayed after having erased characters in getstring()
2007-05-06call to custom_load_conf() updatedFrederic Culot
2007-04-24custom_color_config() made more robustFrederic Culot
2007-04-22handle different returned values for ncurses pair_content() functionFrederic Culot
2007-04-21bugfixes in color configuration menuFrederic Culot
2007-04-21do not colorize by default when entering the color configuration menuFrederic Culot
2007-04-15help_arg() updated to display help for the --export argumentFrederic Culot
usage() updated
2007-04-15manpage updated with --export flagFrederic Culot
calcurse description updated small bugfixes
2007-04-14bugfix: forgot to save item state for endless recurrent appointmentsFrederic Culot
2007-04-14bugfix: do not include '|' in item description while loading a recurrentFrederic Culot
appointment with exceptions
2007-04-14bugfix: wrong define was used (DAYINSEC instead of HOURINSEC)Frederic Culot
appointment state now taken into account to make the notify bar blink notify_catch_children() and notify_thread_children() suppressed
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 and check_time() cleaned up bugfix in date_sec2date_str(): do not return 01/01/1970 if the given number of secondes is 0
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
use of MININSEC define
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
use of DAYINSEC and MININSEC defines
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-04-04use of DAYINSEC defineFrederic Culot
2007-03-24conf_t type createdFrederic Culot
2007-03-24extract_data renamed to io_extract_data() and save_cal() to io_save_cal()Frederic Culot
io_save_cal() and io_export_data prototype updated to use the new conf_t type
2007-03-24extract_data() renamed to io_extract_data() and save_cal() to io_save_cal()Frederic Culot
2007-03-24help_screen() updated to add the export and flag command help textFrederic Culot
2007-03-24custom_load_conf() prototype addedFrederic Culot
2007-03-24load_conf() moved from calcurse.c to custom_load_conf()Frederic Culot
fill_config_var() now statically defined in custom.c instead of calcurse.c
2007-03-24notify_init_vars() prototype addedFrederic Culot
2007-03-24init_notify_bar() moved from calcurse.c to notify_init_vars()Frederic Culot
2007-03-24init_notify_bar(), load_conf() and fill_config_var() suppressedFrederic Culot
conf variable created to avoid global variables code cleanup
2007-03-24parse_args() prototype updatedFrederic Culot
2007-03-24'-x' flag added in parse_args() to export data in non-interactive modeFrederic Culot
2007-03-24'X' and '!' keybindings addedFrederic Culot
2007-03-17io_export_data() prototype updatedFrederic Culot
progress_bar() prototype removed as function becomes static to io.c
2007-03-17io_export_apoints() updated to call date_sec2ical_date()Frederic Culot
io_export_events(), io_export_recur_events() and io_export_recur_apoints() created io_recur_type() and io_export_valarm() created progress_bar_t type created progress_bar() updated to display a bar when exporting data
2007-03-17date_sec2ical_date(), date_sec2ical_datetime() createdFrederic Culot
2007-03-17date_sec2ical_date(), date_sec2ical_datetime() prototype addedFrederic Culot
2007-03-17HOURINSEC and MININSEC definedFrederic Culot
2007-03-17switch from defines to enum to describe recurrent typesFrederic Culot
2007-03-17bugfix: missing space inside textFrederic Culot
2007-03-11io_export_data() prototype addedFrederic Culot
export_mode_t type added
2007-03-11io_export_data() and io_get_export_stream() createdFrederic Culot
io_export_header(), io_export_footer(), io_export_todo() and io_export_apoints() created
2007-03-11'X' command added, to export data in iCal formatFrederic Culot
2007-03-10recur_item_inday() improved, thanks to Tony's patchFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-03-10custom_color_theme_name() created to return new version of user-definedFrederic Culot
color theme custom_load_color() updated to load new version of user-defined color theme
2007-03-10custom_color_theme_name() prototype addedFrederic Culot
2007-03-10save_cal() modified to save new version of user-defined color themeFrederic 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-03-04border_color() and border_nocolor() updated to take into account newFrederic Culot
color definitions
2007-03-04border_color() prototype updatedFrederic Culot
2007-03-04use of color pairs enum in custom_init_attr()Frederic Culot
color_config() rewritten to allow more color choices and the use of terminal default background color (becomes custom_color_config()) custom_load_color() created
2007-03-04color pairs enum addedFrederic Culot
color_config() prototype updated to custom_color_config() custom_load_color() added