aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add fork_exec() functionLukas Fleischer2011-07-022-0/+72
* | Make recur_*_write() publicLukas Fleischer2011-07-022-2/+4
* | Refactor out todo item serializationLukas Fleischer2011-07-023-4/+11
* | utf8_width() performance improvementsLukas Fleischer2011-07-021-39/+50
* | Avoid segfault in getstr_fixscr()Lukas Fleischer2011-07-021-2/+2
* | Use constant for maximum UTF-8 character sizeLukas Fleischer2011-07-024-4/+6
* | Refactor getstring codeLukas Fleischer2011-07-021-53/+65
* | Make display_todo_item() UTF-8 compatibleLukas Fleischer2011-07-021-5/+14
* | Make display_item() UTF-8 compatibleLukas Fleischer2011-06-291-6/+15
* | Make getstring() UTF-8 compatibleLukas Fleischer2011-06-291-54/+120
* | Split line editing functions into separate fileLukas Fleischer2011-06-294-185/+225
* | Add basic UTF-8 helper functionsLukas Fleischer2011-06-293-0/+338
* | src/calcurse.h: Add UTF-8 related macrosLukas Fleischer2011-06-291-0/+8
* | Enable arrow key navigation by defaultLukas Fleischer2011-06-291-4/+4
|/
* Handle resize properly in the sidebar config menuLukas Fleischer2011-06-291-5/+16
* Do not try to display items with negative widthLukas Fleischer2011-06-281-0/+3
* Always work with new window dimensions on resizeLukas Fleischer2011-06-281-35/+27
* Avoid redundant redraws on resizeLukas Fleischer2011-06-287-77/+106