Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TextFile: move to fs subsystem | Denis Krjuchkov | 2013-12-08 | 1 | -1/+1 |
| | |||||
* | Util/StringUtil: add StringStartsWith() | Max Kellermann | 2013-11-28 | 1 | -14/+13 |
| | | | | Replaces GLib's g_str_has_prefix(). | ||||
* | PlaylistState: ignore "mixrampdelay:nan" | Max Kellermann | 2013-10-30 | 1 | -1/+7 |
| | | | | mixramp_delay==nan() causes severe problems with cross-fading. | ||||
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -3/+3 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -51/+51 |
| | |||||
* | fs/Path: move MPD_PATH_MAX to Limits.hxx | Max Kellermann | 2013-10-17 | 1 | -0/+1 |
| | |||||
* | Thread/Thread: replacement library for GThread | Max Kellermann | 2013-10-17 | 1 | -0/+2 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -3/+6 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Playlist*: use nullptr instead of NULL | Max Kellermann | 2013-10-02 | 1 | -3/+3 |
| | |||||
* | PlayerControl: use strictly typed enums | Max Kellermann | 2013-09-27 | 1 | -11/+13 |
| | |||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+2 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | ConfigFile: add enum ConfigOption | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | | | | | Look up top-level config options by enum (= integer), not by name string. | ||||
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -18/+11 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -21/+11 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -3/+0 |
| | |||||
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -9/+6 |
| | |||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
| | |||||
* | TextFile: convert to a class | Max Kellermann | 2013-01-03 | 1 | -7/+7 |
| | |||||
* | text_file: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | db_save, state_file: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+252 |