aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version 1.8_beta releasedcalcurse_1_8_betaFrederic Culot2007-04-151-0/+24
|
* documentation updated and version switched to 1.8_betaFrederic Culot2007-04-151-0/+7
|
* help_arg() updated to display help for the --export argumentFrederic Culot2007-04-151-2/+7
| | | | usage() updated
* manpage updated with --export flagFrederic Culot2007-04-151-25/+27
| | | | | calcurse description updated small bugfixes
* English manual updatedFrederic Culot2007-04-151-20/+70
|
* version switched to 1.8_betaFrederic Culot2007-04-151-3/+3
| | | | check for header files updated
* several bugfixesFrederic Culot2007-04-141-0/+12
| | | | | signal handling implemented to catch zombie processes created by user-defined notification command
* bugfix: forgot to save item state for endless recurrent appointmentsFrederic Culot2007-04-141-11/+8
|
* bugfix: do not include '|' in item description while loading a recurrentFrederic Culot2007-04-141-4/+5
| | | | appointment with exceptions
* bugfix: wrong define was used (DAYINSEC instead of HOURINSEC)Frederic Culot2007-04-141-36/+14
| | | | | appointment state now taken into account to make the notify bar blink notify_catch_children() and notify_thread_children() suppressed
* bugfix: correct item is now highlighted when changing day insideFrederic Culot2007-04-141-6/+42
| | | | | | appointment panel with CTRL keys sigchld_handler() created to catch zombie processes init_sighandler() created
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-2/+9
| | | | | use of MININSEC and DAYINSEC defines bugfixes
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-48/+49
| | | | | | 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
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-36/+41
| | | | use of MININSEC define
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-042-20/+27
| | | | use of DAYINSEC and MININSEC defines
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-048-56/+63
|
* use of DAYINSEC defineFrederic Culot2007-04-042-14/+22
|
* 'X' and '!' keybindings added to status bar, and online help updatedFrederic Culot2007-03-241-0/+14
| | | | '-x' command-line option added to export data in non-interactive mode
* color themes are now more configurable, and export function was added.Frederic Culot2007-03-241-2/+1
| | | | Anyway, better error handling should be done.
* conf_t type createdFrederic Culot2007-03-241-1/+11
|
* extract_data renamed to io_extract_data() and save_cal() to io_save_cal()Frederic Culot2007-03-241-6/+6
| | | | | io_save_cal() and io_export_data prototype updated to use the new conf_t type
* extract_data() renamed to io_extract_data() and save_cal() to io_save_cal()Frederic Culot2007-03-241-22/+18
|
* help_screen() updated to add the export and flag command help textFrederic Culot2007-03-241-25/+64
|
* custom_load_conf() prototype addedFrederic Culot2007-03-241-1/+5
|
* load_conf() moved from calcurse.c to custom_load_conf()Frederic Culot2007-03-241-4/+125
| | | | fill_config_var() now statically defined in custom.c instead of calcurse.c
* notify_init_vars() prototype addedFrederic Culot2007-03-241-1/+2
|
* init_notify_bar() moved from calcurse.c to notify_init_vars()Frederic Culot2007-03-241-10/+40
|
* init_notify_bar(), load_conf() and fill_config_var() suppressedFrederic Culot2007-03-241-219/+77
| | | | | conf variable created to avoid global variables code cleanup
* parse_args() prototype updatedFrederic Culot2007-03-241-2/+4
|
* '-x' flag added in parse_args() to export data in non-interactive modeFrederic Culot2007-03-241-21/+37
|
* 'X' and '!' keybindings addedFrederic Culot2007-03-242-34/+36
|
* more work on iCal export functions implementationFrederic Culot2007-03-171-0/+11
|
* io_export_data() prototype updatedFrederic Culot2007-03-171-3/+2
| | | | progress_bar() prototype removed as function becomes static to io.c
* io_export_apoints() updated to call date_sec2ical_date()Frederic Culot2007-03-171-58/+216
| | | | | | | | 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
* date_sec2ical_date(), date_sec2ical_datetime() createdFrederic Culot2007-03-171-1/+36
|
* date_sec2ical_date(), date_sec2ical_datetime() prototype addedFrederic Culot2007-03-171-1/+3
|
* HOURINSEC and MININSEC definedFrederic Culot2007-03-171-1/+3
|
* switch from defines to enum to describe recurrent typesFrederic Culot2007-03-171-6/+8
|
* bugfix: missing space inside textFrederic Culot2007-03-171-3/+4
|
* beginning of iCal export functions implementationFrederic Culot2007-03-111-0/+5
|
* io_export_data() prototype addedFrederic Culot2007-03-111-1/+8
| | | | export_mode_t type added
* io_export_data() and io_get_export_stream() createdFrederic Culot2007-03-111-1/+129
| | | | | io_export_header(), io_export_footer(), io_export_todo() and io_export_apoints() created
* 'X' command added, to export data in iCal formatFrederic Culot2007-03-111-1/+6
|
* color handling improvedFrederic Culot2007-03-101-0/+8
| | | | recur_item_inday() improved, thanks to Tony's patch
* recur_item_inday() improved, thanks to Tony's patchFrederic Culot2007-03-101-27/+70
|
* global variable 'colr' suppressedFrederic Culot2007-03-102-16/+19
|
* custom_color_theme_name() created to return new version of user-definedFrederic Culot2007-03-101-22/+102
| | | | | color theme custom_load_color() updated to load new version of user-defined color theme
* custom_color_theme_name() prototype addedFrederic Culot2007-03-101-3/+4
|
* save_cal() modified to save new version of user-defined color themeFrederic Culot2007-03-101-21/+30
|
* global variable 'colr' suppressedFrederic Culot2007-03-1014-112/+119
|