aboutsummaryrefslogtreecommitdiffstats
path: root/src/keys.c
Commit message (Expand)AuthorAgeFilesLines
* Add new default key binding for generic-pasteLukas Fleischer2012-07-071-1/+1
* Merge cut/deleteLukas Fleischer2012-07-071-2/+0
* Add support for copy/paste registersLukas Fleischer2012-07-071-4/+20
* Add a key binding for generic-copyLukas Fleischer2012-07-061-0/+2
* Do not bind "c" to "generic-config-menu" by defaultLukas Fleischer2012-07-061-1/+1
* src/keys.c: Fix help strings for generic-{cut,paste}Lukas Fleischer2012-06-181-2/+2
* src/keys.c: Add vim-style default bindings for generic-*Lukas Fleischer2012-06-131-4/+4
* Add key bindings to go to the previous/next month/yearLukas Fleischer2012-06-131-0/+17
* Rename displacement enumeration elementsLukas Fleischer2012-06-131-7/+7
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-311-2/+2
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-340/+273
* Add dummy help for cut and pasteBaptiste Jonglez2012-05-141-0/+4
* Declare several parameters/variables constantLukas Fleischer2012-05-081-8/+8
* src/keys.c: Use generic list implementationLukas Fleischer2012-04-051-77/+36
* Mark localized string literals constantLukas Fleischer2012-04-051-1/+1
* Revert a bunch of strncmp() conversionsLukas Fleischer2012-03-301-1/+1
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Get rid of string structuresLukas Fleischer2012-03-121-21/+21
* Use strcmp() instead of strncmp()Lukas Fleischer2012-03-121-10/+10
* Revamp key bindings displayLukas Fleischer2012-03-021-25/+25
* Remove all usages of bzero() and bcopy()Lukas Fleischer2012-02-191-2/+2
* Fix up strncat() usageLukas Fleischer2012-02-181-2/+2
* Make use of the NULL macroLukas Fleischer2011-11-021-2/+2
* Do not cast unused return values to voidLukas Fleischer2011-11-021-15/+14
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-1/+1
* Add count buffer to keys_getch()Lukas Fleischer2011-10-061-4/+19
* Add key binding for pipe-item commandLukas Fleischer2011-07-071-0/+3
* Enable arrow key navigation by defaultLukas Fleischer2011-06-291-4/+4
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-3/+3
* Overall indentation fixes.Lukas Fleischer2011-03-141-21/+21
* Ensure key descriptions in status bar are always null-terminated.Lukas Fleischer2011-03-051-0/+1
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-31/+27
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...Frederic Culot2009-01-241-2/+2
* make it possible to use KEY_HOME and KEY_END to define new key bindings, and ...Frederic Culot2009-01-241-6/+18
* more code cleanupFrederic Culot2009-01-031-2/+2
* various bugfixesFrederic Culot2009-01-021-3/+3
* cut/paste feature adedFrederic Culot2009-01-011-1/+41
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-23/+44
* small bugfixes and a major one (freeze when deleting an appointment's note, t...Frederic Culot2008-12-151-2/+2
* code cleanupFrederic Culot2008-12-121-6/+4
* color configuration menu adapted to handle user-defined key bindingsFrederic Culot2008-12-081-9/+36
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-4/+25
* online help pages updatedFrederic Culot2008-11-301-3/+2
* User-defined keys are now saved to file.Frederic Culot2008-11-251-1/+14