summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Protect <pre> fix in cases where c->style is NULLDaniel Silverstone2007-12-231-3/+5
* An INLINE_CONTAINER which contains a TEXT which is zero chars long but *is* i...Daniel Silverstone2007-12-231-3/+7
* Don't remove table rows with no children (fix 1753365)Richard Wilson2007-10-101-11/+19
* Remove legacy code.Richard Wilson2007-10-101-8/+1
* Correctly terminate the plot group of a clipped box. Clip visible children of...Richard Wilson2007-10-091-12/+20
* Fix parsing of invalid colour values becoming CSS_COLOR_NONE. Make all colour...Richard Wilson2007-10-091-38/+26
* Process inline stylesheets anywhere in document, not just in <head>.James Bursa2007-10-021-115/+185
* Also try charsets without transliteration -- not all iconv() implementations ...John Mark Bell2007-09-271-8/+30
* Fix handling of backgrounds on <body> and <html>John Mark Bell2007-09-171-45/+119
* Fix disappearing borders for elements with overflow: hidden.James Bursa2007-08-281-2/+1
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-204-51/+53
* Provide the facility to set the DPI of the display by removing the assumption...Daniel Silverstone2007-08-191-2/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-0822-67/+310
* Changes to allow building on Solaris.Rob Kendrick2007-06-151-0/+1
* Fix UTF-16LE BOM detection _again_John Mark Bell2007-06-101-1/+1
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-3017-117/+117
* Fix bugs in charset detection.John Mark Bell2007-05-291-20/+66
* Import font containing symbols we need for list items.John Mark Bell2007-05-141-4/+4
* Return an error from html_convert() if the base stylesheet fails to load, ins...James Bursa2007-05-061-24/+31
* Fix warning: format '%u' expects type 'unsigned int', but argument 3 has type...James Bursa2007-05-021-1/+1
* Set minimum META refresh delay to 1sRichard Wilson2007-04-071-0/+5
* Object sizes do not apply when calculating the extent of descendent John Mark Bell2007-04-071-11/+0
* Fix embedded object + display: none; crash (1695751) (c.f r3236)John Mark Bell2007-04-061-17/+32
* Squash access to freed memory.John Mark Bell2007-04-061-5/+5
* Recognise <image> as a synonym for <img> (fixes 1692426)John Mark Bell2007-04-011-0/+2
* Deal with more ways in which meta refresh URLs can be invalid.John Mark Bell2007-04-011-14/+23
* Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222)John Mark Bell2007-03-282-22/+36
* Fix assertion when table has negative mbp (1579981)John Mark Bell2007-03-251-0/+4
* Fix handling of scrollbar addition to blocks which have height/width == John Mark Bell2007-03-241-19/+41
* Fix FP exception when right-aligned tables with margin: auto are nested John Mark Bell2007-03-241-0/+5
* Make <object> attribute handling more spec compliantJohn Mark Bell2007-03-221-10/+31
* Fix invalidation of unwanted contents.John Mark Bell2007-03-191-1/+12
* Ensure content owners check that they are still interested in a content John Mark Bell2007-03-181-9/+24
* Default form field maxlength to UINT_MAX (fixes 1620540)John Mark Bell2007-03-112-2/+3
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-112-9/+22
* Transliterate form submissions (requires an iconv implementation that John Mark Bell2007-03-111-24/+9
* Ensure multipart/form-data submissions are in the correct charset. John Mark Bell2007-02-261-70/+110
* Fix handling of % signs in textarea initial value. (Fixes 1617123)John Mark Bell2007-02-111-1/+1
* Reparse entire document if meta charset resulting in changed document John Mark Bell2007-02-101-14/+48
* Work around libxml oddness in allowing document meta encoding to John Mark Bell2007-02-101-0/+20
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-021-11/+13
* Bring handling of submission of blank file inputs in line with other browsers.John Mark Bell2007-01-301-5/+12
* Make GTK build compile on FreeBSD.James Bursa2007-01-292-2/+3
* Add html_dump_frameset() to help understand and debug frames.James Bursa2007-01-241-0/+56
* Default frame margin 0 instead of -1. Fix marginheight parsing.James Bursa2007-01-241-9/+9
* Fix box_visible() to return a bool.James Bursa2007-01-142-2/+2
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...James Bursa2007-01-131-96/+126
* Don't require frames to specify a URL (fixes frame names not being recognised)Richard Wilson2007-01-031-22/+13
* Stop animated images rendering for hidden or fallback boxes.James Bursa2006-12-313-1/+32
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-301-2/+6