126 Commits (89ebfbf73dbf68221de4e735ea75c4e7a4a7bf10)

Author SHA1 Message Date
Andrzej Rybczak 4efaa18927 ignore special chars that occurs in tag values 17 years ago
Andrzej Rybczak dbc9b5a216 get rid of warnings about signed and unsigned integer comparison 17 years ago
Andrzej Rybczak ead5255df1 new feature: support for custom prefix/suffix of now playing song 17 years ago
Andrzej Rybczak 5a887861d7 move code responsible for marking song as now playing to display functions 17 years ago
Andrzej Rybczak 27687fd2b1 pass Buffer/Window to ShowTag() by reference 17 years ago
Andrzej Rybczak 4736dd8519 if tag type for column is invalid, display empty column instead of crashing 17 years ago
Andrzej Rybczak d407bc679b add N marker for displaying full track info and make n show only a number 17 years ago
Andrzej Rybczak 3998cb80f2 new attribute for a columns view: do not display empty tag marker 17 years ago
Andrzej Rybczak f1389103c2 fix displaying songs if window's width is smaller than screen's width 17 years ago
Andrzej Rybczak cbbabee0e7 simplify code responsible for parsing song formats 17 years ago
Andrzej Rybczak e68306c8c0 throw away full path from song format in favor of directory 17 years ago
Andrzej Rybczak 8ad1a04b68 song format: support for nested braces 17 years ago
Andrzej Rybczak a6f3fa0c0c new feature: right aligned columns 17 years ago
Andrzej Rybczak c20d8694ae new feature: allow for fixed size columns 17 years ago
Andrzej Rybczak ddaf141f2e rename MPD::Song::{Get,Set}Year to {Get,Set}Date 17 years ago
Andrzej Rybczak df051bf674 remove using declarations 17 years ago
Andrzej Rybczak 9dab25e02c use prefix ++ instead of postfix where available 17 years ago
Andrzej Rybczak 966510249b initialize 'color' value to red rid of the warning 17 years ago
Andrzej Rybczak 20055afac4 call Song::Localize() in Display::SongInColumns() 17 years ago
Andrzej Rybczak f162a7b880 new feature: playlist sorting (Ctrl-V by default) 17 years ago
Andrzej Rybczak 2a6e0fd7e8 fix searching in browser 17 years ago
Andrzej Rybczak c547fbe03b use generic Scroll method 17 years ago
Andrzej Rybczak 8653232a2a change namespace Browser into class 17 years ago
Andrzej Rybczak 6e167d67e2 change namespace Playlist into class 17 years ago
Andrzej Rybczak 29301aefd5 move all externs to global.h 17 years ago
Andrzej Rybczak d82577e357 group various functions more logically 17 years ago