summaryrefslogtreecommitdiff
path: root/src/playlist.cpp
AgeCommit message (Expand)Author
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej 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-27playlist: move sorting functions to Playlist::EnterPressedAndrzej Rybczak
2012-08-25implement input character queue and add PushCharacters macro utilityAndrzej Rybczak
2012-08-14playlist: rewrite sorting so it's much less crypticAndrzej Rybczak
2012-08-14make displayed messages more consistentAndrzej Rybczak
2012-08-14optimize a bit adding playlists/directories to playlistAndrzej Rybczak
2012-08-14add support for priorities (queueing)Andrzej Rybczak
2012-08-14remove "Reverse" from sorting windowAndrzej Rybczak
2012-08-14remove some hacky shitAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-07-16rename YEAR tag to DATE tag (as it should've been from the beginning)Andrzej Rybczak
2012-03-17update copyright datesAndrzej 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-07-12make feature 'display separators between albums' work in all screensAndrzej Rybczak
2010-06-19playlist: check if files were actually added to playlistAndrzej Rybczak
2010-05-17new feature: support for multiple tag types in one columnAndrzej Rybczak
2010-05-14new feature: shorten units' names displayed in statusbar while being in playlistAndrzej Rybczak
2010-03-25check for emptiness in some more placesAndrzej Rybczak
2010-02-05update playlist's timer while scrolling with fancy_scrolling disabledAndrzej Rybczak
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-12-06fix crash that happened with empty playlist and pressed spaceAndrzej Rybczak
2009-11-26if there is no selected items, treat the current one as selectedAndrzej Rybczak
2009-11-26new feature: add selected items to playlist at given positionAndrzej Rybczak
2009-10-25poll both stdin and mpd using one select()Andrzej Rybczak
2009-10-17playlist: support for range sort/reverseAndrzej Rybczak
2009-10-11new screen: mpd server infoAndrzej Rybczak
2009-10-04add support for multiple tagsAndrzej Rybczak
2009-09-23fix compilation --with-iconvAndrzej 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-16display message about sorting playlist a bit earlierAndrzej Rybczak
2009-09-15remove wrapper for Scroller() needed with --enable-unicodeAndrzej Rybczak
2009-09-15do not copy strings while doing case insensitive comparisonAndrzej Rybczak
2009-08-30make sorting window use main ncmpcpp loopAndrzej Rybczak
2009-08-26rearrange sequence of arguments to Scroller()Andrzej Rybczak
2009-08-25fix Playlist::SongInColumnsToString() which was broken since cbbabee0Andrzej Rybczak
2009-08-24add song_status_format_no_colors to display it in a messageAndrzej Rybczak
2009-08-15enclose song format in braces in Playlist::SongInColumnsToStringAndrzej Rybczak
2009-08-13fix possible issues with additinal windows due to too small screen sizeAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak