aboutsummaryrefslogtreecommitdiffstats
path: root/src/StickerDatabase.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann2013-10-151-3/+4
|
* Log: new logging library APIMax Kellermann2013-10-021-59/+35
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-15/+13
| | | | Replaces GLib's GError.
* ConfigPath: return a Path objectMax Kellermann2013-08-071-4/+6
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* idle: convert to C++Max Kellermann2013-01-091-4/+1
|
* StickerDatabase: use std::map instead of GHashTableMax Kellermann2013-01-031-52/+23
|
* sticker: convert to C++Max Kellermann2013-01-021-0/+663