80 Commits (64f64895ace4e67c771ffe0e50aaa8be03e3f269)

Author SHA1 Message Date
Andrzej Rybczak ce7be2d476 make SelectedItemsAdder work with local directories 17 years ago
Andrzej Rybczak 5aaafba545 if there is no selected items, treat the current one as selected 17 years ago
Andrzej Rybczak 495ec25a0a simplify Clear() in Window and its derivatives 17 years ago
Andrzej Rybczak dd04406ee5 poll both stdin and mpd using one select() 17 years ago
Andrzej Rybczak eff5ebba4e fix locating now playing song in browser (using 'o') 17 years ago
Andrzej Rybczak 3551057dbb new feature: sort songs in browser by mtime (optional) 17 years ago
Andrzej Rybczak b48133a743 change keybinding for changing browse mode 17 years ago
Andrzej Rybczak 833f608d60 shorten long names in messages displayed in statusbar 17 years ago
Andrzej Rybczak 89779e6fb9 sort files in Browser::GetLocalDirectory() 17 years ago
Andrzej Rybczak 55173cb419 move local_browser variable from settings to Browser class 17 years ago
Andrzej Rybczak 1b2999ef8e fix compilation under mingw32 17 years ago
Andrzej Rybczak 24627d8493 fix compilation --with-taglib 17 years ago
Andrzej Rybczak dec7bd9c0e make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv) 17 years ago
Andrzej Rybczak ad685091bc rename Menu::BoldOption() to Menu::Bold() 17 years ago
Andrzej Rybczak 3bdb798852 clean NCurse::List class a bit and remove a few redundant functions 17 years ago
Andrzej Rybczak d6fbb2f657 remove wrapper for Scroller() needed with --enable-unicode 17 years ago
Andrzej Rybczak 18e611bee2 make sorting window use main ncmpcpp loop 17 years ago
Andrzej Rybczak f0ebc47785 browser: do nothing if space is pressed and parent dir is highlighted 17 years ago
Andrzej Rybczak 89e18096d9 rearrange sequence of arguments to Scroller() 17 years ago
Andrzej Rybczak 101f01941d new feature: alternative user interface 17 years ago
Andrzej Rybczak ea1edd4d4a use common interface for adding item(s) to playlist 17 years ago
Andrzej Rybczak 853164575f adjust mouse bindings a bit and document them in help screen 17 years ago
Andrzej Rybczak c20d8694ae new feature: allow for fixed size columns 17 years ago
Andrzej Rybczak f60cc71b91 some MPD::Song improvements and syntax simplifications 17 years ago
Andrzej Rybczak df051bf674 remove using declarations 17 years ago
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