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
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
2009-08-12
new feature: right aligned columns
Andrzej Rybczak
2009-07-10
new feature: allow for fixed size columns
Andrzej Rybczak
2009-07-05
rename MPD::Song::{Get,Set}Year to {Get,Set}Date
Andrzej Rybczak
2009-07-05
remove using declarations
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-07-03
initialize 'color' value to red rid of the warning
Andrzej Rybczak
2009-03-15
call Song::Localize() in Display::SongInColumns()
Andrzej Rybczak
2009-02-18
new feature: playlist sorting (Ctrl-V by default)
Andrzej Rybczak
2009-02-16
fix searching in browser
Andrzej Rybczak
2009-02-15
use generic Scroll method
Andrzej Rybczak
2009-02-14
change namespace Browser into class
Andrzej Rybczak
2009-02-13
change namespace Playlist into class
Andrzej Rybczak
2009-02-11
move all externs to global.h
Andrzej Rybczak
2009-02-10
group various functions more logically
Andrzej Rybczak