66 Commits (1596c8ed401c7136153041932b35cfd8410f961f)

Author SHA1 Message Date
Andrzej Rybczak 1596c8ed40 menu: simplify ItemDisplayer further 14 years ago
Andrzej Rybczak 1c46dec39f menu: a few semantic changes 14 years ago
Andrzej Rybczak d8b2d20bdb menu: move a few methods to Item class 14 years ago
Andrzej Rybczak 7e53654492 menu: implement custom iterator 14 years ago
Andrzej Rybczak 7297b8a9ad use std::bind instead of passing void pointers around 14 years ago
Andrzej Rybczak 798c9b3121 menu: some member name changing 14 years ago
Andrzej Rybczak b1c301dc1c split majority of helpers and rewrite a few heinous functions 14 years ago
Andrzej Rybczak eaabbee189 strbuffer: get rid of ostringstream 14 years ago
Andrzej Rybczak a20a195225 mpd: use lambda closures instead of passing vectors to functions 14 years ago
Andrzej Rybczak 397783d701 reduce usage of pointers / replace std::pair in SearchEngine 14 years ago
Andrzej Rybczak a270fc8402 rewrite MPD::Song object 14 years ago
Andrzej Rybczak bac6df8c6c some general source code tweaks 14 years ago
Andrzej Rybczak 2096181eb1 playlist editor: disallow cropping/clearing filtered playlists 14 years ago
Andrzej Rybczak 77a3c73d9c make displayed messages more consistent 14 years ago
Andrzej Rybczak dad2bba13e optimize a bit adding playlists/directories to playlist 14 years ago
Andrzej Rybczak 181224b837 keybinding system rewrite 14 years ago
Andrzej Rybczak f8151904f5 update copyright dates 14 years ago
Andrzej Rybczak 00a7743a34 playlist editor: add support for columns display mode 15 years ago
Andrzej Rybczak 56467eaac6 new feature: support for merging screens together 15 years ago
Andrzej Rybczak ca956c3da3 update copyright dates 15 years ago
Andrzej Rybczak e323025a82 remove $? formatting from song format while converting to string 15 years ago
Alexey Semenko 18bc6368bf titles_visibility configuration option 16 years ago
Andrzej Rybczak 91fcbf6781 playlist editor: fix filter issues 16 years ago
Andrzej Rybczak d962653c76 make feature 'display separators between albums' work in all screens 16 years ago
Frank Blendinger d139f2d8af jump from browser to playlist editor with GoToContainingDir key 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 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 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 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 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 853164575f adjust mouse bindings a bit and document them in help screen 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 ce73ecae2e real fix for bug 2252 17 years ago
Andrzej Rybczak 310b6c0ecd new feature: cyclic scrolling 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