Code

release v0.29
[ncmpc.git] / src / playlist.h
2017-03-17 Max Kellermannupdate copyright year
2013-11-08 Max Kellermann*: add "pure" attributes
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 Kellermannmpdclient: removed mpdclient_cmd_swap()
2009-10-18 Max Kellermannplaylist: added function playlist_move()
2009-10-18 Max Kellermannplaylist: don't update the song positions in playlist_s...
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-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-07-09 Max Kellermannplaylist: addded playlist_get_index_from_same_song()
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-09-17 Max Kellermannplaylist: removed "updated" flag
2008-09-17 Max Kellermannplaylist: added playlist_remove_reuse()
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