aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlayerCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ClientInternal: move class Client to Client.hxxMax Kellermann2013-10-191-1/+1
| | | | | Publish the Client API, preparing to move more code into the Client class.
* *: use references instead of pointersMax Kellermann2013-10-191-49/+49
|
* PlayerControl: GetError() returns an Error, not a char*Max Kellermann2013-10-171-7/+3
|
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-171-0/+2
|
* replay_gain_*.h: rename to *.hxxMax Kellermann2013-10-021-7/+1
|
* PlayerControl: use strictly typed enumsMax Kellermann2013-09-271-4/+4
|
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-19/+19
|
* audio_format: convert to C++Max Kellermann2013-08-031-3/+3
|
* Merge tag 'release-0.17.4'Max Kellermann2013-04-081-7/+11
|
* PlayerControl: move functions into the classMax Kellermann2013-01-201-13/+11
|
* Playlist: convert functions to methodsMax Kellermann2013-01-071-35/+26
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-1/+1
|
* mixer_all: convert to C++Max Kellermann2013-01-071-1/+1
|
* volume: convert to C++Max Kellermann2013-01-071-1/+1
|
* filter/ReplayGain: add method _set_mode()Max Kellermann2013-01-051-0/+4
| | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode().
* Client: add "playlist" attributeMax Kellermann2013-01-041-29/+36
| | | | Reduce access to the global variable "g_playlist".
* player_control.h: convert header to C++Max Kellermann2013-01-041-1/+3
|
* playlist: convert to C++Max Kellermann2013-01-041-1/+1
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-21/+21
|
* client: convert to C++Max Kellermann2013-01-031-5/+4
|
* update: convert to C++Max Kellermann2013-01-021-1/+1
|
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-251-1/+1
|
* playlist_print: rename to PlaylistPrint.cxxMax Kellermann2012-08-291-1/+1
|
* command: move code to *Commands.cxxMax Kellermann2012-08-291-0/+391