summaryrefslogtreecommitdiff
path: root/desktop/search.c
Commit message (Collapse)AuthorAgeFilesLines
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-1/+1
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Stop render/search.c from dereferencing bw and remove dependency on html & ↵Michael Drake2012-08-141-0/+15
| | | | text contents' bw pointer.
* Clean up search gui callbacks.Michael Drake2012-08-141-6/+10
|
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13625
* Core part of search improvement:Michael Drake2011-08-241-643/+35
| | | | | | | | | | + 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
* Selection is now subordinate to html and text content types, and ↵Michael Drake2011-07-261-32/+39
| | | | | | disassociated from browser windows. Note: search currently uses hlcache_handle_get_content() to go from bw to h to get at c for search highlighting via selection. svn path=/trunk/netsurf/; revision=12626
* Remove unused hlcache_handle from search context.Michael Drake2011-07-261-4/+1
| | | | svn path=/trunk/netsurf/; revision=12625
* Remove assumption of gui window from search.Michael Drake2011-07-141-3/+2
| | | | svn path=/trunk/netsurf/; revision=12603
* Make search_term_highlighted a core function.Michael Drake2011-06-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=12524
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=12474
* Ensure we can search textplain againDaniel Silverstone2010-04-221-5/+7
| | | | svn path=/trunk/netsurf/; revision=10454
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-15/+17
| | | | svn path=/trunk/netsurf/; revision=10180
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-4/+15
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+705
svn path=/trunk/netsurf/; revision=9729