aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/StickerCommands.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-20*Commands: move to src/command/Max Kellermann1-0/+0
2013-10-20command: convert command_return to to a strictly-typed enumMax Kellermann1-15/+15
2013-10-19*: use references instead of pointersMax Kellermann1-6/+6
2013-10-19*: use nullptr instead of NULLMax Kellermann1-1/+1
2013-10-17StickerDatabase: return std::stringMax Kellermann1-4/+3
2013-09-04util/Error: new error passing libraryMax Kellermann1-7/+10
Replaces GLib's GError.
2013-07-28song: convert header to C++Max Kellermann1-5/+5
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-3/+3
2013-01-03client: convert to C++Max Kellermann1-4/+1
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-2/+1
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann1-1/+1
2013-01-03database.h: eliminate db_*_song()Max Kellermann1-44/+28
Use the C++ API.
2013-01-02sticker: convert to C++Max Kellermann1-3/+3
2013-01-02db_lock: convert to C++Max Kellermann1-1/+1
2013-01-02*_print: convert to C++Max Kellermann1-1/+1
2012-08-29command: move code to *Commands.cxxMax Kellermann1-0/+196