aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix for keep-with-next inside tables:Jeremias Maerki2007-04-011-0/+69
| | | | | | Once a keep-with-next was set inside a table, the FO following the table would always be glued to the previous table. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524571 13f79535-47bb-0310-9956-ffa450edef68
* Add explicit border-collapse="separate" property in preparation for the ↵Vincent Hennebert2007-03-301-4/+4
| | | | | | implementation of the border-collapsing model git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524014 13f79535-47bb-0310-9956-ffa450edef68
* - add border-collapse="separate" to the properties of tables in some ↵Vincent Hennebert2007-03-272-257/+257
| | | | | | | | | testcases, in preparation for the soon-to-be-enabled border-collapsing model - fix svn keywords for region_display-align_table.xml git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@522907 13f79535-47bb-0310-9956-ffa450edef68
* Some more comments for RowPainter.Jeremias Maerki2007-03-231-0/+84
| | | | | | Additional test that checks that no cell paints more than one area in that case. Because if you remove one or more of the checks now newly commented, you get multiple areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521744 13f79535-47bb-0310-9956-ffa450edef68
* Better document some of the code in RowPainter.Jeremias Maerki2007-03-231-1/+2
| | | | | | Added a check in table-cell_number-rows-spanned_bug38397.xml which is the reason for one of the if-branches in RowPainter. It wan't tested previously so that if-branch could easily be mistaken to be useless. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521713 13f79535-47bb-0310-9956-ffa450edef68
* Avoid an IndexOutOfBoundsException when more columns are used than are ↵Jeremias Maerki2007-03-231-0/+75
| | | | | | specified even though this is illegal with fixed table layout. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521640 13f79535-47bb-0310-9956-ffa450edef68
* Fixed an IllegalArgumentException for absolutely positioned block-containers ↵Jeremias Maerki2007-03-121-19/+29
| | | | | | with a border and no height/bpd set. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@517415 13f79535-47bb-0310-9956-ffa450edef68
* Disable FontBaseBadTestCase for now as it is currently not working and makes ↵Vincent Hennebert2007-02-281-0/+5
| | | | | | the build fail. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512809 13f79535-47bb-0310-9956-ffa450edef68
* Switch to XGCommons' ImageWriter for writing PNGs.Jeremias Maerki2007-02-281-8/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512686 13f79535-47bb-0310-9956-ffa450edef68
* Removed visual markers to count the lines from the testcase...Andreas L. Delmelle2007-02-231-12/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510739 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 41652: Andreas L. Delmelle2007-02-221-0/+65
| | | | | | | | Preserved linefeeds now generate an empty line. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510626 13f79535-47bb-0310-9956-ffa450edef68
* Add the very same test cases with tables using starts-row/ends-row instead ↵Vincent Hennebert2007-02-143-5/+350
| | | | | | of fo:table-row objects git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507597 13f79535-47bb-0310-9956-ffa450edef68
* Stricter user config file validation.Vincent Hennebert2007-02-1417-3/+618
| | | | | | | | | Add a configuration parameter (strict-configuration), enabled by default, which makes FOP throw an exception instead of logging an error when a problem occurs. Invalid resource paths should be catched now. Fixes bug #40120. Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507539 13f79535-47bb-0310-9956-ffa450edef68
* Forgot the ASF header in the fo test filesVincent Hennebert2007-02-132-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507162 13f79535-47bb-0310-9956-ffa450edef68
* First unit tests for table layout manager classesVincent Hennebert2007-02-134-0/+645
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507160 13f79535-47bb-0310-9956-ffa450edef68
* Fix: override PropertyMaker.make() to properly parse font-family names ↵Andreas L. Delmelle2007-02-061-0/+49
| | | | | | containing spaces. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504280 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bugzilla 41503: Andreas L. Delmelle2007-01-311-0/+58
| | | | | | | take into account that column-numbers need not be monotonically increasing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@501977 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 41019, minor changes to a few testcases as now a different set ↵Luca Furini2007-01-303-19/+21
| | | | | | of break is created. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@501453 13f79535-47bb-0310-9956-ffa450edef68
* Properties are wrong. Sorry.Jeremias Maerki2007-01-221-49/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498837 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #41426:Jeremias Maerki2007-01-222-5/+53
| | | | | | | | Fix for ClassCastException when fo:wrapper was used as direct child of fo:flow. Note: "id" attributes are still not handled properly on fo:wrapper! Submitted by: Adrian Cumiskey <fop-dev.at.cumiskey.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498835 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for soft hyphensManuel Mall2007-01-133-0/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495855 13f79535-47bb-0310-9956-ffa450edef68
* Added support for line-height-shift-adjustment propertyManuel Mall2007-01-111-0/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495222 13f79535-47bb-0310-9956-ffa450edef68
* Fix for new linebreaking in combination with hyphenation not correctly ↵Manuel Mall2007-01-111-0/+44
| | | | | | breaking when explicit hyphen present git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495175 13f79535-47bb-0310-9956-ffa450edef68
* Created a static known-issues item in the release tab. Updated theSimon Pepping2007-01-091-31/+31
| | | | | | | documenation for running. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@494595 13f79535-47bb-0310-9956-ffa450edef68
* Update white-space test case to cover more Unicode whitespace codepointsManuel Mall2007-01-061-33/+311
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493429 13f79535-47bb-0310-9956-ffa450edef68
* Fix compilation error caused by incorrect package name in generated code. ↵Manuel Mall2006-12-222-11/+11
| | | | | | Also updated tests to Unicode 5 UAX#14 pair table compliance. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489620 13f79535-47bb-0310-9956-ffa450edef68
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks ↵Manuel Mall2006-12-225-284/+625
| | | | | | to Joerg Pietschman who supplied the core code for the Unicode line breaking algorithm git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489585 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled testcase for bug #40230 (was in my local copy for long)Vincent Hennebert2006-12-072-1/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@483461 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #40729:Jeremias Maerki2006-11-133-10/+66
| | | | | | | | | Support for the rgb-icc() function and for a proprietary cmyk() function (for device CMYK colors only through the PDF renderer so far). Submitted by: Peter Coppens <pc.subscriptions.at.gmail.com> Patch slightly modified to comply with our Java conventions, plus some minor editing. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@474225 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Fixed bug when the sum of column widths of a table is larger than ↵Jeremias Maerki2006-11-061-0/+88
| | | | | | the specified widths. The table width was not adjusted. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@471725 13f79535-47bb-0310-9956-ffa450edef68
* Style only.Jeremias Maerki2006-10-252-46/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@467698 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest font metric XML version to make tests work again.Jeremias Maerki2006-10-252-3/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@467691 13f79535-47bb-0310-9956-ffa450edef68
* FilledArea now properly applies the variation factor, when a pageSimon Pepping2006-10-113-60/+9
| | | | | | | | | | number citation is resolved. It (and each InlineArea) may have an adjustingInfo object for that purpose. Adapted leader_toc testcase to the new, correct, results; removed page-number-citation_forward-ref testcase because it duplicates the leader_toc testcase. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@462812 13f79535-47bb-0310-9956-ffa450edef68
* Fixed layout of forward page number citation references in fo:inlineSimon Pepping2006-10-071-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453920 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Nested tables with headers and footers were not handled correctly ↵Jeremias Maerki2006-10-071-0/+179
| | | | | | and could overlap with the region-after. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453900 13f79535-47bb-0310-9956-ffa450edef68
* This fixes a bug that has crept in page number resolution, viz. the text was ↵Simon Pepping2006-10-061-0/+52
| | | | | | not updated, so that the wrong ipd was calculated. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453700 13f79535-47bb-0310-9956-ffa450edef68
* Simple test of the PDFCMap class, before refactoring it for ToUnicode Bertrand Delacretaz2006-09-202-0/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448243 13f79535-47bb-0310-9956-ffa450edef68
* Code style, conform to checkstyle requirements (where it makes sense)Bertrand Delacretaz2006-09-202-89/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448214 13f79535-47bb-0310-9956-ffa450edef68
* PDFEncodingTestCase added, but test with custom font is disabled, fails (as ↵Bertrand Delacretaz2006-09-157-11/+262
| | | | | | expected, bugzilla 40467) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@446640 13f79535-47bb-0310-9956-ffa450edef68
* BasePDFTestCase extracted from PDFAConformanceTestCase, will be used to ↵Bertrand Delacretaz2006-09-152-48/+85
| | | | | | create more PDF renderer tests git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@446585 13f79535-47bb-0310-9956-ffa450edef68
* Implemented limited support for extension properties through new methods on ↵Jeremias Maerki2006-09-116-0/+756
| | | | | | | | | | ElementMapping (backwards-compatible). Moved block-progression-unit into the fox: namespace. Implemented new extension properties: fox:orphan-content-limit and fox:widow-content-limit for fo:table and fo:list-block. See documentation for details. Bugfix in ElementListUtils.removeLegalBreaks (concerning box/glue combinations). Added a unit test to cover the problem. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@442282 13f79535-47bb-0310-9956-ffa450edef68
* Trivial change to testcase to avoid 800+ warning messagesManuel Mall2006-09-021-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@439568 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #39414:Andreas L. Delmelle2006-09-021-6/+0
| | | | | | | | | Uninterrupted text blocks larger than 32K characters would cause overflows during layout, so make sure the FOText char arrays are never larger, by splitting them up into multiple instances. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@439511 13f79535-47bb-0310-9956-ffa450edef68
* Make FontInfo look for the same font-family and weight first, but with ↵Andreas L. Delmelle2006-08-291-12/+6
| | | | | | default font-style git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@438251 13f79535-47bb-0310-9956-ffa450edef68
* Minor enhancement of column-number property code / removal of unused methodAndreas L. Delmelle2006-08-221-0/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433459 13f79535-47bb-0310-9956-ffa450edef68
* Minor enhancement of FOTree test outputAndreas L. Delmelle2006-08-221-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433456 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix: set negative values to zero for b-p-d/i-p-dAndreas L. Delmelle2006-08-211-11/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433385 13f79535-47bb-0310-9956-ffa450edef68
* Rework of default column-creation and setting column-widths from the first ↵Andreas L. Delmelle2006-08-211-14/+0
| | | | | | row (fixes Bugzilla 35656) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433291 13f79535-47bb-0310-9956-ffa450edef68
* Changed testcases failing due to r432190Andreas L. Delmelle2006-08-179-18/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@432403 13f79535-47bb-0310-9956-ffa450edef68
* Helper XSLT which can split an FO file into multiple FO files at ↵Jeremias Maerki2006-08-091-0/+45
| | | | | | page-sequence boundaries. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@430134 13f79535-47bb-0310-9956-ffa450edef68