summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initial work for display: list-item supportJohn Mark Bell2006-11-045-18/+416
* Ensure page encoding isn't trampled.John Mark Bell2006-11-041-0/+3
* Implement absolute positioned inlines.James Bursa2006-11-042-9/+45
* Remove code to determine containing block; no longer used.James Bursa2006-10-221-24/+3
* Do absolute positioning after other layout so that containing block is fully ...James Bursa2006-10-101-37/+30
* Check for null style before using it.James Bursa2006-10-091-2/+3
* Modify implementation of absolute positioning to support "static positions". ...James Bursa2006-10-086-199/+59
* Correcly encode spaces for url-encoded form submission.John Mark Bell2006-09-191-2/+2
* Fix 1559653.John Mark Bell2006-09-181-2/+7
* Add some documentation to layout_block_context(). Move code out into layout_b...James Bursa2006-09-161-33/+67
* Call html_reformat() from html_convert() to eliminate duplicate code. Improve...James Bursa2006-09-161-19/+25
* Squash warnings.John Mark Bell2006-09-111-26/+41
* Fixed translation of html entities when a textarea has an initial valueJeffrey Lee2006-09-111-2/+19
* Fixed textarea wordwrap if first character on line is a spaceJeffrey Lee2006-09-101-0/+5