aboutsummaryrefslogtreecommitdiffstats
path: root/src/AllCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Commands: move to src/command/Max Kellermann2013-10-201-375/+0
|
* command: convert command_return to to a strictly-typed enumMax Kellermann2013-10-201-13/+12
|
* Client: move trivial functions into the Client classMax Kellermann2013-10-191-3/+3
|
* *: use references instead of pointersMax Kellermann2013-10-191-25/+20
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-17/+17
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-10/+8
| | | | Replaces GLib's GError.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-11/+8
|
* Commands: new command "toggleoutput"Max Kellermann2013-08-041-0/+1
|
* tag: convert to C++Max Kellermann2013-07-301-1/+1
|
* tokenizer: convert to C++Max Kellermann2013-04-081-8/+6
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-8/+8
|
* client: convert to C++Max Kellermann2013-01-031-7/+3
|
* permission: convert to C++Max Kellermann2013-01-031-1/+1
|
* sticker: convert to C++Max Kellermann2013-01-021-3/+3
|
* command.h: move function prototypes to AllCommands.hMax Kellermann2012-09-251-0/+5
|
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-251-1/+0
|
* command: rename to AllCommands.cxxMax Kellermann2012-09-251-0/+387