Code

release v0.29
[ncmpc.git] / src / player_command.c
2017-03-19 Max Kellermannmpdclient: automatically re-enter idle mode, eliminate...
2017-03-17 Max Kellermannupdate copyright year
2013-11-08 Max Kellermann*: make variables more local
2013-11-07 Max Kellermannscreen_queue: rename "playlist" to "queue"
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-22 Jonathan Neuschäferrename screen_message to screen_status
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
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