aboutsummaryrefslogtreecommitdiffstats
path: root/src/OtherCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Playlist, Song: clarify parameter encodingMax Kellermann2013-01-181-3/+3
|
* Client: move "idle" functions into the classMax Kellermann2013-01-161-3/+2
|
* idle: convert to C++Max Kellermann2013-01-091-4/+1
|
* volume: convert to C++Max Kellermann2013-01-071-1/+1
|
* PlaylistFile: reuse classes PlaylistInfo and PlaylistVectorMax Kellermann2013-01-041-1/+1
| | | | .. instead of rolling own classes.
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-15/+15
|
* ls.h: rename to ls.hxxMax Kellermann2013-01-031-1/+1
|
* client: convert to C++Max Kellermann2013-01-031-6/+6
|
* decoder_print: convert to C++Max Kellermann2013-01-031-1/+1
|
* permission: convert to C++Max Kellermann2013-01-031-1/+1
|
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
|
* mapper: convert to C++Max Kellermann2013-01-021-1/+1
|
* sticker: convert to C++Max Kellermann2013-01-021-1/+1
|
* *_print: convert to C++Max Kellermann2013-01-021-3/+3
|
* update: convert to C++Max Kellermann2013-01-021-1/+1
|
* main: use C++ compilerMax Kellermann2012-09-281-1/+1
|
* PlaylistFile: use std::list instead of GPtrArrayMax Kellermann2012-09-281-14/+7
|
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-1/+5
|
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-251-1/+1
|
* command: add COMMAND_RETURN_IDLEMax Kellermann2012-09-251-2/+1
| | | | Eliminate the hack in handle_idle().
* command: move remaining handlers to OtherCommands.cxxMax Kellermann2012-09-251-0/+315