Code

screen_interface: add method mouse(), replacing CMD_MOUSE_EVENT
[ncmpc.git] / src / screen_browser.c
2017-08-02 Max Kellermannscreen_interface: add method mouse(), replacing CMD_MOU...
2017-03-17 Max Kellermannupdate copyright year
2014-07-14 Max Kellermannscreen_browser: fix crash on "jump" (hotkey ".")
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
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-06-19 Max Kellermannscreen_browser: check for error before adding song...
2010-01-17 Max Kellermannscreen_browser: fixed jump to playlist file
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-12-27 Sebastian Harlinclude "config.h" in all files using HAVE_* defines
2009-12-25 Max Kellermannscreen_browser: export screen_browser_paint_directory()
2009-12-10 Max Kellermannscreen_browser: explicitly initialize local variable
2009-10-29 Thomas Jansenscreen_browser: removed unnecessary reverse wattroff.
2009-10-29 Thomas Jansenscreen_browse: removed unnecessary color selection
2009-10-29 Thomas Jansenscreen_browser: removed duplicate line clearing
2009-10-20 Max Kellermannhscroll: reimplemented the hscroll library
2009-10-20 Max Kellermannscreen_browser: initialize local variable
2009-10-18 Max Kellermannscreen_browser: free temporary string
2009-10-17 Max Kellermanncheck the return value of mpdclient_get_connection()
2009-10-17 Max Kellermannscreen_browser: convert path only for the message
2009-10-11 Max Kellermannlist_window: removed second column support
2009-10-11 Max Kellermannscreen_browser: moved paint_song() to song_paint.c
2009-10-11 Max Kellermannscreen_browser: display song duration
2009-10-11 Max Kellermannscreen_browser: don't return directory name with square...
2009-10-11 Max Kellermannscreen_browser: added custom list painting function
2009-10-11 Max Kellermannlist_window: added callback function for row painting
2009-10-10 Max Kellermannscreen_browser: added wrapper function screen_browser_p...
2009-10-10 Max Kellermannlist_window: removed selected_start, selected_end
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 Kellermannscreen_{play,keydef,text}: use list_window_set_cursor()
2009-10-03 Max Kellermannmpdclient: wrap access in mpdclient_get_connection()
2009-10-03 Max Kellermannscreen_browser: select next item after select/add
2009-10-01 Max Kellermannscreen_utils: moved screen_find() to screen_find.c
2009-10-01 Max Kellermannscreen_browser: check connection in screen_file_cmd()
2009-10-01 Max Kellermannmpdclient: convert all functions to return "bool"
2009-10-01 Max Kellermannmpdclient: removed several functions
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_browser: add "const" to several variables
2009-09-30 Max Kellermannscreen_browser: pass playlist object to sync_highlights()
2009-09-30 Max Kellermannmoved screen_file_goto_song() prototype to screen_file.h
2009-09-30 Max Kellermannscreen_browser: removed browser_playlist_changed()
2009-09-30 Max Kellermannscreen_browser: repair the "mini" version
2009-09-29 Max Kellermannscreen_browser: optimize "add+play song" with addid...
2009-09-29 Max Kellermannplaylist: pass struct mpdclient_playlist to functions
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-13 Max Kellermannscreen_browser: browser_get_selected_X() returns const...
2009-09-13 Max Kellermannscreen_browser: added filelist==NULL checks
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-09-13 Max Kellermannscreen_browser: added function browser_get_selected_song()
2009-09-13 Max Kellermannscreen_browser: pass mpd_PlaylistFile object to load_pl...
2009-09-13 Max Kellermannscreen_browser: moved range selection check to browser_...
2009-09-11 Thomas Jansenupdate lyrics screen when a new song starts
2009-07-09 Max Kellermannplaylist: addded playlist_get_index_from_same_song()
2009-06-14 Romain Bignondisplay songs time in playlist
2009-03-26 Romain Bignonrenamed visual selection to range selection
2009-03-25 Jeffrey Middletonscreen_browser: select/add for visual selection
2009-03-23 Jeffrey Middletonscreen swap works with song/lyrics screens
2009-03-13 Patrick HallenMake it possible to switch to the song viewer from...
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-02-11 Patrick Hallenscreen_browser: Added the jump command to the browser...
2009-01-06 Max Kellermannscreen_browser: removed "OLD_ADD" code
2009-01-06 Max Kellermannremoved newline from translatable strings
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-25 Max Kellermannadded comments for translators
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-24 Thomas Jansenscreen_browser.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-18 Max Kellermannscreen_song: check CMD_VIEW only if song screen is...
2008-11-18 Max Kellermannscreen_song: new screen which views song information
2008-11-18 Max Kellermannscreen_browser: always declare variable "entry"
2008-11-18 Max Kellermanncommand: added CMD_LOCATE to locate song in database
2008-11-18 Max Kellermannfilelist: filelist_find_song() returns position instead...
2008-11-18 Max Kellermannscreen_browser: eliminated local variable "entity"
2008-11-18 Max Kellermannscreen_browser: check if filelist is set
2008-11-18 Max Kellermannscreen_browser: use bool for return values
2008-11-07 Max Kellermannmpdclient: removed _utf8 suffix from function names
2008-11-07 Max Kellermannmpdclient: expect UTF-8 strings
2008-11-07 Max Kellermannscreen_browser: free g_path_get_dirname() return value
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-10-08 Max Kellermannscreen_browser: fix warning when lyrics screen is disabled
2008-10-03 Max Kellermannscreen: export the global variable "screen"
2008-10-03 Max Kellermanndon't import mpdclient_finish_command() twice
2008-10-03 Max Kellermannlist_window: remove list_window_state_t
2008-10-03 Max Kellermannuse g_basename() instead of basename()
2008-10-02 Max Kellermannscreen_browser: added constant playlist_format
2008-10-02 Max Kellermannmoved code to charset.c
2008-10-02 Max Kellermannremoved LIST_FORMAT, STATUS_FORMAT
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-10-02 Max Kellermannremoved the debugging function D()
2008-10-02 Max Kellermannscreen_browser: unexport command implementations
2008-10-02 Max Kellermannscreen_lyrics: add screen_lyrics_switch()
2008-10-02 Max Kellermannscreen_browser: added browser_cmd()
next