aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | CheckStyle fixup...Andreas L. Delmelle2011-01-114-3/+7
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1057931 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla 49848: Correct behavior of keep-together.within-line in case of ↵Andreas L. Delmelle2011-01-093-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nested inlines git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056945 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Switch to type-safe collections (+ related cleanup of redundant casts, ↵Andreas L. Delmelle2011-01-097-44/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for-loops...) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056926 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Fix minor bug in validateChildNode() + make regions Map type-safeAndreas L. Delmelle2011-01-091-10/+7
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056924 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Simplify Region.getViewportRectangle(): no reason to pass the ↵Andreas L. Delmelle2011-01-097-24/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SinglePageMaster as a parameter, as Regions have access to it git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056923 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Commit changes forgotten in r757256...Andreas L. Delmelle2011-01-091-20/+4
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056861 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Property fixupAndreas L. Delmelle2011-01-081-60/+60
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056772 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Some refactoringSimon Pepping2011-01-081-130/+136
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056723 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla 50471: Avoid ArrayIndexOutOfBoundsException for codepoints without ↵Andreas L. Delmelle2011-01-074-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a linebreak class git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056518 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla 48380: Avoid ClassCastException when using fox:widow-content-limitAndreas L. Delmelle2011-01-073-47/+97
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1056513 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Add type-safe parameters to collections; replace XGC jar to benefit from new ↵Simon Pepping2011-01-0418-38/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type-safe methods git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1055034 13f79535-47bb-0310-9956-ffa450edef68
* | | | | merged from trunkSimon Pepping2010-12-2713-154/+200
|\| | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1053045 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ↵Simon Pepping2010-12-2410-145/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unused method removeWordSpace git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1052561 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Keep a reference to a pageRef string, not to the page itself; suggested by ↵Simon Pepping2010-12-232-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alexis Giotis git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1052214 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Fix bug 50510Simon Pepping2010-12-221-0/+2
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1051874 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Merge from trunkSimon Pepping2010-12-1811-18/+252
|\| | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1050618 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Auxiliary positions do not have an index value; fixing this in ↵Simon Pepping2010-12-172-2/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | InlineStackingLM.applyChanges, rewrapping positions; fixed bug 49870 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1050342 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla #49060: File Descriptor leak in AFP rendererVincent Hennebert2010-12-161-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Peter Hancock, applied with minor style modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1050104 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla #50089: Content after forced break in block-container is not renderedVincent Hennebert2010-12-143-1/+51
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1049228 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null ↵Simon Pepping2010-12-092-2/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | position; resolves bug 50276 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1043871 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla #42034:Jeremias Maerki2010-12-075-11/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed adjustment of inline parent area for justified text containing a forward page reference. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1042934 13f79535-47bb-0310-9956-ffa450edef68
* | | | | merged changes from trunkSimon Pepping2010-12-044-11/+116
|\| | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1042159 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Add a cast from char to int before autoboxingSimon Pepping2010-12-041-2/+2
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1042150 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Allow for words consisting of only soft hyphens; fixes bug 49837Simon Pepping2010-12-043-11/+116
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1042115 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Replaced creation of new Integer with Java autoboxing featureVincent Hennebert2010-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1040977 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Merged changes from trunkSimon Pepping2010-11-2846-584/+593
|\| | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1039922 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Second part of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2610-86/+115
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039502 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2636-340/+354
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039350 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or ↵Andreas L. Delmelle2010-11-255-55/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | white-space no longer causes duplication of content and missing hyphens git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039188 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Minor fixups, cleanups; removal of some dead code and a misleading TODOAndreas L. Delmelle2010-11-251-108/+24
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039186 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Merged changes from Trunk up to rev. 1039179Vincent Hennebert2010-11-2553-209/+226
|\| | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1039185 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Another go at removing all trailing whitespaceVincent Hennebert2010-11-2541-125/+125
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039179 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Set svn:keywords and svn:eol-style propertiesVincent Hennebert2010-11-251-61/+61
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039175 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla #49695: Replaced magic numbers with constants from UnitConv and ↵Vincent Hennebert2010-11-2312-24/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GraphicsConstants Patch submitted by Joshua Marquart (joshua dot marquart _at. firstdata .dot_ com), applied with some modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1038291 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Merge from trunkSimon Pepping2010-11-19119-428/+6203
|\| | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ComplexScripts@1036979 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Exclude all existing findbugs warningsSimon Pepping2010-11-191-2/+5021
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036879 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-1927-184/+181
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036809 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Forgot to rename in one clientSimon Pepping2010-11-181-4/+4
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036467 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Retroweaver is no longer necessaryVincent Hennebert2010-11-189-71/+7
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036466 13f79535-47bb-0310-9956-ffa450edef68
| * | | | findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-17105-234/+348
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036179 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Update XGC library to pull in the fix for headless junit tests, bug 50253Simon Pepping2010-11-172-0/+0
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036000 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Removed outdated fop.bat scriptVincent Hennebert2010-11-161-85/+0
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035612 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Re-ordered class membersVincent Hennebert2010-11-161-32/+31
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035611 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Made the result of toString more readableVincent Hennebert2010-11-161-5/+5
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035610 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Do not re-create an AlignmentContext instance if one already exists.Vincent Hennebert2010-11-162-5/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug when the changing IPD hack is triggered and the getNextKnuthElements method is called a second time git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035609 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Added missing license header.Jeremias Maerki2010-11-151-0/+19
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035276 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Removed tab characters.Jeremias Maerki2010-11-151-11/+11
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1035275 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Applied patch 50240 by Mehdi Houshmand with changes: Java source andSimon Pepping2010-11-114-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | target changed to 1.5. EncodingMode changed from class -> enum. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1033859 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Added entry about bug 45971Vincent Hennebert2010-11-081-0/+3
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1032549 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Small improvement for XMP generation.Jeremias Maerki2010-10-271-0/+3
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1028021 13f79535-47bb-0310-9956-ffa450edef68