155 Commits (3d2e5adae8bfc0d1d7f709ffb109d6bd9a2be592)

Author SHA1 Message Date
Andrzej Rybczak 9dab25e02c use prefix ++ instead of postfix where available 17 years ago
Andrzej Rybczak 2eb913fe22 define MPD::Connection handler as an object, not pointer 17 years ago
Andrzej Rybczak d5fb17aefb fix Browser::LocateSong() function 17 years ago
Andrzej Rybczak 450bf1b636 initialize screens only if necessary 17 years ago
Andrzej Rybczak f6d9be350c new feature: add local directories recursively 17 years ago
Andrzej Rybczak c497641908 do not load playlist with LMB 17 years ago
Andrzej Rybczak 25554ed100 be more verbose while deleting items in browser 17 years ago
Andrzej Rybczak 10a9427270 throw away Menu::GetPosition() as Menu::Choice() does the same 17 years ago
Andrzej Rybczak d965f4e517 new feature: mouse support 17 years ago
Andrzej Rybczak 8f5df28e62 new feature: allow for files and directories deletion in browser 17 years ago
Andrzej Rybczak ecd4c8cc17 get rid of C style casts 17 years ago
Andrzej Rybczak 5682734840 make displaying hidden files in local browser optional 17 years ago
Andrzej Rybczak ce73ecae2e real fix for bug 2252 17 years ago
Andrzej Rybczak 310b6c0ecd new feature: cyclic scrolling 17 years ago
Andrzej Rybczak 49a13222a3 get proper user home dir on WIN32 and adjust folders in this case a bit 17 years ago
Andrzej Rybczak de98176198 make code from Browser::GetLocalDirectory() portable 17 years ago
Andrzej Rybczak a1a2ba4eed show columns' titles if browser displays them at start 17 years ago
Andrzej Rybczak 24c37eb592 do not store commands list in MPD::Connection 17 years ago
Andrzej Rybczak 29f49415dd add support for regular expressions (basic and extended) 17 years ago
Andrzej Rybczak eed4fb03ff use CamelCase for variables in Global namespace / some cleaning 17 years ago
Andrzej Rybczak b21ede24f4 move searching to Menu class, also remember last constraint 17 years ago
Andrzej Rybczak 3523caa592 some fixes for non-unicode locales 17 years ago
Andrzej Rybczak 27535e133c move functions from unnamed namespace to Browser class 17 years ago
Andrzej Rybczak aed227ab5f new feature: go to currently playing song in browser 17 years ago
Andrzej Rybczak b056fb0968 fix compilation --without-curl 17 years ago
Andrzej Rybczak 5d2daab416 new feature: apply filter to screen (Ctrl-F) 17 years ago
Andrzej Rybczak 32bac776e7 cleaning 17 years ago
Andrzej Rybczak 43a8e2284e provide generic interface for dealing with selected items 17 years ago
Andrzej Rybczak ef9948cbe2 fix refreshing in clock screen while resizing / remove some unneded code 17 years ago
Andrzej Rybczak ba6c2db0b1 improve resizing 17 years ago
Andrzej Rybczak f9cdfa5d2b another externs removed 17 years ago
Andrzej Rybczak 26365d9832 rename status_checker -> status / + some cleaning 17 years ago
Andrzej Rybczak e6bd98e0a7 general code cleaning 17 years ago
Andrzej Rybczak 4cdafc5639 change wCurrent and wPrev to myScreen 17 years ago
Andrzej Rybczak 17352e821c change namespace Lyrics into class 17 years ago
Andrzej Rybczak d6a6bca3e6 change namespace TagEditor into class 17 years ago
Andrzej Rybczak 8653232a2a change namespace Browser into class 17 years ago
Andrzej Rybczak 6e167d67e2 change namespace Playlist into class 17 years ago
Andrzej Rybczak 8ba72bc78a separate some code from ncmpcpp.cpp 17 years ago
Andrzej Rybczak 29301aefd5 move all externs to global.h 17 years ago
Andrzej Rybczak d82577e357 group various functions more logically 17 years ago
Andrzej Rybczak f9f5149b76 includes cleaning 17 years ago
Andrzej Rybczak d68824f0f2 replace all string::find_last_of() with string::rfind() 17 years ago
Andrzej Rybczak 966fd634a4 add support for columns view in browser and search engine 17 years ago
Andrzej Rybczak 0c9e10091f update fsf address and copyright info 17 years ago
Andrzej Rybczak 430052bead check for type, not ptr's address while deleting old items from browser 17 years ago
Andrzej Rybczak 0d9aea79c2 convert id3 tags, directories and playlist names to current locale if needed 17 years ago
Andrzej Rybczak 77e8cd0145 variables cleaning 18 years ago
Andrzej Rybczak 284dd6a5be update Menu class and related stuff 18 years ago
Andrzej Rybczak 5c0af01cca put mpd connection related things into namespace 18 years ago