Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Song: GetURI() returns std::string | Max Kellermann | 2013-10-17 | 1 | -11/+10 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -5/+5 |
| | | | | | 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 | -6/+6 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -11/+10 |
| | |||||
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -14/+12 |
| | |||||
* | Playlist: move playlist_increment_version_all() into the class | Max Kellermann | 2013-01-09 | 1 | -2/+2 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -4/+1 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -170/+94 |
| | |||||
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -36/+27 |
| | |||||
* | Playlist: add constructor and destructor | Max Kellermann | 2013-01-06 | 1 | -15/+0 |
| | |||||
* | Playlist: pass max_length to playlist_init() | Max Kellermann | 2013-01-04 | 1 | -5/+2 |
| | | | | Move the configuration lookup to Main.cxx. | ||||
* | 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 | -0/+452 |