summaryrefslogtreecommitdiff
path: root/src/display.cpp
AgeCommit message (Expand)Author
2010-08-22make last column with fixed size take its whole size, not size-1Andrzej Rybczak
2010-08-22display: put long switch into separate functionAndrzej Rybczak
2010-08-22merge some duplicated code in parsing song formatsAndrzej Rybczak
2010-08-10separate 'song info' functionality from Info classAndrzej Rybczak
2010-07-12make feature 'display separators between albums' work in all screensAndrzej Rybczak
2010-06-26browser: support operations on m3u playlists not created by mpdAndrzej Rybczak
2010-06-23playlist: fix separators between albums if filtering is enabledAndrzej Rybczak
2010-06-09fix: only show album separators in main playlistFrank Blendinger
2010-05-17new feature: support for multiple tag types in one columnAndrzej Rybczak
2010-05-17new feature: customizable columns' namesAndrzej Rybczak
2010-05-14new feature: separators between albums in playlistAndrzej Rybczak
2010-02-19fix a bug in Display::SongInColumns() that sometimes corrupted last columnAndrzej Rybczak
2010-02-05display selected item/now playing suffix in column viewAndrzej Rybczak
2010-02-05get rid of nested ternary operatorsAndrzej Rybczak
2010-01-31fixes for 2b39e6ed428dc478333f7f688bbe9d858caa0e8cAndrzej Rybczak
2010-01-30discard custom colors of selected items also in classic display modeAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-24discard column colors if item is selected (optional)Andrzej Rybczak
2010-01-23use Info::Tags in tag editorAndrzej Rybczak
2010-01-23add support for album artist tagAndrzej Rybczak
2009-12-31fix drawing selected_item_{prefix,suffix}Andrzej Rybczak
2009-10-10ignore width of last column and use all remained space for itAndrzej Rybczak
2009-10-06fix appending now playing song prefix/suffix if playlist is filteredAndrzej Rybczak
2009-10-04add support for multiple tagsAndrzej Rybczak
2009-09-26ignore special chars that occurs in tag valuesAndrzej Rybczak
2009-09-21get rid of warnings about signed and unsigned integer comparisonAndrzej Rybczak
2009-09-21new feature: support for custom prefix/suffix of now playing songAndrzej Rybczak
2009-09-20move code responsible for marking song as now playing to display functionsAndrzej Rybczak
2009-09-15pass Buffer/Window to ShowTag() by referenceAndrzej Rybczak
2009-09-09if tag type for column is invalid, display empty column instead of crashingAndrzej Rybczak
2009-09-06add N marker for displaying full track info and make n show only a numberAndrzej Rybczak
2009-08-24new attribute for a columns view: do not display empty tag markerAndrzej Rybczak
2009-08-23fix displaying songs if window's width is smaller than screen's widthAndrzej Rybczak
2009-08-14simplify code responsible for parsing song formatsAndrzej Rybczak
2009-08-14throw away full path from song format in favor of directoryAndrzej Rybczak
2009-08-14song format: support for nested bracesAndrzej Rybczak
2009-08-12new feature: right aligned columnsAndrzej Rybczak
2009-07-10new feature: allow for fixed size columnsAndrzej Rybczak
2009-07-05rename MPD::Song::{Get,Set}Year to {Get,Set}DateAndrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-07-03initialize 'color' value to red rid of the warningAndrzej Rybczak
2009-03-15call Song::Localize() in Display::SongInColumns()Andrzej Rybczak
2009-02-18new feature: playlist sorting (Ctrl-V by default)Andrzej Rybczak
2009-02-16fix searching in browserAndrzej Rybczak
2009-02-15use generic Scroll methodAndrzej Rybczak
2009-02-14change namespace Browser into classAndrzej Rybczak
2009-02-13change namespace Playlist into classAndrzej Rybczak
2009-02-11move all externs to global.hAndrzej Rybczak
2009-02-10group various functions more logicallyAndrzej Rybczak