aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
* Merged changes from Trunk up to revision 830265Temp_AccessibilityVincent Hennebert2009-10-275-26/+30
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@830280 13f79535-47bb-0310-9956-ffa450edef68
| * Removed addition of stretching to footnoteSeparatorLength. That was done to ↵Vincent Hennebert2009-10-261-4/+0
| | | | | | | | | | | | the parameter instead of the field, which actually had no effect on the layout, plus it doesn't make sense. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829761 13f79535-47bb-0310-9956-ffa450edef68
| * Added events to the implementation of the catalog command-line optionSimon Pepping2009-10-254-22/+30
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829532 13f79535-47bb-0310-9956-ffa450edef68
* | Merged changes from Trunk up to revision 829121Vincent Hennebert2009-10-2350-513/+1121
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@829138 13f79535-47bb-0310-9956-ffa450edef68
| * Added support for encoding CMYK bitmap images (IOCA FS45) and TIFF images as ↵Jeremias Maerki2009-10-2314-78/+327
| | | | | | | | | | | | embedded objects. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829057 13f79535-47bb-0310-9956-ffa450edef68
| * Added missing license headers.Jeremias Maerki2009-10-233-5/+62
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829021 13f79535-47bb-0310-9956-ffa450edef68
| * Added support for xmlfile and xsltfile parameters in FOP's Ant Task.Adrian Cumiskey2009-10-231-16/+122
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@828999 13f79535-47bb-0310-9956-ffa450edef68
| * Fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=47941Adrian Cumiskey2009-10-228-152/+232
| | | | | | | | | | | | | | | | | | Created Triplet interface. Created new AttributeValueTriplet and AttributeQualifierTriplet. Promoted truncate() from GraphicsCharacterString to AbstractAFPObject so it can be reused for AttributeValueTriplet. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@828678 13f79535-47bb-0310-9956-ffa450edef68
| * Added just a bit more information to find out what's wrong.Jeremias Maerki2009-10-221-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@828632 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla #47711:Jeremias Maerki2009-10-221-2/+2
| | | | | | | | | | | | | | Fixed generation of CIDSet object in PDF output. Submitted by: Nicolas Peninguy <nico.at.lostgeeks.org> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@828516 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed language inconsistenciesVincent Hennebert2009-10-211-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@827958 13f79535-47bb-0310-9956-ffa450edef68
| * Issue a warning, when non-restartable content is flowing to a narrower page, ↵Vincent Hennebert2009-10-204-19/+24
| | | | | | | | | | | | that part of it may be clipped git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@827621 13f79535-47bb-0310-9956-ffa450edef68
| * Bugfix: crash occurring when no restartable element could be found after a ↵Vincent Hennebert2009-10-201-2/+19
| | | | | | | | | | | | changing IPD break git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@827047 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed checkstyle issues.Vincent Hennebert2009-10-201-30/+36
| | | | | | | | | | | | | | Factorized duplicated code into getXMLReader method. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@827023 13f79535-47bb-0310-9956-ffa450edef68
| * Bugfix: a table immediately following a break where changing IPD occurs was ↵Vincent Hennebert2009-10-191-2/+2
| | | | | | | | | | | | causing a NPE (or some content to be swallowed if it's not a table) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@826739 13f79535-47bb-0310-9956-ffa450edef68
| * Added a command-line option '-catalog' to use a catalog resolver forSimon Pepping2009-10-162-16/+90
| | | | | | | | | | | | | | the XML and XSLT files. Implemented it in InputHandler. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@825875 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed a few checkstyle issues introduced in rev. 825646Vincent Hennebert2009-10-162-3/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@825831 13f79535-47bb-0310-9956-ffa450edef68
| * Application of the patch submitted by Alexander Kiel to improve variable ↵Adrian Cumiskey2009-10-1521-216/+227
| | | | | | | | | | | | names around Kerning and KnuthElement (see https://issues.apache.org/bugzilla/show_bug.cgi?id=48003). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@825646 13f79535-47bb-0310-9956-ffa450edef68
| * Documented with generics comments.Adrian Cumiskey2009-10-151-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@825566 13f79535-47bb-0310-9956-ffa450edef68
* | Avoid NPE if intermediate XML was generated in accessibility mode but not ↵Vincent Hennebert2009-10-221-1/+2
| | | | | | | | | | | | the PDF git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@828754 13f79535-47bb-0310-9956-ffa450edef68
* | Issue an error when attempting to render an intermediate XML file in ↵Vincent Hennebert2009-10-224-10/+96
| | | | | | | | | | | | accessibility mode, but that file wasn't generated with accessibility (i.e., does not contain the structure tree) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@828747 13f79535-47bb-0310-9956-ffa450edef68
* | Renamed TransformerNode into TransformerDefaultHandler and moved it into the ↵Vincent Hennebert2009-10-218-294/+217
| | | | | | | | | | | | | | | | | | | | a.o.f.util package. Renamed TransformerNodeEndProcessing into AccessibilityPreprocessor. Renamed AccessibilityUtil into Accessibility and simplified the code. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@828090 13f79535-47bb-0310-9956-ffa450edef68
* | Simplified the handling of the accessibility option and made it consistent ↵Vincent Hennebert2009-10-212-9/+20
| | | | | | | | | | | | with other options git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@828039 13f79535-47bb-0310-9956-ffa450edef68
* | Renamed some variables and methods for consistency.Vincent Hennebert2009-10-2118-119/+104
| | | | | | | | | | | | | | | | Improved javadocs. Code clean-up and simplification. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@828038 13f79535-47bb-0310-9956-ffa450edef68
* | Route message for missing alt-text property through event notification systemVincent Hennebert2009-10-165-5/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@825964 13f79535-47bb-0310-9956-ffa450edef68
* | Made PDFImageHandlerGraphics2D accessibleVincent Hennebert2009-10-162-2/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@825902 13f79535-47bb-0310-9956-ffa450edef68
* | Added mappings for yet unimplemented FOs.Vincent Hennebert2009-10-151-4/+12
| | | | | | | | | | | | | | Return /NonStruct instead of null if no mapping is found for a given object, in order to at least generate a valid PDF git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@825555 13f79535-47bb-0310-9956-ffa450edef68
* | Merged SimpleStructureTree and ParsedStructureTree classes into a single ↵Vincent Hennebert2009-10-1510-155/+126
| | | | | | | | | | | | one, used by both TransformerNodeEndProcessing and intermediate XML parsers git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@825504 13f79535-47bb-0310-9956-ffa450edef68
* | Made the structure tree processing chain more robust by removing any ↵Vincent Hennebert2009-10-155-145/+141
| | | | | | | | | | | | | | | | | | | | | | assumption about prefix names for namespaces. Avoid warnings issued by reduceFOTree.xsl when FO file contains foreign elements (like MathML). SimpleStructureTree: replaced XPath query with simple DOM method calls. Cleaned up, simplified and re-organized reduceFOTree and addPtr stylesheets. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@825461 13f79535-47bb-0310-9956-ffa450edef68
* | Re-format addPtr.xsl to make it readable.Vincent Hennebert2009-10-131-12/+43
| | | | | | | | | | | | | | Also add a ptr attribute to fo:table-and-caption and fo:table-caption, even if they are not supported, in order to avoid a crash. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@824845 13f79535-47bb-0310-9956-ffa450edef68
* | Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-1395-537/+1143
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@824839 13f79535-47bb-0310-9956-ffa450edef68
| * Removed svn:executable propertyVincent Hennebert2009-10-1316-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@824686 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed handling of percentage values for provisional-label-separationVincent Hennebert2009-10-131-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@824682 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla 47835: fixed handling of percentage values for ↵Vincent Hennebert2009-10-131-0/+1
| | | | | | | | | | | | provisional-distance-between-starts. Patch submitted by Jonathan Levinson git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@824668 13f79535-47bb-0310-9956-ffa450edef68
| * add support for positioning Page Overlay in AFP Renderer/PainterChris Bowditch2009-10-126-15/+233
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@824249 13f79535-47bb-0310-9956-ffa450edef68
| * Allow "-if [mime] out" as for "-at".Jeremias Maerki2009-10-071-20/+32
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@822753 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla #47953:Jeremias Maerki2009-10-071-1/+1
| | | | | | | | | | | | Bugfix for NPE: referencedFontsMatcher can also be null, not just localMatcher. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@822742 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed possible NPE.Jeremias Maerki2009-10-021-7/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@821064 13f79535-47bb-0310-9956-ffa450edef68
| * Added support for specifying referenced fonts per renderer in addition to ↵Jeremias Maerki2009-10-024-24/+71
| | | | | | | | | | | | the general match list. If any of the two match lists (if specified) match a font, it is not embedded. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@821058 13f79535-47bb-0310-9956-ffa450edef68
| * Added support for creating thumbnails or preview bitmaps of fixed size for ↵Jeremias Maerki2009-10-022-8/+67
| | | | | | | | | | | | | | | | PNG and TIFF output. Documentation update for bitmap output. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@820939 13f79535-47bb-0310-9956-ffa450edef68
| * Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-0118-79/+79
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@820689 13f79535-47bb-0310-9956-ffa450edef68
| * Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-0143-75/+87
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@820672 13f79535-47bb-0310-9956-ffa450edef68
| * Added a DocumentHandler implementation for PNG output including multi-file ↵Jeremias Maerki2009-10-019-314/+556
| | | | | | | | | | | | output support. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@820637 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla #46883:Jeremias Maerki2009-09-281-10/+9
| | | | | | | | | | | | Reverting revision 807010 because it creates faulty GOCA data. Have debugged but haven't immediately found the cause. Due to time restrictions I'm currently just reverting the change to fix the regression. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@819542 13f79535-47bb-0310-9956-ffa450edef68
| * Attach cause to RuntimeException when available. Otherwise, the original ↵Jeremias Maerki2009-09-261-1/+15
| | | | | | | | | | | | exception can be swallowed which makes error forensics more difficult. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@819205 13f79535-47bb-0310-9956-ffa450edef68
| * Added Testcase from Bug #47872 (thanks to alex kiel) and fixed it in FontLoaderMaximilian Berger2009-09-241-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@818424 13f79535-47bb-0310-9956-ffa450edef68
* | Implemented rendering of structure tree to Area Tree XML and parsing back ↵Vincent Hennebert2009-10-133-13/+122
| | | | | | | | | | | | from it git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@824827 13f79535-47bb-0310-9956-ffa450edef68
* | Bugfix: render all background images as artifactsVincent Hennebert2009-10-137-85/+24
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@824808 13f79535-47bb-0310-9956-ffa450edef68
* | Reset imageReference once it's no longer neededVincent Hennebert2009-10-121-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@824444 13f79535-47bb-0310-9956-ffa450edef68
* | Implemented accessibility in PDFRendererVincent Hennebert2009-10-122-9/+84
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@824441 13f79535-47bb-0310-9956-ffa450edef68