summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Squash warning.Michael Drake2008-03-011-1/+1
* Periodically reflow the page while fetching a page's objects. Make buffer all...Michael Drake2008-02-291-6/+22
* Fix align attributes on TABLE etc being overridden in the table's cells by th...Michael Drake2008-02-281-4/+15
* Make content_reset actually do what it's meant to (i.e. reset the appropriate...John Mark Bell2008-02-271-1/+6
* Don't meddle with blockquote's margins.Michael Drake2008-02-261-2/+3
* SignednessWarnings.squash()John Mark Bell2008-02-254-66/+77
* Improve handling of HTML attributes / markup:Michael Drake2008-02-252-216/+392
* Also flag box as invisible so it'll have no effect on layoutJohn Mark Bell2008-02-251-0/+1
* Ignore spurious top-level framesets correctly (previously declared memory exh...John Mark Bell2008-02-251-1/+5
* For form gadgets, specified percentage width is inclusive of margin, border a...Michael Drake2008-02-171-9/+23
* Select element width is width of longest option text.Michael Drake2008-02-111-8/+60
* Prevent tabbing into textfields whose styling is display: none;John Mark Bell2008-02-071-0/+10
* Improve float positioning.Michael Drake2008-02-031-1/+1
* Turn debug output off again. Remove extraneous include.Michael Drake2008-02-031-2/+1
* Ensure min line length takes into account margins, borders and paddings of ob...Michael Drake2008-02-031-2/+7
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-2/+2
* Make text input boxes with height:auto; and no initial value get a sensible h...Michael Drake2008-02-021-41/+12
* Fix syntax.Michael Drake2008-01-291-1/+1
* Reinstate things lost in the last checkins.Michael Drake2008-01-291-3/+5
* No need to recalculate a value we already have.Michael Drake2008-01-291-10/+5
* Apply min font size config option to radio icons and checkboxes.Michael Drake2008-01-291-13/+47
* Make box dump show "gadget".Michael Drake2008-01-281-0/+2
* Render borders after backgrounds. Handle boxes with overflow hidden or scroll...James Bursa2008-01-281-45/+67
* Recurse into noscript elements when looking for meta refresh. This would work...John Mark Bell2008-01-281-1/+13
* Only needed the vertical position changed.Michael Drake2008-01-281-1/+3
* Rework handling of HTTP redirects -- we now count the number of redirects fol...John Mark Bell2008-01-282-63/+0
* Replace accidentally checked in files with previous ones.Michael Drake2008-01-281-6/+0
* Fix vertical position of images with margin/borders/padding.Michael Drake2008-01-282-1/+8
* Ensure images within inline-blocks are shown properly. Fixed by zamez.Michael Drake2008-01-271-1/+1
* Revert r3781.Michael Drake2008-01-271-4/+0
* Background area extends to border edge.Michael Drake2008-01-271-0/+4
* Background area extends to border edge.Michael Drake2008-01-271-34/+38
* Make inline-blocks have margins. Add defualt margin around form inputs.Michael Drake2008-01-271-4/+4
* Hopefully fix inline-block positioning. (Stops form elements from overlapping.)Michael Drake2008-01-271-2/+6
* No need to reduce box height when adding scrollbar.Michael Drake2008-01-261-1/+0
* 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