Code

release v0.29
[ncmpc.git] / src / playlist.c
2017-03-17 Max Kellermannupdate copyright year
2013-11-08 Max Kellermann*: make variables more local
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-10-18 Max Kellermannplaylist: added function playlist_move()
2009-10-03 Max Kellermannplaylist: removed unused macros
2009-09-30 Max Kellermannplaylist: renamed "id" to "version"
2009-09-29 Max Kellermannscreen_browser: optimize "add+play song" with addid...
2009-09-29 Max Kellermannplaylist: make functions const
2009-09-29 Max Kellermannplaylist: pass struct mpdclient_playlist to functions
2009-09-29 Max Kellermannplaylist: don't check mpd_song_get_uri()!=NULL
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-07-09 Max Kellermannplaylist: pass const pointers when possible
2009-01-01 Avuton OlrichUpdate copyright notices
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-02 Max Kellermannconfigure.ac: define ENABLE_x_SCREEN instead of DISABLE...
2008-09-17 Max Kellermannplaylist: reset id in playlist_clear()
2008-09-17 Max Kellermannplaylist: removed "updated" flag
2008-09-16 Max Kellermannuse GPtrArray instead of GArray for playlist songs
2008-09-16 Max Kellermannplaylist: hide direct accesses in inline functions
2008-09-16 Max Kellermannmpdclient: added mpdclient_playlist_init(), mpdclient_p...
2008-09-16 Max Kellermannmpdclient: moved code to playlist.c