Code

Adding crop feature in ncmpc
[ncmpc.git] / src / mpdclient.c
2008-09-21 Yannick LMAdding crop feature in ncmpc
2008-09-19 Max Kellermannfilelist: use GPtrArray instead of GList
2008-09-19 Max Kellermannfilelist: provide more functions for working with a...
2008-09-19 Max Kellermannfilelist: drop "mpdclient" prefix
2008-09-19 Max Kellermannmpdclient: moved code to filelist.c
2008-09-19 Max Kellermanncode style, indent with tabs VII
2008-09-17 Max Kellermannplaylist: removed "updated" flag
2008-09-17 Max Kellermannplaylist: added playlist_remove_reuse()
2008-09-17 Max Kellermannmake several functions return void
2008-09-17 Max Kellermannplaylist: use playlist_get() instead of playlist_get_song()
2008-09-17 Max Kellermanncode style, indent with tabs III
2008-09-17 Max Kellermannmpdclient: call playlist_clear() in mpdclient_playlist_...
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
2008-09-16 Max Kellermannsong: use struct mpd_song
2008-09-16 Max Kellermanncode style, indent with tabs II
2008-09-15 Max Kellermannuse GArray for playlist instead of GList
2008-09-15 Max Kellermannfree info entity while iterating
2008-09-15 Max Kellermannuse size_t and unsigned integers
2008-09-15 Max Kellermannfix shadow warnings
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermannuse !NDEBUG instead of DEBUG
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2007-02-16 Andreas Obergrusbergerway too much stuff to describe here
2006-10-28 Andreas Obergrusbergerfilelist sorting improved
2006-09-07 Andreas Obergrusbergerdue to bensonk's demand i added a splash screen.
2006-08-12 Andreas Obergrusbergerspelling fixes by avuton
2006-08-05 Andreas Obergrusbergertranslation updates, template and german. another littl...
2006-08-04 Andreas Obergrusbergerpatch by jat to fix musicpd.org/mantis/view.php?id...
2005-06-14 Kalle WallinAdded exact_match parameter to mpdclient_filelist_search()
2005-06-06 Kalle WallinAdded an experimental artist (browser) screen
2004-11-15 Kalle WallinAdded a search screen
2004-07-02 Kalle WallinFixed the plchanges code
2004-06-20 Kalle WallinAdded _utf8 suffix to all functions that take utf8...
2004-06-18 Kalle WallinAdded the mpdclient_cmd_add_path function
2004-06-17 Kalle Wallinenabled plchanges, update playlist_length after removin...
2004-06-16 Kalle Wallinlibmpdclient updated (r1507) - added path to mpdclient_...
2004-06-15 Kalle WallinDisable plchanges - need to redesign the plchanges...
2004-06-15 Kalle WallinSort playlist if needed after plchanges,
2004-06-14 Kalle WallinUpdated error handling
2004-06-14 Kalle WallinFixed mpdclient_filelist_update()
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)