summaryrefslogtreecommitdiff
path: root/src/display.cpp
AgeCommit message (Expand)Author
2014-09-12status: store status fields seperatelyAndrzej Rybczak
2014-09-03status: fix toggling flagsAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-27tag editor: fix filename change detectionAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-04-07get rid of global mpd status objectAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-06rewrite major part of strbuffer and Scrollpad::flushAndrzej Rybczak
2012-10-05initial restoration of support for encodings different than utf-8Andrzej Rybczak
2012-09-18mdp: remove GetCurrentlyPlayingSongPosAndrzej Rybczak
2012-09-16fix assertion failures in media library / playlist editor with separators ena...Andrzej Rybczak
2012-09-16pass ProxySongList around since it already has shared_ptr insideAndrzej Rybczak
2012-09-14playlist: define main screen as non-pointerAndrzej Rybczak
2012-09-13playlist: move sorting dialog related functions to separate fileAndrzej Rybczak
2012-09-12settings: support customizable tags separatorAndrzej Rybczak
2012-09-12display: improve showSongs a bitAndrzej Rybczak
2012-09-12tag editor: add modified_item_prefix to see modified itemsAndrzej Rybczak
2012-09-11playist: do not duplicate now playing informationAndrzej Rybczak
2012-09-09display: fix possible crash if song_columns_list_format was invalidAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-07fix compilation --without-taglibAndrzej Rybczak
2012-09-06display: really fix now playing prefixAndrzej Rybczak
2012-09-06display: fix album separators / now playing prefix in classic modeAndrzej Rybczak
2012-09-05display: pass screen to functions by pointerAndrzej Rybczak
2012-09-04menu: make Menu::drawn return ConstIteratorAndrzej Rybczak
2012-09-03fix shadowing warningsAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02implement ProxySongList for handling general operations on listsAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-08-31menu: simplify ItemDisplayer furtherAndrzej Rybczak
2012-08-31display: get rid of reinterpret_castsAndrzej Rybczak
2012-08-31menu: move a few methods to Item classAndrzej Rybczak
2012-08-30use std::bind instead of passing void pointers aroundAndrzej Rybczak
2012-08-29browser: read tags from local songsAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej Rybczak
2012-08-29fix compilation --without-taglibAndrzej 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-26display: rewrite Display::Columns and Display::SongsInColumnsAndrzej Rybczak
2012-08-14add support for priorities (queueing)Andrzej 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