aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-191-1/+5
* Slight correction: value of "inherit" was not yet handled; delegate to the su...Andreas L. Delmelle2007-02-181-35/+39
* The spec explicitely does not specify what should be done when bpd is set to ...Vincent Hennebert2007-02-071-1/+6
* Fix: override PropertyMaker.make() to properly parse font-family names contai...Andreas L. Delmelle2007-02-061-0/+50
* Fix for bugzilla 41503: Andreas L. Delmelle2007-01-311-1/+2
* Code cleanup: Andreas L. Delmelle2007-01-1130-50/+48
* In relaxed validation mode, it should be acceptable to have fo:table-footer /...Vincent Hennebert2007-01-091-1/+1
* Correction: undo part of refactoring I've done locally, but not committedAndreas L. Delmelle2006-12-231-1/+1
* Slight improvement of the check in equals(); make sure String.equals() gets c...Andreas L. Delmelle2006-12-231-4/+8
* Adaptation of MarkerAttribute cache to use WeakHashMapAndreas L. Delmelle2006-12-231-26/+35
* Remove unused attributes from TableCell. Patch by Richard WheeldonSimon Pepping2006-12-201-39/+0
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-2041-392/+301
* Optimization in Marker.java: reduction of distinct MarkerAttribute instances ...Andreas L. Delmelle2006-12-171-44/+75
* Small improvements of the table layout code:Vincent Hennebert2006-11-241-0/+16
* Bugzilla #40729:Jeremias Maerki2006-11-1324-93/+318
* Bugzilla #40849:Jeremias Maerki2006-11-121-0/+1
* Fixed possible endless loop.Jeremias Maerki2006-10-111-5/+4
* Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.Joerg Pietschmann2006-10-0710-26/+25
* Don't swallow the exception. At least log it.Jeremias Maerki2006-10-071-0/+6
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-1111-35/+149
* Missed the other source of "getValue() called on AUTO length" last time. Jeremias Maerki2006-09-111-13/+17
* Bugzilla #39414:Andreas L. Delmelle2006-09-021-27/+50
* Avoiding error message ("getBaseLength called without context") when width="1...Jeremias Maerki2006-09-011-1/+1
* Some javadoc improvementsAndreas L. Delmelle2006-08-291-23/+56
* Just isn't my day... last oneAndreas L. Delmelle2006-08-241-1/+1
* Another slip...Andreas L. Delmelle2006-08-241-1/+1
* Forgot FOTree tests after r434497 => re-enabled and rectified...Andreas L. Delmelle2006-08-241-10/+14
* A few changes combined:Andreas L. Delmelle2006-08-242-106/+126
* Reset visibility to public...Andreas L. Delmelle2006-08-241-1/+1
* Fix: suppressed call to PercentLength.getBaseLength() without context (introd...Andreas L. Delmelle2006-08-242-11/+16
* Minor improvement: avoid potential problems in case of nested blocksAndreas L. Delmelle2006-08-231-63/+89
* Cleanup: removal of suspicious static in FOTextAndreas L. Delmelle2006-08-232-27/+21
* Minor enhancement of column-number property code / removal of unused methodAndreas L. Delmelle2006-08-222-7/+9
* Reset visibility to publicAndreas L. Delmelle2006-08-211-1/+1
* Minor fix: set negative values to zero for b-p-d/i-p-dAndreas L. Delmelle2006-08-211-6/+43
* Rework of default column-creation and setting column-widths from the first ro...Andreas L. Delmelle2006-08-218-103/+277
* Correction: r432201 caused FOTree test failureAndreas L. Delmelle2006-08-171-2/+4
* Cleanup: removed obsolete classAndreas L. Delmelle2006-08-172-60/+0
* Added relaxed validation for empty list-item-* (as produced by the buggy Micr...Andreas L. Delmelle2006-08-171-3/+14
* A nit: use PropertyInfo methods instead of accessing the PropertyListAndreas L. Delmelle2006-08-171-6/+5
* Should cause an error when used with auto-layoutAndreas L. Delmelle2006-08-171-3/+10
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-0625-1959/+1247
* Fixed a memory-leak: The FO tree part of a page-sequence was not released whe...Jeremias Maerki2006-08-031-0/+8
* Merge from Temp_Floats branch:Jeremias Maerki2006-08-021-31/+30
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-28202-1011/+1213
* Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). ...Jeremias Maerki2006-07-211-12/+7
* Bugzilla #39608:Jeremias Maerki2006-07-113-4/+16
* Bugfix: Potential multi-threading issue (ConcurrentModificationException) eli...Jeremias Maerki2006-07-111-2/+2
* Fix NPE if there's no ElementMapping for a particular namespace.Jeremias Maerki2006-06-271-1/+5
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-208-138/+168