summaryrefslogtreecommitdiff
path: root/src/help.cpp
AgeCommit message (Expand)Author
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-14bindinds: add support for alt/ctrl/shift modifiers and escape keyAndrzej Rybczak
2015-05-12window: redefine special key valuesAndrzej Rybczak
2015-05-09help: correct a typoAndrzej Rybczak
2015-05-09actions: move item selection to its own action and bind it to insertAndrzej Rybczak
2015-05-02actions: only shuffle selected range of playlist if applicableAndrzej Rybczak
2014-11-15window: support new colors also as bordersAndrzej Rybczak
2014-11-11window: support 'previous' background value for better composabilityAndrzej Rybczak
2014-11-09help: display available colors and numbers that identify themAndrzej Rybczak
2014-11-05remove filteringAndrzej Rybczak
2014-09-12actions: make JumpToPlayingSong work also if player is stoppedAndrzej Rybczak
2014-09-02add visualizer_sample_multiplier config optionAndrzej Rybczak
2014-08-30help: make volume_change_step affect description of appropriate actionsAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-12-25help: add description of 'set volume' actionAndrzej 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-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-06actions: make ActionType enum classAndrzej Rybczak
2012-10-06actions: change naming convention to camelCaseAndrzej Rybczak
2012-10-06scrollpad: use std::string as containerAndrzej Rybczak
2012-09-20media library: add support for sorting by mtimeMatthew Hague
2012-09-20bindings: guarantee ordering of bindings of the same keyAndrzej Rybczak
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-16help: fix shadow warningAndrzej 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-15abstract shared parts of switchTo methods awayAndrzej Rybczak
2012-09-14make defining screens with main window type as non-pointer possibleAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13fix shadow warnings gcc producesAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-12status: split NcmpcppStatusChanged into smaller piecesAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-08actions: implement filtering playlist on prioritiesAndrzej Rybczak
2012-09-06global: remove RedrawHeaderAndrzej Rybczak
2012-09-06actions: adjust names of a few actions to be more descriptiveAndrzej Rybczak
2012-09-05actions: rename DeselectItems to RemoveSelectionAndrzej Rybczak
2012-09-05bindings: add support for parsing/displaying insert keyAndrzej Rybczak
2012-09-05rename keys.{cpp,h} to bindings.{cpp,h}Andrzej Rybczak