aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a problem where the BPD or a block area could be wrong if there is a ↵Jeremias Maerki2008-10-242-11/+8
| | | | | | | | nested, absolutely positioned area (for example a block-container). This was most probably introduced by rev 618992. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@707631 13f79535-47bb-0310-9956-ffa450edef68
* AFPFontReader a lot more robust now with less copy/pasted code but still far ↵Adrian Cumiskey2008-10-249-260/+252
| | | | | | | | | from ideal, the whole AFP FOCA parsing/handling still in need of a rewrite at some point. CharacterSetOrientation width() renamed to getWidth() and now protects itself against a possible ArrayIndexOutOfBoundsException. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@707627 13f79535-47bb-0310-9956-ffa450edef68
* Been hanging around here unused since 2002 and no longer relevant as far as ↵Adrian Cumiskey2008-10-221-240/+0
| | | | | | I can tell. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@707083 13f79535-47bb-0310-9956-ffa450edef68
* Reluctantly added a note about how to clear the image cache.Jeremias Maerki2008-10-212-4/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@706570 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45956:Jeremias Maerki2008-10-201-1/+33
| | | | | | Minimal support for leader-pattern="rule" for PCL output. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@706319 13f79535-47bb-0310-9956-ffa450edef68
* Fixed size of images when vector graphic images are painted using ↵Jeremias Maerki2008-10-206-37/+94
| | | | | | | | | fox:conversion-mode="bitmap" (for PDF output). Added support for fox:conversion-mode="bitmap" for PS output. Avoid "unsupported target ImageFlavor" error after the fix in XML Graphics Commons (rev 706270). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@706276 13f79535-47bb-0310-9956-ffa450edef68
* Removed superfluous bracketsVincent Hennebert2008-10-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@705529 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ps:ps-page-setup-code.Adrian Cumiskey2008-10-152-42/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@704909 13f79535-47bb-0310-9956-ffa450edef68
* More readable.Adrian Cumiskey2008-10-151-12/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@704907 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45971: improved the behaviour of the command line interface:Vincent Hennebert2008-10-132-32/+49
| | | | | | | | | | - display 'fop' instead of 'Fop' in help messages - do not throw exception when running fop without argument or with -v or -h - return more meaningful error codes Patch submitted with some modifications by Tom Browder (tom_dot.browder.at_gmail.dot_com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@704008 13f79535-47bb-0310-9956-ffa450edef68
* Added two missing files from r698280Andreas L. Delmelle2008-09-242-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@698670 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup firstWhiteSpaceInSeq at end of block too...Andreas L. Delmelle2008-09-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@698322 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 40798: A conditional-page-master-reference with ↵Andreas L. Delmelle2008-09-237-94/+51
| | | | | | | | | page-position="last" is also eligible for an only page (first as well as last) Additionally: added support for page-position="only" git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@698280 13f79535-47bb-0310-9956-ffa450edef68
* Fixed stray "xml.apache.org".Jeremias Maerki2008-09-193-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@697140 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45795:Jeremias Maerki2008-09-171-0/+15
| | | | | | | PDF Output: Added support for handling 16-bit alpha channel. They are currently converted to 8 bits. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@696365 13f79535-47bb-0310-9956-ffa450edef68
* Re-enabled image loader testcasesMaximilian Berger2008-09-163-7/+7
| | | | | | | | Made sure SVG converters use SVG flavor (updated in commons) Added new ImageLoaderTest which tests JPGs embedded in SVG git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@695776 13f79535-47bb-0310-9956-ffa450edef68
* PDF Output: Made sure the XMP Metadata stream is never compressed.Jeremias Maerki2008-09-151-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@695491 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix: avoid attempts at converting a default namespace declaration as a ↵Andreas L. Delmelle2008-09-101-4/+5
| | | | | | FO property, if the parser reports it as a regular attribute git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@693841 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45734:Jeremias Maerki2008-09-101-3/+5
| | | | | | | Fix for PFMReader after bug #43089 (r567078) changed the behavior of PFMFile. Fixes baseline problems when Type 1 fonts are used in conjunction with XML font metric files. Submitted by: J. Frantzius <jfrantzius.at.web.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@693781 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45616:Jeremias Maerki2008-09-101-10/+7
| | | | | | | Fix for table handling in RTF output, so the output works with OpenOffice and AbiWord, too. Submitted by: Pavel Kysilka <goldenfish.at.linuxsoft.cz> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@693742 13f79535-47bb-0310-9956-ffa450edef68
* Some older TTF fonts have shorter OS/2 tables. This fixes potential ↵Jeremias Maerki2008-09-101-15/+30
| | | | | | EOFExceptions. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@693720 13f79535-47bb-0310-9956-ffa450edef68
* This is a better fix which will cater for the case where the first character ↵Adrian Cumiskey2008-09-091-4/+4
| | | | | | encountered is the EOF (-1) character. EOF test now only occurs when loop is exit so this should execute more efficiently. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@693462 13f79535-47bb-0310-9956-ffa450edef68
* Make PFM string parsing a little more robustAdrian Cumiskey2008-09-091-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@693433 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix for Bugzilla 45702: instead of wrapping the forcedBreakAfterLast ↵Andreas L. Delmelle2008-08-301-2/+2
| | | | | | element, simply add it to the returnList git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@690532 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 45667: avoid NullPointerExceptions during hyphenation for empty ↵Andreas L. Delmelle2008-08-291-1/+2
| | | | | | inlines. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@690382 13f79535-47bb-0310-9956-ffa450edef68
* Added missing generation of areas for empty grid units in tables with ↵Jeremias Maerki2008-08-292-8/+111
| | | | | | collapsing border model. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@690319 13f79535-47bb-0310-9956-ffa450edef68
* Expanded warning message about borders and paddings on regions.Luca Furini2008-08-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@689442 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to add deprecated public statics.Adrian Cumiskey2008-08-261-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@689000 13f79535-47bb-0310-9956-ffa450edef68
* Deprecate UnitConv now that it resides only in xmlgraphics commons.Adrian Cumiskey2008-08-261-0/+152
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688994 13f79535-47bb-0310-9956-ffa450edef68
* Hmm, I missed the redirects for the 0.95 release.Jeremias Maerki2008-08-251-24/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688674 13f79535-47bb-0310-9956-ffa450edef68
* CommonURIResolver is no longer a singletonMaximilian Berger2008-08-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688666 13f79535-47bb-0310-9956-ffa450edef68
* Minor documentation improvements, most notably a comment about ↵Jeremias Maerki2008-08-251-2/+13
| | | | | | keep-together="always". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688664 13f79535-47bb-0310-9956-ffa450edef68
* Fixed example.Jeremias Maerki2008-08-252-2/+2
| | | | | | Thanks for noticing, Pascal Sancho! git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688660 13f79535-47bb-0310-9956-ffa450edef68
* Added a page on metadata (partly ported from the FOP Wiki).Jeremias Maerki2008-08-255-6/+488
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688653 13f79535-47bb-0310-9956-ffa450edef68
* Re-added moved class as deprecatedMaximilian Berger2008-08-253-0/+191
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688652 13f79535-47bb-0310-9956-ffa450edef68
* Fixed memory leak in property cache (not cleaning stale ↵Jeremias Maerki2008-08-251-47/+58
| | | | | | | | PropertyCache$CacheEntry instances). Special thanks to Andreas Delmelle for his help! git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688633 13f79535-47bb-0310-9956-ffa450edef68
* Moved DataURIResolver from FOP to commons; use new URIResolver registryMaximilian Berger2008-08-244-243/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688508 13f79535-47bb-0310-9956-ffa450edef68
* minor spelling mistakesMaximilian Berger2008-08-221-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688139 13f79535-47bb-0310-9956-ffa450edef68
* Merge from branch ↵Jeremias Maerki2008-08-221-1/+3
| | | | | | | | https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_95: Fixed text stroking in SVG when the stroke-width is zero. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688087 13f79535-47bb-0310-9956-ffa450edef68
* Added an FAQ entry about the element mismatch error message.Jeremias Maerki2008-08-211-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@687657 13f79535-47bb-0310-9956-ffa450edef68
* * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions.Adrian Cumiskey2008-08-209-192/+33
| | | | | | | * Removed UnitConv and its unit test case (now resides in commons). * Updated all fop util package references fpr UnitConv to xmlgraphics commons util package. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@687369 13f79535-47bb-0310-9956-ffa450edef68
* Boolean.valueOf() is available in 1.4, but retroweaver still tried to weave itMaximilian Berger2008-08-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@687365 13f79535-47bb-0310-9956-ffa450edef68
* valueOf is Java 1.5+ onlyMaximilian Berger2008-08-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@687323 13f79535-47bb-0310-9956-ffa450edef68
* Moved mptToPt() and ptToMpt() from AbstractRenderer to UnitConv. One less ↵Adrian Cumiskey2008-08-205-41/+44
| | | | | | dependency to worry about. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@687305 13f79535-47bb-0310-9956-ffa450edef68
* Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats ↵Adrian Cumiskey2008-08-146-49/+52
| | | | | | one less Renderer interface dependency to worry about :). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@685885 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the source for a division by zero when the content of an fo:leader ↵Jeremias Maerki2008-08-141-10/+16
| | | | | | with leader-pattern="use-content" collapses to zero width during layout. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@685879 13f79535-47bb-0310-9956-ffa450edef68
* Removed three unused classes in the traits package.Jeremias Maerki2008-08-143-159/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@685785 13f79535-47bb-0310-9956-ffa450edef68
* Fixed border trait parsing for the area tree XML when CMYK or ICC colors ↵Jeremias Maerki2008-08-131-7/+14
| | | | | | were used. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@685573 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45606:Jeremias Maerki2008-08-101-7/+8
| | | | | | | Fixed generation of "fonttbl" for RTF output to fix loading problem with AbiWord. Submitted by: Pavel Kysilka <goldenfish.at.linuxsoft.cz> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@684577 13f79535-47bb-0310-9956-ffa450edef68
* Merge from 0_95 branch:Jeremias Maerki2008-08-101-15/+14
| | | | | | Fixed ID resolution for nested bookmarks with duplicated IDs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@684575 13f79535-47bb-0310-9956-ffa450edef68