Code

doc: Updated manpage.
[ncmpc.git] / src / player_command.c
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-11-02 Max Kellermannplayer_command: implement setup_seek() without a song...
2009-11-02 Max Kellermannplayer_command: merged code into setup_seek()
2009-11-02 Max Kellermannplayer_command: break from switch if not playing
2009-10-17 Max Kellermanncheck the return value of mpdclient_get_connection()
2009-10-03 Max Kellermannmpdclient: wrap access in mpdclient_get_connection()
2009-10-02 Max Kellermannuse mpdclient_is_connected()
2009-10-01 Max Kellermannmpdclient: convert all functions to return "bool"
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-10-01 Max Kellermannscreen: eliminated state macros
2009-09-30 Max Kellermannmpdclient: added function mpdclient_get_current_song()
2009-09-30 Max Kellermannplayer_command: use libmpdclient2 directly
2009-09-29 Max Kellermannscreen_file: moved update code to screen_client.c
2009-09-28 Max Kellermannmoved the idle timer to player_command.c
2009-09-28 Max Kellermannplayer_command: handle_player_command() returns bool
2009-09-28 Max Kellermannscreen: moved screen_client_cmd() to player_command.c