aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistState.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* TextFile: move to fs subsystemDenis Krjuchkov2013-12-081-1/+1
|
* Util/StringUtil: add StringStartsWith()Max Kellermann2013-11-281-14/+13
| | | | Replaces GLib's g_str_has_prefix().
* PlaylistState: ignore "mixrampdelay:nan"Max Kellermann2013-10-301-1/+7
| | | | mixramp_delay==nan() causes severe problems with cross-fading.
* player_control: rename to PlayerControlMax Kellermann2013-10-281-3/+3
|
* *: use references instead of pointersMax Kellermann2013-10-191-51/+51
|
* fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann2013-10-171-0/+1
|
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-171-0/+2
|
* Log: new logging library APIMax Kellermann2013-10-021-3/+6
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Playlist*: use nullptr instead of NULLMax Kellermann2013-10-021-3/+3
|
* PlayerControl: use strictly typed enumsMax Kellermann2013-09-271-11/+13
|
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+2
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-1/+1
| | | | | Look up top-level config options by enum (= integer), not by name string.
* PlayerControl: move functions into the classMax Kellermann2013-01-201-18/+11
|
* Playlist: convert functions to methodsMax Kellermann2013-01-071-21/+11
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+0
|
* queue: convert all functions to methodsMax Kellermann2013-01-061-9/+6
|
* player_control.h: convert header to C++Max Kellermann2013-01-041-1/+1
|
* playlist: convert to C++Max Kellermann2013-01-041-2/+2
|
* TextFile: convert to a classMax Kellermann2013-01-031-7/+7
|
* text_file: convert to C++Max Kellermann2013-01-031-1/+1
|
* db_save, state_file: convert to C++Max Kellermann2013-01-021-0/+252