aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistFile.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-03PlaylistFile: use class SongLoaderMax Kellermann1-1/+4
2014-02-03PlaylistFile: switch spl_append_uri() argumentsMax Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-2/+2
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-19*: use references instead of pointersMax Kellermann1-1/+1
2013-10-02Playlist*: use nullptr instead of NULLMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-11/+10
2013-08-07*: remove remaining __cplusplus checksMax Kellermann1-4/+0
2013-07-28song: convert header to C++Max Kellermann1-2/+2
2013-01-30TagPool, ...: include cleanupMax Kellermann1-3/+2
2013-01-04PlaylistFile: reuse classes PlaylistInfo and PlaylistVectorMax Kellermann1-10/+3
2013-01-02don't include stdbool.h in C++ sourcesMax Kellermann1-1/+0
2012-09-28main: use C++ compilerMax Kellermann1-12/+2
2012-09-28PlaylistFile: use std::list instead of GPtrArrayMax Kellermann1-13/+25
2012-09-28stored_playlist, playlist_save: use C++ compilerMax Kellermann1-1/+5
2011-09-11stored_playlist: return GError, code is playlist_resultMax Kellermann1-18/+17
2011-09-11playlist: move enum playlist_result to playlist_error.hMax Kellermann1-1/+1
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-25playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann1-0/+8
2009-01-25stored_playlist: moved configuration variables from playlist.cMax Kellermann1-0/+8
2008-12-04stored_playlist: include time.h for the time_t typeMax Kellermann1-0/+1
2008-10-23stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann1-0/+3
2008-10-23stored_playlist: spl_load() returns GPtrArrayMax Kellermann1-2/+4
2008-10-23stored_playlist: unsigned index argumentsMax Kellermann1-2/+2
2008-10-22stored_playlist: added spl_list()Max Kellermann1-0/+18
2008-10-22stored_playlist: spl_append_uri() returns enum playlist_resultMax Kellermann1-1/+1
2008-10-22stored_playlist: de-CamelCase moved functionMax Kellermann1-3/+2
2008-10-22stored_playlist: moved functions from playlist.cMax Kellermann1-0/+4
2008-10-22stored_playlist: no CamelCaseMax Kellermann1-6/+7
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann1-2/+2
2008-10-08song: converted typedef Song to struct songMax Kellermann1-2/+3
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann1-6/+13
2008-04-12clean up CPP includesMax Kellermann1-1/+0
2008-01-01storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong1-8/+1
2008-01-01storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong1-7/+3
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman1-0/+2
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman1-0/+46