202 Commits (ee040635d96ae04bc5af3262127fe34edc8ab96b)

Author SHA1 Message Date
Andrzej Rybczak b3219f9e34 require gcc-4.6 since gcc-4.5.4 produces ICE while compiling bindings.cpp 13 years ago
Andrzej Rybczak d5b5a5ee28 media library: fix #3596 (locate song with albumartist in library doesn't work) 14 years ago
Andrzej Rybczak 8db773cfec replace a few string algorithms with boost utilities 14 years ago
Andrzej Rybczak 3b61a0c1ab media library: fix marking songs as in playlist 14 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 e40edade0e use boost.locale for charset conversions instead of iconv 14 years ago
Andrzej Rybczak f5cf0a97cc media library: fix albums selection 14 years ago
Andrzej Rybczak 6e33c2ef0f media library: preserve filters/selections on update 14 years ago
Andrzej Rybczak 1e335fae02 media library: optimize update 14 years ago
Andrzej Rybczak 9a292ca20d mpd: make functions take item consumer instead of returning vector of items 14 years ago
Matthew Hague b487f10f10 media library: add support for sorting by mtime 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 077930df78 actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsMode 14 years ago
Andrzej Rybczak 14587cb4ec abstract shared parts of switchTo methods away 14 years ago
Andrzej Rybczak 66b799cd4c fix compilation with gcc-4.5 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 0d27d6ded3 media library: make screens non-pointer 14 years ago
Andrzej Rybczak 3a1175343f fix nasty bug related to overlapping names 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 dd7665bb7d more PascalCase to camelCase conversions 14 years ago
Andrzej Rybczak cfe738b2f7 add interface HasColumns and its appropriate implementations 14 years ago
Andrzej Rybczak 31b06470d1 check properly in MouseButtonPressed if switching columns is allowed 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 c8097a898e get rid of locale_to_utf where it's not needed anymore 14 years ago
Andrzej Rybczak c90545b008 move statusbar/progressbar related code to separate file 14 years ago
Andrzej Rybczak 463b857f4e media library: really fix sorting by disc 14 years ago
Andrzej Rybczak 96315cfdba media library: fix sorting by disc 14 years ago
Andrzej Rybczak d5e2d315fd use wstrings uncoditionally where needed 14 years ago
Andrzej Rybczak 8f693cd822 string: fix lowercase function 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 10e88ec6b4 display: pass screen to functions by pointer 14 years ago
Andrzej Rybczak 7c6467a9e7 keys: implement parsing key configuration file 14 years ago
Andrzej Rybczak 5f637103a6 menu: make Menu::drawn return ConstIterator 14 years ago
Andrzej Rybczak f6fb2ed54c make use of override keyword if available 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 684d871506 finally kill NC::List 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