summaryrefslogtreecommitdiff
path: root/render/search.h
Commit message (Collapse)AuthorAgeFilesLines
* Stop render/search.c from dereferencing bw and remove dependency on html & ↵Michael Drake2012-08-141-4/+8
| | | | text contents' bw pointer.
* Clean up search gui callbacks.Michael Drake2012-08-141-2/+11
|
* Core part of search improvement:Michael Drake2011-08-241-0/+45
+ 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