summaryrefslogtreecommitdiff
path: root/src/actions.h
AgeCommit message (Expand)Author
2020-12-23Bind Play to Backspace by defaultAndrzej Rybczak
2020-12-19Update header information and my emailAndrzej Rybczak
2020-12-17Don't run volume changing actions if there is no mixerAndrzej Rybczak
2020-12-13Add an explicit Load action (#409)arcnmx
2017-12-17Add support for starting playback in stopped stateDima Gerasimov
2017-05-21Add virtual destructors to base classesAndrzej Rybczak
2017-03-12Update AUTHORS and copyright lineAndrzej Rybczak
2017-01-11Make jump_to_playing_song not runnable if there is no playing songAndrzej Rybczak
2017-01-06Make 'update_environment' action also update local mpd statusAndrzej Rybczak
2016-12-22Move ncurses related files to curses directoryAndrzej Rybczak
2016-12-14song list: get rid of boost::zip_iterator and improve {Const,}SongIteratorAndrzej Rybczak
2016-12-08settings: deprecate visualizer_sample_multiplierAndrzej Rybczak
2016-12-07actions: use shared_ptr to store actionsAndrzej Rybczak
2016-11-23actions: use unique_ptr for storing actionsAndrzej Rybczak
2016-11-21Add support for fetching lyrics in background for selected songsAndrzej Rybczak
2016-11-20Make libcurl a hard dependencyAndrzej Rybczak
2016-11-20Modernize lyrics screenAndrzej Rybczak
2016-11-13Update headersAndrzej Rybczak
2016-11-13configure: require c++14 compatible compilerAndrzej Rybczak
2016-11-13Move filtering methods to separate interfaceAndrzej Rybczak
2016-11-13Resurrect filtering of lists (playlist only for now)Andrzej Rybczak
2016-11-11Prepare for the ressurection of filteringAndrzej Rybczak
2016-11-11actions: put all enums in a separate lineAndrzej Rybczak
2015-11-04add ifdefs to fix conditional compilation0.7_beta1Andrzej 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-27help: show defined action chainsAndrzej 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-17split PressSpace action into modular piecesAndrzej Rybczak
2015-05-17actions: add action for environment updateAndrzej Rybczak
2015-05-11actions: rework syntax and method visibilityAndrzej Rybczak
2015-05-11replace ProxySongList with NC::List and SongListAndrzej Rybczak
2015-05-09actions: move item selection to its own action and bind it to insertAndrzej Rybczak
2014-11-07actions: make find forward/backward incrementalAndrzej Rybczak
2014-11-06Merge branch '0.6.x'Andrzej Rybczak
2014-11-06window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1Andrzej Rybczak
2014-11-05remove filteringAndrzej Rybczak
2014-10-31actions: rename askYesNoQuestion to confirmAction and make it throw on 'n'Andrzej Rybczak
2014-10-31actions: make askYesNoQuestion use NC::Window::promptAndrzej Rybczak
2014-09-02add visualizer_sample_multiplier config optionAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27actions: make askYesNoQuestion use boost::formatAndrzej Rybczak
2013-09-23actions: keep actions in array instead of mapAndrzej Rybczak
2013-07-13actions: require action to be non-null if we query by action typeAndrzej Rybczak
2013-07-10lastfm: rework service architecture a bit and implement getting full artist infoAndrzej Rybczak
2013-04-07ncmpcpp: fix custom startup screenAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-06actions: new action: set_volumeAndrzej Rybczak