summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* fix mimetype handling of script elementsVincent Sanders2012-06-282-16/+71
* add content handler for javascriptVincent Sanders2012-06-191-1/+1
* simplify stylesheet find context and remove junk variablesVincent Sanders2012-06-191-13/+17
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-193-223/+572
* remove unecessary empty response workround for old libxml domVincent Sanders2012-06-171-47/+4
* improve javascript supportVincent Sanders2012-06-102-0/+46
* Port to libdom changed HTML content's base_target from talloc_strdup to strdu...Michael Drake2012-04-171-1/+1
* Fix meta refresh.Michael Drake2012-04-161-1/+2
* Fix frameset processing.Michael Drake2012-04-161-0/+3
* Fix processing of tags in HEAD. Fixes title, favicons, etc.Michael Drake2012-04-161-5/+5
* Bring comment into line with use of libdom instead of libxml.Michael Drake2012-03-261-1/+1
* Don't need libxml.h in render/box.h now.Michael Drake2012-03-261-1/+0
* Initial attempt at imagemap libdomificationDaniel Silverstone2012-03-254-212/+301
* Use correct identity of okJohn Mark Bell2012-03-251-1/+1
* Handle encoding change requestsJohn Mark Bell2012-03-251-2/+3
* Egregious hack so missing form controls don't cause box construction to abortJohn Mark Bell2012-03-251-1/+15
* Fix logic inversionJohn Mark Bell2012-03-251-1/+1
* Forward decl of struct dom_node to shush thingsDaniel Silverstone2012-03-251-1/+3
* Initialise/finalise box constructor string constantsJohn Mark Bell2012-03-253-1/+101
* Shut up missing text_redrawDaniel Silverstone2012-03-251-0/+1
* Clean up additional interned stringsJohn Mark Bell2012-03-251-0/+6
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODE/John Mark Bell2012-03-241-1/+1
* Squash aliasing warningsJohn Mark Bell2012-03-241-3/+4
* Suppress strict aliasing moansJohn Mark Bell2012-03-241-3/+3
* Squash warning -- this API appears to be unusedJohn Mark Bell2012-03-242-1/+2
* Fix up meta refresh parserJohn Mark Bell2012-03-241-151/+226
* Fix up html_process_style_elementJohn Mark Bell2012-03-241-36/+68
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-249-0/+16
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODEJohn Mark Bell2012-03-241-1/+1
* Fix up html_find_stylesheetsJohn Mark Bell2012-03-241-46/+117
* Fix exc undeclared.François Revel2012-03-241-0/+1
* continuting work in progressVincent Sanders2012-03-241-132/+101
* Port box construction to libdomJohn Mark Bell2012-03-243-402/+909
* Remove bogus dependencies on box.hJohn Mark Bell2012-03-241-1/+0
* conversion to libdom Vincent Sanders2012-03-243-1114/+1334
* 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-236-35/+142
* Delete some trailing whitespace.Michael Drake2012-03-231-2/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-228-18/+18
* Don't override UA stylesheet origin with User origin.Michael Drake2012-03-061-1/+1
* Enable User CSS file.Michael Drake2012-03-062-3/+29
* Set/get drag type via API.Michael Drake2012-02-281-5/+11
* Check drag type via accessor.Michael Drake2012-02-281-2/+3
* Use browser window scale accessor.Michael Drake2012-02-271-2/+5
* Don't need root bw here any more.Michael Drake2012-01-112-7/+0
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-112-12/+11
* Allow drag handlers to inform browser window layer of any pointer range const...Michael Drake2012-01-103-6/+25
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-0/+1
* Remove core print specific option from html redraw.Michael Drake2011-12-231-2/+1
* Make html_redraw obey background image redraw requirement.Michael Drake2011-12-231-1/+2