summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement form targets (fix 1619094)Richard Wilson2006-12-303-3/+6
* Fix height of absolutely positioned inline blocks with an object. Fix layout ...James Bursa2006-12-261-6/+22
* Remove wrong kind of free for data allocated using talloc.James Bursa2006-12-081-1/+0
* Allocate new styles for implied boxes using talloc instead of css_duplicate_s...James Bursa2006-12-081-8/+10
* Improved tracking of memory usage. c->size is now exclusive of talloc size, a...James Bursa2006-12-031-2/+0
* Update project URL.Michael Drake2006-11-2722-48/+48
* Add browser_window_reformat() and use it instead of content_reformat() to rem...James Bursa2006-11-261-5/+0
* Move frames-related code out of browser.c into a new file. Remove some browse...James Bursa2006-11-261-5/+0
* Media-descriptors are case-insensitive.Michael Drake2006-11-111-4/+4
* Fix gap between list marker and list content.Michael Drake2006-11-101-0/+1
* Fix distortion of list marker images.James Bursa2006-11-071-6/+16
* Implement list-style-type circle, square, none, and decimal.James Bursa2006-11-051-2/+36
* More work on lists. Simplify the implementation to a BLOCK for display: list-...James Bursa2006-11-056-424/+124