160 Commits (e5b0c7a357e822b2a54e1b6f23e1a532c1dc2aff)

Author SHA1 Message Date
Andrzej Rybczak e5b0c7a357 mpd: make GetRecursiveDirectory return SongIterator 12 years ago
Andrzej Rybczak 0457af36fe mpd: redesign Item and adjust browser 12 years ago
Andrzej Rybczak 4ad5c33f32 use SongIterator 12 years ago
Andrzej Rybczak f1aba45a99 window: rename getString to prompt 12 years ago
Andrzej Rybczak fa1cd965fa statusbar: use scoped locks instead of lock/unlock functions 12 years ago
Andrzej Rybczak 4b933b29e1 settings: configuration file processing rewrite 12 years ago
Andrzej Rybczak 85a2802361 update copyright message 12 years ago
Andrzej Rybczak 59430f640b statusbar: use boost::format instead of c-style printf 12 years ago
Andrzej Rybczak a494bb72d4 search engine: fix regex searching 13 years ago
Andrzej Rybczak 88790185ee search engine: fix regex searching 13 years ago
Andrzej Rybczak 0dcec65edf use boost::bind instead of std::bind until boost placeholders are in separate namespace 13 years ago
Andrzej Rybczak 2f9ab8f267 mpdpp: make all consumers take values, not rvalue references 13 years ago
Andrzej Rybczak 786ffe9182 clear filters when empty string is passed to applyFilter 13 years ago
Andrzej Rybczak d451731562 clear search results if empty string is passed to FindForward/Backward 13 years ago
Andrzej Rybczak 1d4e006986 update copyright info 13 years ago
Andrzej Rybczak 7f8a6e7931 search engine: replace gnu regex with boost::regex 13 years ago
Andrzej Rybczak 2b5f1b9fd4 replace gnu regex wrapper with boost::regex 13 years ago
Andrzej Rybczak df9ecabb55 window: make color/format/border class enums 14 years ago
Andrzej Rybczak 1eb0003714 window: rename Where to Scroll and make it enum class 14 years ago
Andrzej Rybczak 044464962c initial restoration of support for encodings different than utf-8 14 years ago
Andrzej Rybczak 9a292ca20d mpd: make functions take item consumer instead of returning vector of items 14 years ago
Andrzej Rybczak 43ccedd6d8 fix assertion failures in media library / playlist editor with separators enabled 14 years ago
Andrzej Rybczak 48cf01f084 pass ProxySongList around since it already has shared_ptr inside 14 years ago
Andrzej Rybczak b4ab065b2d actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngine 14 years ago
Andrzej Rybczak 14587cb4ec abstract shared parts of switchTo methods away 14 years ago
Andrzej Rybczak c4190b6514 rewrite selected items added so it uses sane actions dispatch system 14 years ago
Andrzej Rybczak 830a2832b5 screen: change ScreenType to WindowType and add WindowReference typedef 14 years ago
Andrzej Rybczak b2b16be9ce search engine: make main window non-pointer 14 years ago
Andrzej Rybczak 9c29082afe playlist: define main screen as non-pointer 14 years ago
Andrzej Rybczak 4d6ea660bc make defining screens with main window type as non-pointer possible 14 years ago
Andrzej Rybczak 1891c1c050 do not initialize screens lazily as it doesn't make much sense 14 years ago
Andrzej Rybczak 9ddfca8f31 playlist: move sorting dialog related functions to separate file 14 years ago
Andrzej Rybczak dd7665bb7d more PascalCase to camelCase conversions 14 years ago
Andrzej Rybczak d55070754d settings: support customizable tags separator 14 years ago
Andrzej Rybczak 8f065e2da3 status: split NcmpcppStatusChanged into smaller pieces 14 years ago
Andrzej Rybczak c90545b008 move statusbar/progressbar related code to separate file 14 years ago
Andrzej Rybczak d5e2d315fd use wstrings uncoditionally where needed 14 years ago
Andrzej Rybczak 8fb88b7181 comparators: generalize objects a bit 14 years ago
Andrzej Rybczak 057922d2a6 make use of std::locale based strings comparison 14 years ago
Andrzej Rybczak c935dcf11a global: remove RedrawHeader 14 years ago
Andrzej Rybczak 7c6467a9e7 keys: implement parsing key configuration file 14 years ago
Andrzej Rybczak 6d87ebbc43 generalize UpdateSongsList (-> markSongsInPlaylist) 14 years ago
Andrzej Rybczak 60ca9de919 check if song is in playlist in O(nlogn) instead of O(n^2) 14 years ago
Andrzej Rybczak 506e79b4b1 add allowsFiltering / allowsSearching checks 14 years ago
Andrzej Rybczak af2cdca3d0 change naming conventions in NC namespace 14 years ago
Andrzej Rybczak 5e8d1673e0 implement ProxySongList for handling general operations on lists 14 years ago
Andrzej Rybczak d47cad1d50 get rid of 'using namespace NCurses' directive 14 years ago
Andrzej Rybczak 6f59a175ec implement HasSongs interface 14 years ago
Andrzej Rybczak 0811e30319 implement Searchable interface / make use of unnamed namespaces 14 years ago
Andrzej Rybczak 4c944085d6 menu: generalize filtering, introduce interfaces 14 years ago