aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSticker.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sticker*: move to sticker/Max Kellermann2014-01-241-121/+0
|
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-8/+9
| | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-10/+0
| | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* SongSticker: use Song referencesMax Kellermann2014-01-081-20/+15
|
* *: use references instead of pointersMax Kellermann2013-10-191-6/+6
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-8/+8
|
* StickerDatabase: return std::stringMax Kellermann2013-10-171-1/+1
|
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-25/+10
|
* song: convert header to C++Max Kellermann2013-07-281-38/+24
|
* TagPool, ...: include cleanupMax Kellermann2013-01-301-5/+5
|
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-2/+2
|
* Directory: turn functions to methodsMax Kellermann2013-01-021-4/+2
|
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
|
* sticker: convert to C++Max Kellermann2013-01-021-0/+166