aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-2511-16/+1695
* Bugfix: When scale-up/down-to-fit was used, the image scaling rule was not al...Jeremias Maerki2008-02-251-0/+115
* Fixed a bug leading to the content of row-spanning cells being duplicated at ...Vincent Hennebert2008-02-191-0/+72
* Style only: removed spurious ^M characters at the end of linesVincent Hennebert2008-02-193-211/+211
* It currently doesn't work properly without a layout-master-set.Jeremias Maerki2008-02-181-3/+3
* fop-rgb-icc() function did not make the round-trip which caused an error in t...Jeremias Maerki2008-02-184-83/+180
* Extract original exception in BasePDFTestCase.java. They are normally embedde...Jeremias Maerki2008-02-181-7/+27
* rowStarted doesn't need to be set in the signalNewRow method. If it is, it wi...Vincent Hennebert2008-02-151-5/+5
* break-after set on the last child of a row-spanning cell must apply to the la...Vincent Hennebert2008-02-141-0/+91
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-6/+8
* Moved to the FO tree stage the check for break-before/after on table-row whil...Vincent Hennebert2008-02-131-4/+4
* Added support for breaks before and after table cellsVincent Hennebert2008-02-136-3/+3612
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-133-3/+3
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-13113-12040/+12040
* Fixed wrong numbering of cellsVincent Hennebert2008-02-122-8/+8
* Bugzilla #44393:Jeremias Maerki2008-02-122-8/+2
* Disabled region-body_column-count_bug#37468 testcase because of bug 44393Vincent Hennebert2008-02-111-0/+6
* Added full support for breaks inside table-cell elementsVincent Hennebert2008-02-113-0/+2477
* Bugzilla 41631: Percentage resolution for arguments to proportional-column-wi...Andreas L. Delmelle2008-02-101-0/+31
* Correction/Rectification of changes made in r617989:Andreas L. Delmelle2008-02-101-1/+4
* Revisit background-position shorthand implementation: always convert to perce...Andreas L. Delmelle2008-02-101-12/+24
* Testcase for bug #43676, which is now fixedVincent Hennebert2008-02-081-0/+75
* Removed the 900 penalty mechanism which anyway almost always produced visuall...Vincent Hennebert2008-02-0812-63/+1170
* Tweak: modify PercentLength.toString() to return a value that facilitates deb...Andreas L. Delmelle2008-02-071-1/+7
* Tweak: early percentage resolution by the parser (if the base is known and ab...Andreas L. Delmelle2008-02-071-5/+5
* Bugfix for date formatting with negative time zones in the PDF's Info object.Jeremias Maerki2008-02-072-3/+64
* Added an option to disable the default sRGB profile in PDF output for those w...Jeremias Maerki2008-02-072-3/+69
* Bugzilla #36391:Jeremias Maerki2008-02-065-12/+179
* Added testcase for Bugzilla 44343Andreas L. Delmelle2008-02-041-0/+62
* Fixed minor typo I stumbled upon while doing something completely unrelatedVincent Hennebert2008-02-041-2/+2
* Added very basic parsing for the xml:lang shorthand.Andreas L. Delmelle2008-02-031-0/+35
* Removed the Dijkstra stuff as it was moved to Commons.Jeremias Maerki2008-01-304-314/+0
* Replaced testcases for forced break on table-row with more complete ones. Tes...Vincent Hennebert2008-01-297-222/+3412
* Renamed testcase for clarityVincent Hennebert2008-01-291-0/+0
* Added more tests to ensure no weird things occurs when keep-with-previous/nex...Vincent Hennebert2008-01-292-0/+50
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-283-1/+71
* Improve breaking for block-container and static-content so there are no more ...Jeremias Maerki2008-01-283-3/+116
* Improved error tolerance: an enum property value with leading or trailing spa...Jeremias Maerki2008-01-251-0/+37
* Added support for DOMSource to Preloader SVG so a URI Resolver can be written...Jeremias Maerki2008-01-251-1/+55
* Bugzilla #44289: Wrong border resolution when header/footer omitted at breakVincent Hennebert2008-01-241-0/+147
* Added license headerVincent Hennebert2008-01-241-1/+17
* Replaced 'non-lead' with 'normal'Vincent Hennebert2008-01-241-38/+38
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-2313-109/+721
* Slight performance improvement on multi-core CPUs using a cheap trick.Jeremias Maerki2008-01-171-21/+34
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-173-7/+61
* java.net.URI doesn't eat non-escaped URIs so I added an escaping method to UR...Jeremias Maerki2008-01-141-0/+61
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-1139-186/+895
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-071-0/+61
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-272-0/+134
* Added support for scale-down-to-fit and scale-up-to-fit.Jeremias Maerki2007-12-201-0/+92