aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/flow
Commit message (Collapse)AuthorAgeFilesLines
* Fix spanning bug; use height propertyKaren Lease2001-07-111-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194347 13f79535-47bb-0310-9956-ffa450edef68
* Supports page-number formattingarved2001-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194336 13f79535-47bb-0310-9956-ffa450edef68
* Helper class for spanning rowsKaren Lease2001-07-051-0/+125
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194334 13f79535-47bb-0310-9956-ffa450edef68
* Implements spanning table rowsKaren Lease2001-07-043-543/+513
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194332 13f79535-47bb-0310-9956-ffa450edef68
* fixed minor problem with footnote size changesKeiron Liddle2001-07-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194327 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Ivan DemakovKaren Lease2001-06-141-3/+19
| | | | | | | | | | Reviewed by: Karen Lease Improves cell borders when border-collapse=collapse (the default). Note that this doesn't implement the full CR, but it's a big improvement and will handle many common cases. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194289 13f79535-47bb-0310-9956-ffa450edef68
* SGK/AHS: inling of imagesarved2001-06-101-9/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194285 13f79535-47bb-0310-9956-ffa450edef68
* fixes a couple of problems when placing foreign objects nearKeiron Liddle2001-06-071-267/+227
| | | | | | | page break git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194277 13f79535-47bb-0310-9956-ffa450edef68
* fixes a null pointer ex if area is removed before creating areaKeiron Liddle2001-05-161-285/+243
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194244 13f79535-47bb-0310-9956-ffa450edef68
* shows message if some content could not fit in static contentKeiron Liddle2001-05-161-71/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194242 13f79535-47bb-0310-9956-ffa450edef68
* G. Pretterhofer: added support for 'number-columns-repeated'arved2001-05-102-21/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194235 13f79535-47bb-0310-9956-ffa450edef68
* Stop tables from breaking too early, but make sure that all cells areKaren Lease2001-05-022-117/+57
| | | | | | | | | composed with the same maxHeight and that absolute Height is set correctly. In TableRow.java, remove old commented out stuff and put back space-before (for now) and fix a potential bug involving space-before. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194232 13f79535-47bb-0310-9956-ffa450edef68
* K. Liddle: increasing padding problem fixarved2001-05-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194228 13f79535-47bb-0310-9956-ffa450edef68
* K. Liddle: footnote height/id reference problem fixesarved2001-05-011-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194227 13f79535-47bb-0310-9956-ffa450edef68
* K. Liddle: footnote height problem fixarved2001-05-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194226 13f79535-47bb-0310-9956-ffa450edef68
* Overflows may cause a row to be re-laid out, need to skip cell content that ↵Art Welch2001-04-251-1/+4
| | | | | | has already been processed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194225 13f79535-47bb-0310-9956-ffa450edef68
* Each column in the row should start with the same height available.Art Welch2001-04-251-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194224 13f79535-47bb-0310-9956-ffa450edef68
* For borders to be drawn properly on overflowed rows must process all children.Art Welch2001-04-241-10/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194223 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Keiron LiddleKaren Lease2001-04-201-2/+2
| | | | | | | Use Constants values. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194220 13f79535-47bb-0310-9956-ffa450edef68
* Fix body positioning; remove widow and orhpan handling for rowsKaren Lease2001-04-201-30/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194219 13f79535-47bb-0310-9956-ffa450edef68
* Put back background on table-column and table-cellKaren Lease2001-04-192-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194216 13f79535-47bb-0310-9956-ffa450edef68
* Make borders closer to CR specKaren Lease2001-04-113-154/+251
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194203 13f79535-47bb-0310-9956-ffa450edef68
* checks for no more room in block areaKeiron Liddle2001-03-141-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194157 13f79535-47bb-0310-9956-ffa450edef68
* properly adjusts the max height of table partsKeiron Liddle2001-03-055-0/+13
| | | | | | | | when a footnote is added table will not overlap with the footnote git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194138 13f79535-47bb-0310-9956-ffa450edef68
* region-start, region-end supportarved2001-03-041-48/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194134 13f79535-47bb-0310-9956-ffa450edef68
* Use PropertyManager for FontState and BorderAndPadding property setsKaren Lease2001-03-0417-913/+135
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194126 13f79535-47bb-0310-9956-ffa450edef68
* Patch for list-block to support body-start and label-endKelly Campbell2001-02-238-236/+156
| | | | | | | | | | PR: 682 Obtained from: Submitted by: Peter S. Housel <housel@acm.org> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194086 13f79535-47bb-0310-9956-ffa450edef68
* fixes problem with page break after last row of bodyKeiron Liddle2001-02-231-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194083 13f79535-47bb-0310-9956-ffa450edef68
* adds break before and break after for table rowsKeiron Liddle2001-02-192-0/+57
| | | | | | | | | also reports error if the number of columns the cells are using is different to the number of columns in the table git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194076 13f79535-47bb-0310-9956-ffa450edef68
* Removed BasicLink fix for static-contentarved2001-02-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194063 13f79535-47bb-0310-9956-ffa450edef68
* Error-handling for empty flowarved2001-02-111-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194045 13f79535-47bb-0310-9956-ffa450edef68
* BasicLink won't break in static-content; more work required for proper placementarved2001-02-101-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194043 13f79535-47bb-0310-9956-ffa450edef68
* Set parent area of BlockArea early, for Basic Link supportarved2001-02-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194042 13f79535-47bb-0310-9956-ffa450edef68
* store FO creator (MIF support)arved2001-02-105-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194039 13f79535-47bb-0310-9956-ffa450edef68
* adds vertical align to textKeiron Liddle2001-02-072-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194030 13f79535-47bb-0310-9956-ffa450edef68
* Fix duplicate ID bug for Tables that flow over a page.Kelly Campbell2001-02-061-3/+5
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194028 13f79535-47bb-0310-9956-ffa450edef68
* Added very simple fo:wrapper implementationKelly Campbell2001-02-041-0/+107
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194014 13f79535-47bb-0310-9956-ffa450edef68
* Clarified error reported for order of static-content, flow within aKelly Campbell2001-02-021-4/+9
| | | | | | | page-sequence to meet section 6.4.5 of the spec. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194013 13f79535-47bb-0310-9956-ffa450edef68
* simplified block areaKeiron Liddle2001-02-014-3/+71
| | | | | | | | moved adding text, leader out so that a line area is obtained then the stuff is added to it git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194012 13f79535-47bb-0310-9956-ffa450edef68
* Commit more text decoration support from Christain Geisert (finally)Karen Lease2001-02-013-3/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194007 13f79535-47bb-0310-9956-ffa450edef68
* throws a more useful error if non-row inside table bodyKeiron Liddle2001-02-011-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194005 13f79535-47bb-0310-9956-ffa450edef68
* places svg inlineKeiron Liddle2001-01-301-7/+23
| | | | | | | first part in moving towards proper inline areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194004 13f79535-47bb-0310-9956-ffa450edef68
* moved code out of block area -> char and pag numKeiron Liddle2001-01-302-7/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193990 13f79535-47bb-0310-9956-ffa450edef68
* Added small-caps support in all fo.eschaeffer2001-01-2517-2629/+2703
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193986 13f79535-47bb-0310-9956-ffa450edef68
* fixes a problem where the start of a list dissapearedKeiron Liddle2001-01-251-0/+3
| | | | | | | | | if a page break was between items it was incorrectly return AREA_FULL_NONE when some list items were already present git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193984 13f79535-47bb-0310-9956-ffa450edef68
* fixes a npe problem with setting up id references in footnote body childKeiron Liddle2001-01-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193982 13f79535-47bb-0310-9956-ffa450edef68
* fixed import statementKeiron Liddle2001-01-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193981 13f79535-47bb-0310-9956-ffa450edef68
* changed inline references to layout.inlineKeiron Liddle2001-01-242-1/+2
| | | | | | | also renderers now render a word area git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193979 13f79535-47bb-0310-9956-ffa450edef68
* add small-caps support.eschaeffer2001-01-231-411/+416
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193977 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug reported by Cliff Harrison regarding order of static contents andKelly Campbell2001-01-191-1/+2
| | | | | | | fo:flow object. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193975 13f79535-47bb-0310-9956-ffa450edef68