index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bindings.h
Age
Commit message (
Expand
)
Author
2015-09-27
help: show defined action chains
Andrzej Rybczak
2015-05-14
bindinds: add support for alt/ctrl/shift modifiers and escape key
Andrzej Rybczak
2015-05-11
replace boost::bind with std::bind
Andrzej Rybczak
2015-05-09
bindings: implement Key and Command in terms of std::tuple
Andrzej Rybczak
2015-05-09
bindings: move some code from .h to .cpp file
Andrzej Rybczak
2014-08-29
settings: configuration file processing rewrite
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2014-08-27
bindings: allow for binding multiple chains to one key
Andrzej Rybczak
2013-07-13
actions: require action to be non-null if we query by action type
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-06
actions: make ActionType enum class
Andrzej Rybczak
2012-10-06
actions: use namespace
Andrzej Rybczak
2012-10-06
actions: change naming convention to camelCase
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-20
bindings: guarantee ordering of bindings of the same key
Andrzej Rybczak
2012-09-20
bindings: add support for defining and executing commands
Andrzej Rybczak
2012-09-06
add example bindings configuration file with comprehensive description
Andrzej Rybczak
2012-09-05
rename keys.{cpp,h} to bindings.{cpp,h}
Andrzej Rybczak