summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-07-12fix setting format flags in Window::operator<<(Format)Andrzej Rybczak
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
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
2009-07-03initialize 'color' value to red rid of the warningAndrzej Rybczak
2009-06-29fix database updateAndrzej Rybczak
2009-06-28do not attempt to change volume if requested value is <0 or >100Andrzej Rybczak
2009-06-28another fix for 450bf1b6Andrzej Rybczak
2009-06-26add missing 'for' wordAndrzej Rybczak
2009-06-26fix Browser::LocateSong() functionAndrzej Rybczak
2009-06-26initialize screens only if necessaryAndrzej Rybczak
2009-06-24return value instead of const reference to long longAndrzej Rybczak
2009-06-24update NEWS / version bump0.3.5Andrzej Rybczak
2009-06-24do not capitalize letter right after the apostropheAndrzej Rybczak
2009-06-17clear statusbar immediately after unlock if player is stoppedAndrzej Rybczak
2009-06-10ask before clearing playlist in playlist editorAndrzej Rybczak
2009-06-10always unlock item list update after clearing the playlistAndrzej Rybczak
2009-06-10fetch status from mpd immediately after clearing playlistAndrzej Rybczak
2009-06-10new feature: add local directories recursivelyAndrzej Rybczak
2009-06-06do not load playlist with LMBAndrzej Rybczak
2009-06-06be more verbose while deleting items in browserAndrzej Rybczak
2009-06-06attempt to remove items physically only if mpd_music_dir is setAndrzej Rybczak
2009-06-05add keybinding to toggle mouse support on the flyAndrzej Rybczak
2009-06-04return values instead of playing around with static variables and referencesAndrzej Rybczak
2009-06-04add config option to disable text scrolling in header windowAndrzej Rybczak
2009-06-04use "str" as parameter, not "string"Andrzej Rybczak
2009-05-27remove the code that is not supposed to be hereAndrzej Rybczak
2009-05-26switch output state only if enable/disable output command succeededAndrzej Rybczak