aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added Pascal Sancho to the Active Committers againSimon Pepping2011-05-041-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1099537 13f79535-47bb-0310-9956-ffa450edef68
* https://issues.apache.org/jira/browse/XERCESJ-1505Jeremias Maerki2011-04-293-2/+305
| | | | | | Schemas should not be downloaded from the W3C website! git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1097807 13f79535-47bb-0310-9956-ffa450edef68
* Avert a few possible NPEs, ex. rgc-icc() and named-color() on fo:root.Jeremias Maerki2011-04-293-3/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1097736 13f79535-47bb-0310-9956-ffa450edef68
* Updated websitePeter Hancock2011-04-281-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1097354 13f79535-47bb-0310-9956-ffa450edef68
* Fix a potential NPE which can apparently happen in very exotic cases ↵Jeremias Maerki2011-04-221-1/+6
| | | | | | (actually, it rather points to a Java class library bug). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095895 13f79535-47bb-0310-9956-ffa450edef68
* Update graphics state when applying color.Jeremias Maerki2011-04-221-32/+62
| | | | | | | Optimize painting of rectangles where possible to reduce file sizes. Some generics and FindBugs fixes. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095887 13f79535-47bb-0310-9956-ffa450edef68
* Make FindBugs happier.Jeremias Maerki2011-04-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095883 13f79535-47bb-0310-9956-ffa450edef68
* Added option to place AFP NOPs right before the end of a named page group ↵Jeremias Maerki2011-04-227-20/+162
| | | | | | (page-sequence), rather than after the start. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095882 13f79535-47bb-0310-9956-ffa450edef68
* Forgot status update.Jeremias Maerki2011-04-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095879 13f79535-47bb-0310-9956-ffa450edef68
* Added option for PostScript output to optimize for file size rather than ↵Jeremias Maerki2011-04-227-12/+110
| | | | | | | | quality. Fixed some missing PostScript command mappings. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095878 13f79535-47bb-0310-9956-ffa450edef68
* Log image encoding times.Jeremias Maerki2011-04-221-2/+19
| | | | | | Make FindBugs happier. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095877 13f79535-47bb-0310-9956-ffa450edef68
* Enable fox:conversion-mode="bitmap" for PDF output.Jeremias Maerki2011-04-222-4/+23
| | | | | | Release memory from Batik GVT as early as possible to break some peaks. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095876 13f79535-47bb-0310-9956-ffa450edef68
* AFP GOCA: Added option to disable GOCA and to control text painting inside ↵Jeremias Maerki2011-04-228-18/+154
| | | | | | GOCA graphics. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095874 13f79535-47bb-0310-9956-ffa450edef68
* Forgot a file added for revision 1095739.Jeremias Maerki2011-04-211-0/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095744 13f79535-47bb-0310-9956-ffa450edef68
* AFP GOCA: Work-around for InfoPrint's AFP implementation (AFP Viewer ↵Jeremias Maerki2011-04-214-13/+54
| | | | | | | | 3.5.4.1, AFP Workbench 2.5.4.1) which seems to lose the character set state over Graphics Data (GAD) boundaries. Setting the SegFlag on the SFI header did not help. Instead, the character set is re-set before each Character String order. As part of the fix, some additional flags were implemented, but now not used. They might be useful in the future. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095739 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for AFP GOCA segments: they were not properly marked as appended ↵Jeremias Maerki2011-04-203-10/+39
| | | | | | which could lead to graphics state changes in some implementations. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095418 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51010: Bookmarks create useless lines in RTF Chris Bowditch2011-04-192-2/+17
| | | | | | | | Patch submitted by Max Aster git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095086 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51008: page-number-citation-last does not work in RTF Chris Bowditch2011-04-192-0/+30
| | | | | | | | Patch submitted by Max Aster git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095076 13f79535-47bb-0310-9956-ffa450edef68
* Added id element to intermediate format to track the origin of content.Vincent Hennebert2011-04-1838-439/+1831
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1094690 13f79535-47bb-0310-9956-ffa450edef68
* Add link to Frank Liang's paper on hyphenation, provided by PBWSimon Pepping2011-04-121-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1091385 13f79535-47bb-0310-9956-ffa450edef68
* Added javadoc to createInlineParent methodVincent Hennebert2011-04-081-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1090194 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51032: Fixed regression due to oversight in refactoring ↵Andreas L. Delmelle2011-04-062-3/+37
| | | | | | | | text-decoration. Invalid values properly reported as errors again, instead of causing a NPE. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1089559 13f79535-47bb-0310-9956-ffa450edef68
* Proper fix for Bugzilla 50987Vincent Hennebert2011-04-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088973 13f79535-47bb-0310-9956-ffa450edef68
* Fixed regression introduced in rev. 1088079: also remove the element pointed ↵Vincent Hennebert2011-04-051-1/+2
| | | | | | to by restartPosition.getIndex() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088950 13f79535-47bb-0310-9956-ffa450edef68
* Property fixupAndreas L. Delmelle2011-04-031-42/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088245 13f79535-47bb-0310-9956-ffa450edef68
* Update status.xml for r1088242Andreas L. Delmelle2011-04-031-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088244 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 50988: Fixed a NullPointerException in case a fo:character was ↵Andreas L. Delmelle2011-04-032-0/+58
| | | | | | | | removed due to white-space handling. Thanks to Matthias Reischenbacher. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088242 13f79535-47bb-0310-9956-ffa450edef68
* Oops... Give the right people credit.Andreas L. Delmelle2011-04-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088237 13f79535-47bb-0310-9956-ffa450edef68
* Update status.xml for r1088231 and r1088234Andreas L. Delmelle2011-04-031-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088236 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 50987: Fixed an issue where a link was added to the parent tree ↵Andreas L. Delmelle2011-04-031-1/+1
| | | | | | | | | instead of the related structure element. Thanks to Martin Koegler. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088234 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 50986: Fixed an issue where invalid PDF page content was generated ↵Andreas L. Delmelle2011-04-031-1/+1
| | | | | | | | | due to incorrect ET/EMC sequences. Thanks to Martin Koegler. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088231 13f79535-47bb-0310-9956-ffa450edef68
* Minor code fixupsAndreas L. Delmelle2011-04-021-25/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088079 13f79535-47bb-0310-9956-ffa450edef68
* Properly fix the case of unresolved bookmarks for the intermediate format: ↵Andreas L. Delmelle2011-03-272-10/+9
| | | | | | bypass serialization of the bookmarks, instead of only its action. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085944 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily disable new test added in r1085824Andreas L. Delmelle2011-03-271-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085940 13f79535-47bb-0310-9956-ffa450edef68
* Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a ↵Andreas L. Delmelle2011-03-264-3/+17
| | | | | | non-existing internal destination should just trigger a warning. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085824 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to include status.xmlAndreas L. Delmelle2011-03-261-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085821 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 50965: Fix regression in BlockContainerLayoutManager where margins ↵Andreas L. Delmelle2011-03-262-0/+59
| | | | | | | | were not reset after forced breaks. Thanks to Martin Koegler. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085820 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50763: Implemented non-standard behavior for basic-link areas, ↵Vincent Hennebert2011-03-2414-33/+449
| | | | | | such that they take into account the heights of their descendants areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085058 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: keep-together does not apply to fo:table-cellVincent Hennebert2011-03-226-10/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1084205 13f79535-47bb-0310-9956-ffa450edef68
* Fixed spurious table warningsVincent Hennebert2011-03-221-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1084193 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: keep-together on a table containing row-spanning cells was not honoredVincent Hennebert2011-03-213-3/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1083863 13f79535-47bb-0310-9956-ffa450edef68
* toString() method for BFEntry.Jeremias Maerki2011-03-181-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1082940 13f79535-47bb-0310-9956-ffa450edef68
* Renamed Viewport into InlineViewportVincent Hennebert2011-03-1512-34/+41
| | | | | | | Added {@inheritDoc} comments to make Checkstyle happy git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1081822 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49910: clipping rectangle is wrong on side-regionsVincent Hennebert2011-03-1416-63/+331
| | | | | | | Partial fix that works only when the reference-orientation property is set to 0 or 180 on side-regions git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1081554 13f79535-47bb-0310-9956-ffa450edef68
* Delisting Alexander Kiel and Renaud Richardet as active contributorsSimon Pepping2011-03-141-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1081318 13f79535-47bb-0310-9956-ffa450edef68
* Changing Max Berger, Jay Bryant, Luca Furini, Christian Geisert, Manuel ↵Simon Pepping2011-03-141-32/+8
| | | | | | Mall, Pascal Sancho to inactive committers git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1081282 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50196: padding-start ignored when table-header/footer is repeated.Vincent Hennebert2011-03-093-12/+100
| | | | | | | Patch submitted by Matthias Reischenbacher git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1079969 13f79535-47bb-0310-9956-ffa450edef68
* Deleted Active Contributor Manoj Nair who hasn't been active since 2008 and ↵Chris Bowditch2011-03-091-3/+3
| | | | | | added Mehdi Houshmand who has submitted several patches and helps out with user issues. Thanks Mehdi! git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1079726 13f79535-47bb-0310-9956-ffa450edef68
* b49835Andreas L. Delmelle2011-03-074-6/+177
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1079013 13f79535-47bb-0310-9956-ffa450edef68
* added Glenn Adams as an active contributorChris Bowditch2011-03-041-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1077853 13f79535-47bb-0310-9956-ffa450edef68