aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removing unreachable catch block.Temp_API_FinalizationJeremias Maerki2006-03-211-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@387524 13f79535-47bb-0310-9956-ffa450edef68
* Use non-deprecated ways to get a default user agent.Jeremias Maerki2006-03-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@387522 13f79535-47bb-0310-9956-ffa450edef68
* Change call to deprecated FOUserAgent constructor to FopFactory methodSimon Pepping2006-03-0912-19/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@384602 13f79535-47bb-0310-9956-ffa450edef68
* Ensure a consistent Fop object in the constructorSimon Pepping2006-03-0715-61/+107
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@384002 13f79535-47bb-0310-9956-ffa450edef68
* Ensure the consistency of the created Fop objectSimon Pepping2006-03-075-26/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@383973 13f79535-47bb-0310-9956-ffa450edef68
* Height is not WidthSimon Pepping2006-03-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@383685 13f79535-47bb-0310-9956-ffa450edef68
* Add Fop constructor and corresponding FopFactory methods with anSimon Pepping2006-03-053-6/+68
| | | | | | | output stream. Adapt MultipleFO2PDF example. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@383398 13f79535-47bb-0310-9956-ffa450edef68
* Ported the latest bugfix in FOUserAgent to branch: Jeremias Maerki2006-03-011-4/+1
| | | | | | Fix bug in the construction of a base URL when it's specified as a file system path. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@381982 13f79535-47bb-0310-9956-ffa450edef68
* An example of a FopFactory managing multiple rendering runsSimon Pepping2006-02-231-0/+171
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@380226 13f79535-47bb-0310-9956-ffa450edef68
* Adapted this example to the new API.Simon Pepping2006-02-221-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@379883 13f79535-47bb-0310-9956-ffa450edef68
* Deprecated PDFEncryptionParams on FOUserAgent in factor of the more generic ↵Jeremias Maerki2006-02-153-8/+94
| | | | | | solution using FOUserAgent.getRendererOptions(). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@378001 13f79535-47bb-0310-9956-ffa450edef68
* CleanupJeremias Maerki2006-02-141-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@377685 13f79535-47bb-0310-9956-ffa450edef68
* Attaching the ImageFactory to the FopFactory. To have a cache effect between ↵Jeremias Maerki2006-02-1412-25/+32
| | | | | | multiple rendering runs the FopFactory would have to be reused after this change. Multiple FopFactories = Multiple image caches. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@377680 13f79535-47bb-0310-9956-ffa450edef68
* Hooking the ContentHandlerFactoryRegistry into the FopFactor.Jeremias Maerki2006-02-143-14/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@377672 13f79535-47bb-0310-9956-ffa450edef68
* Most of the API finalization proposal is implemented now. No deprecations, ↵Jeremias Maerki2006-02-139-323/+582
| | | | | | yet, and the image cache and a couple of nits are not addressed, yet. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@377403 13f79535-47bb-0310-9956-ffa450edef68
* Temporary branch for API finalizationJeremias Maerki2006-02-130-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_API_Finalization@377373 13f79535-47bb-0310-9956-ffa450edef68
* RTF: length of leveltext has to be specified as two-digit hex-valuePeter Herweg2006-02-121-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377256 13f79535-47bb-0310-9956-ffa450edef68
* trivial updateAndreas L. Delmelle2006-02-121-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377246 13f79535-47bb-0310-9956-ffa450edef68
* Slight correction: single quoted font-family names not properly handledAndreas L. Delmelle2006-02-122-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377242 13f79535-47bb-0310-9956-ffa450edef68
* Extra constants needed for the font shorthandAndreas L. Delmelle2006-02-121-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377223 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation for the font shorthand property (+ some checkstyle cleanup)Andreas L. Delmelle2006-02-1217-61/+470
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377222 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for Bug 38041: correct handling of different list-item-label'sPeter Herweg2006-02-126-21/+92
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377220 13f79535-47bb-0310-9956-ffa450edef68
* RTF: fix a few checkstyle warningsPeter Herweg2006-02-124-21/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377219 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #38618:Jeremias Maerki2006-02-1110-59/+143
| | | | | | | cleanup of rgb() and implementation of system-color() Submitted by: Max Berger <max.at.berger.name> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377045 13f79535-47bb-0310-9956-ffa450edef68
* Creation of Font instances centralized in FontInfo and added a cache for ↵Jeremias Maerki2006-02-1010-65/+53
| | | | | | them. This removes duplicate code in a number of places, improves speed a little and saves memory. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@376706 13f79535-47bb-0310-9956-ffa450edef68
* Reworked area building in AreaTreeParser to match the scheme that the ↵Jeremias Maerki2006-02-091-329/+558
| | | | | | FOTreeBuilder uses. Cuts away another 10-15% processing time. Too many String.equals() calls and a minor optimization in setTraits(). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@376293 13f79535-47bb-0310-9956-ffa450edef68
* Decorate warning with location info.Jeremias Maerki2006-02-091-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@376250 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.Jeremias Maerki2006-02-093-7/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@376235 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: padding-top and padding-bottom on list-items could lead to wrong ↵Jeremias Maerki2006-02-095-15/+202
| | | | | | | | | page break decisions and thus to overlapping text. Bugfix: break-before and break-after were ignored on list-items. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@376226 13f79535-47bb-0310-9956-ffa450edef68
* Added missing values in area tree XML for PageViewport ↵Jeremias Maerki2006-02-085-163/+210
| | | | | | | | | | | (simple-page-master-name and blank). Performance improvement of about 10% for a simple document inside the AreaTreeParser (Hotspot: setTraits()) Changed the way that trait info lookup is done in Trait.java. Should be just a little faster now. Unused traits disabled. Commented unused methods. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@375983 13f79535-47bb-0310-9956-ffa450edef68
* Style fixesJeremias Maerki2006-02-071-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@375605 13f79535-47bb-0310-9956-ffa450edef68
* Non-SVG XML got loaded into a non-namespace-aware node which caused problems ↵Jeremias Maerki2006-02-071-1/+8
| | | | | | later when serializing the foreign XML to the intermediate format. Fixes a problem with serializing barcodes (Barcode4J) to the intermediate format. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@375604 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 38507: the elements representing a non-breaking space were not ↵Luca Furini2006-02-076-269/+150
| | | | | | | | | | always correct, sometimes allowing a break. This also solves another bug concerning the incorrect suppression of a nbsp at the beginning of a line. A bit of clean-up in TextLayoutManager git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@375585 13f79535-47bb-0310-9956-ffa450edef68
* correct line endings for fop commandsChristian Geisert2006-02-071-59/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@375575 13f79535-47bb-0310-9956-ffa450edef68
* web form as requested by David Reid.Jeremias Maerki2006-02-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@375280 13f79535-47bb-0310-9956-ffa450edef68
* RTF: fix a few checkstyle warningsPeter Herweg2006-02-0523-48/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@375067 13f79535-47bb-0310-9956-ffa450edef68
* RTF: remove usage of TableLayoutManager; use SimplePercentBaseContext insteadPeter Herweg2006-02-051-9/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@375060 13f79535-47bb-0310-9956-ffa450edef68
* Test case for Bugzilla #38507.Jeremias Maerki2006-02-042-0/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374892 13f79535-47bb-0310-9956-ffa450edef68
* Correction of the issue raised on the WhiteSpace Wiki (see accompanying change)Andreas L. Delmelle2006-02-031-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374712 13f79535-47bb-0310-9956-ffa450edef68
* File missing from http://svn.apache.org/viewcvs?rev=374174&view=rev... ↵Andreas L. Delmelle2006-02-021-3/+5
| | | | | | Thanks, Manuel! :-) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374541 13f79535-47bb-0310-9956-ffa450edef68
* We forgot to update the header and footer of the download mirror page.Jeremias Maerki2006-02-021-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374512 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #38453:Jeremias Maerki2006-02-023-52/+64
| | | | | | | Bugfix: Text-decoration was not promoted if no text-decoration attribute was specified on a nested element. Nice side-effect: more efficient evaluation of text-decoration. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374425 13f79535-47bb-0310-9956-ffa450edef68
* Don't swallow characters if the handler does not implement LexicalHandler.Jeremias Maerki2006-02-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374312 13f79535-47bb-0310-9956-ffa450edef68
* Better naming of the relases.Jeremias Maerki2006-02-021-2/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374300 13f79535-47bb-0310-9956-ffa450edef68
* fo:wrapper has restrictions.Jeremias Maerki2006-02-021-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374298 13f79535-47bb-0310-9956-ffa450edef68
* Demonstrating the problem reported by Jan Kohnert.Jeremias Maerki2006-02-022-0/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374297 13f79535-47bb-0310-9956-ffa450edef68
* Renaming test case as it doesn't properly describe what it does.Jeremias Maerki2006-02-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374296 13f79535-47bb-0310-9956-ffa450edef68
* Further fine-tuning of white-space-handling during refinementAndreas L. Delmelle2006-02-013-72/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374174 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to commit the failing testcase...Andreas L. Delmelle2006-01-311-0/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@373925 13f79535-47bb-0310-9956-ffa450edef68
* Implementation for from-table-column(). See: bugzilla 38282Andreas L. Delmelle2006-01-3113-75/+226
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@373922 13f79535-47bb-0310-9956-ffa450edef68