summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* Super-noisy logging. Do not use this build. Thanks.John Mark Bell2008-09-071-0/+35
* Add param comments to layout_block_find_dimensions.Michael Drake2008-09-071-0/+4
* Add comments and change height attribute handling on TR to only alter the hei...Michael Drake2008-09-051-4/+6
* Don't draw scrollbars on the BOX_TABLEs.Michael Drake2008-08-251-6/+7
* Possibly fix BeOS / AmigaOS layout assert on line 190 for particular pages.Michael Drake2008-08-241-2/+2
* Ignore height/width attributes on elements where they are not permitted.Michael Drake2008-08-211-2/+16
* Log chunk sizesJohn Mark Bell2008-08-151-0/+4
* #ifdef WITH_PDF_EXPORT for printing stuff, this should fix the BeOS build, an...François Revel2008-08-151-0/+10
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-146-79/+269
* Had to do this for C89, please review.François Revel2008-08-131-17/+29
* C89François Revel2008-08-131-5/+9
* Warnings.squash();John Mark Bell2008-08-132-5/+9