summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Compiler warning squashJohn Tytgat2008-07-262-8/+2
* Fix compile warningRob Kendrick2008-07-261-1/+1
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-2610-55/+735
* Fix working out whether a text is in an inline.Michael Drake2008-07-191-12/+21
* BOX_TEXT only plotted with background when parent is BOX_INLINE. (Fix "Explor...Michael Drake2008-07-191-1/+5
* Fix background image redraw for scales other than 100%.Michael Drake2008-07-191-5/+8
* Fix repeating background image redraw bug.Michael Drake2008-07-191-9/+31
* Fix comment typo.Michael Drake2008-07-111-1/+1
* Make css_dump_style dump to a specified stream rather than assuming stderr. M...John Mark Bell2008-07-091-1/+1
* Fix top margin of boxes with a non-visible overflow type.Michael Drake2008-06-301-0/+3
* Add param and return details to layout_solve_width() comment.Michael Drake2008-06-101-0/+10
* Establish a new block formatting context for blocks with non-visisble overflo...Michael Drake2008-06-061-0/+33
* Recurse into <area> and <a>, too.John Mark Bell2008-05-281-3/+5
* Squash more warnings.John Mark Bell2008-05-261-3/+3
* Simplify code using xmlDocGetRootElement().James Bursa2008-05-251-4/+1
* The core code has always assumed a locale of "C".John Mark Bell2008-05-132-6/+6
* Accomodate text area scrollbars in fixed widths. Fix radio button / checkbox ...Michael Drake2008-04-251-4/+9