aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistQueue.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* player_control: rename to PlayerControlMax Kellermann2013-10-281-3/+3
|
* PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann2013-10-201-2/+2
|
* *: use references instead of pointersMax Kellermann2013-10-191-2/+2
|
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-2/+2
| | | | Replaces struct playlist_provider.
* playlist_error: convert to C++Max Kellermann2013-08-101-1/+1
|
* don't include stdbool.h in C++ sourcesMax Kellermann2013-01-021-2/+0
| | | | The "bool" type is built-in.
* playlist_{any,song,queue}: convert to C++Max Kellermann2013-01-021-0/+61