summaryrefslogtreecommitdiff
path: root/src/menu.h
AgeCommit message (Expand)Author
2012-08-31menu: make m_highlight/m_beginning unsignedAndrzej Rybczak
2012-08-31menu: move a few methods to Item classAndrzej Rybczak
2012-08-30menu: make Item more operationalAndrzej Rybczak
2012-08-30menu: normalize indentationAndrzej Rybczak
2012-08-30menu: implement custom iteratorAndrzej Rybczak
2012-08-30use std::bind instead of passing void pointers aroundAndrzej Rybczak
2012-08-30menu: some member name changingAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2011-01-09search engine: fix error occuring while trying to select first album in resultsAndrzej Rybczak
2010-09-14menu: fix null pointer dereference in Menu::ReverseSelection()Andrzej Rybczak
2010-08-16media library: fix filter issuesAndrzej Rybczak
2010-02-05center cursor directly in Menu classAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2009-12-31fix drawing selected_item_{prefix,suffix}Andrzej Rybczak
2009-11-13simplify Clear() in Window and its derivativesAndrzej Rybczak
2009-11-11add support for scrolling the list with mouse wheel by given number of linesAndrzej Rybczak
2009-10-17add range support in NCurses::Menu::Sort()Andrzej Rybczak
2009-10-14fix compilation --without-taglibAndrzej Rybczak
2009-09-21make ncmpcpp compile with -fno-exceptionsAndrzej Rybczak
2009-09-21set attributes in Menu::Refresh() by operators<<()Andrzej Rybczak
2009-09-21apply selected item prefix to menu before clearing the lineAndrzej Rybczak
2009-09-20add new function: Menu::CurrentlyDrawedPosition()Andrzej Rybczak
2009-09-19rename Menu::BoldOption() to Menu::Bold()Andrzej Rybczak
2009-09-19clean NCurse::List class a bit and remove a few redundant functionsAndrzej Rybczak
2009-09-17refresh main screen only if necessaryAndrzej Rybczak
2009-09-16simplify NCurses::Menu::Goto()Andrzej Rybczak
2009-09-16document NCurses::Menu classAndrzej Rybczak
2009-09-16remove Clone() and EmptyClone() methods from NCurses::Window and derivesAndrzej Rybczak
2009-09-08make NCurses::Menu::Clear() clear used filterAndrzej Rybczak
2009-09-06make guard checks in Menu::Refresh() more readableAndrzej Rybczak
2009-09-04make adding to main playlist inactive if selected items are from thereAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-05-26throw away Menu::GetPosition() as Menu::Choice() does the sameAndrzej Rybczak
2009-05-25new feature: mouse supportAndrzej Rybczak
2009-05-09do not clear last used filter in Menu::Clear()Andrzej Rybczak
2009-04-17fix compilation with -std=c++0xAndrzej Rybczak
2009-03-30new feature: cyclic scrollingAndrzej Rybczak
2009-03-24fix reapplying filter the same as the last one usedAndrzej Rybczak
2009-03-24reapply filter even if it's the same as the last one appliedAndrzej Rybczak
2009-03-17check if ptr is NULL before dereferencing it in Menu::GetSelected()Andrzej Rybczak
2009-03-14fix bolding/unbolding items, if screen is filteredAndrzej Rybczak
2009-03-13fix Menu copy constructorAndrzej Rybczak
2009-03-13never get full playlist from mpd, always request for changesAndrzej Rybczak
2009-03-11new feature: move item(s) in playlist to given positionAndrzej Rybczak
2009-03-10use typename keyword instead of class as it's more logicalAndrzej Rybczak
2009-03-10do not include misc.h in menu.h as it's redundant thereAndrzej Rybczak
2009-03-08add support for regular expressions (basic and extended)Andrzej Rybczak
2009-03-08improve searching a bit / fix going to previous found positionAndrzej Rybczak