summaryrefslogtreecommitdiff
path: root/src/actions.h
AgeCommit message (Expand)Author
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
2012-10-06fix shadow warningsAndrzej 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-02fix header guardsAndrzej 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-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-15rewrite selected items added so it uses sane actions dispatch systemAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-12require mpd >= 0.16.0Andrzej Rybczak
2012-09-12actions: remove Actions::DesignChanged flagAndrzej Rybczak
2012-09-12actions: remove Action::OrderResize, use ResizeScreen directlyAndrzej Rybczak
2012-09-08actions: implement filtering playlist on prioritiesAndrzej 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-05actions: guarantee that action will not be executed without checksAndrzej Rybczak
2012-09-05actions: make checks more strictAndrzej Rybczak
2012-09-05actions: make separators toggle work in all screensAndrzej Rybczak
2012-09-05keys: implement support for a few macro utilitiesAndrzej Rybczak
2012-09-05keys: implement parsing key configuration fileAndrzej Rybczak
2012-09-05move keys related functions/classes to separate fileAndrzej Rybczak
2012-09-04make playlist and playlist editor share code responsible for moving itemsAndrzej Rybczak
2012-09-02implement ProxySongList for handling general operations on listsAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-09-01implement Searchable interface / make use of unnamed namespacesAndrzej Rybczak
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej Rybczak
2012-08-25actions: define DisableFilter in terms of ApplyFilterAndrzej Rybczak
2012-08-25remove tab-width dependent indentationAndrzej Rybczak
2012-08-25implement input character queue and add PushCharacters macro utilityAndrzej Rybczak
2012-08-25add support for binding actions to multibyte charactersAndrzej Rybczak
2012-08-14add a few informational messagesAndrzej Rybczak
2012-08-14add support for priorities (queueing)Andrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak