summaryrefslogtreecommitdiff
path: root/src/keys.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2015-02-24Introduce starts_with() and starts_with_ci()Lukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-07-18Use wins_set_bindings() for the configuration menuLukas Fleischer
2014-07-18Make bindings always fill the whole status barLukas Fleischer
2014-07-17keys.c: Merge keydef and binding_labelsLukas Fleischer
2014-07-17Rework key binding context switchingLukas Fleischer
2014-07-16Add a key binding to reload appointments and todosLukas Fleischer
2013-07-17Add command promptLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-12-06keys.c: Remove several unneeded assertionsLukas Fleischer
2012-12-05keys_save_bindings(): Skip unset key bindingsLukas Fleischer
2012-07-07Add new default key binding for generic-pasteLukas Fleischer
2012-07-07Merge cut/deleteLukas Fleischer
2012-07-07Add support for copy/paste registersLukas Fleischer
2012-07-06Add a key binding for generic-copyLukas Fleischer
2012-07-06Do not bind "c" to "generic-config-menu" by defaultLukas Fleischer
2012-06-18src/keys.c: Fix help strings for generic-{cut,paste}Lukas Fleischer
2012-06-13src/keys.c: Add vim-style default bindings for generic-*Lukas Fleischer
2012-06-13Add key bindings to go to the previous/next month/yearLukas Fleischer
2012-06-13Rename displacement enumeration elementsLukas Fleischer
2012-05-31Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-14Add dummy help for cut and pasteBaptiste Jonglez
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-05src/keys.c: Use generic list implementationLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-30Revert a bunch of strncmp() conversionsLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-03-12Get rid of string structuresLukas Fleischer
2012-03-12Use strcmp() instead of strncmp()Lukas Fleischer
2012-03-02Revamp key bindings displayLukas Fleischer
2012-02-19Remove all usages of bzero() and bcopy()Lukas Fleischer
2012-02-18Fix up strncat() usageLukas Fleischer
2011-11-02Make use of the NULL macroLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-11-02Avoid use of printf()/fprintf()Lukas Fleischer
2011-10-06Add count buffer to keys_getch()Lukas Fleischer
2011-07-07Add key binding for pipe-item commandLukas Fleischer
2011-06-29Enable arrow key navigation by defaultLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-05Compare pointers to "NULL" instead of "0".Lukas Fleischer
2011-03-14Overall indentation fixes.Lukas Fleischer
2011-03-05Ensure key descriptions in status bar are always null-terminated.Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer