Code

mpdclient.h: fix the spelling of "occurred"
[ncmpc.git] / src / mpdclient.h
2011-03-31 Jonathan Neuschäfermpdclient.h: fix the spelling of "occurred"
2009-11-02 Max Kellermannmpdclient: added inline function mpdclient_is_playing()
2009-10-18 Max Kellermannmpdclient: removed mpdclient_cmd_swap()
2009-10-18 Max Kellermannmpdclient: added function mpdclient_cmd_move()
2009-10-17 Max Kellermannmpdclient: renamed mpdclient_cmd_move() to mpdclient_cm...
2009-10-17 Max Kellermannmpdclient: removed mpdclient_cmd_play()
2009-10-10 Max Kellermannscreen_artist.c: use libmpdclient to obtain artist...
2009-10-03 Max Kellermannmpdclient: use the "idle" command to reduce CPU and...
2009-10-03 Max Kellermannmpdclient: wrap access in mpdclient_get_connection()
2009-10-03 Max Kellermannmpdclient: removed mpdclient_filelist_get()
2009-10-03 Max Kellermannmpdclient: removed mpdclient_filelist_search()
2009-10-01 Max Kellermannmpdclient: convert all functions to return "bool"
2009-10-01 Max Kellermannmpdclient: removed several functions
2009-09-30 Max Kellermannmpdclient: added mpdclient_cmd_delete_range()
2009-09-30 Max Kellermannmpdclient: added function mpdclient_get_current_song()
2009-09-30 Max Kellermannmpdclient: removed all callbacks
2009-09-30 Max Kellermannmpdclient: added property "events", emulate idle
2009-09-30 Max Kellermannmpdclient: replaced error_callback with imported function
2009-09-30 Max Kellermannmpdclient.h: include mpd/client.h instead of mpd/tag.h
2009-09-30 Max Kellermannmpdclient: renamed "updatingdb" to "update_id"
2009-09-30 Max Kellermannplayer_command: use libmpdclient2 directly
2009-09-29 Max Kellermannmpdclient: mpdclient_update() returns bool
2009-09-29 Max Kellermannmpdclient: mpdclient_connect() returns bool
2009-09-29 Max Kellermannmpdclient: mpdclient_disconnect() returns void
2009-09-29 Max Kellermannplaylist: make functions const
2009-09-29 Max Kellermannscreen_client: allow multiple queued database updates
2009-09-29 Max Kellermannmpdclient: don't export mpdclient_finish_command()
2009-09-29 Max Kellermannmpdclient: export mpdclient_handle_error()
2009-09-29 Max Kellermannmpdclient: removed the "need_update" flag
2009-09-29 Max Kellermannmpdclient: added mpdclient_is_connected()
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-13 Max Kellermannfilelist: removed "path" attribute
2009-08-24 Max Kellermannmpdclient: pass const song object to mpdclient_cmd_add()
2009-08-15 Max Kellermannmpdclient: pass const strings
2009-06-12 Max Kellermannmpdclient: added mpdclient_cmd_volume_up(), mpdclient_c...
2009-06-12 Max Kellermannmpdclient: moved browse callback invocation from screen.c
2009-03-30 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-03-29 Romain Bignonsupport the 'consume' mode
2009-03-27 Romain Bignonsupport the new 'single' state feature
2009-02-16 Romain Bignonrange requires unsigned integers.
2009-02-13 Romain Bignonuse the new mpd shufflerange command.
2009-01-07 Max Kellermannlibmpdclient: fix shadow warnings
2008-11-07 Max Kellermannmpdclient: removed _utf8 suffix from function names
2008-11-07 Max Kellermannmpdclient: expect UTF-8 strings
2008-10-06 Max Kellermanncode style, indent with tabs XII
2008-09-21 Yannick LMAdding crop feature in ncmpc
2008-09-19 Max Kellermannmpdclient: moved code to filelist.c
2008-09-17 Max Kellermannmake several functions return void
2008-09-16 Max Kellermannmpdclient: moved code to playlist.c
2008-09-16 Max Kellermannsong: use struct mpd_song
2008-09-16 Max Kellermannmpdclient: add struct names, for forward declarations
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 Kellermanninclude cleanup
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
2007-02-16 Andreas Obergrusbergerway too much stuff to describe here
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-06-24 Kalle WallinRenamed mpd version macro
2004-06-22 Kalle Wallinadded screen_bell() for optional audible/visible bells
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-16 Kalle Wallinlibmpdclient updated (r1507) - added path to mpdclient_...
2004-06-15 Kalle Wallingit-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497...
2004-06-14 Kalle WallinUpdated error handling
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)