aboutsummaryrefslogtreecommitdiffstats
path: root/src/StickerDatabase.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sticker*: move to sticker/Max Kellermann2014-01-241-604/+0
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* *: use references instead of pointersMax Kellermann2013-10-191-5/+5
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-56/+57
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-5/+3
| | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
* StickerDatabase: return std::stringMax Kellermann2013-10-171-14/+11
|
* 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