Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-30 | 6 | -71/+115 | |
|\| | ||||||
| * | Fix sort order in app_arg() | Lukas Fleischer | 2011-07-30 | 1 | -52/+78 | |
| * | Fix apoint_get() call in apoint_switch_notify() | Lukas Fleischer | 2011-07-29 | 1 | -1/+1 | |
| * | Fix notify_check_repeated() | Lukas Fleischer | 2011-07-29 | 1 | -1/+1 | |
| * | Fix recurrent appointment notification | Lukas Fleischer | 2011-07-29 | 1 | -6/+3 | |
| * | Update the notification item in *_paste_item() | Lukas Fleischer | 2011-07-29 | 2 | -0/+8 | |
| * | Update the notification item in day_edit_item() | Lukas Fleischer | 2011-07-29 | 1 | -0/+11 | |
| * | Add "force" parameter to notify_check_next_app() | Lukas Fleischer | 2011-07-29 | 4 | -11/+13 | |
* | | Fix configuration file backward compatibility | Lukas Fleischer | 2011-07-29 | 1 | -2/+7 | |
* | | src/calcurse.h: Whitespace cleanup | Lukas Fleischer | 2011-07-28 | 1 | -73/+70 | |
* | | src/args.c: Mark various constant strings const | Lukas Fleischer | 2011-07-28 | 1 | -4/+4 | |
* | | Remove superfluous buffer variable from version_arg() | Lukas Fleischer | 2011-07-28 | 1 | -4/+1 | |
* | | Remove superfluous buffer variable from help_arg() | Lukas Fleischer | 2011-07-28 | 1 | -4/+1 | |
* | | TODO: Remove reference to the bugs mailing list | Lukas Fleischer | 2011-07-28 | 1 | -2/+2 | |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-28 | 2 | -2/+4 | |
|\| | ||||||
| * | io.c: Accept resource parameters in iCal import | Lukas Fleischer | 2011-07-28 | 1 | -2/+2 | |
| * | Invoke vars_init() before importing data with "-i" | Lukas Fleischer | 2011-07-28 | 1 | -0/+2 | |
* | | Use gettext plural features | Lukas Fleischer | 2011-07-24 | 2 | -8/+11 | |
* | | Split stats messages in io_import_data() | Lukas Fleischer | 2011-07-24 | 1 | -10/+12 | |
* | | Refactor out note functions | Lukas Fleischer | 2011-07-21 | 6 | -66/+103 | |
* | | Add hint to error messages in custom_load_conf() | Lukas Fleischer | 2011-07-21 | 1 | -2/+2 | |
* | | Use map for configuration variable names | Lukas Fleischer | 2011-07-21 | 1 | -49/+61 | |
* | | Return error status in custom_set_conf() | Lukas Fleischer | 2011-07-21 | 1 | -14/+16 | |
* | | Rename custom_load_color() to conf_parse_color() | Lukas Fleischer | 2011-07-21 | 1 | -21/+16 | |
* | | Declare foreground and background variables global | Lukas Fleischer | 2011-07-21 | 6 | -12/+15 | |
* | | Refactor out integer variable parsing | Lukas Fleischer | 2011-07-21 | 1 | -6/+26 | |
* | | Refactor conf_parse_bool() | Lukas Fleischer | 2011-07-21 | 2 | -20/+22 | |
* | | Rename fill_config_var() to conf_parse_bool() | Lukas Fleischer | 2011-07-21 | 1 | -10/+10 | |
* | | Refactor out configuration variable setting | Lukas Fleischer | 2011-07-21 | 1 | -75/+82 | |
* | | Use single-line configuration settings by default | Lukas Fleischer | 2011-07-15 | 1 | -22/+23 | |
* | | Parse single-line configuration variables | Lukas Fleischer | 2011-07-15 | 1 | -25/+33 | |
* | | Be stricter when parsing the configuration file | Lukas Fleischer | 2011-07-15 | 1 | -11/+6 | |
* | | Skip indentation and comments in io_extract_data() | Lukas Fleischer | 2011-07-15 | 1 | -1/+2 | |
* | | Refactor custom_load_conf() | Lukas Fleischer | 2011-07-15 | 1 | -63/+49 | |
* | | Do not unnecessarily refresh in config menu | Lukas Fleischer | 2011-07-14 | 1 | -0/+2 | |
* | | Remove artificial delay when saving data | Lukas Fleischer | 2011-07-14 | 1 | -3/+0 | |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-10 | 3 | -2/+20 | |
|\| | ||||||
| * | Honor "TMPDIR" environment variable | Lukas Fleischer | 2011-07-09 | 3 | -2/+20 | |
* | | TODO: Remove send-item TODO entry | Lukas Fleischer | 2011-07-07 | 1 | -2/+0 | |
* | | Add key binding for pipe-item command | Lukas Fleischer | 2011-07-07 | 5 | -7/+33 | |
* | | Add todo_pipe_item() function | Lukas Fleischer | 2011-07-05 | 2 | -0/+30 | |
* | | Add day_pipe_item() function | Lukas Fleischer | 2011-07-05 | 2 | -0/+56 | |
* | | Add press_any_key() function | Lukas Fleischer | 2011-07-05 | 2 | -0/+13 | |
* | | Move endwin() down in wins_prepare_external() | Lukas Fleischer | 2011-07-05 | 1 | -1/+1 | |
* | | Refactor wins_launch_external() | Lukas Fleischer | 2011-07-02 | 2 | -20/+27 | |
* | | Add shell_exec() function | Lukas Fleischer | 2011-07-02 | 2 | -0/+9 | |
* | | Add child_wait() function | Lukas Fleischer | 2011-07-02 | 2 | -0/+17 | |
* | | Add fork_exec() function | Lukas Fleischer | 2011-07-02 | 2 | -0/+72 | |
* | | Make recur_*_write() public | Lukas Fleischer | 2011-07-02 | 2 | -2/+4 | |
* | | Refactor out todo item serialization | Lukas Fleischer | 2011-07-02 | 3 | -4/+11 |