aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Visually separated retroweaver part from hyphenation part.Jeremias Maerki2008-10-201-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@706272 13f79535-47bb-0310-9956-ffa450edef68
* Check for plan namespace to avoid errors while parsing plan XML.Jeremias Maerki2008-10-201-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@706135 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
* changed my GPG KEYMaximilian Berger2008-09-271-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@699739 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-2310-94/+289
| | | | | | | | | 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
* Bugzilla 45842: Use FOP_OPTS environment variable in fop.bat and fop.cmd ↵Andreas L. Delmelle2008-09-193-2/+5
| | | | | | (patch submitted by Carsten Siedentop) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@697152 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-172-0/+19
| | | | | | | 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-166-14/+74
| | | | | | | | 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
* Bugzilla #45755:Jeremias Maerki2008-09-151-16/+0
| | | | | | Removed ALv2 license header as this file does not have a "creativity" value and only serves as an example. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@695500 13f79535-47bb-0310-9956-ffa450edef68
* PDF Output: Made sure the XMP Metadata stream is never compressed.Jeremias Maerki2008-09-152-4/+9
| | | | 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
* Credits where credits are due. I only noticed afterwards that there was a ↵Jeremias Maerki2008-09-101-1/+1
| | | | | | patch attached to the issue. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@693784 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45734:Jeremias Maerki2008-09-102-3/+9
| | | | | | | 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-102-10/+10
| | | | | | | 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
* Avoid test failure if the backup directory is not available, yet.Jeremias Maerki2008-09-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@690903 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix for Bugzilla 45702: instead of wrapping the forcedBreakAfterLast ↵Andreas L. Delmelle2008-08-302-2/+78
| | | | | | 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-293-1/+55
| | | | | | 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-291-0/+192
| | | | | | collapsing border model. (missing test case) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@690324 13f79535-47bb-0310-9956-ffa450edef68
* Added missing generation of areas for empty grid units in tables with ↵Jeremias Maerki2008-08-295-214/+322
| | | | | | 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
* added URIResolutionTestCaseMaximilian Berger2008-08-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@689043 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
* Merge from 0.95 branch:Jeremias Maerki2008-08-251-3/+0
| | | | | | Fixed jar-sources target. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688698 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-252-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-252-7/+18
| | | | | | 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-252-47/+61
| | | | | | | | 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-247-361/+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-222-1/+6
| | | | | | | | 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
* Final statistics output after the test with average speed indication.Jeremias Maerki2008-08-222-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688078 13f79535-47bb-0310-9956-ffa450edef68
* Added some performance statistics to MemoryEater.Jeremias Maerki2008-08-212-11/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@687786 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
* Included patched retroweaver which does not modify Boolean.valueOfMaximilian Berger2008-08-215-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@687576 13f79535-47bb-0310-9956-ffa450edef68
* * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions.Adrian Cumiskey2008-08-2012-242/+35
| | | | | | | * 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