summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix buildJohn Mark Bell2008-08-121-1/+2
* C89François Revel2008-08-112-2/+4
* Squash warningsJohn Mark Bell2008-08-111-0/+2
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-113-0/+3
* Reset the "has_ns" flag when reparsing documents because of encoding change. ...Andrew Sidwell2008-08-111-0/+2
* Partially revert r5024, except make namespaces parser-instance-specific.Andrew Sidwell2008-08-112-10/+20
* Only create the namespace URIs onceJohn Mark Bell2008-08-112-7/+3
* Fix warnings introduced by hubbub integration.Andrew Sidwell2008-08-111-3/+5
* Merged revisions 4859-5013,5016-5018 via svnmerge from John Mark Bell2008-08-113-2/+510
* Remove hardcoded define for LIBICONV_PLUGFrançois Revel2008-08-081-1/+0
* C89François Revel2008-08-082-5/+5
* Ignore blank maxlength attributesJohn Mark Bell2008-08-051-1/+2
* Update my e-mail address.John Tytgat2008-08-051-1/+1
* Make the knockout plotter calling behaviour optional by added a new entryJohn Tytgat2008-07-301-6/+9
* Whoops. Fix BNF to match reality.John Mark Bell2008-07-301-2/+2
* Rewrite parsing of <meta http-equiv="Refresh" ...> content values. The previo...John Mark Bell2008-07-301-41/+92
* Don't call group_end before group_start has been called. Solves SF #1927130.John Tytgat2008-07-291-1/+1
* Add rectangle as alias for "rect"John Mark Bell2008-07-291-1/+2
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-283-0/+4