| Commit message (Expand) | Author | Age | Files | Lines |
* | Update configuration dialogs | Lukas Fleischer | 2012-05-17 | 1 | -16/+16 |
* | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -7/+7 |
* | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 1 | -11/+11 |
* | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer | 2012-03-29 | 1 | -8/+8 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | Do not strncpy() strings returned by gettext() | Lukas Fleischer | 2012-03-12 | 1 | -7/+5 |
* | Avoid redundant window resets in config menu | Lukas Fleischer | 2012-03-12 | 1 | -1/+4 |
* | Avoid redundant virtual screen updates | Lukas Fleischer | 2012-03-12 | 1 | -1/+0 |
* | Break out configuration main menu | Lukas Fleischer | 2012-03-02 | 1 | -0/+55 |
* | Revamp key bindings display | Lukas Fleischer | 2012-03-02 | 1 | -15/+23 |
* | Extract config file handlers into a separate file | Lukas Fleischer | 2011-12-09 | 1 | -402/+0 |
* | Use a global configuration variable | Lukas Fleischer | 2011-11-14 | 1 | -41/+41 |
* | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | Make use of the NULL macro | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -17/+16 |
* | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -5/+5 |
* | Add count buffer to keys_getch() | Lukas Fleischer | 2011-10-06 | 1 | -5/+5 |
* | Avoid unnecessary window updates | Lukas Fleischer | 2011-10-06 | 1 | -2/+2 |
* | Add configuration option to run the GC on exit | Lukas Fleischer | 2011-10-05 | 1 | -15/+31 |
* | Add configuration option to notify all appointments | Lukas Fleischer | 2011-07-31 | 1 | -0/+5 |
* | Fix configuration file backward compatibility | Lukas Fleischer | 2011-07-29 | 1 | -2/+7 |
* | 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 | 1 | -6/+6 |
* | Refactor out integer variable parsing | Lukas Fleischer | 2011-07-21 | 1 | -6/+26 |
* | Refactor conf_parse_bool() | Lukas Fleischer | 2011-07-21 | 1 | -19/+21 |
* | 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 |
* | 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 |
* | Refactor custom_load_conf() | Lukas Fleischer | 2011-07-15 | 1 | -63/+49 |
* | Handle resize properly in the sidebar config menu | Lukas Fleischer | 2011-06-29 | 1 | -5/+16 |
* | Always work with new window dimensions on resize | Lukas Fleischer | 2011-06-28 | 1 | -35/+27 |
* | Avoid redundant redraws on resize | Lukas Fleischer | 2011-06-28 | 1 | -31/+41 |
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Fix bad use of unsigned integers. | Lukas Fleischer | 2011-04-05 | 1 | -2/+3 |
* | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | 2011-04-05 | 1 | -1/+1 |
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -397/+397 |
* | Update website links to match the new URL. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
* | Fixed file permissions. | Lukas Fleischer | 2011-03-03 | 1 | -0/+0 |
* | Exit menu item added to sidebar configuration screen (thanks Doug for reporti... | Frederic Culot | 2010-03-29 | 1 | -2/+3 |
* | Online help added for side bar configuration screen. | Frederic Culot | 2010-03-21 | 1 | -20/+24 |
* | Avoid concurrent screen refreshes. | Frederic Culot | 2010-03-21 | 1 | -9/+9 |
* | More work on sidebar customization. | Frederic Culot | 2010-03-21 | 1 | -6/+14 |
* | Work on sidebar width user-customization. | Frederic Culot | 2010-03-20 | 1 | -15/+63 |
* | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | 2010-03-20 | 1 | -55/+75 |