Age | Commit message (Expand) | Author |
2012-07-07 | Add support for copy/paste registers | Lukas Fleischer |
2012-06-01 | src/custom.c: Mark sidebar help string "no-c-format" | Lukas Fleischer |
2012-05-31 | Use our array of available date input formats | Baptiste Jonglez |
2012-05-31 | Give a meaning to DATE_FORMATS | Baptiste Jonglez |
2012-05-31 | src/custom.c: Use status_ask_simplechoice() | Baptiste Jonglez |
2012-05-31 | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez |
2012-05-25 | Fix incorrect i18n usage for some strings | Baptiste Jonglez |
2012-05-23 | Do not localize configuration options | Lukas Fleischer |
2012-05-21 | Switch to Linux kernel coding style | Lukas Fleischer |
2012-05-17 | Fix data type of "general.firstdayofweek" | Lukas Fleischer |
2012-05-17 | Update configuration dialogs | Lukas Fleischer |
2012-05-08 | Declare several parameters/variables constant | Lukas Fleischer |
2012-04-05 | Mark localized string literals constant | Lukas Fleischer |
2012-03-29 | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer |
2012-03-26 | Update copyright ranges | Lukas Fleischer |
2012-03-12 | Do not strncpy() strings returned by gettext() | Lukas Fleischer |
2012-03-12 | Avoid redundant window resets in config menu | Lukas Fleischer |
2012-03-12 | Avoid redundant virtual screen updates | Lukas Fleischer |
2012-03-02 | Break out configuration main menu | Lukas Fleischer |
2012-03-02 | Revamp key bindings display | Lukas Fleischer |
2011-12-09 | Extract config file handlers into a separate file | Lukas Fleischer |
2011-11-14 | Use a global configuration variable | Lukas Fleischer |
2011-11-02 | Remove parentheses from return statements | Lukas Fleischer |
2011-11-02 | Make use of the NULL macro | Lukas Fleischer |
2011-11-02 | Do not cast unused return values to void | Lukas Fleischer |
2011-11-02 | Avoid use of printf()/fprintf() | Lukas Fleischer |
2011-10-06 | Add count buffer to keys_getch() | Lukas Fleischer |
2011-10-06 | Avoid unnecessary window updates | Lukas Fleischer |
2011-10-05 | Add configuration option to run the GC on exit | Lukas Fleischer |
2011-07-31 | Add configuration option to notify all appointments | Lukas Fleischer |
2011-07-29 | Fix configuration file backward compatibility | Lukas Fleischer |
2011-07-21 | Add hint to error messages in custom_load_conf() | Lukas Fleischer |
2011-07-21 | Use map for configuration variable names | Lukas Fleischer |
2011-07-21 | Return error status in custom_set_conf() | Lukas Fleischer |
2011-07-21 | Rename custom_load_color() to conf_parse_color() | Lukas Fleischer |
2011-07-21 | Declare foreground and background variables global | Lukas Fleischer |
2011-07-21 | Refactor out integer variable parsing | Lukas Fleischer |
2011-07-21 | Refactor conf_parse_bool() | Lukas Fleischer |
2011-07-21 | Rename fill_config_var() to conf_parse_bool() | Lukas Fleischer |
2011-07-21 | Refactor out configuration variable setting | Lukas Fleischer |
2011-07-15 | Parse single-line configuration variables | Lukas Fleischer |
2011-07-15 | Be stricter when parsing the configuration file | Lukas Fleischer |
2011-07-15 | Refactor custom_load_conf() | Lukas Fleischer |
2011-06-29 | Handle resize properly in the sidebar config menu | Lukas Fleischer |
2011-06-28 | Always work with new window dimensions on resize | Lukas Fleischer |
2011-06-28 | Avoid redundant redraws on resize | Lukas Fleischer |
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer |
2011-04-05 | Fix bad use of unsigned integers. | Lukas Fleischer |
2011-04-05 | Compare pointers to "NULL" instead of "0". | Lukas Fleischer |
2011-03-14 | Overall indentation fixes. | Lukas Fleischer |