summaryrefslogtreecommitdiff
path: root/src/playlist_editor.cpp
AgeCommit message (Expand)Author
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej Rybczak
2012-08-28strbuffer: get rid of ostringstreamAndrzej Rybczak
2012-08-28mpd: use lambda closures instead of passing vectors to functionsAndrzej Rybczak
2012-08-28reduce usage of pointers / replace std::pair in SearchEngineAndrzej Rybczak
2012-08-28rewrite MPD::Song objectAndrzej Rybczak
2012-08-27some general source code tweaksAndrzej Rybczak
2012-08-14playlist editor: disallow cropping/clearing filtered playlistsAndrzej Rybczak
2012-08-14make displayed messages more consistentAndrzej Rybczak
2012-08-14optimize a bit adding playlists/directories to playlistAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-13playlist editor: add support for columns display modeAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2011-02-23remove $? formatting from song format while converting to stringAndrzej Rybczak
2010-08-25titles_visibility configuration optionAlexey Semenko
2010-08-16playlist editor: fix filter issuesAndrzej Rybczak
2010-07-12make feature 'display separators between albums' work in all screensAndrzej Rybczak
2010-03-04jump from browser to playlist editor with GoToContainingDir keyFrank Blendinger
2010-02-05center cursor directly in Menu classAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-22get rid of using directivesAndrzej Rybczak
2009-12-09screen_switcher between current and last screenFrank Blendinger
2009-11-26if there is no selected items, treat the current one as selectedAndrzej Rybczak
2009-11-13simplify Clear() in Window and its derivativesAndrzej Rybczak
2009-10-25poll both stdin and mpd using one select()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-08-30make sorting window use main ncmpcpp loopAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-08-09use common interface for adding item(s) to playlistAndrzej Rybczak
2009-08-08adjust mouse bindings a bit and document them in help screenAndrzej Rybczak
2009-07-05some MPD::Song improvements and syntax simplificationsAndrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-07-04define MPD::Connection handler as an object, not pointerAndrzej Rybczak
2009-06-26initialize screens only if necessaryAndrzej Rybczak
2009-05-26throw away Menu::GetPosition() as Menu::Choice() does the sameAndrzej Rybczak
2009-05-25new feature: mouse supportAndrzej Rybczak
2009-04-14real fix for bug 2252Andrzej Rybczak
2009-03-30new feature: cyclic scrollingAndrzej Rybczak
2009-03-12do not store commands list in MPD::ConnectionAndrzej Rybczak
2009-03-08add support for regular expressions (basic and extended)Andrzej Rybczak
2009-03-08use CamelCase for variables in Global namespace / some cleaningAndrzej Rybczak
2009-03-07move searching to Menu class, also remember last constraintAndrzej Rybczak
2009-02-18use ncurses pad instead of ncurses window by defaultAndrzej Rybczak
2009-02-17new feature: apply filter to screen (Ctrl-F)Andrzej Rybczak
2009-02-17cleaningAndrzej Rybczak
2009-02-17get rid of this awful casting to List *Andrzej Rybczak
2009-02-16use streams instead of Window::WriteXY()Andrzej Rybczak