| Commit message (Expand) | Author | Age | Files | Lines |
* | PlayerListener: new interface to replace GlobalEvents access | Max Kellermann | 2014-02-21 | 1 | -3/+7 |
* | output: rename struct audio_output to AudioOutput | Max Kellermann | 2014-01-28 | 1 | -1/+1 |
* | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 2014-01-28 | 1 | -1/+5 |
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -18/+18 |
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
* | PlayerControl: move attributes to struct CrossFadeSettings | Max Kellermann | 2013-10-29 | 1 | -6/+7 |
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -7/+7 |
* | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 2013-10-22 | 1 | -1/+42 |
* | PlayerControl: GetError() returns an Error, not a char* | Max Kellermann | 2013-10-17 | 1 | -5/+23 |
* | Thread/Thread: replacement library for GThread | Max Kellermann | 2013-10-17 | 1 | -8/+8 |
* | PlayerControl: use strictly typed enums | Max Kellermann | 2013-09-27 | 1 | -38/+37 |
* | PlayerControl: convert functions to methods | Max Kellermann | 2013-09-27 | 1 | -0/+55 |
* | PlayerThread: move code to player_control::CommandFinished() | Max Kellermann | 2013-09-27 | 1 | -0/+14 |
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -4/+4 |
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -3/+3 |
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -4/+5 |
* | PlayerControl: add second Cond object | Max Kellermann | 2013-01-25 | 1 | -0/+32 |
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -167/+121 |
* | PlayerControl: switch to the Mutex/Cond classes | Max Kellermann | 2013-01-10 | 1 | -6/+8 |
* | PlayerControl: add constructor and destructor | Max Kellermann | 2013-01-04 | 1 | -6/+4 |
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+339 |