Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -35/+26 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | mixer_all: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | volume: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | filter/ReplayGain: add method _set_mode() | Max Kellermann | 2013-01-05 | 1 | -0/+4 |
| | | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode(). | ||||
* | Client: add "playlist" attribute | Max Kellermann | 2013-01-04 | 1 | -29/+36 |
| | | | | Reduce access to the global variable "g_playlist". | ||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+3 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -21/+21 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -5/+4 |
| | |||||
* | update: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | rename CommandError.h to CommandError.hxx | Max Kellermann | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | playlist_print: rename to PlaylistPrint.cxx | Max Kellermann | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | command: move code to *Commands.cxx | Max Kellermann | 2012-08-29 | 1 | -0/+391 |