aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-084-4/+81
* Support for border-spacing shorthand.Jeremias Maerki2005-02-071-0/+5
* Additional accessors and style.Jeremias Maerki2005-02-072-25/+32
* PR:Glen Mazza2005-02-061-6/+5
* 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-031-5/+10
* 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
* toString()Jeremias Maerki2005-01-261-1/+8
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-254-56/+42
* Early preloading of images (during FO tree building). This wasn't consistent ...Jeremias Maerki2005-01-241-37/+27
* Clipping the background image.Jeremias Maerki2005-01-201-2/+2
* Make display-align publicly available.Jeremias Maerki2005-01-171-0/+5
* Provide public access to width/height.Jeremias Maerki2005-01-121-6/+16
* PR:Glen Mazza2005-01-111-3/+10
* 1.) fox:label converted to 1.1 fo:bookmark-title.Glen Mazza2005-01-061-2/+2
* Access to intrinsic image size for eg/ifo through getLayoutDimension() instea...Jeremias Maerki2005-01-032-10/+32
* Support for percentages on external-graphic and instream-foreign-object for t...Jeremias Maerki2004-12-282-5/+111
* Enable border and background for instream-foreign-object.Jeremias Maerki2004-12-281-0/+7
* Added some comments.Simon Pepping2004-12-271-4/+10
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-2423-257/+3
* Removed instances of InlineStackingLayoutManager. Created a new FOSimon Pepping2004-12-224-98/+120
* Implemented cloning and reparenting of the subtree under a marker toSimon Pepping2004-12-212-37/+131
* Remove unused import statements.Finn Bock2004-12-101-4/+0
* Removed RetrieveMarkerLM. The LMs of the marker children are attachedSimon Pepping2004-12-072-9/+30
* Fixed a ClassCastException in rebindSimon Pepping2004-11-301-2/+7
* PR:Glen Mazza2004-11-244-25/+25