Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
* | | doc/manual.txt: Remove note on missing UTF-8 support | Lukas Fleischer | 2011-07-02 | 1 | -2/+1 | |
* | | TODO: Remove UTF-8 support from TODO list | Lukas Fleischer | 2011-07-02 | 1 | -1/+0 | |
* | | utf8_width() performance improvements | Lukas Fleischer | 2011-07-02 | 1 | -39/+50 | |
* | | Avoid segfault in getstr_fixscr() | Lukas Fleischer | 2011-07-02 | 1 | -2/+2 | |
* | | Use constant for maximum UTF-8 character size | Lukas Fleischer | 2011-07-02 | 4 | -4/+6 | |
* | | Refactor getstring code | Lukas Fleischer | 2011-07-02 | 1 | -53/+65 | |
* | | Make display_todo_item() UTF-8 compatible | Lukas Fleischer | 2011-07-02 | 1 | -5/+14 | |
* | | Make display_item() UTF-8 compatible | Lukas Fleischer | 2011-06-29 | 1 | -6/+15 | |
* | | Make getstring() UTF-8 compatible | Lukas Fleischer | 2011-06-29 | 1 | -54/+120 | |
* | | Split line editing functions into separate file | Lukas Fleischer | 2011-06-29 | 4 | -185/+225 | |
* | | Add basic UTF-8 helper functions | Lukas Fleischer | 2011-06-29 | 3 | -0/+338 | |
* | | src/calcurse.h: Add UTF-8 related macros | Lukas Fleischer | 2011-06-29 | 1 | -0/+8 | |
* | | Enable arrow key navigation by default | Lukas Fleischer | 2011-06-29 | 1 | -4/+4 | |
|/ | ||||||
* | doc/manual.txt: Document backward-kill-word | Lukas Fleischer | 2011-06-29 | 1 | -0/+3 | |
* | Handle resize properly in the sidebar config menu | Lukas Fleischer | 2011-06-29 | 1 | -5/+16 | |
* | Do not try to display items with negative width | Lukas Fleischer | 2011-06-28 | 1 | -0/+3 | |
* | Always work with new window dimensions on resize | Lukas Fleischer | 2011-06-28 | 1 | -35/+27 |