summaryrefslogtreecommitdiff
path: root/render/html.h
Commit message (Expand)AuthorAgeFilesLines
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-2/+3
* Style: Fix ignoring of STYLE elements with non-screen media.Michael Drake2016-09-241-0/+1
* Update content to split public and internal APIVincent Sanders2016-06-061-1/+1
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
* move the CSS content handlerVincent Sanders2016-05-261-1/+0
* Improve content encoding information APIVincent Sanders2014-11-071-1/+0
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-061-3/+0
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-051-1/+0
* Add bw function to get scrollbar type.Michael Drake2014-10-251-2/+3
* try and improve usage of browser window internalsVincent Sanders2014-07-061-3/+4
* Add infrastructure for calling front ends to set file gadget filenames via cl...Rob Kendrick2014-01-051-0/+2
* Debounce style updatesJohn-Mark Bell2013-03-161-1/+1
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-271-8/+1
* Fix handling of inline stylesheets with @importJohn-Mark Bell2013-02-261-1/+4
* refactor stylesheet handling to separate object from within html renderingVincent Sanders2013-02-241-0/+9
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-221-0/+1
|\
| * deal with inline styles on updates instead of insertVincent Sanders2013-02-201-0/+1
* | A load of refactoring of how content selection and input work.Michael Drake2013-02-221-0/+1
|/
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-0/+1
* Clean up search gui callbacks.Michael Drake2012-08-141-0/+1
* extend script enumeration to include asyncronous and deferred scriptsVincent Sanders2012-07-301-5/+8
* fix quirks mode setting with libdom hubbub parserVincent Sanders2012-07-141-6/+0
* remove parser binding layerVincent Sanders2012-07-131-2/+11
* fix mimetype handling of script elementsVincent Sanders2012-06-281-1/+1
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-0/+20
* Migrate frame types so that desktop/browser.h does not include render/html.hDaniel Silverstone2012-03-241-15/+1
* initial move to libdomVincent Sanders2012-03-231-1/+1
* Enable User CSS file.Michael Drake2012-03-061-1/+2
* Use lwc_string for box->id.Michael Drake2011-10-291-1/+1
* initial favicon supportVincent Sanders2011-10-061-1/+0
* Build resource: map at start timeJohn Mark Bell2011-10-051-4/+0
* Parallelise object fetchesJohn Mark Bell2011-10-031-1/+0
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-2/+2
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-2/+2
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-291-0/+1
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-1/+0
* Avoid instance of using bw->current_content outside desktop/.Michael Drake2011-08-311-2/+0
* Core part of search improvement:Michael Drake2011-08-241-0/+2
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-0/+1
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-1/+2
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-0/+5
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-3/+3
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-92/+13
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-101-1/+1
* Keep child objects of a HTML content in a list, instead of an arrayJohn Mark Bell2011-03-101-6/+7
* Cache space widths.Michael Drake2011-03-011-1/+1
* ConstifyJohn Mark Bell2011-02-141-2/+2
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-2/+1
* Fix crash when top-level content is not HTML and there is a fragment identifi...John Mark Bell2010-10-111-1/+1