summaryrefslogtreecommitdiff
path: root/src/bindings.cpp
AgeCommit message (Expand)Author
2015-11-13bindings: make run_action take precedence over play_itemAndrzej Rybczak
2015-11-04remove enterPressed from remaining screensAndrzej Rybczak
2015-09-27playlist: remove enterPressedAndrzej Rybczak
2015-09-27outputs: replace enterPressed with toggleOutputAndrzej Rybczak
2015-09-27bindings: add bindings for shift-up/down (select and scroll)Andrzej Rybczak
2015-05-24bindings: deprecate alt_/ctrl_/shift_ prefixesAndrzej Rybczak
2015-05-24actions: add support for selecting found itemsAndrzej Rybczak
2015-05-23actions: add support for range selection and make a few actions work on rangesAndrzej Rybczak
2015-05-23bindings: bind sorting actions to ctrl-sAndrzej Rybczak
2015-05-17split PressSpace action into modular piecesAndrzej Rybczak
2015-05-14bindings: recognize backspace_2 as backspace and add deprecation messageAndrzej Rybczak
2015-05-14bindinds: add support for alt/ctrl/shift modifiers and escape keyAndrzej Rybczak
2015-05-12window: redefine special key valuesAndrzej Rybczak
2015-05-09actions: move item selection to its own action and bind it to insertAndrzej Rybczak
2015-05-09bindings: move some code from .h to .cpp fileAndrzej Rybczak
2014-11-11remove silly comment after namespacesAndrzej Rybczak
2014-11-07Merge branch '0.6.x'Andrzej Rybczak
2014-11-07bindings: additionally bind delete to DeleteBrowserItems by defaultAndrzej Rybczak
2014-11-05remove filteringAndrzej Rybczak
2014-09-02add visualizer_sample_multiplier config optionAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27bindings: allow for binding multiple chains to one keyAndrzej Rybczak
2013-07-13actions: require action to be non-null if we query by action typeAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06actions: make ActionType enum classAndrzej Rybczak
2012-10-06actions: use namespaceAndrzej Rybczak
2012-10-06actions: change naming convention to camelCaseAndrzej Rybczak
2012-10-03bindings: initial support for running external commandsAndrzej Rybczak
2012-09-20media library: add support for sorting by mtimeMatthew Hague
2012-09-20bindings: add support for defining and executing commandsAndrzej Rybczak
2012-09-19actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}Andrzej Rybczak
2012-09-16bindings: add support for action "require_screen"Andrzej Rybczak
2012-09-15actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsModeAndrzej Rybczak
2012-09-15actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngineAndrzej Rybczak
2012-09-15actions: split ShowBrowser into showBrowser and ChangeBrowseModeAndrzej Rybczak
2012-09-15bindings: use better word in commentAndrzej Rybczak
2012-09-15fix compilation with gcc-4.5Andrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08actions: implement filtering playlist on prioritiesAndrzej Rybczak
2012-09-06add example bindings configuration file with comprehensive descriptionAndrzej Rybczak
2012-09-06actions: adjust names of a few actions to be more descriptiveAndrzej Rybczak
2012-09-05bindings: bind pause to 'p' and 'P' to display mode toggleAndrzej Rybczak
2012-09-05actions: rename DeselectItems to RemoveSelectionAndrzej Rybczak
2012-09-05bindings: add support for parsing/displaying insert keyAndrzej Rybczak
2012-09-05bindings: remove F* binds, bind Help to F1 only, start other screens with 1Andrzej Rybczak
2012-09-05rename keys.{cpp,h} to bindings.{cpp,h}Andrzej Rybczak