aboutsummaryrefslogtreecommitdiffstats
path: root/src/sticker.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-10sticker: added fallback for sqlite3_prepare_v2()Max Kellermann1-0/+4
2009-07-05sticker: use GError for error handlingMax Kellermann1-14/+33
2009-04-28sticker: added sticker_delete_value()Max Kellermann1-0/+55
2009-04-01sticker: added sticker_find()Max Kellermann1-0/+69
2009-04-01sticker: pass const sticker to sticker_foreach()Max Kellermann1-2/+2
2009-03-27sticker: move SQLite statements into an arrayMax Kellermann1-70/+75
2009-03-14sticker: sticker_load_value() returns NULL on error, not falseMax Kellermann1-4/+4
2009-03-14sticker: initialize hash table in sticker_new()Max Kellermann1-18/+26
2009-03-14sticker: don't export sticker_list_values()Max Kellermann1-1/+1
2009-03-14sticker: added "struct sticker"Max Kellermann1-0/+62
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-11Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen1-11/+10
2009-03-03Add sticker list command.Eric Wollesen1-3/+72
2009-01-25Add idle event on sticker deletion, update and insertionQball Cow1-0/+5
2009-01-19sticker: new library for storing dynamic information about songsMax Kellermann1-0/+361