summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
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
2012-10-07scrollpad: add support for regex searchingAndrzej Rybczak
2012-10-06fix shadow warningsAndrzej Rybczak
2012-10-06menu: remove include of regexes.hAndrzej Rybczak
2012-10-06menu: change template parameter from T to ItemTAndrzej Rybczak
2012-10-06window: preserve previous background color if only foreground is pushedAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-06settings: modify default browser_playlist_prefix so it matches example config...Andrzej Rybczak
2012-10-06strbuffer: fix operator<<Andrzej Rybczak
2012-10-06actions: make ActionType enum classAndrzej Rybczak
2012-10-06actions: use namespaceAndrzej Rybczak
2012-10-06actions: change naming convention to camelCaseAndrzej Rybczak
2012-10-06actions: fix modifying player state string after interface toggleAndrzej Rybczak
2012-10-06restore BasicBuffer::write functionAndrzej Rybczak
2012-10-06scrollpad: tidy Scrollpad::flush a bitAndrzej Rybczak
2012-10-06strbuffer: fix Property::operator<Andrzej Rybczak
2012-10-06scrollpad: use std::string as containerAndrzej Rybczak
2012-10-06rewrite major part of strbuffer and Scrollpad::flushAndrzej Rybczak
2012-10-05window: rename Where to Scroll and make it enum classAndrzej Rybczak
2012-10-05initial restoration of support for encodings different than utf-8Andrzej Rybczak
2012-10-05use boost.locale for charset conversions instead of iconvAndrzej Rybczak
2012-10-03bindings: initial support for running external commandsAndrzej Rybczak