summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Charset fallbacks. If we don't support the charset declared in the HTTP heade...John Mark Bell2009-01-061-0/+27
* It's probably a good idea if we're consistent in which allocation routines we...John Mark Bell2009-01-061-3/+6
* More lenient refresh delay parsingJohn Mark Bell2008-12-301-2/+10
* Only increase the root element's redraw box to cover margin, if the redraw bo...Michael Drake2008-12-271-18/+28
* Fix crash bug.Michael Drake2008-12-271-1/+1
* Handle replaced inline borders and backgrounds like blocks.Michael Drake2008-12-271-5/+7
* Plot backgrounds on the root element over margin box, as per CSS 2.1 spec.Michael Drake2008-12-271-19/+78
* Fix display of inline borders when inline has no background.Michael Drake2008-12-261-1/+2
* Fix some wrap to 80 chars and tabs for indentation.Michael Drake2008-12-261-94/+90
* Don't apply text decoration if the box isn't text.Michael Drake2008-12-221-0/+2
* C89François Revel2008-12-211-59/+64
* Rewrite inline rendering. Fixes issues with borders,Michael Drake2008-12-214-119/+393
* C89François Revel2008-11-291-6/+11
* Process error page correctly.John Mark Bell2008-11-201-3/+31
* Don't care about chunk sizes.John Mark Bell2008-11-091-4/+0
* Don't introduce an unnecessary error messageJohn Mark Bell2008-11-091-6/+9
* Port to new hubbub parser APIJohn Mark Bell2008-11-094-70/+94
* Take into account variations in text line height due to styled inlines when l...Michael Drake2008-10-161-0/+2
* Fixup hubbub bindingJohn Mark Bell2008-10-141-1/+1
* Fix warnings on OS XJohn Mark Bell2008-10-141-0/+1
* add bitmap.h include to silence some warnings on Fedora.Rob Kendrick2008-10-142-0/+2
* Implement percentage min/max-height.Michael Drake2008-10-131-7/+65
* Finish 80 char widthing.Michael Drake2008-10-131-48/+48
* Tidy up where spaces were used for indentation.Michael Drake2008-10-131-10/+14
* Fix float percentage heights to match other browsers: for floated elements th...Michael Drake2008-10-131-1/+16
* Set float_container before float layout. Fixes percentage height on floated e...Michael Drake2008-10-121-1/+1
* Better commenting of percentage height stuff.Michael Drake2008-10-121-3/+7
* Implement percentage heights for block level elements in normal flow, floats ...Michael Drake2008-10-124-72/+124
* Use style guide switch formatting all over.Michael Drake2008-10-121-194/+192
* Add #if support for controlling debug dumps of box tree and framesetsDaniel Silverstone2008-10-101-4/+17
* Warning squashesRob Kendrick2008-10-101-1/+1
* Load SVGs in IMG elements.Michael Drake2008-09-301-0/+3
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-284-4/+4
* Fix block level replaced element height regression.Michael Drake2008-09-281-1/+1
* Also remember to apply min/max-width on floats without auto width.Michael Drake2008-09-271-0/+2
* Implement min-width and max-width properties for non-replaced elements. Parti...Michael Drake2008-09-271-78/+200
* C89François Revel2008-09-252-2/+3
* Fix for children of a containing block not being placed with respect to the c...Michael Drake2008-09-231-2/+2
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-231-0/+1
* Use stylesheets from LINK elements outside HEAD. (We already supported STYLE ...Michael Drake2008-09-231-115/+97
* Rework html parser bindings to have a common API and reside in separate files...John Mark Bell2008-09-236-744/+1054
* Ignore clear property on floats when there are no floats to clear.Michael Drake2008-09-221-5/+11
* Fix for positioning of inlines when a float is forced below them.Michael Drake2008-09-221-2/+0
* Fix relative positioning to affect position of descendant floats which are in...Michael Drake2008-09-211-8/+58
* Fix floated radio buttons and checkboxes.Michael Drake2008-09-201-0/+24
* Stop double-freeing the document in some error cases.John Mark Bell2008-09-181-1/+1
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-153-4/+7
* Fix some warnings.Michael Drake2008-09-152-96/+93
* Enable dumping of DOM treeJohn Mark Bell2008-09-082-12/+11
* Revert r5282 -- it's now redundant.John Mark Bell2008-09-071-35/+0