| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make compact mode and default panel configurable | Lukas Fleischer | 2014-08-03 | 1 | -33/+68 |
* | Replace several uses of snprintf() by asprintf() | Lukas Fleischer | 2014-07-22 | 1 | -2/+3 |
* | Small code cleanups | Lukas Fleischer | 2014-07-18 | 1 | -2/+1 |
* | Use wins_set_bindings() for the configuration menu | Lukas Fleischer | 2014-07-18 | 1 | -34/+25 |
* | Initialize prompt buffers in the configuration menus | Lukas Fleischer | 2014-07-18 | 1 | -1/+4 |
* | Rework key binding context switching | Lukas Fleischer | 2014-07-17 | 1 | -50/+20 |
* | Reintroduce key bindings in configuration menus | Lukas Fleischer | 2014-07-17 | 1 | -2/+14 |
* | Resize panels properly | Lukas Fleischer | 2014-05-19 | 1 | -1/+1 |
* | Add support for caption rows in list boxes | Lukas Fleischer | 2014-05-18 | 1 | -2/+7 |
* | Add support for drawing highlighted decoration | Lukas Fleischer | 2014-05-18 | 1 | -3/+3 |
* | custom.c: Simplify code | Lukas Fleischer | 2014-05-18 | 1 | -10/+1 |
* | Remove numbers and whitespace from option menus | Lukas Fleischer | 2014-05-18 | 1 | -20/+20 |
* | Reduce flicker when resizing in option menus | Lukas Fleischer | 2014-05-18 | 1 | -1/+1 |
* | Use generic list box for general options | Lukas Fleischer | 2014-05-18 | 1 | -156/+187 |
* | Rework scroll window implementation | Lukas Fleischer | 2014-05-18 | 1 | -41/+19 |
* | Drop legacy online help system | Lukas Fleischer | 2013-07-17 | 1 | -39/+0 |
* | Use a macro to determine the size of arrays | Lukas Fleischer | 2013-05-04 | 1 | -4/+4 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -908/+961 |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -7/+10 |
* | calendar.c: Rename to "ui-calendar.c" | Lukas Fleischer | 2013-02-14 | 1 | -2/+2 |
* | Merge branch 'maint' | Lukas Fleischer | 2013-02-04 | 1 | -1/+7 |
|\ |
|
| * | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 |
| * | Close key binding window when reassigning the same key | Michael Smith | 2013-02-04 | 1 | -0/+6 |
* | | custom.c: Fix sidebar configuration help text | Lukas Fleischer | 2013-01-30 | 1 | -4/+3 |
|/ |
|
* | Add hidden key handler window | Lukas Fleischer | 2012-12-16 | 1 | -7/+7 |
* | Add support for copy/paste registers | Lukas Fleischer | 2012-07-07 | 1 | -4/+4 |
* | src/custom.c: Mark sidebar help string "no-c-format" | Lukas Fleischer | 2012-06-01 | 1 | -0/+1 |
* | Use our array of available date input formats | Baptiste Jonglez | 2012-05-31 | 1 | -10/+3 |
* | Give a meaning to DATE_FORMATS | Baptiste Jonglez | 2012-05-31 | 1 | -1/+1 |
* | src/custom.c: Use status_ask_simplechoice() | Baptiste Jonglez | 2012-05-31 | 1 | -11/+14 |
* | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez | 2012-05-31 | 1 | -43/+43 |
* | Fix incorrect i18n usage for some strings | Baptiste Jonglez | 2012-05-25 | 1 | -1/+1 |
* | Do not localize configuration options | Lukas Fleischer | 2012-05-23 | 1 | -10/+10 |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -797/+723 |
* | Fix data type of "general.firstdayofweek" | Lukas Fleischer | 2012-05-17 | 1 | -6/+7 |
* | 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 |