Age | Commit message (Expand) | Author |
2016-01-30 | Update copyright ranges | Lukas Fleischer |
2015-02-24 | Introduce starts_with() and starts_with_ci() | Lukas Fleischer |
2015-02-07 | Update copyright ranges | Lukas Fleischer |
2014-07-18 | Use wins_set_bindings() for the configuration menu | Lukas Fleischer |
2014-07-18 | Make bindings always fill the whole status bar | Lukas Fleischer |
2014-07-17 | keys.c: Merge keydef and binding_labels | Lukas Fleischer |
2014-07-17 | Rework key binding context switching | Lukas Fleischer |
2014-07-16 | Add a key binding to reload appointments and todos | Lukas Fleischer |
2013-07-17 | Add command prompt | Lukas Fleischer |
2013-04-14 | Use tabs instead of spaces for indentation | Lukas Fleischer |
2013-02-17 | Fix braces in if-else statements | Lukas Fleischer |
2013-02-04 | Update copyright ranges | Lukas Fleischer |
2012-12-06 | keys.c: Remove several unneeded assertions | Lukas Fleischer |
2012-12-05 | keys_save_bindings(): Skip unset key bindings | Lukas Fleischer |
2012-07-07 | Add new default key binding for generic-paste | Lukas Fleischer |
2012-07-07 | Merge cut/delete | Lukas Fleischer |
2012-07-07 | Add support for copy/paste registers | Lukas Fleischer |
2012-07-06 | Add a key binding for generic-copy | Lukas Fleischer |
2012-07-06 | Do not bind "c" to "generic-config-menu" by default | Lukas Fleischer |
2012-06-18 | src/keys.c: Fix help strings for generic-{cut,paste} | Lukas Fleischer |
2012-06-13 | src/keys.c: Add vim-style default bindings for generic-* | Lukas Fleischer |
2012-06-13 | Add key bindings to go to the previous/next month/year | Lukas Fleischer |
2012-06-13 | Rename displacement enumeration elements | Lukas Fleischer |
2012-05-31 | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez |
2012-05-21 | Switch to Linux kernel coding style | Lukas Fleischer |
2012-05-14 | Add dummy help for cut and paste | Baptiste Jonglez |
2012-05-08 | Declare several parameters/variables constant | Lukas Fleischer |
2012-04-05 | src/keys.c: Use generic list implementation | Lukas Fleischer |
2012-04-05 | Mark localized string literals constant | Lukas Fleischer |
2012-03-30 | Revert a bunch of strncmp() conversions | Lukas Fleischer |
2012-03-26 | Update copyright ranges | Lukas Fleischer |
2012-03-12 | Get rid of string structures | Lukas Fleischer |
2012-03-12 | Use strcmp() instead of strncmp() | Lukas Fleischer |
2012-03-02 | Revamp key bindings display | Lukas Fleischer |
2012-02-19 | Remove all usages of bzero() and bcopy() | Lukas Fleischer |
2012-02-18 | Fix up strncat() usage | 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-07-07 | Add key binding for pipe-item command | Lukas Fleischer |
2011-06-29 | Enable arrow key navigation by default | Lukas Fleischer |
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer |
2011-04-05 | Compare pointers to "NULL" instead of "0". | Lukas Fleischer |
2011-03-14 | Overall indentation fixes. | Lukas Fleischer |
2011-03-05 | Ensure key descriptions in status bar are always null-terminated. | Lukas Fleischer |
2011-03-04 | Update website links to match the new URL. | Lukas Fleischer |
2011-03-04 | Update mail addresses to match the new mailing lists. | Lukas Fleischer |
2011-03-03 | Remove CVS "$Id" headers. | Lukas Fleischer |
2011-03-03 | Fixed file permissions. | Lukas Fleischer |