summaryrefslogtreecommitdiff
path: root/render/search.c
Commit message (Collapse)AuthorAgeFilesLines
* move html and text content handlers where they belongVincent Sanders2018-05-101-656/+0
|
* CSS utils: Handle new units in length conversion routines.Michael Drake2018-01-051-2/+3
| | | | | This causes a ripple effect of all the callsites needing information they didn't have.
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-261-2/+2
|
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-1/+2
|
* move misc header into public APIVincent Sanders2016-05-301-1/+1
|
* move search header into public APIVincent Sanders2016-05-301-1/+1
|
* remove all core usage of warn_user APIVincent Sanders2016-04-261-4/+5
|
* Fix my spelling of teh everywhereVincent Sanders2014-11-181-1/+1
|
* fix up more doxygen errorsVincent Sanders2014-11-081-0/+2
|
* Improve Doxygen documentationVincent Sanders2014-11-081-3/+6
|
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+2
| | | | Second in the series to decouple the core API usage from the frontends.
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-41/+26
|
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-1/+0
|
* Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-071-71/+40
| | | | | | | | | | | | | | | | | | | | | | front ends. Added content interface for search. Removed bw->cur_search search context. Desktop layer now does nothing except pass search requests from front end onto the bw's current_content via the content interface. Search API reduced to a pair of functions at each level: {desktop|content|html|textplain}_search and {desktop|content|html|textplain}_search_clear Updated front ends to use simplified search API. Only tested GTK and RO builds. These confine the search stuff to render/. However search still uses struct selection. The handling for which is still spread over desktop/ and render/. Also the render/search code itself still fiddles inside html and textplain privates.
* Styleguide formatting.Michael Drake2013-05-021-39/+43
|
* Put comments for exported functions in header.Michael Drake2013-05-021-37/+5
|
* 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