aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* code style, indent with tabs XIMax Kellermann2008-10-031-2/+0
* configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREENMax Kellermann2008-10-021-1/+0
* playlist: reset id in playlist_clear()Max Kellermann2008-09-181-0/+2
* playlist: removed "updated" flagMax Kellermann2008-09-181-1/+0
* use GPtrArray instead of GArray for playlist songsMax Kellermann2008-09-161-4/+3
* playlist: hide direct accesses in inline functionsMax Kellermann2008-09-161-10/+7
* mpdclient: added mpdclient_playlist_init(), mpdclient_playlist_clear()Max Kellermann2008-09-161-3/+22
* mpdclient: moved code to playlist.cMax Kellermann2008-09-161-0/+113