aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* Removed warning for padding (r291267); padding never seems to be null, so war...Andreas L. Delmelle2005-09-251-2/+2
* Moved check for explicit column-number to ColumnNumberPropertyMakerAndreas L. Delmelle2005-09-245-22/+7
* Removed superfluous javadocAndreas L. Delmelle2005-09-241-5/+1
* Added warning for padding on table with collapsing border-modelAndreas L. Delmelle2005-09-241-11/+14
* Added warning for non-applicable borders in case of separate border-modelAndreas L. Delmelle2005-09-231-2/+10
* Java 1.3 compatibility.Jeremias Maerki2005-09-223-5/+17
* Added fallback for specified negative or zero for column-numberAndreas L. Delmelle2005-09-211-9/+2
* Removed unused methodAndreas L. Delmelle2005-09-201-13/+0
* Update for initial-values of column-number + some pending style-violation cor...Andreas L. Delmelle2005-09-206-35/+91
* Correction of style violationsAndreas L. Delmelle2005-09-191-25/+28
* Correction of style violationsAndreas L. Delmelle2005-09-191-24/+51
* Simplification -- replace unnecessary call to getExplicit()Andreas L. Delmelle2005-09-181-2/+1
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-178-79/+534
* Implemented the wrap-option property.Luca Furini2005-09-161-0/+7
* An informative warning for the user if he doesn't supply enough table-column ...Jeremias Maerki2005-09-162-1/+23
* Require at least Java 1.4 for building the javadocs.Joerg Pietschmann2005-09-081-4/+4
* Using the fo property last-line-end-indent instead of a hard coded value.Luca Furini2005-09-071-0/+7
* Bugzilla #36487: Jeremias Maerki2005-09-053-360/+265
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-0/+6
* Cleanup of unused imports.Finn Bock2005-09-012-2/+0
* Bugzilla #36379:Finn Bock2005-08-314-114/+94
* Added warning for unimplemented featureAndreas L. Delmelle2005-08-281-0/+3
* Added support for table border-*-precedence properties in the tableFinn Bock2005-08-265-43/+46
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-142-2/+2
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-121-0/+6
* Proper handling of the color property on page-number and page-number-citatition.Jeremias Maerki2005-08-032-30/+36
* Removing unused import.Finn Bock2005-07-281-3/+0
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-186-59/+42
* Revert revsision 201627.Jeremias Maerki2005-06-262-4/+0
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-2620-28/+28
* Check the proper use of the span attribute.Jeremias Maerki2005-06-242-0/+4
* Accessors for break-* on table-row.Jeremias Maerki2005-06-221-0/+10
* Warning about collapsing border model.Jeremias Maerki2005-06-201-0/+4
* Improvement for FOText instance creation. The text is consolidated into singl...Jeremias Maerki2005-06-093-1/+7
* More keep accessors where needed.Jeremias Maerki2005-05-246-112/+162
* Initial keep-together support on table.Jeremias Maerki2005-05-231-1/+14
* First step towards keep-together on tables (should work on table-rows now).Jeremias Maerki2005-05-231-9/+12
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-8/+16
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-138-25/+99
* More accessors on block-containers.Jeremias Maerki2005-03-182-27/+48
* Additional accessors.Jeremias Maerki2005-03-111-0/+30
* Validation added for five more FO's.Glen Mazza2005-03-055-10/+105
* PR:Glen Mazza2005-03-052-1/+28
* ----------------------------------------------------------------------Glen Mazza2005-03-051-0/+4
* Validation for fo:table and fo:table-header added, some minor simplifications...Glen Mazza2005-03-054-36/+106
* Corrected a validation problem. Made TableFooter use TableBody's validation.Simon Pepping2005-03-022-47/+11
* Flag added in FOUserAgent for strict/unstrict validation (see TableBody to se...Glen Mazza2005-03-022-6/+105
* An empty table-body is illegal but we'll allow it to make things easier for s...Jeremias Maerki2005-02-231-1/+8
* First real step towards collapsing table borders.Jeremias Maerki2005-02-211-0/+18
* Set border traits for fo:table only if border-collapse="separate".Jeremias Maerki2005-02-153-3/+27