summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-05-06code cleanup in custom_load_conf()Frederic Culot
2007-05-06custom_load_conf() prototype modifiedFrederic Culot
2007-05-06layout variable added to conf_t typeFrederic Culot
2007-05-06bugfix: notify bar init sequence modified to avoid a possible segfaultFrederic Culot
2007-05-06notify bar init sequence modifiedFrederic Culot
2007-05-06use of memmove in del_char()Frederic Culot
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
2007-04-15manpage updated with --export flagFrederic Culot
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
2007-04-14bugfix: wrong define was used (DAYINSEC instead of HOURINSEC)Frederic Culot
2007-04-14bugfix: correct item is now highlighted when changing day insideFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
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
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
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
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
2007-03-17io_export_apoints() updated to call date_sec2ical_date()Frederic Culot
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
2007-03-11io_export_data() and io_get_export_stream() createdFrederic Culot
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
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