aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a SHA1 implementationLukas Fleischer2011-10-053-0/+300
* Merge branch 'maint'Lukas Fleischer2011-09-062-115/+78
|\
| * Rework indentation code in print_notefile()Lukas Fleischer2011-08-261-3/+9
| * src/io.c: iCal content line folding correctnessLukas Fleischer2011-08-261-112/+69
* | Add configuration option to notify all appointmentsLukas Fleischer2011-07-314-5/+31
* | Merge branch 'maint'Lukas Fleischer2011-07-306-71/+115
|\|
| * Fix sort order in app_arg()Lukas Fleischer2011-07-301-52/+78
| * Fix apoint_get() call in apoint_switch_notify()Lukas Fleischer2011-07-291-1/+1
| * Fix notify_check_repeated()Lukas Fleischer2011-07-291-1/+1
| * Fix recurrent appointment notificationLukas Fleischer2011-07-291-6/+3
| * Update the notification item in *_paste_item()Lukas Fleischer2011-07-292-0/+8
| * Update the notification item in day_edit_item()Lukas Fleischer2011-07-291-0/+11
| * Add "force" parameter to notify_check_next_app()Lukas Fleischer2011-07-294-11/+13
* | Fix configuration file backward compatibilityLukas Fleischer2011-07-291-2/+7
* | src/calcurse.h: Whitespace cleanupLukas Fleischer2011-07-281-73/+70
* | src/args.c: Mark various constant strings constLukas Fleischer2011-07-281-4/+4
* | Remove superfluous buffer variable from version_arg()Lukas Fleischer2011-07-281-4/+1
* | Remove superfluous buffer variable from help_arg()Lukas Fleischer2011-07-281-4/+1
* | Merge branch 'maint'Lukas Fleischer2011-07-282-2/+4
|\|
| * io.c: Accept resource parameters in iCal importLukas Fleischer2011-07-281-2/+2
| * Invoke vars_init() before importing data with "-i"Lukas Fleischer2011-07-281-0/+2
* | Use gettext plural featuresLukas Fleischer2011-07-242-8/+11
* | Split stats messages in io_import_data()Lukas Fleischer2011-07-241-10/+12
* | Refactor out note functionsLukas Fleischer2011-07-216-66/+103
* | Add hint to error messages in custom_load_conf()Lukas Fleischer2011-07-211-2/+2
* | Use map for configuration variable namesLukas Fleischer2011-07-211-49/+61
* | Return error status in custom_set_conf()Lukas Fleischer2011-07-211-14/+16
* | Rename custom_load_color() to conf_parse_color()Lukas Fleischer2011-07-211-21/+16
* | Declare foreground and background variables globalLukas Fleischer2011-07-216-12/+15
* | Refactor out integer variable parsingLukas Fleischer2011-07-211-6/+26
* | Refactor conf_parse_bool()Lukas Fleischer2011-07-212-20/+22
* | Rename fill_config_var() to conf_parse_bool()Lukas Fleischer2011-07-211-10/+10
* | Refactor out configuration variable settingLukas Fleischer2011-07-211-75/+82
* | Use single-line configuration settings by defaultLukas Fleischer2011-07-151-22/+23
* | Parse single-line configuration variablesLukas Fleischer2011-07-151-25/+33
* | Be stricter when parsing the configuration fileLukas Fleischer2011-07-151-11/+6
* | Skip indentation and comments in io_extract_data()Lukas Fleischer2011-07-151-1/+2
* | Refactor custom_load_conf()Lukas Fleischer2011-07-151-63/+49
* | Do not unnecessarily refresh in config menuLukas Fleischer2011-07-141-0/+2
* | Remove artificial delay when saving dataLukas Fleischer2011-07-141-3/+0
* | Merge branch 'maint'Lukas Fleischer2011-07-103-2/+20
|\|
| * Honor "TMPDIR" environment variableLukas Fleischer2011-07-093-2/+20
* | Add key binding for pipe-item commandLukas Fleischer2011-07-075-7/+33
* | Add todo_pipe_item() functionLukas Fleischer2011-07-052-0/+30
* | Add day_pipe_item() functionLukas Fleischer2011-07-052-0/+56
* | Add press_any_key() functionLukas Fleischer2011-07-052-0/+13
* | Move endwin() down in wins_prepare_external()Lukas Fleischer2011-07-051-1/+1
* | Refactor wins_launch_external()Lukas Fleischer2011-07-022-20/+27
* | Add shell_exec() functionLukas Fleischer2011-07-022-0/+9
* | Add child_wait() functionLukas Fleischer2011-07-022-0/+17