summaryrefslogtreecommitdiff
path: root/src/browser.cpp
AgeCommit message (Expand)Author
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-05window: rename Where to Scroll and make it enum classAndrzej Rybczak
2012-10-01mpd: make functions take item consumer instead of returning vector of itemsAndrzej Rybczak
2012-09-19actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}Andrzej 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-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-14screen: change ScreenType to WindowType and add WindowReference typedefAndrzej Rybczak
2012-09-14browser: make main type non-pointerAndrzej Rybczak
2012-09-14playlist: define main screen as non-pointerAndrzej 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-13playlist: move sorting dialog related functions to separate fileAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-13move tags related functions to separate fileAndrzej Rybczak
2012-09-12settings: support customizable tags separatorAndrzej Rybczak
2012-09-12status: split NcmpcppStatusChanged into smaller piecesAndrzej Rybczak
2012-09-11browser: simplify function callAndrzej Rybczak
2012-09-11get rid of locale_to_utf where it's not needed anymoreAndrzej Rybczak
2012-09-11move statusbar/progressbar related code to separate fileAndrzej Rybczak
2012-09-10browser: redraw header after locating song immediatelyAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-08string: fix lowercase functionAndrzej Rybczak
2012-09-08comparators: generalize objects a bitAndrzej Rybczak
2012-09-07fix compilation --without-taglibAndrzej Rybczak
2012-09-06global: remove RedrawHeaderAndrzej Rybczak
2012-09-04make use of override keyword if availableAndrzej Rybczak
2012-09-04generalize UpdateSongsList (-> markSongsInPlaylist)Andrzej Rybczak
2012-09-04check if song is in playlist in O(nlogn) instead of O(n^2)Andrzej Rybczak
2012-09-03add allowsFiltering / allowsSearching checksAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej 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-31menu: generalize filtering, introduce interfacesAndrzej Rybczak
2012-08-31menu: simplify ItemDisplayer furtherAndrzej Rybczak
2012-08-31menu: a few semantic changesAndrzej Rybczak
2012-08-31menu: move a few methods to Item classAndrzej Rybczak
2012-08-30menu: implement custom iteratorAndrzej Rybczak
2012-08-30use std::bind instead of passing void pointers aroundAndrzej Rybczak
2012-08-30menu: some member name changingAndrzej Rybczak
2012-08-29browser: read tags from local songsAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej Rybczak
2012-08-29fix compilation --without-taglibAndrzej Rybczak
2012-08-28mpd: use lambda closures instead of passing vectors to functionsAndrzej Rybczak