Code

release v0.29
[ncmpc.git] / src / screen_client.c
2017-03-17 Max Kellermannmpdclient: remove unused attribute "update_id"
2017-03-17 Max Kellermannscreen_client: move functions to callbacks.c
2017-03-17 Max Kellermannupdate copyright year
2013-11-08 Max Kellermann*: make variables more local
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-22 Jonathan Neuschäferrename screen_message to screen_status
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
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 Kellermannscreen_client: recover from UPDATE_ALREADY error
2009-10-02 Max Kellermannuse mpdclient_is_connected()
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-09-30 Max Kellermannmpdclient: replaced error_callback with imported function
2009-09-30 Max Kellermannmpdclient: renamed "updatingdb" to "update_id"
2009-09-30 Max Kellermannscreen_utils: don't pass WINDOW to screen_readln()
2009-09-29 Max Kellermannscreen_client: allow multiple queued database updates
2009-09-29 Max Kellermannscreen_file: moved update code to screen_client.c
2009-09-29 Max Kellermannscreen_client: screen_auth() returns bool
2009-09-29 Max Kellermannscreen_client: don't update twice in screen_auth()
2009-09-29 Max Kellermannscreen_client: removed curs_set() call from screen_auth()
2009-09-29 Max Kellermannscreen_utils: moved screen_auth() to screen_client.c