summaryrefslogtreecommitdiff
path: root/src/settings.cpp
AgeCommit message (Expand)Author
2014-11-11format: implement generic format parser and printerAndrzej Rybczak
2014-11-09window: add support for textual representation of background colorAndrzej Rybczak
2014-11-07settings: make slave screen optional and unset by defaultAndrzej Rybczak
2014-11-06settings: add startup_slave_screen optionbrezerk
2014-11-06settings: expand ~ to home directory in mpd_hostAndrzej Rybczak
2014-11-01strbuffer: use static initializer instead of variadic constructorAndrzej Rybczak
2014-11-01pass by value instead of rvalue reference for RVO to take placeAndrzej Rybczak
2014-10-26settings: list of visualizer colors cannot be emptyAndrzej Rybczak
2014-10-26enums: implement operator{<<,>>} for VisualizerType and use itAndrzej Rybczak
2014-10-26update visualizer-related documentationAndrzej Rybczak
2014-10-26visualizer: add filled wave visualizerDarby Payne
2014-10-26visualizer: add support for multiple colorsahoka
2014-10-26settings: fix copypaste error that was overwriting regex_typeAndrzej Rybczak
2014-09-14settings: add option to disable data fetching delay in media library and play...Andrzej Rybczak
2014-09-09settings: relax bounds check for visualizer_sample_multiplierAndrzej Rybczak
2014-09-07settings: fix autocenter_mode settingAndrzej Rybczak
2014-09-07settings: make possible values of visualizer_type reflect the ones in config ...Andrzej Rybczak
2014-09-02add visualizer_sample_multiplier config optionAndrzej Rybczak
2014-09-02visualizer: make frequency spectrum watchableAndrzej Rybczak
2014-09-02option parser: adjust functors so no object copies are madeAndrzej Rybczak
2014-08-31settings: make defaults more prettyAndrzej Rybczak
2014-08-30help: make volume_change_step affect description of appropriate actionsAndrzej Rybczak
2014-08-29settings: restore possibility to set album artist as library tagAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-28cmdargs: use boost::program_optionsAndrzej Rybczak
2014-08-27replace timeval and time_t with boost::posix_time::ptimeAndrzej Rybczak
2014-08-27uniformize ways to convert strings into screen typeAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27actions: add missing flag restriction for physical deletionAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07settings: remove mpd_communication_mode as poling is no longer supportedAndrzej Rybczak
2013-04-06settings: disable regexes by defaultAndrzej Rybczak
2013-04-06replace gnu regex wrapper with boost::regexAndrzej Rybczak
2013-04-06settings: add volume_change_step configuration optionAndrzej Rybczak
2013-04-02settings: MakeProperPath: do not leave double '/' in directoryAndrzej Rybczak
2012-12-14fix compilation with gcc-4.7Andrzej Rybczak
2012-12-08settings: new configuration variable: generate_win32_compatible_filenamesAndrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej 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-02settings: remove media_library_display_{date,empty_tag} optionsAndrzej Rybczak
2012-10-01settings: recognize browser_sort_mode config optionAndrzej Rybczak
2012-09-20media library: add support for sorting by mtimeMatthew Hague
2012-09-19settings: remove allow_physical_*_deletion (replaced by custom binding)Andrzej Rybczak
2012-09-15actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsModeAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13settings: change default modified_item_prefix a bitAndrzej Rybczak
2012-09-12settings: support customizable tags separatorAndrzej Rybczak
2012-09-12display: improve showSongs a bitAndrzej Rybczak
2012-09-12tag editor: add modified_item_prefix to see modified itemsAndrzej Rybczak