aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* 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-1316-59/+184
* Convenience method for checking "auto" enum value on a property. Makes code m...Jeremias Maerki2005-03-181-0/+6
* Reenabling consistency check.Jeremias Maerki2005-03-181-51/+49
* More accessors on block-containers.Jeremias Maerki2005-03-182-27/+48
* SpacePropertyMaker to handle conditionality as defined by the spec:Jeremias Maerki2005-03-112-4/+57
* Convenience method to access conditionality component.Jeremias Maerki2005-03-111-0/+9
* Additional accessors.Jeremias Maerki2005-03-111-0/+30
* Minor code nitpick.Glen Mazza2005-03-101-5/+1
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-109-57/+57
* Validation added for five more FO's.Glen Mazza2005-03-056-11/+108
* PR:Glen Mazza2005-03-053-6/+28
* ----------------------------------------------------------------------Glen Mazza2005-03-051-0/+4
* Validation for fo:table and fo:table-header added, some minor simplifications...Glen Mazza2005-03-055-40/+111
* 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
* Created new Root.notifyPageSequenceFinished() method, consolidatingGlen Mazza2005-03-011-11/+6
* An empty table-body is illegal but we'll allow it to make things easier for s...Jeremias Maerki2005-02-233-1/+25
* Should run my own tests.... :-(Jeremias Maerki2005-02-221-0/+6
* First real step towards collapsing table borders.Jeremias Maerki2005-02-212-3/+79
* Restored JDK 1.5 compatibility.Jeremias Maerki2005-02-192-13/+13
* PR:Glen Mazza2005-02-182-32/+7
* border-style "hidden" also forces border-width to 0.Jeremias Maerki2005-02-171-0/+1
* Fix for bad page-master and region margin calculations. All margin calculatio...Jeremias Maerki2005-02-172-28/+29
* PR:Glen Mazza2005-02-171-1/+0
* PR:Glen Mazza2005-02-172-254/+63
* Code clean-up only.Jeremias Maerki2005-02-161-14/+5
* Set border traits for fo:table only if border-collapse="separate".Jeremias Maerki2005-02-154-3/+33
* Some cleanup -- moved getSimplePageMasterToUse() to PageSequence (logicGlen Mazza2005-02-121-15/+17
* empty-cells implemented.Jeremias Maerki2005-02-111-0/+5
* Implemented table-omit-header-at-break. The same for footers comes later when...Jeremias Maerki2005-02-111-0/+10
* No longer fail when no table-columns are defined. The table creates a "defaul...Jeremias Maerki2005-02-091-0/+17
* Accessor for table-layout property.Jeremias Maerki2005-02-091-0/+5
* Method for checking if there's a column-numberJeremias Maerki2005-02-081-0/+7
* Support for table-cells as direct children of table-body|header|footer.Jeremias Maerki2005-02-085-5/+82
* Support for border-spacing shorthand.Jeremias Maerki2005-02-074-9/+92
* Additional accessors and style.Jeremias Maerki2005-02-072-25/+32
* Method for determining if there's a background at all.Jeremias Maerki2005-02-071-0/+7
* PR:Glen Mazza2005-02-061-5/+6
* PR:Glen Mazza2005-02-061-6/+5
* PR:Glen Mazza2005-02-052-6/+2
* Checks and an addtional method to determine whether a column-number is set.Jeremias Maerki2005-02-041-7/+29
* Bugfix for whitespace handling that surfaced after my last fix for linefeed h...Jeremias Maerki2005-02-032-6/+21
* Name of parameter was wrong.Jeremias Maerki2005-02-012-15/+18
* PR:Glen Mazza2005-01-314-4/+4
* Addition of new fo:page-sequence-wrapper FO from XSL 1.1. Currently not "plu...Glen Mazza2005-01-314-6/+136
* Border, Padding and spaces on level fo:table.Jeremias Maerki2005-01-311-18/+39
* Cleanup and added missing some public accessors.Jeremias Maerki2005-01-282-16/+52