summaryrefslogtreecommitdiff
path: root/render/search.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop render/search.c from dereferencing bw and remove dependency on html & ↵Michael Drake2012-08-141-27/+4
| | | | text contents' bw pointer.
* Clean up search gui callbacks.Michael Drake2012-08-141-38/+45
|
* Remove forward declaration.Michael Drake2012-08-141-235/+229
|
* Fix comment.Michael Drake2012-08-131-1/+1
|
* Use content message broadcast to request scrolls, instead of depending on ↵Michael Drake2012-08-131-8/+12
| | | | html and text contents to keep a bw pointer.
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-0/+3
| | | | svn path=/trunk/netsurf/; revision=13625
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+0
| | | | svn path=/trunk/netsurf/; revision=13548
* Core part of search improvement:Michael Drake2011-08-241-0/+739
+ 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