aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed left over .cvsignore files.Joerg Pietschmann2005-08-137-17/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232529 13f79535-47bb-0310-9956-ffa450edef68
* Removed some cruft. Expanded rarely used ant properties.Joerg Pietschmann2005-08-131-187/+52
| | | | | | | | Reenabled hyphenation serialization. Straightened some build dependencies. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232528 13f79535-47bb-0310-9956-ffa450edef68
* Initial upload of the visual testing facility. Docs in code. A Wiki page ↵Jeremias Maerki2005-08-1214-0/+1301
| | | | | | will follow shortly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232300 13f79535-47bb-0310-9956-ffa450edef68
* Read the bitmap resolution from PNGs and TIFFs.Jeremias Maerki2005-08-122-3/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232263 13f79535-47bb-0310-9956-ffa450edef68
* Merged branch ↵Jeremias Maerki2005-08-1222-442/+1156
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock back into Trunk. Revisions: 227462 to HEAD (231261) This adds support for block-level content inside fo:inline. The full set of changes on the branch can be extracted by: svn log http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock -r 227462:231261 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232250 13f79535-47bb-0310-9956-ffa450edef68
* Fix regression that caused duplicate IDs when Reload was pressed in the AWT ↵Jeremias Maerki2005-08-121-3/+2
| | | | | | Viewer. The Fop instance should only be used for one single rendering run. The regression was caused by the introduction of a member variable for the FOTreeBuilder which is used to fetch the rendering results. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232236 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36146 Jeremias Maerki2005-08-121-4/+6
| | | | | | | | Image scaling didn't work in the Java2D based renderers, as the putImage function was referring to the wrong height/width. Submitted by: Richard Wheeldon <richardw.at.geoquip-rnd.demon.co.uk> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232234 13f79535-47bb-0310-9956-ffa450edef68
* Some general housekeeping. No functional changes.Jeremias Maerki2005-08-1012-42/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231325 13f79535-47bb-0310-9956-ffa450edef68
* Removed Jakarta Commons Lang. It is not used. Don't know why I once thought ↵Jeremias Maerki2005-08-1035-217/+1719
| | | | | | | | | | | | | | Commons IO depends on Commons Lang. Shrug. Upgrade for Apache Xerces-J from 2.2.1 to 2.7.1. Upgrade for Apache Xalan-J from 2.4.1 to 2.7.0 (notice the new serializer.jar which was separated out from xalan.jar because xercesImpl.jar now needs this functionality because of the latest JAXP) Upgrade for XML Commons Externals (xml-apis.jar). This is version 1.3.02 which is bundled with both Xerces-J 2.7.1 and Xalan-J 2.7.0) Upgrade for Apache Batik to 1.6 ("all-jar" built using JDK 1.3.1_15 from the source distribution) Upgrade for Apache Avalon Framework from 4.1.4 to 4.2.0. Added a README.txt which documents all dependencies and should serve as primary for licensing information on FOP dependencies. Adjusted fop.bat to the changed JAR names. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231295 13f79535-47bb-0310-9956-ffa450edef68
* Removed DOM-related tests as discussed. We don't want to test the buggy ↵Jeremias Maerki2005-08-101-35/+1
| | | | | | innards of Xalan-J. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231263 13f79535-47bb-0310-9956-ffa450edef68
* Oops. Forgot to update this one.Jeremias Maerki2005-08-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231242 13f79535-47bb-0310-9956-ffa450edef68
* Found a bug. Element list is not correct. Auxiliary boxes for starting and ↵Jeremias Maerki2005-08-101-0/+18
| | | | | | ending borders are not generated. May cause wrong break decisions. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231241 13f79535-47bb-0310-9956-ffa450edef68
* Support checking for the auxiliary flag on boxes.Jeremias Maerki2005-08-101-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231240 13f79535-47bb-0310-9956-ffa450edef68
* SVN properties and imports.Jeremias Maerki2005-08-101-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231224 13f79535-47bb-0310-9956-ffa450edef68
* AbstractFopImage subclass using ImageIO (JDK >= 1.4) to load images (works ↵Jeremias Maerki2005-08-101-0/+145
| | | | | | with GIF, too). Some of the code dealing with the BufferedImage could probably be extracted to a common subclass since it's mostly a copy from a different FopImage implementation. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231223 13f79535-47bb-0310-9956-ffa450edef68
* AbstractFopImage subclass using ImageIO (JDK >= 1.4) to load images (works ↵Jeremias Maerki2005-08-100-0/+0
| | | | | | with GIF, too). Some of the code dealing with the BufferedImage could probably be extracted to a common subclass since it's mostly a copy from a different FopImage implementation. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231222 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to commit a changed file. Straggler from the RTF library clean-up.Jeremias Maerki2005-08-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231221 13f79535-47bb-0310-9956-ffa450edef68
* Better documentation of FOUserAgent.getStream()Jeremias Maerki2005-08-101-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231215 13f79535-47bb-0310-9956-ffa450edef68
* Fallback to default value if "compression" value is not given.Jeremias Maerki2005-08-101-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231214 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36112 Jeremias Maerki2005-08-102-3/+14
| | | | | | | Fix for Java2DRenderer to paint regions other than region-body. Area tree was not properly cloned. Submitted by: Richard Wheeldon <richardw.at.geoquip-rnd.demon.co.uk> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231213 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36067 Jeremias Maerki2005-08-107-92/+344
| | | | | | | Support for relative font sizes. Submitted by: Manuel Mall <mm.at.arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231198 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Manuel Mall <mm.at.arcus.com.au>Chris Bowditch2005-08-093-0/+206
| | | | | | ref to bugzilla 36098 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231047 13f79535-47bb-0310-9956-ffa450edef68
* Committing a hack I've started earlier. The analyzer did not always ↵Jeremias Maerki2005-08-081-6/+12
| | | | | | | | recognize an SVG file as such, especially XML encoded in a two-byte charset. This will still need some attention. Logging reenabled. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@230759 13f79535-47bb-0310-9956-ffa450edef68
* Remove orphan directory.Jeremias Maerki2005-08-050-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@230500 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #35998 Jeremias Maerki2005-08-0511-24/+15
| | | | | | | | Context classes into the tools package. Lonely interface ITableColumnsInfo to the others. Suggested by: Guillaume Déflache <guillaume.at.anyware-tech.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@230499 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #35992 Jeremias Maerki2005-08-051-37/+44
| | | | | | | Updates based on insights gained through additional test cases. Submitted by: Manuel Mall <mm.at.arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@230498 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #35992 Jeremias Maerki2005-08-051-0/+3
| | | | | | | Additional element for background-position demonstration. Submitted by: Manuel Mall <mm.at.arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@230497 13f79535-47bb-0310-9956-ffa450edef68
* Please keep it sorted.Jeremias Maerki2005-08-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@230448 13f79535-47bb-0310-9956-ffa450edef68
* Patch supplied by Manuel Mall in bugzilla 36036 with minor modificationsChris Bowditch2005-08-054-168/+205
| | | | | | Submitted by: Manuel Mall <mm.at.arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@230445 13f79535-47bb-0310-9956-ffa450edef68
* disabled font size absolute and relative tests as they currently fail!Chris Bowditch2005-08-041-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227399 13f79535-47bb-0310-9956-ffa450edef68
* Test cases submitted by Manual Mall, bugzilla 36025. I have added some ↵Chris Bowditch2005-08-043-0/+369
| | | | | | | | checks to increase effectiveness of tests Submitted by: Manuel Mall <mm.at.arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227398 13f79535-47bb-0310-9956-ffa450edef68
* This does no more cause a ClassCastExceptions.Luca Furini2005-08-041-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227352 13f79535-47bb-0310-9956-ffa450edef68
* setting svn:eol-style and svn:keywords properietsChristian Geisert2005-08-040-0/+0
| | | | | | | (didn't work automagically with client-side configuration ..) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227351 13f79535-47bb-0310-9956-ffa450edef68
* Testcases for leaderChristian Geisert2005-08-043-0/+245
| | | | | | | | | Submitted by: Manuel Mall <mm.at.arcus.com.au> see Bugzilla #36013, #36015, #36017 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227350 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 36007.Luca Furini2005-08-041-0/+1
| | | | | | | The list of elements created by the LineLM was incomplete. Thanks to Manuel Mall for signaling the bug and providing testcases. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227342 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style and svn:keywords where necessary. Need to lookup why ↵Jeremias Maerki2005-08-0425-1497/+1497
| | | | | | these are missing only on some. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227338 13f79535-47bb-0310-9956-ffa450edef68
* added some checks to the test case to make it more effective in checking for ↵Chris Bowditch2005-08-042-1/+17
| | | | | | regressions git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227335 13f79535-47bb-0310-9956-ffa450edef68
* Testcases for word-spacingChristian Geisert2005-08-044-0/+234
| | | | | | | Submitted by: Manuel Mall <mm.at.arcus.com.au>, see Bugzilla #36010 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227334 13f79535-47bb-0310-9956-ffa450edef68
* disabled letter-spacing3.xml for now as it failsChris Bowditch2005-08-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227323 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by Manual Mall in bugzilla 36008Chris Bowditch2005-08-043-0/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227322 13f79535-47bb-0310-9956-ffa450edef68
* Removing dependencies of RTF library on the rest of FOP so it can be used ↵Jeremias Maerki2005-08-039-258/+244
| | | | | | | | stand-alone. Submitted by: Guillaume Déflache <guillaume.at.anyware-tech.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227252 13f79535-47bb-0310-9956-ffa450edef68
* Tests for fo:wrapper.Jeremias Maerki2005-08-032-0/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227246 13f79535-47bb-0310-9956-ffa450edef68
* Proper handling of the color property on page-number and page-number-citatition.Jeremias Maerki2005-08-034-39/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227245 13f79535-47bb-0310-9956-ffa450edef68
* Current Forrest is not fully HTML 4.01 and CSS compliant due to a bug, so we ↵Jeremias Maerki2005-08-031-1/+1
| | | | | | better switch the logos off for now. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227222 13f79535-47bb-0310-9956-ffa450edef68
* Disabled the external link images. They mess up the layout in many places.Jeremias Maerki2005-08-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227221 13f79535-47bb-0310-9956-ffa450edef68
* Initial values for "Trunk" column. No guarantees!Jeremias Maerki2005-08-031-217/+332
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227219 13f79535-47bb-0310-9956-ffa450edef68
* Update to Forrest 0.7.Jeremias Maerki2005-08-032-1954/+1967
| | | | | | | Preparations for second column for trunk on the compilance page. Submitted by: Manuel Mall <mm.at.arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227202 13f79535-47bb-0310-9956-ffa450edef68
* Fix for table-body4.xml. Higher penalty values for breaks that would results ↵Jeremias Maerki2005-08-021-0/+10
| | | | | | in unwelcome table breaks. At the moment this is hard-coded to an arbitrary value and needs to be refined. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227030 13f79535-47bb-0310-9956-ffa450edef68
* Test case for badly broken table rows as discussed on fop-dev.Jeremias Maerki2005-08-021-0/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227029 13f79535-47bb-0310-9956-ffa450edef68
* Allow "<0" and ">0" expressions for the "p" part on a penalty.Jeremias Maerki2005-08-021-15/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227027 13f79535-47bb-0310-9956-ffa450edef68