| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright ranges for 2023 | Lukas Fleischer | 2023-04-11 | 1 | -1/+1 |
* | Update copyright ranges for 2022 | Lukas Fleischer | 2022-03-11 | 1 | -1/+1 |
* | Add generic-prev-view key binding | Aurora | 2021-04-11 | 1 | -0/+3 |
* | Allow undefined actions in keys configuration file | Lars Henriksen | 2021-04-11 | 1 | -116/+214 |
* | Update copyright ranges | Lukas Fleischer | 2020-01-30 | 1 | -1/+1 |
* | Refactor cut and paste registers | Lars Henriksen | 2020-01-13 | 1 | -2/+0 |
* | Refactor keys_format_label() | Lukas Fleischer | 2019-01-19 | 1 | -24/+9 |
* | Bind RETURN to view-item by default | Lukas Fleischer | 2019-01-19 | 1 | -2/+2 |
* | Key bindings for UTF-8 encoded characters | Lars Henriksen | 2018-06-03 | 1 | -11/+7 |
* | Rename utf8_ord() to utf8_decode() | Lars Henriksen | 2018-06-03 | 1 | -1/+1 |
* | Always NUL-terminate buffer in keys_fill_missing() | Lukas Fleischer | 2018-05-26 | 1 | -0/+1 |
* | Fix buffer overflow in keys_action_allkeys() | Lukas Fleischer | 2018-05-26 | 1 | -4/+9 |
* | Fix end-of-string calculation | Lars Henriksen | 2018-05-24 | 1 | -1/+1 |
* | Detect error on character input | Lars Henriksen | 2017-10-29 | 1 | -1/+5 |
* | Support key bindings for all escape keys | Lars Henriksen | 2017-10-23 | 1 | -79/+89 |
* | Updates for UTF-8 key bindings | Lars Henriksen | 2017-10-23 | 1 | -32/+26 |
* | Add a function to wait for any key press | Lukas Fleischer | 2017-09-03 | 1 | -0/+5 |
* | Add support for UTF-8 key bindings | Lukas Fleischer | 2017-08-30 | 1 | -27/+107 |
* | Rename keys_getch() to keys_get() | Lukas Fleischer | 2017-08-30 | 1 | -2/+2 |
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 1 | -1/+1 |
* | Update copyright ranges | Lukas Fleischer | 2016-01-30 | 1 | -1/+1 |
* | Introduce starts_with() and starts_with_ci() | Lukas Fleischer | 2015-02-24 | 1 | -39/+27 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | Use wins_set_bindings() for the configuration menu | Lukas Fleischer | 2014-07-18 | 1 | -6/+41 |
* | Make bindings always fill the whole status bar | Lukas Fleischer | 2014-07-18 | 1 | -0/+2 |
* | keys.c: Merge keydef and binding_labels | Lukas Fleischer | 2014-07-17 | 1 | -100/+51 |
* | Rework key binding context switching | Lukas Fleischer | 2014-07-17 | 1 | -10/+61 |
* | Add a key binding to reload appointments and todos | Lukas Fleischer | 2014-07-16 | 1 | -1/+3 |
* | Add command prompt | Lukas Fleischer | 2013-07-17 | 1 | -0/+2 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -432/+448 |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -11/+10 |
* | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 |
* | keys.c: Remove several unneeded assertions | Lukas Fleischer | 2012-12-06 | 1 | -3/+3 |
* | keys_save_bindings(): Skip unset key bindings | Lukas Fleischer | 2012-12-05 | 1 | -2/+6 |
* | Add new default key binding for generic-paste | Lukas Fleischer | 2012-07-07 | 1 | -1/+1 |
* | Merge cut/delete | Lukas Fleischer | 2012-07-07 | 1 | -2/+0 |
* | Add support for copy/paste registers | Lukas Fleischer | 2012-07-07 | 1 | -4/+20 |
* | Add a key binding for generic-copy | Lukas Fleischer | 2012-07-06 | 1 | -0/+2 |
* | Do not bind "c" to "generic-config-menu" by default | Lukas Fleischer | 2012-07-06 | 1 | -1/+1 |
* | src/keys.c: Fix help strings for generic-{cut,paste} | Lukas Fleischer | 2012-06-18 | 1 | -2/+2 |
* | src/keys.c: Add vim-style default bindings for generic-* | Lukas Fleischer | 2012-06-13 | 1 | -4/+4 |
* | Add key bindings to go to the previous/next month/year | Lukas Fleischer | 2012-06-13 | 1 | -0/+17 |
* | Rename displacement enumeration elements | Lukas Fleischer | 2012-06-13 | 1 | -7/+7 |
* | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez | 2012-05-31 | 1 | -2/+2 |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -340/+273 |
* | Add dummy help for cut and paste | Baptiste Jonglez | 2012-05-14 | 1 | -0/+4 |
* | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -8/+8 |
* | src/keys.c: Use generic list implementation | Lukas Fleischer | 2012-04-05 | 1 | -77/+36 |
* | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 1 | -1/+1 |
* | Revert a bunch of strncmp() conversions | Lukas Fleischer | 2012-03-30 | 1 | -1/+1 |