Code

screen_*: eliminate redundant wrefresh() calls
[ncmpc.git] / src / screen_outputs.c
2017-03-20 Max Kellermannscreen_*: eliminate redundant wrefresh() calls
2017-03-17 Max Kellermannupdate copyright year
2014-05-28 Simon ArlottImplement a search-format configuration option (Mantis...
2013-11-08 Max Kellermann*: make variables more local
2013-11-08 Max Kellermann*: use Compiler.h macros instead of glib.h
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äferuse mpdclient_finish_command at the obvious places
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-11-03 Max KellermannMerge remote branches 'avuton/master' and 'jn/dev'
2011-11-02 Jonathan Neuschäferscreen_outputs.c: fix indentation
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-11-07 Max Kellermannscreen_outputs: set list_window length to 0 if not...
2009-10-31 Max Kellermannscreen_outputs: preserve cursor position after update
2009-10-17 Max Kellermanncheck the return value of mpdclient_get_connection()
2009-10-17 Max Kellermannscreen_outputs: reset list_window length in clear_outpu...
2009-10-11 Max Kellermannscreen_outputs: paint "enabled" checkbox
2009-10-10 Max Kellermannlist_window: added function list_window_resize()
2009-10-10 Max Kellermannlist_window: don't invoke callback out-of-range
2009-10-10 Max Kellermannlist_window: added attribute "length"
2009-10-09 Max Kellermannlist_window: removed the list_window_t typedef
2009-10-03 Max Kellermannmpdclient: wrap access in mpdclient_get_connection()
2009-10-02 Max Kellermannuse mpdclient_is_connected()
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-10-01 Max Kellermannscreen: moved screen_interface externs to each screen...
2009-09-30 Max Kellermannscreen_outputs: toggle_output() returns bool
2009-09-30 Max Kellermannscreen_outputs: implemented the SCREEN_UPDATE command
2009-09-30 Max Kellermannscreen_outputs: added update() method
2009-09-30 Max Kellermannmoved struct screen_functions to screen_interface.h
2009-09-29 Max Kellermannscreen_outputs: finish response in fill_outputs_list()
2009-09-29 Max Kellermannmpdclient: don't export mpdclient_finish_command()
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-13 Max Kellermannscreen_search, screen_outputs: added connection==NULL...
2009-06-14 Romain Bignondisplay songs time in playlist
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-05 Mikael Svantessonscreen_outputs: new screen to control MPD's output...