aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSticker.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19*: use references instead of pointersMax Kellermann1-6/+6
2013-10-19*: use nullptr instead of NULLMax Kellermann1-8/+8
2013-10-17StickerDatabase: return std::stringMax Kellermann1-1/+1
2013-10-17Song: GetURI() returns std::stringMax Kellermann1-25/+10
2013-07-28song: convert header to C++Max Kellermann1-38/+24
2013-01-30TagPool, ...: include cleanupMax Kellermann1-5/+5
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-2/+2
2013-01-02Directory: turn functions to methodsMax Kellermann1-4/+2
2013-01-02Directory: make the header C++ onlyMax Kellermann1-1/+1
2013-01-02sticker: convert to C++Max Kellermann1-13/+12
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-04-28sticker: added sticker_delete_value()Max Kellermann1-0/+16
2009-04-01song_sticker: added song_sticker_find()Max Kellermann1-0/+60
2009-03-14sticker: don't export sticker_list_values()Max Kellermann1-16/+0
2009-03-14sticker: added "struct sticker"Max Kellermann1-0/+16
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-11Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen1-4/+4
2009-03-03Add sticker list command.Eric Wollesen1-0/+16
2009-01-19sticker: added song sticker libraryMax Kellermann1-0/+73