index
:
calcurse.git
master
pu
the main calcurse repository
calcurse Development Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
keys.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Update copyright ranges
Lukas Fleischer
2012-03-26
1
-1
/
+1
*
Get rid of string structures
Lukas Fleischer
2012-03-12
1
-21
/
+21
*
Use strcmp() instead of strncmp()
Lukas Fleischer
2012-03-12
1
-10
/
+10
*
Revamp key bindings display
Lukas Fleischer
2012-03-02
1
-25
/
+25
*
Remove all usages of bzero() and bcopy()
Lukas Fleischer
2012-02-19
1
-2
/
+2
*
Fix up strncat() usage
Lukas Fleischer
2012-02-18
1
-2
/
+2
*
Make use of the NULL macro
Lukas Fleischer
2011-11-02
1
-2
/
+2
*
Do not cast unused return values to void
Lukas Fleischer
2011-11-02
1
-15
/
+14
*
Avoid use of printf()/fprintf()
Lukas Fleischer
2011-11-02
1
-1
/
+1
*
Add count buffer to keys_getch()
Lukas Fleischer
2011-10-06
1
-4
/
+19
*
Add key binding for pipe-item command
Lukas Fleischer
2011-07-07
1
-0
/
+3
*
Enable arrow key navigation by default
Lukas Fleischer
2011-06-29
1
-4
/
+4
*
Update copyright notices in source files, documentation and "COPYING".
Lukas Fleischer
2011-04-22
1
-1
/
+1
*
Compare pointers to "NULL" instead of "0".
Lukas Fleischer
2011-04-05
1
-3
/
+3
*
Overall indentation fixes.
Lukas Fleischer
2011-03-14
1
-21
/
+21
*
Ensure key descriptions in status bar are always null-terminated.
Lukas Fleischer
2011-03-05
1
-0
/
+1
*
Update website links to match the new URL.
Lukas Fleischer
2011-03-04
1
-1
/
+1
*
Update mail addresses to match the new mailing lists.
Lukas Fleischer
2011-03-04
1
-1
/
+1
*
Remove CVS "$Id" headers.
Lukas Fleischer
2011-03-03
1
-2
/
+0
*
Fixed file permissions.
Lukas Fleischer
2011-03-03
1
-0
/
+0
*
All headers gathered into a single one. Typedefs suppressed.
Frederic Culot
2010-03-20
1
-31
/
+27
*
Switch to BSD license.
Frederic Culot
2009-07-05
1
-14
/
+26
*
bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...
Frederic Culot
2009-01-24
1
-2
/
+2
*
make it possible to use KEY_HOME and KEY_END to define new key bindings, and ...
Frederic Culot
2009-01-24
1
-6
/
+18
*
more code cleanup
Frederic Culot
2009-01-03
1
-2
/
+2
*
various bugfixes
Frederic Culot
2009-01-02
1
-3
/
+3
*
cut/paste feature aded
Frederic Culot
2009-01-01
1
-1
/
+41
*
Added wrappers around libc's memory management functions, to easily debug mem...
Frederic Culot
2008-12-28
1
-23
/
+44
[next]