summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add core options to disable fetch of foreground & background images.Michael Drake2011-12-231-3/+9
* Log URL of external CSS which fails to fetch.Michael Drake2011-12-041-2/+5
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-046-18/+18
* Avoid assertion crash when html object recieves favicon message.Michael Drake2011-12-021-0/+4
* Pass drops into iframes.Michael Drake2011-12-011-2/+12
* Currently untested (and unused) "drop file on content" handling, and HTML imp...Michael Drake2011-12-011-0/+155
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars a...Michael Drake2011-11-291-0/+54
* Only make space for vertical box scrollbar if box has height set.Michael Drake2011-11-241-0/+6
* Fix bug #3433954: make containing_block available to layout_table so it can r...John Mark Bell2011-11-061-0/+4
* Fix bug #3433840: <img style="display: table" src="..."> will crash if the im...John Mark Bell2011-11-051-2/+1