Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | 1 | -1/+6 | |
2014-01-30 | db/update: convert to OO API | Max Kellermann | 1 | -3/+7 | |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. | |||||
2014-01-28 | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 1 | -5/+3 | |
Another big chunk of code for multi-player support. | |||||
2014-01-24 | Mixer*: move to mixer/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Update*: move to update/ | Max Kellermann | 1 | -1/+1 | |
2014-01-23 | output/*: move to output/plugins/ | Max Kellermann | 1 | -1/+1 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-10-30 | PlayerCommands: show CrossFade/MixRamp only if enabled | Max Kellermann | 1 | -4/+10 | |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -1/+1 | |
2013-10-20 | *Commands: move to src/command/ | Max Kellermann | 1 | -0/+0 | |
2013-10-20 | command: convert command_return to to a strictly-typed enum | Max Kellermann | 1 | -53/+53 | |
2013-10-20 | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 1 | -5/+5 | |
2013-10-19 | ClientInternal: move class Client to Client.hxx | Max Kellermann | 1 | -1/+1 | |
Publish the Client API, preparing to move more code into the Client class. | |||||
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -49/+49 | |
2013-10-17 | PlayerControl: GetError() returns an Error, not a char* | Max Kellermann | 1 | -7/+3 | |
2013-10-17 | Thread/Thread: replacement library for GThread | Max Kellermann | 1 | -0/+2 | |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann | 1 | -7/+1 | |
2013-09-27 | PlayerControl: use strictly typed enums | Max Kellermann | 1 | -4/+4 | |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -19/+19 | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -3/+3 | |
2013-01-20 | PlayerControl: move functions into the class | Max Kellermann | 1 | -13/+11 | |
2013-01-07 | Playlist: convert functions to methods | Max Kellermann | 1 | -35/+26 | |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | mixer_all: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | volume: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-05 | filter/ReplayGain: add method _set_mode() | Max Kellermann | 1 | -0/+4 | |
Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode(). | |||||
2013-01-04 | Client: add "playlist" attribute | Max Kellermann | 1 | -29/+36 | |
Reduce access to the global variable "g_playlist". | |||||
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -1/+3 | |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -21/+21 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -5/+4 | |
2013-01-02 | update: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2012-09-25 | rename CommandError.h to CommandError.hxx | Max Kellermann | 1 | -1/+1 | |
2012-08-29 | playlist_print: rename to PlaylistPrint.cxx | Max Kellermann | 1 | -1/+1 | |
2012-08-29 | command: move code to *Commands.cxx | Max Kellermann | 1 | -0/+391 | |