aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpdclient.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpdclient: use g_utf8_collate()Max Kellermann2008-11-071-8/+3
* mpdclient: removed _utf8 suffix from function namesMax Kellermann2008-11-071-4/+4
* mpdclient: expect UTF-8 stringsMax Kellermann2008-11-071-66/+9
* moved code to charset.cMax Kellermann2008-10-021-1/+1
* removed LIST_FORMAT, STATUS_FORMATMax Kellermann2008-10-021-3/+2
* removed the debugging function D()Max Kellermann2008-10-021-27/+1
* filelist: removed attribute "updated"Max Kellermann2008-09-251-2/+0
* mpdclient: check errorCode only if MPD_ERROR_ACK is setMax Kellermann2008-09-211-1/+2
* mpdclient: fix memory leak in mpdclient_finish_command()Max Kellermann2008-09-211-4/+5
* code style, indent with tabs VIIIMax Kellermann2008-09-211-171/+143
* mpdclient: don't call screen_status_message()Max Kellermann2008-09-211-2/+0
* Adding crop feature in ncmpcYannick LM2008-09-211-0/+35
* filelist: use GPtrArray instead of GListMax Kellermann2008-09-191-5/+4
* filelist: provide more functions for working with a filelistMax Kellermann2008-09-191-23/+9
* filelist: drop "mpdclient" prefixMax Kellermann2008-09-191-2/+2
* mpdclient: moved code to filelist.cMax Kellermann2008-09-191-49/+0
* code style, indent with tabs VIIMax Kellermann2008-09-191-23/+16
* playlist: removed "updated" flagMax Kellermann2008-09-181-2/+0
* playlist: added playlist_remove_reuse()Max Kellermann2008-09-171-1/+3
* make several functions return voidMax Kellermann2008-09-171-10/+8
* playlist: use playlist_get() instead of playlist_get_song()Max Kellermann2008-09-171-4/+6
* code style, indent with tabs IIIMax Kellermann2008-09-171-84/+77
* mpdclient: call playlist_clear() in mpdclient_playlist_update()Max Kellermann2008-09-171-2/+1
* playlist: hide direct accesses in inline functionsMax Kellermann2008-09-161-27/+12
* mpdclient: added mpdclient_playlist_init(), mpdclient_playlist_clear()Max Kellermann2008-09-161-3/+5
* mpdclient: moved code to playlist.cMax Kellermann2008-09-161-82/+0
* song: use struct mpd_songMax Kellermann2008-09-161-27/+27
* code style, indent with tabs IIMax Kellermann2008-09-161-51/+49
* use GArray for playlist instead of GListMax Kellermann2008-09-151-87/+65
* free info entity while iteratingMax Kellermann2008-09-151-0/+2
* use size_t and unsigned integersMax Kellermann2008-09-151-3/+3
* fix shadow warningsMax Kellermann2008-09-151-13/+13
* include cleanupMax Kellermann2008-09-151-8/+7
* const pointersMax Kellermann2008-09-151-7/+7
* use !NDEBUG instead of DEBUGMax Kellermann2008-09-151-2/+2
* code style, indent with tabsMax Kellermann2008-09-151-273/+272
* remove unused static functionsMax Kellermann2008-09-151-11/+0
* way too much stuff to describe hereAndreas Obergrusberger2007-02-161-0/+24
* filelist sorting improvedAndreas Obergrusberger2006-10-281-0/+38
* due to bensonk's demand i added a splash screen.Andreas Obergrusberger2006-09-071-2/+4
* spelling fixes by avutonAndreas Obergrusberger2006-08-121-1/+1
* translation updates, template and german. another little build fixAndreas Obergrusberger2006-08-051-1/+3
* patch by jat to fix http://musicpd.org/mantis/view.php?id=1293Andreas Obergrusberger2006-08-041-5/+2
* Added exact_match parameter to mpdclient_filelist_search()Kalle Wallin2005-06-141-4/+45
* Added an experimental artist (browser) screenKalle Wallin2005-06-061-9/+56
* Added a search screenKalle Wallin2004-11-151-0/+34
* Fixed the plchanges codeKalle Wallin2004-07-021-58/+25
* Added _utf8 suffix to all functions that take utf8 arguments.Kalle Wallin2004-06-201-7/+33
* Added the mpdclient_cmd_add_path functionKalle Wallin2004-06-181-0/+12
* enabled plchanges, update playlist_length after removing songsKalle Wallin2004-06-171-21/+32