96 Commits (970727fab24946a608bfbfab52e830f4edf2662d)

Author SHA1 Message Date
Andrzej Rybczak 970727fab2 menu: make m_highlight/m_beginning unsigned 14 years ago
Andrzej Rybczak d8b2d20bdb menu: move a few methods to Item class 14 years ago
Andrzej Rybczak 0ba847dc3c menu: make Item more operational 14 years ago
Andrzej Rybczak 74f0864824 menu: normalize indentation 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 181224b837 keybinding system rewrite 14 years ago
Andrzej Rybczak f8151904f5 update copyright dates 14 years ago
Andrzej Rybczak ca956c3da3 update copyright dates 15 years ago
Andrzej Rybczak 07c540e67e search engine: fix error occuring while trying to select first album in results 15 years ago
Andrzej Rybczak f2ac6cac03 menu: fix null pointer dereference in Menu::ReverseSelection() 16 years ago
Andrzej Rybczak 2aa053d7e1 media library: fix filter issues 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 444354f860 fix drawing selected_item_{prefix,suffix} 16 years ago
Andrzej Rybczak 495ec25a0a simplify Clear() in Window and its derivatives 17 years ago
Andrzej Rybczak 35a182d79e add support for scrolling the list with mouse wheel by given number of lines 17 years ago
Andrzej Rybczak a98eb5e9ac add range support in NCurses::Menu::Sort() 17 years ago
Andrzej Rybczak 21dccc83fd fix compilation --without-taglib 17 years ago
Andrzej Rybczak 70910b77ed make ncmpcpp compile with -fno-exceptions 17 years ago
Andrzej Rybczak 1a3dcbfe17 set attributes in Menu::Refresh() by operators<<() 17 years ago
Andrzej Rybczak ec18a34513 apply selected item prefix to menu before clearing the line 17 years ago
Andrzej Rybczak b47ad169dc add new function: Menu::CurrentlyDrawedPosition() 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 8109d26daf refresh main screen only if necessary 17 years ago
Andrzej Rybczak 436dbddc81 simplify NCurses::Menu::Goto() 17 years ago
Andrzej Rybczak f1ff84302e document NCurses::Menu class 17 years ago
Andrzej Rybczak fc6d367f75 remove Clone() and EmptyClone() methods from NCurses::Window and derives 17 years ago
Andrzej Rybczak 55f064a59b make NCurses::Menu::Clear() clear used filter 17 years ago
Andrzej Rybczak c0fcac9b1d make guard checks in Menu::Refresh() more readable 17 years ago
Andrzej Rybczak 330f19acbb make adding to main playlist inactive if selected items are from there 17 years ago
Andrzej Rybczak 9dab25e02c use prefix ++ instead of postfix where available 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 ec5a4bb3c2 do not clear last used filter in Menu::Clear() 17 years ago
Andrzej Rybczak 5455977914 fix compilation with -std=c++0x 17 years ago
Andrzej Rybczak 310b6c0ecd new feature: cyclic scrolling 17 years ago
Andrzej Rybczak f24db993aa fix reapplying filter the same as the last one used 17 years ago
Andrzej Rybczak 5b36fda511 reapply filter even if it's the same as the last one applied 17 years ago
Andrzej Rybczak a9bad6863b check if ptr is NULL before dereferencing it in Menu::GetSelected() 17 years ago
Andrzej Rybczak 24fc414826 fix bolding/unbolding items, if screen is filtered 17 years ago
Andrzej Rybczak d03c4a88b6 fix Menu copy constructor 17 years ago
Andrzej Rybczak a20469b403 never get full playlist from mpd, always request for changes 17 years ago
Andrzej Rybczak fd7ac3b3f5 new feature: move item(s) in playlist to given position 17 years ago
Andrzej Rybczak a80bf2a7bf use typename keyword instead of class as it's more logical 17 years ago
Andrzej Rybczak 1667079b59 do not include misc.h in menu.h as it's redundant there 17 years ago
Andrzej Rybczak 29f49415dd add support for regular expressions (basic and extended) 17 years ago
Andrzej Rybczak 6be91a8216 improve searching a bit / fix going to previous found position 17 years ago