From 63c07ee28d890c4afd83233bb055d482b92162c9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 24 Aug 2011 12:29:30 +0000 Subject: Core part of search improvement: + Split up browser window and content related elements of html & text search. + Associate search contexts with contents, rather than browser windows. + Remove highlighting of search terms dependency on current_redraw_browser. + Fixes issues with search contexts being applied to the wrong content. svn path=/trunk/netsurf/; revision=12646 --- Makefile.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 34ca72604..a7d51e5c4 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -13,8 +13,8 @@ S_CSS := css.c dump.c internal.c select.c utils.c S_RENDER := box.c box_construct.c box_normalise.c \ font.c form.c html.c html_interaction.c html_redraw.c \ - hubbub_binding.c imagemap.c layout.c list.c table.c textinput.c \ - textplain.c + hubbub_binding.c imagemap.c layout.c list.c search.c table.c \ + textinput.c textplain.c S_UTILS := base64.c filename.c hashtable.c locale.c messages.c \ talloc.c url.c utf8.c utils.c useragent.c filepath.c log.c -- cgit v1.2.3