Code

screen_interface: add method mouse(), replacing CMD_MOUSE_EVENT
[ncmpc.git] / src / screen_browser.h
2017-08-02 Max Kellermannscreen_interface: add method mouse(), replacing CMD_MOU...
2017-03-20 Max Kellermannscreen_browser: include cleanup
2017-03-17 Max Kellermannupdate copyright year
2014-05-28 Simon ArlottImplement a search-format configuration option (Mantis...
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-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-11-03 Max KellermannMerge remote branches 'avuton/master' and 'jn/dev'
2011-11-03 Avuton Olrichm4: Add robust curses detection and support
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-12-25 Max Kellermannscreen_browser: export screen_browser_paint_directory()
2009-10-29 Max KellermannMerge branch 'master' of git://git.musicpd.org/jefromi...
2009-10-28 Thomas Jansenscreen_browse: make screen_browser_sync_highlights...
2009-10-10 Max Kellermannscreen_browser: added wrapper function screen_browser_p...
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-09-30 Max Kellermannscreen_browser: pass playlist object to sync_highlights()
2009-09-30 Max Kellermannscreen_browser: removed browser_playlist_changed()
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-13 Max Kellermannscreen_browser: browser_change_directory() to screen_file.c
2009-09-13 Max Kellermannscreen_browser: export browser_get_selected_entry()
2009-06-14 Romain Bignondisplay songs time in playlist
2009-01-01 Avuton OlrichUpdate copyright notices
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-18 Max Kellermannscreen_browser: use bool for return values
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-10-03 Max Kellermannscreen: export the global variable "screen"
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-03 Max Kellermannlist_window: remove list_window_state_t
2008-10-02 Max Kellermannscreen_browser: unexport command implementations
2008-10-02 Max Kellermannscreen_browser: added browser_cmd()
2008-09-25 Max Kellermannscreen_browser: added hotkey for adding song
2008-09-18 Max Kellermannscreen_browser: moved code to browser_select_entry()
2008-09-18 Max Kellermannscreen_browser: moved code to browser_playlist_changed()
2008-09-18 Max Kellermannscreen_browser: moved code to screen_browser.c
2008-09-18 Max Kellermannscreen_browser: added struct screen_browser
2008-09-18 Max Kellermannrenamed screen_browse.h to screen_browser.h