aboutsummaryrefslogtreecommitdiffstats
path: root/src/StickerDatabase.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-4/+4
|
* *: use references instead of pointersMax Kellermann2013-10-191-2/+2
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-6/+4
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-1/+1
| | | | | | | 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-3/+5
|
* StickerDatabase: add pure/const attributesMax Kellermann2013-10-171-0/+4
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-3/+2
| | | | Replaces GLib's GError.
* ConfigPath: return a Path objectMax Kellermann2013-08-071-1/+2
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* sticker: convert to C++Max Kellermann2013-01-021-0/+157