aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-071-5/+4
* Time to enable border-collapse="collapse"Vincent Hennebert2007-04-201-7/+0
* Fixes for issues introduced with fox:destination:Jeremias Maerki2007-04-044-119/+43
* No change; just add svn:keywords and svn:Id properties on new filesVincent Hennebert2007-04-033-210/+210
* - fix minor checkstyle issuesVincent Hennebert2007-04-033-1/+40
* changes to support named destinationJay Bryant2007-04-011-1/+23
* changes to support named destinationJay Bryant2007-04-011-2/+5
* changes to support named destinationJay Bryant2007-04-013-0/+171
* changes to support named destinationJay Bryant2007-04-013-5/+6
* 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