summaryrefslogtreecommitdiff
path: root/src/PlayerControl.cxx
AgeCommit message (Expand)Author
2014-02-21PlayerListener: new interface to replace GlobalEvents accessMax Kellermann
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-10-29PlayerControl: move attributes to struct CrossFadeSettingsMax Kellermann
2013-10-28player_control: rename to PlayerControlMax Kellermann
2013-10-26PlayerControl: initialize tagged_song in constructorMax Kellermann
2013-10-22Playlist: copy stream tags from the PlayerThreadMax Kellermann
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-17PlayerControl: GetError() returns an Error, not a char*Max Kellermann
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann
2013-09-27PlayerControl: use strictly typed enumsMax Kellermann
2013-09-27PlayerControl: convert functions to methodsMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-04-08Merge tag 'release-0.17.4'Max Kellermann
2013-01-27PlayerControl: work around std::nanf() not being available on MacPortsMax Kellermann
2013-01-25PlayerControl: add second Cond objectMax Kellermann
2013-01-20PlayerControl: move functions into the classMax Kellermann
2013-01-15PlayerControl: initialise attribute "border_pause"Max Kellermann
2013-01-10PlayerControl: switch to the Mutex/Cond classesMax Kellermann
2013-01-10PlayerThread: use pc.cond instead of main_condMax Kellermann
2013-01-10DecoderControl: take ownership of client_condMax Kellermann
2013-01-09idle: convert to C++Max Kellermann
2013-01-07replay_gain_info, ...: use cmath instead of math.h in C++ modeMax Kellermann
2013-01-04PlayerControl: initialize all attributesMax Kellermann
2013-01-04PlayerControl: add constructor and destructorMax Kellermann
2013-01-04player_control.h: convert header to C++Max Kellermann
2013-01-04decoder_*: convert to C++Max Kellermann