aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Fix for ClassCastException if non-PS extension attachments are encountered.Jeremias Maerki2007-10-261-8/+12
* Removed the check for borders specified on table-column/body/row in separate ...Vincent Hennebert2007-10-251-9/+0
* Bugzilla #43597:Jeremias Maerki2007-10-222-5/+57
* Corrected typo: explicitely -> explicitlyVincent Hennebert2007-10-191-1/+1
* Bugfix: If auto-detection is enabled, auto-detection didn't get done starting...Jeremias Maerki2007-10-161-5/+1
* Bugzilla #43616: bug in the computation of remaining height that caused extra...Vincent Hennebert2007-10-161-3/+3
* Bugfix for NPE with empty table-row (regression from 0.93).Jeremias Maerki2007-10-153-17/+18
* Added a configuration setting to the PCL renderer that lets you disable PJL c...Jeremias Maerki2007-10-052-12/+43
* Don't use deprecated useRGBColor() from PSGenerator anymore.Jeremias Maerki2007-10-051-11/+11
* Configuration settings for "language-level" and "optimize-resources" got lost...Jeremias Maerki2007-10-052-16/+58
* Bugzilla #43464:Jeremias Maerki2007-10-051-3/+3
* Bugzilla #43439:Jeremias Maerki2007-10-052-3/+10
* Bugzilla #43041:Jeremias Maerki2007-10-0525-954/+1150
* Bugzilla #43070Chris Bowditch2007-10-058-30/+362
* Bugzilla #42144Chris Bowditch2007-10-041-0/+133
* Bugzilla #42144Chris Bowditch2007-10-0412-110/+1035
* Removed unnecessary dependency on Batik in the "fo" package.Jeremias Maerki2007-10-041-3/+4
* Bugzilla #43542: Jeremias Maerki2007-10-041-7/+10
* Cleanup: remove unused importsAndreas L. Delmelle2007-09-221-4/+0
* InlineStackingLM should not be instantiated directly -> make abstractAndreas L. Delmelle2007-09-221-1/+1
* PropertyCache phase 2:Andreas L. Delmelle2007-09-2127-245/+958
* Undo unnecessary changes of previous commit (r578197)Andreas L. Delmelle2007-09-211-3/+3
* 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
* Bugzilla 43274: Fix for erroneous usage of inherited color-values in SVG cont...Andreas L. Delmelle2007-09-041-12/+4
* 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-012-0/+156
* AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8. Jeremias Maerki2007-07-311-26/+47
* Bugzilla #42956: Jeremias Maerki2007-07-311-0/+99
* Bugzilla #42971 and #42956Chris Bowditch2007-07-309-92/+178
* 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