index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
display.cpp
Age
Commit message (
Expand
)
Author
2012-08-30
use std::bind instead of passing void pointers around
Andrzej Rybczak
2012-08-29
browser: read tags from local songs
Andrzej Rybczak
2012-08-29
more cleanup and grouping functions logically together
Andrzej Rybczak
2012-08-29
split majority of helpers and rewrite a few heinous functions
Andrzej Rybczak
2012-08-29
fix compilation --without-taglib
Andrzej Rybczak
2012-08-28
mpd: use lambda closures instead of passing vectors to functions
Andrzej Rybczak
2012-08-28
reduce usage of pointers / replace std::pair in SearchEngine
Andrzej Rybczak
2012-08-28
rewrite MPD::Song object
Andrzej Rybczak
2012-08-26
display: rewrite Display::Columns and Display::SongsInColumns
Andrzej Rybczak
2012-08-14
add support for priorities (queueing)
Andrzej Rybczak
2012-07-16
rename YEAR tag to DATE tag (as it should've been from the beginning)
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-08-22
make last column with fixed size take its whole size, not size-1
Andrzej Rybczak
2010-08-22
display: put long switch into separate function
Andrzej Rybczak
2010-08-22
merge some duplicated code in parsing song formats
Andrzej Rybczak
2010-08-10
separate 'song info' functionality from Info class
Andrzej Rybczak
2010-07-12
make feature 'display separators between albums' work in all screens
Andrzej Rybczak
2010-06-26
browser: support operations on m3u playlists not created by mpd
Andrzej Rybczak
2010-06-23
playlist: fix separators between albums if filtering is enabled
Andrzej Rybczak
2010-06-09
fix: only show album separators in main playlist
Frank Blendinger
2010-05-17
new feature: support for multiple tag types in one column
Andrzej Rybczak
2010-05-17
new feature: customizable columns' names
Andrzej Rybczak
2010-05-14
new feature: separators between albums in playlist
Andrzej Rybczak
2010-02-19
fix a bug in Display::SongInColumns() that sometimes corrupted last column
Andrzej Rybczak
2010-02-05
display selected item/now playing suffix in column view
Andrzej Rybczak
2010-02-05
get rid of nested ternary operators
Andrzej Rybczak
2010-01-31
fixes for 2b39e6ed428dc478333f7f688bbe9d858caa0e8c
Andrzej Rybczak
2010-01-30
discard custom colors of selected items also in classic display mode
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2010-01-24
discard column colors if item is selected (optional)
Andrzej Rybczak
2010-01-23
use Info::Tags in tag editor
Andrzej Rybczak
2010-01-23
add support for album artist tag
Andrzej Rybczak
2009-12-31
fix drawing selected_item_{prefix,suffix}
Andrzej Rybczak
2009-10-10
ignore width of last column and use all remained space for it
Andrzej Rybczak
2009-10-06
fix appending now playing song prefix/suffix if playlist is filtered
Andrzej Rybczak
2009-10-04
add support for multiple tags
Andrzej Rybczak
2009-09-26
ignore special chars that occurs in tag values
Andrzej Rybczak
2009-09-21
get rid of warnings about signed and unsigned integer comparison
Andrzej Rybczak
2009-09-21
new feature: support for custom prefix/suffix of now playing song
Andrzej Rybczak
2009-09-20
move code responsible for marking song as now playing to display functions
Andrzej Rybczak
2009-09-15
pass Buffer/Window to ShowTag() by reference
Andrzej Rybczak
2009-09-09
if tag type for column is invalid, display empty column instead of crashing
Andrzej Rybczak
2009-09-06
add N marker for displaying full track info and make n show only a number
Andrzej Rybczak
2009-08-24
new attribute for a columns view: do not display empty tag marker
Andrzej Rybczak
2009-08-23
fix displaying songs if window's width is smaller than screen's width
Andrzej Rybczak
2009-08-14
simplify code responsible for parsing song formats
Andrzej Rybczak
2009-08-14
throw away full path from song format in favor of directory
Andrzej Rybczak
2009-08-14
song format: support for nested braces
Andrzej Rybczak
[prev]
[next]