aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-18702-11507/+14919
| | |\ | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@1060241 13f79535-47bb-0310-9956-ffa450edef68
| | * | Adjust to changes in XML Graphics Commons:Jeremias Maerki2010-12-1313-38/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - equals() to ColorUtil.isSameColor() - ICCColorSpaceExt to ICCColorSpaceWithIntent - int to RenderingIntent enum git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@1045155 13f79535-47bb-0310-9956-ffa450edef68
| | * | Bugfix for StringIndexOutOfBoundsException when the PDF grows beyond 2GB.Jeremias Maerki2010-08-131-6/+9
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@985323 13f79535-47bb-0310-9956-ffa450edef68
| | * | The previous merge didn't go quite as planned.Jeremias Maerki2010-07-191-1/+0
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@965397 13f79535-47bb-0310-9956-ffa450edef68
| | * | Merged changes from Trunk.Jeremias Maerki2010-07-191-3/+6
| | |\ \ | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@965391 13f79535-47bb-0310-9956-ffa450edef68
| | * \ \ Property update from the merge (TSVN wouldn't commit with this and the rest ↵Jeremias Maerki2010-07-190-0/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the changes). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@965381 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Merged changes from Trunk (minus JARs).Jeremias Maerki2010-07-1967-3260/+4780
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@965380 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Added missing PDFColorHandler to PDFDocumentGraphics2D.Jeremias Maerki2010-07-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@965368 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Added support for CIE Lab colors to AFP output.Jeremias Maerki2010-07-082-24/+100
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@961779 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Bugfix for gradients with mixed color spaces: the original color was not ↵Jeremias Maerki2010-07-081-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replaced in the list which cause faulty PDFs. Switched to using a more accurate conversion method to sRGB. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@961641 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Cleanup of PDFColor, removing unused functionality. PDFColor is only used ↵Jeremias Maerki2010-07-081-93/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for transparent color of bitmap images in which case only sRGB and Gray are needed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@961638 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Added class ColorWithFallback used for recreating function strings.Jeremias Maerki2010-07-078-134/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusted to changes of design in color branch. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@961379 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Added support for the cie-lab-color() function that is found in the current ↵Jeremias Maerki2010-06-306-92/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XSL 2.0 design notes. Some refactoring of ColorUtil to reduce code duplication. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@959286 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Round-trip for fop-rgb-named-color() function.Jeremias Maerki2010-06-293-18/+97
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@959028 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Added support for the rgb-named-color() function that is found in the ↵Jeremias Maerki2010-06-293-6/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current XSL 2.0 design notes. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@958992 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Bugzilla #49403:Jeremias Maerki2010-06-2518-372/+777
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial support for PDF Separation color spaces (aka spot colors). This is still unfinished but produces valid PDF with Separation colors in simple cases. Based on work by: Patrick Jaromin <Patrick.at.Jaromin.com> Note: PDFColor is broken right now, as I'm planning to phase that class out. Squeezing separation colors and what else comes later into that class isn't such a good idea IMO. Instead, PDFColorHandler tries to do all that in a better way based on the new color support classes from XGC. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@957913 13f79535-47bb-0310-9956-ffa450edef68
| | * | | | Creating dev branch for a better color infrastructureJeremias Maerki2010-06-210-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@956535 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Merged some fixes from trunkSimon Pepping2011-01-273-7/+7
|\| | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1064162 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Fix an forgotten change of type in class Area and a checkstyle error in ↵Simon Pepping2011-01-273-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | class FObj git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1064159 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Merged from trunk up to r1064076Simon Pepping2011-01-2739-425/+593
|\| | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1064156 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Bugzilla 50635: fix issue in checkPreparedPages() where the same ↵Andreas L. Delmelle2011-01-242-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | page-sequence is potentially started multiple times git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1063022 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Credit where credit is due...Andreas L. Delmelle2011-01-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1062914 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Bugzilla 50636: fix performance issue when adding pages in very large documentsAndreas L. Delmelle2011-01-242-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1062913 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Bugzilla 50593: Mostly add type safety to various collections in the ↵Andreas L. Delmelle2011-01-2432-360/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fop.area package. Additionally, added @Override annotations and used static import for Constants. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1062901 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Removed unnecessary Checkstyle CSOK commentsVincent Hennebert2011-01-241-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1062741 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | FAQ entry for anti-aliasing artifacts in Adobe Acrobat.Jeremias Maerki2011-01-243-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1062710 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Make HashMaps type safe + remove corresponding redundant casts and ↵Andreas L. Delmelle2011-01-221-14/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unnecessary (un)boxing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1062241 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Minor fixups: extract addAttributeToList() + no reason to first check the ↵Andreas L. Delmelle2011-01-221-26/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributeValue to ignore namespace declarations git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1062236 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Bugzilla 50626: Fix potential performance issue when adding nodes. Thanks to ↵Andreas L. Delmelle2011-01-221-10/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mkoegler.AT.auto.tuwien.ac.at. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1062225 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Merged /xmlgraphics/fop/trunk:r1053043-1061681Simon Pepping2011-01-2174-722/+723
|\| | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1061759 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Reduced task attribute redundancy by using <presetdef>.Jeremias Maerki2011-01-211-18/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added maxmemory="256m" on junit instead of a JVM argument to overcome OutOfMemoryErrors that I have since moving to Windows 7 64bit. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1061678 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Fix for paths with spaces.Jeremias Maerki2011-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Carl Hoffman/Glenn Adams git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1061652 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Avoid deconstructing and reconstructing the base URI of theSimon Pepping2011-01-201-8/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configuration; the location string is obtained from a sax.Locator with system ID, line number and optionally column number (avalon.framework.configuration.SAXConfigurationHandler.getLocationString), and can be used as a URI string directly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1061362 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugfix: Extracting the base directory through Configuration.getLocation() ↵Jeremias Maerki2011-01-171-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | didn't work for Windows, since Windows paths can contain drive letters that are separated by colons. This lead to FOP scanning the whole drive for fonts starting from the drive root in the auto-detect case. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059945 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Remove unused classAndreas L. Delmelle2011-01-161-94/+0
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059427 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Add test/use-case for id on fo:rootAndreas L. Delmelle2011-01-151-14/+16
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059415 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Enable id on fo:root pt 3 - Signal processed id at end of documentAndreas L. Delmelle2011-01-151-0/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059389 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Enable id property on fo:root.Andreas L. Delmelle2011-01-151-0/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059387 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Associate id of fo:root with every new page.Andreas L. Delmelle2011-01-151-0/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059386 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla 50590: Fix typo in fop_exec() function in fop.js. Thanks to ↵Andreas L. Delmelle2011-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sergeyb49.AT.gmail. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059385 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Previous commit would have caused compile error, unless others included as well.Andreas L. Delmelle2011-01-151-31/+31
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059215 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Might as well make those primitive ints...Andreas L. Delmelle2011-01-151-31/+31
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059212 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Eliminate unnecessary boxingAndreas L. Delmelle2011-01-142-165/+94
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059210 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Eliminate a small waste: no reason to store the char as a String, and then ↵Andreas L. Delmelle2011-01-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constuct a new one in getSpace() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059201 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Minor fixupsAndreas L. Delmelle2011-01-141-3/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059197 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Minor nit: eliminate stray hungarian...Andreas L. Delmelle2011-01-141-3/+3
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059195 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Fix deprecation warnings; add some type safetySimon Pepping2011-01-1414-68/+80
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1058988 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Relative URIs in the configuration file are evaluated relative to the base ↵Simon Pepping2011-01-146-7/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | URI of the configuration file git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1058945 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Restored compatibility with third-party extensions.Jeremias Maerki2011-01-121-3/+3
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1058295 13f79535-47bb-0310-9956-ffa450edef68
| * | | | move hyphenation-dependent testcase into hyphenation-testcasesSimon Pepping2011-01-121-0/+0
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1058034 13f79535-47bb-0310-9956-ffa450edef68