summaryrefslogtreecommitdiff
path: root/src/actions.cpp
AgeCommit message (Expand)Author
2013-12-25window: use readline for handling line inputAndrzej Rybczak
2013-09-23actions: resizeScreen: remove hack, apprently not needed anymoreAndrzej Rybczak
2013-09-23actions: keep actions in array instead of mapAndrzej Rybczak
2013-09-14properly handle boost::bad_lexical_cast exceptionsAndrzej 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-07-09use boost::bind instead of std::bind until boost placeholders are in separate...Andrzej Rybczak
2013-06-17actions: fix JumpToPositionInSongAndrzej Rybczak
2013-05-17mpdpp: make all consumers take values, not rvalue referencesAndrzej Rybczak
2013-05-16browser: use boost::filesystem for local browsingAndrzej Rybczak
2013-04-07ncmpcpp: fix custom startup screenAndrzej Rybczak
2013-04-07get rid of global mpd status objectAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2013-04-06actions: new action: set_volumeAndrzej Rybczak
2013-04-06settings: add volume_change_step configuration optionAndrzej Rybczak
2013-04-06actions: ApplyFilter: apply filter at the end (fix for #3624)Andrzej Rybczak
2013-04-04actions: MouseEvent: allow for changing volume in new design even if header i...Andrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06fix shadow warningsAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej 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-06actions: fix modifying player state string after interface toggleAndrzej Rybczak
2012-10-06scrollpad: use std::string as containerAndrzej Rybczak
2012-10-06rewrite major part of strbuffer and Scrollpad::flushAndrzej Rybczak
2012-10-05window: rename Where to Scroll and make it enum classAndrzej Rybczak
2012-10-02media library: optimize updateAndrzej Rybczak
2012-10-01mpd: make functions take item consumer instead of returning vector of itemsAndrzej 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: move isMPDMusicSet checks at the end of conditionalsAndrzej Rybczak
2012-09-19settings: remove allow_physical_*_deletion (replaced by custom binding)Andrzej Rybczak
2012-09-19actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}Andrzej Rybczak
2012-09-18mdp: remove GetCurrentlyPlayingSongPosAndrzej Rybczak
2012-09-18menu: remove Menu::hasSelectedAndrzej Rybczak
2012-09-16fix assertion failures in media library / playlist editor with separators ena...Andrzej Rybczak
2012-09-16pass ProxySongList around since it already has shared_ptr insideAndrzej Rybczak
2012-09-16screen: rename BasicScreen to BaseScreenAndrzej 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-15make remaining single-windowed screens' main windows non-pointerAndrzej Rybczak
2012-09-15rewrite selected items added so it uses sane actions dispatch systemAndrzej Rybczak
2012-09-14playlist editor: change columns to be non-pointersAndrzej Rybczak
2012-09-14media library: make screens non-pointerAndrzej Rybczak
2012-09-14search engine: make main window non-pointerAndrzej Rybczak