summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-17mpdpp: make all consumers take values, not rvalue referencesAndrzej Rybczak
2013-05-17helpers: cleanup properly if action throws an exceptionAndrzej Rybczak
2013-05-16browser: remove unused includesAndrzej Rybczak
2013-05-16browser: use boost::filesystem for clearing directoriesAndrzej Rybczak
2013-05-16mutable song: use override keywordAndrzej Rybczak
2013-05-16browser: add support for sorting by mtime in local browserAndrzej Rybczak
2013-05-16browser: use boost::filesystem for local browsingAndrzej Rybczak
2013-05-16tiny tag editor: fix file edition in local browserAndrzej Rybczak
2013-05-16tags: xiph: remove DISC tag when writing tags, DISCNUMBER is used insteadAndrzej Rybczak
2013-04-28clear filters when empty string is passed to applyFilterAndrzej Rybczak
2013-04-27mpdpp: fix compilation with gcc-4.6Andrzej Rybczak
2013-04-27mpdpp: make it possible to send playlist_delete command in commands listAndrzej Rybczak
2013-04-27fix assertion failure while trying to send play command in commands listAndrzej Rybczak
2013-04-10fix problem with status update (#3740)Andrzej Rybczak
2013-04-07ncmpcpp: fix custom startup screenAndrzej Rybczak
2013-04-07status: update header immediately after player state changeAndrzej Rybczak
2013-04-07get rid of global mpd status objectAndrzej Rybczak
2013-04-07clear search results if empty string is passed to FindForward/BackwardAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07settings: remove mpd_communication_mode as poling is no longer supportedAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2013-04-06settings: disable regexes by defaultAndrzej Rybczak
2013-04-06search engine: replace gnu regex with boost::regexAndrzej Rybczak
2013-04-06replace gnu regex wrapper with boost::regexAndrzej Rybczak
2013-04-06doc/bindings: provide list of actions that are not bound to any key/commandAndrzej Rybczak
2013-04-06mpdpp: remove unused member variableAndrzej Rybczak
2013-04-06actions: new action: set_volumeAndrzej Rybczak
2013-04-06settings: add volume_change_step configuration optionAndrzej Rybczak
2013-04-06actions: ApplyFilter: apply filter at the end (fix for #3624)Andrzej Rybczak
2013-04-06song_info: Do not limit the 'channels' diplay to mono/stereoWieland Hoffmann
2013-04-06status: reduce wakeups with display_bitrate enabledRaghavendra D Prabhu
2013-04-04actions: MouseEvent: allow for changing volume in new design even if header i...Andrzej Rybczak
2013-04-02settings: MakeProperPath: do not leave double '/' in directoryAndrzej Rybczak
2013-04-02lyrics: fix compilation --without-curlAndrzej Rybczak
2013-04-01Change an obsolete macro in configure.inNeeds
2012-12-24tags: remove xiph comment TRACK while writing tagsAndrzej Rybczak
2012-12-14scrollpad: fix bug in Scrollpad::flush()Andrzej Rybczak
2012-12-14fix compilation with gcc-4.7Andrzej Rybczak
2012-12-14require gcc-4.6 since gcc-4.5.4 produces ICE while compiling bindings.cppAndrzej Rybczak
2012-12-08settings: new configuration variable: generate_win32_compatible_filenamesAndrzej Rybczak
2012-12-08song: shortening of length string by chopping off the tail (12:34->12:3)Daniel
2012-11-02song info: do not use TagLib if mpd_music_dir is unsetWieland Hoffmann
2012-11-02lyrics: automatically refresh lyrics window after edit (console editors only)Moritz Lipp
2012-10-20tag editor: remove separator from parser dialogAndrzej Rybczak
2012-10-20utility/string: remove unused functionsAndrzej Rybczak
2012-10-20media library: fix #3596 (locate song with albumartist in library doesn't work)Andrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-18add some typedefsAndrzej Rybczak
2012-10-18media library: fix marking songs as in playlistAndrzej Rybczak
2012-10-12helpers: writeCyclicBuffer: fix drawing part of separatorAndrzej Rybczak