aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix behavior of from-nearest-specified-value(): the value should be that of '...Andreas L. Delmelle2007-09-211-15/+19
* Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsExceptionAndreas L. Delmelle2007-09-201-1/+1
* Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsExceptionAndreas L. Delmelle2007-09-201-24/+28
* Correction: Added missing file for r576095Andreas L. Delmelle2007-09-161-2/+1
* Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retriev...Andreas L. Delmelle2007-09-162-3/+4
* Bugzilla 42703: Fixed incorrect white-space removal in retrieved markers.Andreas L. Delmelle2007-09-162-1/+5
* Slight correction in the 0.94 font docs.Andreas L. Delmelle2007-09-081-13/+12
* Bugzilla 43274: Fix for erroneous usage of inherited color-values in SVG cont...Andreas L. Delmelle2007-09-041-12/+4
* The release date of FOP 0.94 is now knownVincent Hennebert2007-08-232-2/+2
* Merged revisions 556567-558280,558282-562946,562948-563926,563928-563950,5639...Vincent Hennebert2007-08-2358-7377/+7446
* Bugzilla #43089Chris Bowditch2007-08-172-3/+3
* Clean up:Vincent Hennebert2007-08-031-12/+14
* Move the handling of breaks back in TableContentLMVincent Hennebert2007-08-022-71/+79
* First step at introducing a layout manager for a row-groupVincent Hennebert2007-08-022-361/+436
* Clean up the handling of startIndentVincent Hennebert2007-08-021-25/+14
* Set visibility of fields to privateVincent Hennebert2007-08-011-5/+5
* Bugzilla #42956Chris Bowditch2007-08-013-1/+158
* AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8. Jeremias Maerki2007-07-311-26/+47
* Bugzilla #42956:Chris Bowditch2007-07-311-2/+19
* Bugzilla #42956: Jeremias Maerki2007-07-311-0/+99
* Bugzilla #42971 and #42956Chris Bowditch2007-07-309-92/+178
* rubico.com doesn't exist anymore.Jeremias Maerki2007-07-261-1/+0
* Changed my mind on handling of width calculation for zero width spaces and mo...Manuel Mall2007-07-222-1/+5
* Corrected issue with zero width spaces being given a non zero widthManuel Mall2007-07-221-1/+1
* Fix javadoc errorVincent Hennebert2007-07-211-1/+1
* Tweak: use generic boolean Maker.Andreas L. Delmelle2007-07-201-6/+3
* Slight correction: Andreas L. Delmelle2007-07-204-39/+76
* Remove method added only for quick debug.Andreas L. Delmelle2007-07-201-4/+0
* Fix possible memory leak in PropertyCacheAndreas L. Delmelle2007-07-201-6/+13
* Fix bug in equals() that made caching effect-less.Jeremias Maerki2007-07-201-1/+1
* Cache CharacterPropertyAndreas L. Delmelle2007-07-191-6/+32
* Style only: correct indentationVincent Hennebert2007-07-191-235/+234
* Code cleanup and javadocsVincent Hennebert2007-07-192-17/+73
* Rename endRow into the more meaningful endRowIndexVincent Hennebert2007-07-191-3/+3
* Fix: add implementation of hashCode() and equals() to NumberProperty, to make...Andreas L. Delmelle2007-07-191-0/+16
* Use an iterator instead of get(index) to iterate over the list of Knuth elementsVincent Hennebert2007-07-191-12/+18
* Added support for keep-togther.within-line="always"Manuel Mall2007-07-183-1/+18
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-18432-1993/+1724
* Correction of premature javadoc commit in r557035Andreas L. Delmelle2007-07-1810-68/+68
* Fixed incomplete support for Unicode word joinersManuel Mall2007-07-182-3/+8
* Undo changes of r556112Andreas L. Delmelle2007-07-1712-324/+74
* Store the index of the last spanned row, instead of the starting row. That la...Vincent Hennebert2007-07-171-4/+4
* - Compute the height of already handled rows progressively in TableStepperVincent Hennebert2007-07-172-14/+9
* Compliance update: starting-state supported on fo:bookmark; already added at ...Andreas L. Delmelle2007-07-141-6/+8
* Use a slightly more convenient name to keep the code somewhat readableAndreas L. Delmelle2007-07-143-5/+3
* Removal of unused methodAndreas L. Delmelle2007-07-141-9/+0
* Some cleanup and removal of unused methodsAndreas L. Delmelle2007-07-142-16/+5
* Bugzilla 42843: Warn on glyph substitution (offered by Max Berger)Andreas L. Delmelle2007-07-142-0/+15
* Addition of a general-purpose int-to-int map to replace Integer-to-Integer Ha...Andreas L. Delmelle2007-07-132-6/+255
* Extract the ActiveCell class into a top-level classVincent Hennebert2007-07-122-224/+251