84 Commits (a63e1fa27d9ea78d6da494be640029df002390f2)

Author SHA1 Message Date
Andrzej Rybczak a63e1fa27d improvements for 6b5ed187 16 years ago
Frank Blendinger 6b5ed187a1 add new movement keys: {Up,Down}{Album,Artist} 16 years ago
Andrzej Rybczak bd64052f11 center cursor directly in Menu class 16 years ago
Andrzej Rybczak 08daa61907 update copyright notices 16 years ago
Andrzej Rybczak af12b75b93 use key (F)4 to reset search engine state while being in this screen 16 years ago
Andrzej Rybczak 153081158d add support for built-in mpd searching in search engine 16 years ago
Andrzej Rybczak 45acbfe862 get rid of case sensivity switch in search engine 16 years ago
Andrzej Rybczak 794fbbab3d use predefined contants in Search Engine instead of numbers 16 years ago
Andrzej Rybczak a27332a825 get rid of using directives 16 years ago
Frank Blendinger b504b346af screen_switcher between current and last screen 16 years ago
Andrzej Rybczak 5aaafba545 if there is no selected items, treat the current one as selected 17 years ago
Andrzej Rybczak 07099d4dc0 clear menu option right before rewriting it, not earlier 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 aad9146397 make use of CaseInsensitiveStringComparison() instead of copying strings 17 years ago
Andrzej Rybczak 31a5363434 search engine: throw away SearchedPattern class and generalize the code 17 years ago
Andrzej Rybczak 70910b77ed make ncmpcpp compile with -fno-exceptions 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 27687fd2b1 pass Buffer/Window to ShowTag() by reference 17 years ago
Andrzej Rybczak 18e611bee2 make sorting window use main ncmpcpp loop 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 f5fc2dbe8a fix displaying messages in search engine 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 ddaf141f2e rename MPD::Song::{Get,Set}Year to {Get,Set}Date 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 450bf1b636 initialize screens only if necessary 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 ecd4c8cc17 get rid of C style casts 17 years ago
Andrzej Rybczak ce73ecae2e real fix for bug 2252 17 years ago
Andrzej Rybczak c8f99be7d0 do not limit year tag to 4 digits 17 years ago
Andrzej Rybczak 310b6c0ecd new feature: cyclic scrolling 17 years ago
Andrzej Rybczak a20469b403 never get full playlist from mpd, always request for changes 17 years ago
Andrzej Rybczak 24c37eb592 do not store commands list in MPD::Connection 17 years ago
Andrzej Rybczak 2f68c48eb0 make SearchEngine::CaseSensitive regex flag 17 years ago
Andrzej Rybczak 14a817e83e fix memory leak in search engine 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 73f7980019 make blocking search constraints change after successful searching optional 17 years ago
Andrzej Rybczak 5d2daab416 new feature: apply filter to screen (Ctrl-F) 17 years ago
Andrzej Rybczak 32f959d1ec use streams instead of Window::WriteXY() 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