summaryrefslogtreecommitdiff
path: root/src/sticker
AgeCommit message (Expand)Author
2015-01-28StickerDatabase: convert the struct name to upper caseMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-12sticker/Match: add inequality operatorsMax Kellermann
2014-12-12sticker/Match: add operator "EQUALS"Max Kellermann
2014-12-12sticker/Song: add enum StickerOperator to sticker_song_find()Max Kellermann
2014-12-12sticker/Database: move code to BindFind()Max Kellermann
2014-12-12sticker/Database: use the Error libraryMax Kellermann
2014-12-12sticker/Database: always invoke sqlite3_reset() and sqlite3_clear_bindings()Max Kellermann
2014-12-12lib/sqlite/Util: add ExecuteModified()Max Kellermann
2014-12-12sticker/Database: add wrapper for sqlite3_step()Max Kellermann
2014-12-12sticker/Database: move SQLite helpers to lib/sqlite/Util.hxxMax Kellermann
2014-12-12lib/sqlite/Domain: add Domain instance for SQLiteMax Kellermann
2014-12-12sticker/Database: remove redundant sqlite3_reset() callsMax Kellermann
2014-12-12sticker/Database: require SQLite 3.7.3Max Kellermann
2014-12-12sticker/Database: make variables more localMax Kellermann
2014-12-12sticker/Database: add sqlite3_bind_text() wrapperMax Kellermann
2014-12-12sticker/Database: remove C-style (void)Max Kellermann
2014-12-04SongSticker: remove obsolete documentationMax Kellermann
2014-10-25SongSticker, playlist/soundcloud: add missing stdlib.h includeMax Kellermann
2014-10-25SongSticker: don't use GLibMax Kellermann
2014-02-19DatabasePlugin: split headerMax Kellermann
2014-02-04SongSticker: add Database reference parameterMax Kellermann
2014-01-29sticker: don't use classes Directory and SongMax Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-24Sticker*: move to sticker/Max Kellermann