aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistControl.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* player_control: rename to PlayerControlMax Kellermann2013-10-281-8/+8
|
* PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann2013-10-201-16/+16
|
* *: use references instead of pointersMax Kellermann2013-10-191-1/+1
|
* Log: new logging library APIMax Kellermann2013-10-021-6/+3
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Playlist*: use nullptr instead of NULLMax Kellermann2013-10-021-1/+1
|
* PlayerControl: use strictly typed enumsMax Kellermann2013-09-271-2/+2
|
* song: convert header to C++Max Kellermann2013-07-281-3/+3
|
* PlayerControl: move functions into the classMax Kellermann2013-01-201-7/+6
|
* Playlist: convert functions to methodsMax Kellermann2013-01-071-107/+86
|
* queue: convert all functions to methodsMax Kellermann2013-01-061-23/+19
|
* player_control.h: convert header to C++Max Kellermann2013-01-041-4/+1
|
* playlist: convert to C++Max Kellermann2013-01-041-0/+293