summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-05Add a copy file routineLukas Fleischer
2011-10-05Add a SHA1 implementationLukas Fleischer
2011-10-04Cleanup joinable threads on terminationLukas Fleischer
2011-10-04src/io.c: Update todo item count on iCal importLukas Fleischer
2011-10-04Do not hardcode paths to the default editor/pagerLukas Fleischer
2011-09-06Merge branch 'maint'Lukas Fleischer
2011-08-26Rework indentation code in print_notefile()Lukas Fleischer
2011-08-26src/io.c: iCal content line folding correctnessLukas Fleischer
2011-07-31Add configuration option to notify all appointmentsLukas Fleischer
2011-07-30Merge branch 'maint'Lukas Fleischer
2011-07-30Fix sort order in app_arg()Lukas Fleischer
2011-07-29Fix configuration file backward compatibilityLukas Fleischer
2011-07-29Fix apoint_get() call in apoint_switch_notify()Lukas Fleischer
2011-07-29Fix notify_check_repeated()Lukas Fleischer
2011-07-29Fix recurrent appointment notificationLukas Fleischer
2011-07-29Update the notification item in *_paste_item()Lukas Fleischer
2011-07-29Update the notification item in day_edit_item()Lukas Fleischer
2011-07-29Add "force" parameter to notify_check_next_app()Lukas Fleischer
2011-07-28src/calcurse.h: Whitespace cleanupLukas Fleischer
2011-07-28src/args.c: Mark various constant strings constLukas Fleischer
2011-07-28Remove superfluous buffer variable from version_arg()Lukas Fleischer
2011-07-28Remove superfluous buffer variable from help_arg()Lukas Fleischer
2011-07-28Merge branch 'maint'Lukas Fleischer
2011-07-28io.c: Accept resource parameters in iCal importLukas Fleischer
2011-07-28Invoke vars_init() before importing data with "-i"Lukas Fleischer
2011-07-24Use gettext plural featuresLukas Fleischer
2011-07-24Split stats messages in io_import_data()Lukas Fleischer
2011-07-21Refactor out note functionsLukas Fleischer
2011-07-21Add hint to error messages in custom_load_conf()Lukas Fleischer
2011-07-21Use map for configuration variable namesLukas Fleischer
2011-07-21Return error status in custom_set_conf()Lukas Fleischer
2011-07-21Rename custom_load_color() to conf_parse_color()Lukas Fleischer
2011-07-21Declare foreground and background variables globalLukas Fleischer
2011-07-21Refactor out integer variable parsingLukas Fleischer
2011-07-21Refactor conf_parse_bool()Lukas Fleischer
2011-07-21Rename fill_config_var() to conf_parse_bool()Lukas Fleischer
2011-07-21Refactor out configuration variable settingLukas Fleischer
2011-07-15Use single-line configuration settings by defaultLukas Fleischer
2011-07-15Parse single-line configuration variablesLukas Fleischer
2011-07-15Be stricter when parsing the configuration fileLukas Fleischer
2011-07-15Skip indentation and comments in io_extract_data()Lukas Fleischer
2011-07-15Refactor custom_load_conf()Lukas Fleischer
2011-07-14Do not unnecessarily refresh in config menuLukas Fleischer
2011-07-14Remove artificial delay when saving dataLukas Fleischer
2011-07-10Merge branch 'maint'Lukas Fleischer
2011-07-09Honor "TMPDIR" environment variableLukas Fleischer
2011-07-07Add key binding for pipe-item commandLukas Fleischer
2011-07-05Add todo_pipe_item() functionLukas Fleischer
2011-07-05Add day_pipe_item() functionLukas Fleischer
2011-07-05Add press_any_key() functionLukas Fleischer