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.cpp
Age
Commit message (
Expand
)
Author
2015-11-13
bindings: make run_action take precedence over play_item
Andrzej Rybczak
2015-11-04
remove enterPressed from remaining screens
Andrzej Rybczak
2015-09-27
playlist: remove enterPressed
Andrzej Rybczak
2015-09-27
outputs: replace enterPressed with toggleOutput
Andrzej Rybczak
2015-09-27
bindings: add bindings for shift-up/down (select and scroll)
Andrzej Rybczak
2015-05-24
bindings: deprecate alt_/ctrl_/shift_ prefixes
Andrzej Rybczak
2015-05-24
actions: add support for selecting found items
Andrzej Rybczak
2015-05-23
actions: add support for range selection and make a few actions work on ranges
Andrzej Rybczak
2015-05-23
bindings: bind sorting actions to ctrl-s
Andrzej Rybczak
2015-05-17
split PressSpace action into modular pieces
Andrzej Rybczak
2015-05-14
bindings: recognize backspace_2 as backspace and add deprecation message
Andrzej Rybczak
2015-05-14
bindinds: add support for alt/ctrl/shift modifiers and escape key
Andrzej Rybczak
2015-05-12
window: redefine special key values
Andrzej Rybczak
2015-05-09
actions: move item selection to its own action and bind it to insert
Andrzej Rybczak
2015-05-09
bindings: move some code from .h to .cpp file
Andrzej Rybczak
2014-11-11
remove silly comment after namespaces
Andrzej Rybczak
2014-11-07
Merge branch '0.6.x'
Andrzej Rybczak
2014-11-07
bindings: additionally bind delete to DeleteBrowserItems by default
Andrzej Rybczak
2014-11-05
remove filtering
Andrzej Rybczak
2014-09-02
add visualizer_sample_multiplier config option
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-18
replace a few string algorithms with boost utilities
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-03
bindings: initial support for running external commands
Andrzej Rybczak
2012-09-20
media library: add support for sorting by mtime
Matthew Hague
2012-09-20
bindings: add support for defining and executing commands
Andrzej Rybczak
2012-09-19
actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}
Andrzej Rybczak
2012-09-16
bindings: add support for action "require_screen"
Andrzej Rybczak
2012-09-15
actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsMode
Andrzej Rybczak
2012-09-15
actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngine
Andrzej Rybczak
2012-09-15
actions: split ShowBrowser into showBrowser and ChangeBrowseMode
Andrzej Rybczak
2012-09-15
bindings: use better word in comment
Andrzej Rybczak
2012-09-15
fix compilation with gcc-4.5
Andrzej Rybczak
2012-09-08
move wstring related functions to wide_char file
Andrzej Rybczak
2012-09-08
actions: implement filtering playlist on priorities
Andrzej Rybczak
2012-09-06
add example bindings configuration file with comprehensive description
Andrzej Rybczak
2012-09-06
actions: adjust names of a few actions to be more descriptive
Andrzej Rybczak
2012-09-05
bindings: bind pause to 'p' and 'P' to display mode toggle
Andrzej Rybczak
2012-09-05
actions: rename DeselectItems to RemoveSelection
Andrzej Rybczak
2012-09-05
bindings: add support for parsing/displaying insert key
Andrzej Rybczak
2012-09-05
bindings: remove F* binds, bind Help to F1 only, start other screens with 1
Andrzej Rybczak
2012-09-05
rename keys.{cpp,h} to bindings.{cpp,h}
Andrzej Rybczak