Code

renamed visual selection to range selection
[ncmpc.git] / src / screen_browser.c
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()
2008-09-25 Max Kellermannscreen_browser: added hotkey for adding song
2008-09-25 Max Kellermanncode style, indent with tabs X
2008-09-22 Max Kellermannscreen: moved list_window mouse code to list_window.c
2008-09-21 Max Kellermannbrowser: check if the selection is valid
2008-09-19 Max Kellermannfilelist: use GPtrArray instead of GList
2008-09-19 Max Kellermannbrowser: added function browser_get_selected()
2008-09-19 Max Kellermannfilelist: provide more functions for working with a...
2008-09-19 Max Kellermannfilelist: drop "mpdclient" prefix
2008-09-19 Max Kellermannbrowser: use mpdclient_filelist_find_song() in set_high...
2008-09-19 Max Kellermannbrowser: song must not be NULL in set_highlight()
2008-09-18 Max Kellermannscreen_browser: removed entity.song!=NULL check
2008-09-18 Max Kellermannscreen_browser: removed redundant highlight check
2008-09-18 Max Kellermannscreen_browser: removed redundant entity type checks
2008-09-18 Max Kellermannscreen_browser: moved code to browser_select_entry()
2008-09-18 Max Kellermannscreen_browser: removed commented code
2008-09-18 Max Kellermannscreen_browser: moved code to browser_playlist_changed()
2008-09-18 Max Kellermannscreen_browser: moved code to screen_browser.c