Code

renamed screen_play.c to screen_queue.c
[ncmpc.git] / src / player_command.c
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