aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix for AFP GOCA segments: they were not properly marked as appended ↵Jeremias Maerki2011-04-202-10/+35
| | | | | | 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-191-2/+14
| | | | | | | | 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-191-0/+27
| | | | | | | | 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-186-12/+93
| | | | 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-061-3/+5
| | | | | | | | 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
* Bugzilla 50988: Fixed a NullPointerException in case a fo:character was ↵Andreas L. Delmelle2011-04-031-0/+15
| | | | | | | | 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
* 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-271-9/+8
| | | | | | 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
* Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a ↵Andreas L. Delmelle2011-03-262-3/+7
| | | | | | 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
* Bugzilla 50965: Fix regression in BlockContainerLayoutManager where margins ↵Andreas L. Delmelle2011-03-261-0/+3
| | | | | | | | 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-246-21/+136
| | | | | | 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-221-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1084205 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: keep-together on a table containing row-spanning cells was not honoredVincent Hennebert2011-03-211-3/+1
| | | | 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-1511-31/+38
| | | | | | | 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-1410-63/+102
| | | | | | | 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-091-12/+20
| | | | | | | 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-072-1/+15
| | | | 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
* Fix for a potential NPE when painting vector graphics with non-sRGB colors.Jeremias Maerki2011-02-262-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1074810 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup: catch more specific exception types to capture the intention better ↵Andreas L. Delmelle2011-02-221-44/+29
| | | | | | + other minor fixups. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1073518 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup unused field + dead/commented codeAndreas L. Delmelle2011-02-221-20/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1073477 13f79535-47bb-0310-9956-ffa450edef68
* Fix FindBugs warning...Andreas L. Delmelle2011-02-221-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1073468 13f79535-47bb-0310-9956-ffa450edef68
* Better way to eliminate FindBugs warning?Andreas L. Delmelle2011-02-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1073116 13f79535-47bb-0310-9956-ffa450edef68
* Use chained append() rather than string concatenation (better practice)Andreas L. Delmelle2011-02-181-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1072097 13f79535-47bb-0310-9956-ffa450edef68
* Fixing checkstyle errors and hiding fingbugs errorsSimon Pepping2011-02-181-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1071912 13f79535-47bb-0310-9956-ffa450edef68
* Fix scaling bug manifesting with source resolutions other than 72dpi.Jeremias Maerki2011-02-161-9/+35
| | | | | | Generating PDF comments for SVG only when TRACE log level is active to avoid unnecessary output that normal people will never read. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1071311 13f79535-47bb-0310-9956-ffa450edef68
* Reverted changes accidentally made to toString in rev. 1071048Vincent Hennebert2011-02-161-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1071282 13f79535-47bb-0310-9956-ffa450edef68
* Revert unnecessary change (no checkstyle issue in this file; method unused, ↵Andreas L. Delmelle2011-02-151-24/+0
| | | | | | so no need to introduce) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1071064 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixAndreas L. Delmelle2011-02-151-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1071048 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fixesAndreas L. Delmelle2011-02-152-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1071037 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect type safetyAndreas L. Delmelle2011-02-111-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1069941 13f79535-47bb-0310-9956-ffa450edef68
* Fixups, type safety...Andreas L. Delmelle2011-02-111-82/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1069917 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixupsAndreas L. Delmelle2011-02-112-21/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1069915 13f79535-47bb-0310-9956-ffa450edef68
* A few minor nits...Andreas L. Delmelle2011-02-111-12/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1069908 13f79535-47bb-0310-9956-ffa450edef68
* Further cleanups: alignment of FlowLM.getNextKE() with pattern of the same ↵Andreas L. Delmelle2011-02-103-42/+31
| | | | | | method in BlockStackingLM. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1069496 13f79535-47bb-0310-9956-ffa450edef68
* Clean-ups, simplifications and improvements of AlignmentContext and ↵Vincent Hennebert2011-02-104-395/+243
| | | | | | ScaledBaselineTable git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1069474 13f79535-47bb-0310-9956-ffa450edef68
* Oops. Merging mistake.Jeremias Maerki2011-02-101-253/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1069451 13f79535-47bb-0310-9956-ffa450edef68
* Re-integrate/merge Temp_Color branch into Trunk.Jeremias Maerki2011-02-1034-586/+1993
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1069439 13f79535-47bb-0310-9956-ffa450edef68
| * Fix deprecation.Temp_ColorJeremias Maerki2011-02-101-6/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@1069423 13f79535-47bb-0310-9956-ffa450edef68
| * Merge from Trunk, revisions 1060235 to 1069383.Jeremias Maerki2011-02-1094-2744/+2126
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@1069397 13f79535-47bb-0310-9956-ffa450edef68