aboutsummaryrefslogtreecommitdiffstats
path: root/src/sticker.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* Merge branch 'v0.15.x'Max Kellermann2009-11-101-0/+4
|\
| * sticker: added fallback for sqlite3_prepare_v2()Max Kellermann2009-11-101-0/+4
* | sticker: use GError for error handlingMax Kellermann2009-07-051-14/+33
|/
* sticker: added sticker_delete_value()Max Kellermann2009-04-281-0/+55
* sticker: added sticker_find()Max Kellermann2009-04-011-0/+69
* sticker: pass const sticker to sticker_foreach()Max Kellermann2009-04-011-2/+2
* sticker: move SQLite statements into an arrayMax Kellermann2009-03-271-70/+75
* sticker: sticker_load_value() returns NULL on error, not falseMax Kellermann2009-03-141-4/+4
* sticker: initialize hash table in sticker_new()Max Kellermann2009-03-141-18/+26
* sticker: don't export sticker_list_values()Max Kellermann2009-03-141-1/+1
* sticker: added "struct sticker"Max Kellermann2009-03-141-0/+62
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
* Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen2009-03-111-11/+10
* Add sticker list command.Eric Wollesen2009-03-031-3/+72
* Add idle event on sticker deletion, update and insertionQball Cow2009-01-251-0/+5
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-191-0/+361