Commit Graph

7543 Commits

Author SHA1 Message Date
Chris Bowditch
e4a9b97592 bug fix: 48290 AFP Renderer: AttributeQualifier Triplet occurs before TLE Value
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@884526 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26 11:23:13 +00:00
Jeremias Maerki
9d9c6a1331 Bugzilla #47311:
Fixes prepress boxes. Boxes need to be transformed into PDF's default coordinate system.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@884241 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 19:56:14 +00:00
Jeremias Maerki
3df273132b Bugzilla #48227:
Removed superfluous line.
Submitted by: Gerald Buchgraber <gerald.buchgraber.at.student.tugraz.at>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@884138 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 15:22:28 +00:00
Jeremias Maerki
4a7f328eaa Bugzilla #48048:
Bugfix in AFP output: fixed flags in GOCA GBAR order.
Submitted by: d.w. harks <dave.at.dwink.net>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@884129 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 15:04:08 +00:00
Jeremias Maerki
a3b7f647e5 Bugfix: Added equals() method to ColorExt because the base class only compares the RGB value but not any other value.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@884117 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 14:42:48 +00:00
Vincent Hennebert
d61456f236 Bugfix in Changing IPD: reset only the children LMs that have been created so far. Layout managers following a forced break have not even been created yet.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@883709 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 14:48:52 +00:00
Vincent Hennebert
62581cef42 Bugzilla #48185: rounding error when computing the CMYK components of a color, in the AFP output.
Patch submitted by Harald G. Henne (initially in Bugzilla #48167)


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@883314 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23 11:55:04 +00:00
Vincent Hennebert
c161b98d6d Bugzilla #48167: when #CMYK pseudo-profile was used in the rgb-icc() function, always the fallback RGB colors were used instead.
Patch submitted by Venkat Reddy


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@883310 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23 11:46:55 +00:00
Vincent Hennebert
1bc82acecd Moved declaration of xml:space attribute from <text> to <page-sequence> in the XML Schema, to reflect changes from rev. 834020.
Moved validation of intermediate XML to testParserToIntermediateFormat method, so that any validation error is returned by Junit instead of being swallowed.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@834135 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09 16:34:47 +00:00
Vincent Hennebert
560e3f8153 Bugzilla 48032: moved xml:space attribute from <text> up to <page-sequence> element in order to save a bit on disk space
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@834020 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09 11:21:52 +00:00
Joerg Pietschmann
12a56bea4e Fix typos
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@833612 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07 00:08:53 +00:00
Joerg Pietschmann
fe38248279 Minor changes to the FAQ
Change 0.94 to 0.95 in links
Adapt Opinion about 1.0 release data
Mentioned support for keep-* in recent FOP releases
Fixed FIXME in last Q regarding alternative XML/XSLT stuff
Some minor changes related to 0,94 vs. 0,95 release in some places
Additional minor formatting changes to the XML source

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@833607 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 23:47:50 +00:00
Jeremias Maerki
96db64d94e Bugfix: need to properly escape the PDF names in a dictionary (bug triggered by my PDF plug-in)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@833375 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 12:25:50 +00:00
Vincent Hennebert
a964e7ec26 Bugzilla #48082: value of conditional space not always taken into account in the calculation of a table's height
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830996 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29 15:13:11 +00:00
Maximilian Berger
24cac3651c Fixed SVN Props
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830929 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29 13:19:36 +00:00
Vincent Hennebert
3db27e6d8a Column keeps implementation belongs in Layout, not Renderers
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830892 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29 11:03:36 +00:00
Vincent Hennebert
ba2691eb86 The warning "Non restartable content flowing to narrower page" needs to be routed through the event notification system
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830654 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28 16:01:31 +00:00
Vincent Hennebert
85cd9cf950 XMLUtilTestCase somehow hasn't been included in the merge of the accessibility branch into the Trunk
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830576 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28 15:23:39 +00:00
Jeremias Maerki
34311b3de6 Do explicit prefix mappings for foi and fox prefixes to make AT XML slightly smaller.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830563 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28 14:42:11 +00:00
Jeremias Maerki
dc7b66987e Added missing EventModelFactory to avoid error:
java.lang.IllegalStateException: Event model doesn't contain the definition for org.apache.fop.accessibility.AccessibilityEventProducer

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830476 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28 09:09:55 +00:00
Vincent Hennebert
7959a7a261 Set svn:eol-style property
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830298 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 19:17:58 +00:00
Vincent Hennebert
be1d3250bd Merged back Temp_Accessibility branch into Trunk
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830293 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 19:07:52 +00:00
Vincent Hennebert
cea774bc91 Merged changes from Trunk up to revision 830265
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@830280 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 18:16:31 +00:00
Vincent Hennebert
d7b69927f6 Deleted unnecessary svn:mergeinfo property (same values as on the root)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@830257 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 17:37:14 +00:00
Vincent Hennebert
04cd4fd943 Improved and updated documentation about accessibility
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@829769 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 12:35:44 +00:00
Vincent Hennebert
effdaf0105 Removed obsolete configuration for text output
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829767 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 12:31:35 +00:00
Vincent Hennebert
3486741268 Removed addition of stretching to footnoteSeparatorLength. That was done to 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
2009-10-26 12:12:25 +00:00
Simon Pepping
af822593a3 Added events to the implementation of the catalog command-line option
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829532 13f79535-47bb-0310-9956-ffa450edef68
2009-10-25 11:04:11 +00:00
Jeremias Maerki
0baeb8398f Added a note about the new CMYK feature for AFP output.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829347 13f79535-47bb-0310-9956-ffa450edef68
2009-10-24 11:42:58 +00:00
Vincent Hennebert
20171ce3b3 Merged changes from Trunk up to revision 829121
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@829138 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 17:27:14 +00:00
Vincent Hennebert
662af8ed5a Updated test case: there is now a specific handling of alt-text
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@829135 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 17:23:28 +00:00
Jeremias Maerki
65f82b6223 Updated XGC to make recent changes compile.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829061 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 13:44:20 +00:00
Jeremias Maerki
6eb07eba36 Added support for encoding CMYK bitmap images (IOCA FS45) and TIFF images as embedded objects.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829057 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 13:33:18 +00:00
Jeremias Maerki
9c7a867efc Added missing license headers.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829021 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 12:22:58 +00:00
Adrian Cumiskey
71273824de Added tests target in build script that calls upon FOP's Ant task to renderer all our unit tests for a configured mimetype.
I really could have done with this simple (and handy) feature some time ago...  it should really help with manual/visual testing.  I Hope it proves useful for everyone :).


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829004 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 11:27:23 +00:00
Adrian Cumiskey
435baa8edf Added support for xmlfile and xsltfile parameters in FOP's Ant Task.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@828999 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 11:22:53 +00:00
Jeremias Maerki
feaabd1b43 Fix build to make accessibility events go to the right XML file.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@828805 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 18:12:43 +00:00
Vincent Hennebert
f656784237 Avoid NPE if intermediate XML was generated in accessibility mode but not the PDF
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@828754 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 15:40:38 +00:00
Vincent Hennebert
444ea54c14 Issue an error when attempting to render an intermediate XML file in 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
2009-10-22 15:30:13 +00:00
Adrian Cumiskey
3d7231bbc7 Updated status to reflect bug fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47941.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@828679 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 13:26:46 +00:00
Adrian Cumiskey
00be72e06b Fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=47941
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
2009-10-22 13:20:53 +00:00
Jeremias Maerki
d1ff50e574 Added just a bit more information to find out what's wrong.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@828632 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 10:15:11 +00:00
Jeremias Maerki
7839918c68 Bugzilla #47711:
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
2009-10-22 09:16:37 +00:00
Vincent Hennebert
7859b3ed2d Renamed TransformerNode into TransformerDefaultHandler and moved it into the 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
2009-10-21 16:31:59 +00:00
Vincent Hennebert
ac5f083758 Simplified the handling of the accessibility option and made it consistent with other options
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@828039 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21 15:02:24 +00:00
Vincent Hennebert
2a54372f5d Renamed some variables and methods for consistency.
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
2009-10-21 14:57:54 +00:00
Vincent Hennebert
fefb139375 Fixed language inconsistencies
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@827958 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21 10:48:36 +00:00
Vincent Hennebert
cacfc7c9bf Added test framework for accessibility. See README file.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@827725 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20 16:24:44 +00:00
Vincent Hennebert
b89abf199d Issue a warning, when non-restartable content is flowing to a narrower page, 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
2009-10-20 14:53:23 +00:00
Vincent Hennebert
77d320fbcd Bugfix: crash occurring when no restartable element could be found after a changing IPD break
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@827047 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20 12:19:54 +00:00