summaryrefslogtreecommitdiff
path: root/src/display.cpp
AgeCommit message (Expand)Author
2015-05-12window: redefine special key valuesAndrzej Rybczak
2015-05-11replace ProxySongList with NC::List and SongListAndrzej Rybczak
2015-04-18fix linking when compiling with g++Andrzej Rybczak
2015-04-18format: split into two headersAndrzej Rybczak
2014-11-11format: add flags to refine parsing and printing of the ASTAndrzej Rybczak
2014-11-11window: support 'previous' background value for better composabilityAndrzej Rybczak
2014-11-11remove silly comment after namespacesAndrzej Rybczak
2014-11-11format: implement generic format parser and printerAndrzej Rybczak
2014-11-08window: change internal color representationAndrzej Rybczak
2014-11-05remove filteringAndrzej Rybczak
2014-11-02mpd: redesign Item and adjust browserAndrzej Rybczak
2014-11-01mpd: make ItemType enum classAndrzej Rybczak
2014-11-01mpd: Item: do not wrap Song in shared_ptrAndrzej Rybczak
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