aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix minor bug in validateChildNode() + make regions Map type-safeAndreas L. Delmelle2011-01-091-10/+7
| * Simplify Region.getViewportRectangle(): no reason to pass the SinglePageMaste...Andreas L. Delmelle2011-01-097-24/+21
| * Commit changes forgotten in r757256...Andreas L. Delmelle2011-01-091-20/+4
| * Property fixupAndreas L. Delmelle2011-01-081-60/+60
| * Some refactoringSimon Pepping2011-01-081-130/+136
| * Bugzilla 50471: Avoid ArrayIndexOutOfBoundsException for codepoints without a...Andreas L. Delmelle2011-01-074-0/+11
| * Bugzilla 48380: Avoid ClassCastException when using fox:widow-content-limitAndreas L. Delmelle2011-01-073-47/+97
| * Add type-safe parameters to collections; replace XGC jar to benefit from new ...Simon Pepping2011-01-0418-38/+40
| * Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ...Simon Pepping2010-12-2410-145/+188
| * Keep a reference to a pageRef string, not to the page itself; suggested by Al...Simon Pepping2010-12-232-9/+10
| * Fix bug 50510Simon Pepping2010-12-221-0/+2
| * Auxiliary positions do not have an index value; fixing this in InlineStacking...Simon Pepping2010-12-172-2/+54
| * Bugzilla #49060: File Descriptor leak in AFP rendererVincent Hennebert2010-12-161-1/+9
| * Bugzilla #50089: Content after forced break in block-container is not renderedVincent Hennebert2010-12-143-1/+51
| * Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null ...Simon Pepping2010-12-092-2/+47
| * Bugzilla #42034:Jeremias Maerki2010-12-075-11/+90
| * Add a cast from char to int before autoboxingSimon Pepping2010-12-041-2/+2
| * Allow for words consisting of only soft hyphens; fixes bug 49837Simon Pepping2010-12-043-11/+116
| * Replaced creation of new Integer with Java autoboxing featureVincent Hennebert2010-12-011-2/+2
| * Second part of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2610-86/+115
| * Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2636-340/+354
| * Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or wh...Andreas L. Delmelle2010-11-255-55/+104
| * Minor fixups, cleanups; removal of some dead code and a misleading TODOAndreas L. Delmelle2010-11-251-108/+24
| * Another go at removing all trailing whitespaceVincent Hennebert2010-11-2541-125/+125
| * Set svn:keywords and svn:eol-style propertiesVincent Hennebert2010-11-251-61/+61
| * Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-2312-24/+41
| * Exclude all existing findbugs warningsSimon Pepping2010-11-191-2/+5021
| * Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-1927-184/+181
| * Forgot to rename in one clientSimon Pepping2010-11-181-4/+4
| * Retroweaver is no longer necessaryVincent Hennebert2010-11-189-71/+7
| * findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-17105-234/+348
| * Update XGC library to pull in the fix for headless junit tests, bug 50253Simon Pepping2010-11-172-0/+0
| * Removed outdated fop.bat scriptVincent Hennebert2010-11-161-85/+0
| * Re-ordered class membersVincent Hennebert2010-11-161-32/+31
| * Made the result of toString more readableVincent Hennebert2010-11-161-5/+5
| * Do not re-create an AlignmentContext instance if one already exists.Vincent Hennebert2010-11-162-5/+67
| * Added missing license header.Jeremias Maerki2010-11-151-0/+19
| * Removed tab characters.Jeremias Maerki2010-11-151-11/+11
| * Applied patch 50240 by Mehdi Houshmand with changes: Java source andSimon Pepping2010-11-114-27/+31
| * Added entry about bug 45971Vincent Hennebert2010-11-081-0/+3
| * Small improvement for XMP generation.Jeremias Maerki2010-10-271-0/+3
| * Added two more character to be escaped in a PDF name (now in sync with PDFBox).Jeremias Maerki2010-10-261-1/+1
| * Bugzilla #42600:Jeremias Maerki2010-10-211-1/+1
| * Bugzilla #42600:Jeremias Maerki2010-10-214-38/+162
| * Copy attributes since some XML parsers might reuse the Attributes instance.Jeremias Maerki2010-10-213-3/+6
| * Allow to pass through document-level extensions from the first document passe...Jeremias Maerki2010-10-211-2/+9
| * Wrap the whole page stream in a q..Q pair to avoid problems when the page str...Jeremias Maerki2010-10-211-0/+2
| * Bugfix for unescaped name characters which can cause trouble with PDF parsers.Jeremias Maerki2010-10-111-1/+3
| * Bugzilla #49379:Jeremias Maerki2010-10-0714-85/+575
| * Handled optional CR and LF chars between structured fields.Jeremias Maerki2010-10-062-19/+93