| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 648985,649012,649091,649119,649146,649149,649160 via svnmerg... | Adrian Cumiskey | 2008-04-17 | 8 | -31/+119 |
* | Merged revisions 647692,647742,647745 via svnmerge from | Adrian Cumiskey | 2008-04-14 | 9 | -0/+441 |
* | Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128... | Adrian Cumiskey | 2008-04-01 | 2 | -8/+9 |
* | fop-rgb-icc() function did not make the round-trip which caused an error in t... | Jeremias Maerki | 2008-02-18 | 3 | -81/+175 |
* | Extract original exception in BasePDFTestCase.java. They are normally embedde... | Jeremias Maerki | 2008-02-18 | 1 | -7/+27 |
* | Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ... | Jeremias Maerki | 2008-02-14 | 1 | -6/+8 |
* | Ensured all SVN properties are set equally | Maximilian Berger | 2008-02-13 | 3 | -3/+3 |
* | Tweak: modify PercentLength.toString() to return a value that facilitates deb... | Andreas L. Delmelle | 2008-02-07 | 1 | -1/+7 |
* | Bugfix for date formatting with negative time zones in the PDF's Info object. | Jeremias Maerki | 2008-02-07 | 2 | -3/+64 |
* | Added an option to disable the default sRGB profile in PDF output for those w... | Jeremias Maerki | 2008-02-07 | 2 | -3/+69 |
* | Removed the Dijkstra stuff as it was moved to Commons. | Jeremias Maerki | 2008-01-30 | 4 | -314/+0 |
* | Added support for the natural language indentifier ("Lang" in the document ca... | Jeremias Maerki | 2008-01-28 | 1 | -1/+1 |
* | Added support for DOMSource to Preloader SVG so a URI Resolver can be written... | Jeremias Maerki | 2008-01-25 | 1 | -1/+55 |
* | Added support for conditional borders (and paddings) in tables. | Vincent Hennebert | 2008-01-23 | 2 | -44/+46 |
* | Slight performance improvement on multi-core CPUs using a cheap trick. | Jeremias Maerki | 2008-01-17 | 1 | -21/+34 |
* | java.net.URI doesn't eat non-escaped URIs so I added an escaping method to UR... | Jeremias Maerki | 2008-01-14 | 1 | -0/+61 |
* | Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_... | Jeremias Maerki | 2008-01-11 | 14 | -94/+643 |
* | Testcase for the resolution of collapsed and conditional borders in the FO tree | Vincent Hennebert | 2007-12-15 | 1 | -0/+214 |
* | Oops. | Jeremias Maerki | 2007-12-03 | 1 | -2/+0 |
* | Added a possibility to rerun the whole run a defined number of times to test ... | Jeremias Maerki | 2007-12-03 | 1 | -8/+25 |
* | Log element list length for convenience. | Jeremias Maerki | 2007-11-13 | 1 | -1/+3 |
* | Forgot to add IllegalRowSpanTestCase to the test suite... | Vincent Hennebert | 2007-11-06 | 1 | -0/+2 |
* | Added check for table-cells which span more rows than available in their pare... | Vincent Hennebert | 2007-11-06 | 3 | -11/+95 |
* | Forgot to add TableColumnColumnNumber testcase to the testsuite | Vincent Hennebert | 2007-11-06 | 1 | -0/+1 |
* | Finalised testcase for RowGroupBuilder and added it to the testsuite | Vincent Hennebert | 2007-11-06 | 2 | -49/+22 |
* | Renamed TableRowIteratorTestCase into RowGroupBuilderTestCase | Vincent Hennebert | 2007-11-05 | 1 | -2/+2 |
* | Moved table-related FObj into new o.a.fop.fo.flow.table package | Vincent Hennebert | 2007-11-05 | 7 | -8/+8 |
* | First step towards building row groups at the FO tree stage. The built row gr... | Vincent Hennebert | 2007-11-05 | 4 | -211/+209 |
* | Reworked the creation of implicit columns to match new behaviour: the number ... | Vincent Hennebert | 2007-11-02 | 1 | -2/+24 |
* | Testcases for fo:table-column | Vincent Hennebert | 2007-11-01 | 3 | -12/+145 |
* | Additional testcases for too many columns, this time in header or footer. | Vincent Hennebert | 2007-10-31 | 1 | -0/+8 |
* | - Enforced check for proper number of columns in a table. Now if a table has ... | Vincent Hennebert | 2007-10-31 | 4 | -3/+211 |
* | Some log fine-tuning. | Jeremias Maerki | 2007-10-26 | 1 | -15/+13 |
* | Bugzilla #42278: | Jeremias Maerki | 2007-06-29 | 2 | -0/+120 |
* | Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007. | Jeremias Maerki | 2007-06-22 | 1 | -0/+112 |
* | Bugzilla #41831: | Jeremias Maerki | 2007-05-28 | 15 | -121/+309 |
* | One Factory per VM is enough here. | Jeremias Maerki | 2007-05-27 | 1 | -1/+1 |
* | Make the fop.layoutengine.disabled property work with fop.layoutengine.starts... | Vincent Hennebert | 2007-04-17 | 1 | -0/+1 |
* | Disable FontBaseBadTestCase for now as it is currently not working and makes ... | Vincent Hennebert | 2007-02-28 | 1 | -0/+5 |
* | Switch to XGCommons' ImageWriter for writing PNGs. | Jeremias Maerki | 2007-02-28 | 1 | -8/+17 |
* | Add the very same test cases with tables using starts-row/ends-row instead of... | Vincent Hennebert | 2007-02-14 | 1 | -5/+21 |
* | Stricter user config file validation. | Vincent Hennebert | 2007-02-14 | 10 | -3/+463 |
* | First unit tests for table layout manager classes | Vincent Hennebert | 2007-02-13 | 2 | -0/+238 |
* | Fix compilation error caused by incorrect package name in generated code. Als... | Manuel Mall | 2006-12-22 | 1 | -3/+3 |
* | Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to... | Manuel Mall | 2006-12-22 | 2 | -0/+425 |
* | Bugzilla #40729: | Jeremias Maerki | 2006-11-13 | 2 | -10/+9 |
* | Style only. | Jeremias Maerki | 2006-10-25 | 2 | -46/+57 |
* | Simple test of the PDFCMap class, before refactoring it for ToUnicode | Bertrand Delacretaz | 2006-09-20 | 2 | -0/+71 |
* | Code style, conform to checkstyle requirements (where it makes sense) | Bertrand Delacretaz | 2006-09-20 | 2 | -89/+115 |
* | PDFEncodingTestCase added, but test with custom font is disabled, fails (as e... | Bertrand Delacretaz | 2006-09-15 | 4 | -11/+141 |