Code

screen_*: eliminate redundant wrefresh() calls
[ncmpc.git] / src / screen_search.c
2017-03-20 Max Kellermannscreen_*: eliminate redundant wrefresh() calls
2017-03-17 Max Kellermannupdate copyright year
2017-03-10 Max Kellermannscreen_{find,search}: work around gcc7 -Wimplicit-fallt...
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
2012-08-01 Max Kellermannscreen_search: fix crash when disconnected
2011-12-22 Jonathan Neuschäferoptions: get_key_names: use bool
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
2011-08-31 Max KellermannMerge remote branches 'jn/doc', 'jn/stuff' and 'jn...
2011-08-29 Jonathan Neuschäferscreen_search: make SEARCH_ARTIST_TITLE part of an...
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-11-03 Romain Bignonuse MPD_IDLE_QUEUE instead of deprecated MPD_IDLE_PLAYL...
2009-11-01 Max Kellermannscreen_search: revert label to "Filename"
2009-10-11 Max Kellermannlist_window: removed second column support
2009-10-10 Max Kellermannscreen_browser: added wrapper function screen_browser_p...
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-10 Max Kellermannscreen_search: moved help text into a global variable
2009-10-03 Max Kellermannmpdclient: wrap access in mpdclient_get_connection()
2009-10-03 Max Kellermannscreen_search: eliminate duplicate results
2009-10-03 Max KellermannMerge branch 'master' of git://git.musicpd.org/mithi...
2009-10-03 Max Kellermannscreen_search: moved code to screen_search_reload()
2009-10-03 Max Kellermannscreen_search: check for SEARCH_URI in search_simple_qu...
2009-10-02 Max Kellermannscreen_search: pass libmpdclient object to search_simpl...
2009-10-02 Max Kellermannfilelist: added constructor filelist_new_recv()
2009-10-02 Max Kellermannscreen_search: pass libmpdclient object to search_advan...
2009-10-02 Max Kellermannscreen_search: return NULL if advanced search is not...
2009-10-02 Max Kellermannscreen_search: use strchr() instead of strrstr()
2009-10-02 Max Kellermannscreen_search: removed pointless loop in search_advance...
2009-10-02 Max Kellermannscreen_search: renamed filelist_search() to search_simp...
2009-10-02 Max Kellermannscreen_search: call do_search() on CMD_SCREEN_UPDATE
2009-10-02 Max Kellermannscreen_search: moved search calls to do_search()
2009-10-02 Max Kellermannscreen_search: removed check for MPD >= 0.12
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_browser: pass playlist object to sync_highlights()
2009-09-30 Max Kellermannmoved struct screen_functions to screen_interface.h
2009-09-30 Max Kellermannscreen_search: renamed internal functions
2009-09-30 Max Kellermannscreen_search: use idle events instead of playlist...
2009-09-30 Max Kellermannscreen_utils: don't pass WINDOW to screen_readln()
2009-09-29 Max Kellermannmpdclient: don't export mpdclient_finish_command()
2009-09-29 Max Kellermannscreen_search: clear return value on error
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-24 Max Kellermannscreen_search: pass const string to search_get_tag_id()
2009-09-13 Max Kellermannscreen_search, screen_outputs: added connection==NULL...
2009-09-13 Max Kellermannfilelist: removed "path" attribute
2009-06-14 Romain Bignondisplay songs time in playlist
2009-06-12 Max Kellermannscreen_search: removed unused macros
2009-04-14 Loui Changscreen_search.c: Fix typo and tweak spacing of search...
2009-03-07 Patrick Hallenmpdclient: Fixes sorting of the filelist.
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-02-12 Patrick HallenRemoved colons to simplify translation.
2009-01-01 Avuton OlrichUpdate copyright notices
2008-11-30 Max Kellermannscreen_search: use filelist_new() instead of g_malloc0()
2008-11-27 Max Kellermannlist_window: converted "flags" to one "bool" variable
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-24 Thomas Jansenscreen_search.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-19 Max Kellermannscreen_search: don't include ncurses.h directly
2008-11-18 Max Kellermannscreen: method cmd() returns bool
2008-11-18 Max Kellermannscreen_{file,artist,search}: repaint only if screen...
2008-11-07 Max Kellermannwreadln: return NULL instead of empty string
2008-11-07 Max Kellermannmpdclient: expect UTF-8 strings
2008-11-07 Max Kellermannscreen_search: fixed 2 memory leaks
2008-10-03 Max Kellermannscreen: export the global variable "screen"
2008-10-03 Max Kellermannscreen: don't pass mpdclient pointer to method paint()
2008-10-03 Max Kellermannscreen_search: array index is tag id
2008-10-03 Max Kellermanndon't import mpdclient_finish_command() twice
2008-10-03 Max Kellermannscreen_search: removed the FUTURE macro
2008-10-02 Max Kellermannmoved code to charset.c
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: added browser_cmd()
2008-09-25 Max Kellermannscreen_browser: added hotkey for adding song
2008-09-25 Max Kellermannscreen: replaced get_cur_mode_id() with screen_is_visible()
2008-09-25 Max Kellermannscreen: don't compile disabled sources
2008-09-25 Max Kellermannfilelist: removed attribute "updated"
2008-09-25 Max Kellermannscreen_search: removed update() method
2008-09-25 Max Kellermannscreen_search: removed version check from paint() method
2008-09-25 Max Kellermannscreen: don't pass screen pointer to method paint()
2008-09-25 Max Kellermannscreen: don't call wrefresh() in methods paint() and...
2008-09-25 Max Kellermannlist_window: removed property "clear"
2008-09-25 Max Kellermanncode style, indent with tabs X
2008-09-21 Max Kellermannbrowse: ensure that filelist!=NULL
2008-09-19 Max Kellermannscreen_search: free second file list
2008-09-19 Max Kellermannfilelist: provide more functions for working with a...
2008-09-19 Max Kellermannfilelist: drop "mpdclient" prefix
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
2008-09-18 Max Kellermanncode style, indent with tabs VI
2008-09-17 Max Kellermannscreen: removed empty methods
2008-09-17 Max Kellermannmake several functions return void
next