summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-23fix displaying songs if window's width is smaller than screen's widthAndrzej Rybczak
2009-08-23new feature: command line switch for displaying now playing songAndrzej Rybczak
2009-08-23do not support song format for command that is executed on song changeAndrzej Rybczak
2009-08-23support full command line switches for custom --host and --portAndrzej Rybczak
2009-08-15enclose song format in braces in Playlist::SongInColumnsToStringAndrzej Rybczak
2009-08-14fix song format in lyrics screenAndrzej Rybczak
2009-08-14remove redundant check in MPD::Song::SetHashAndSlash()Andrzej Rybczak
http is already filtered out with isStream() function
2009-08-14validate correctness of song formats at startAndrzej Rybczak
2009-08-14simplify code responsible for parsing song formatsAndrzej Rybczak
functions MPD::Song::toString() and Display::Songs were almost identical. for now the latter uses MPD::Song::toString() implementation, which also has been simplified.
2009-08-14count braces while passing format in the loop to omit nested onesAndrzej 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-13allow for colors in song_status_formatAndrzej Rybczak
2009-08-13convert alternative header text to proper locale if neededAndrzej Rybczak
2009-08-13another fix for 450bf1b6 (hopefully the last one)Andrzej Rybczak
2009-08-13accept percentage values 0-100 for seeking instead of 1-99Andrzej Rybczak
2009-08-13prepend std to all members from this namespace, part 2Andrzej Rybczak
why the hell one of taglib headers has 'using namespace std;' in it?
2009-08-13fix possible issues with additinal windows due to too small screen sizeAndrzej Rybczak
2009-08-12new feature: right aligned columnsAndrzej Rybczak
2009-08-12redraw volume state after header update only if classic interface is activeAndrzej Rybczak
2009-08-12fix displaying screen numbers at start if alternative UI is enabledAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-08-09make number of lines scrolled with mouse wheel configurableAndrzej Rybczak
2009-08-09use common interface for adding item(s) to playlistAndrzej Rybczak
this also removes a few code duplications.
2009-08-09fix displaying messages in search engineAndrzej Rybczak
2009-08-08always show whole address when dealing with linksAndrzej Rybczak
2009-08-08adjust mouse bindings a bit and document them in help screenAndrzej Rybczak
2009-08-05remove lyricswiki support as it doesn't allow fetching lyrics anymoreAndrzej Rybczak
2009-08-02a few more "postfix to prefix" operator++ changesAndrzej Rybczak
2009-08-02one more fix for 450bf1b6Andrzej Rybczak
2009-08-02do not show messages if statusbar unlock is not allowedAndrzej Rybczak
2009-07-14update header window after going to now playing song in browserAndrzej Rybczak
2009-07-13make Window::{Bold,Reverse,AltCharset} protectedAndrzej Rybczak
they should be called only within member funcions, because they ignore stacked values, that are set by Window::operator<<(Format)
2009-07-12fix setting format flags in Window::operator<<(Format)Andrzej Rybczak
I though static variables are created for each class object, but apparently they aren't, which makes the previous design utterly broken. I'm suprised it somehow worked before.
2009-07-10new feature: allow for fixed size columnsAndrzej Rybczak
2009-07-10make str_pool return const char * instead of char *Andrzej Rybczak
2009-07-10allow for empty tag marker customizationAndrzej Rybczak
2009-07-06Revert "cosider different size of size_t type on 32bits and 64bits arches"Andrzej Rybczak
This reverts commit 9faf3acf2f1bef0d10fdf85ce93468800916ae66 and applies correct patch (thx for Damien Leone for pointing this) Conflicts: src/ncmpcpp.cpp
2009-07-06fix compilation --without-taglibAndrzej Rybczak
2009-07-05more fixes for 450bf1b6Andrzej Rybczak
2009-07-05rename MPD::Song::{Get,Set}Year to {Get,Set}DateAndrzej Rybczak
2009-07-05remove unused operators from MPD::Song classAndrzej Rybczak
2009-07-05some MPD::Song improvements and syntax simplificationsAndrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04if playlist is filtered, add to playlist only filtered itemsAndrzej Rybczak
2009-07-04add shortcut keybinding for saving in tiny tag editorAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-07-04define MPD::Connection handler as an object, not pointerAndrzej Rybczak
2009-07-04fix displaying '\' character in man pageAndrzej Rybczak
2009-07-03cosider different size of size_t type on 32bits and 64bits archesAndrzej Rybczak