aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* fixes a null pointer ex if area is removed before creating areaKeiron Liddle2001-05-161-285/+243
* shows message if some content could not fit in static contentKeiron Liddle2001-05-161-71/+68
* G. Pretterhofer: added support for 'number-columns-repeated'arved2001-05-102-21/+42
* Stop tables from breaking too early, but make sure that all cells areKaren Lease2001-05-022-117/+57
* K. Liddle: running page num ctr now instance variable for servlet usearved2001-05-011-7/+7
* K. Liddle: increasing padding problem fixarved2001-05-011-0/+1
* K. Liddle: footnote height/id reference problem fixesarved2001-05-011-0/+2
* K. Liddle: footnote height problem fixarved2001-05-011-2/+2
* Overflows may cause a row to be re-laid out, need to skip cell content that h...Art Welch2001-04-251-1/+4
* Each column in the row should start with the same height available.Art Welch2001-04-251-0/+8
* For borders to be drawn properly on overflowed rows must process all children.Art Welch2001-04-241-10/+12
* Submitted by: Keiron LiddleKaren Lease2001-04-201-2/+2
* Fix body positioning; remove widow and orhpan handling for rowsKaren Lease2001-04-201-30/+30
* Put back background on table-column and table-cellKaren Lease2001-04-192-0/+2
* Make borders closer to CR specKaren Lease2001-04-113-154/+251
* remove commented out codeKaren Lease2001-04-111-32/+0
* Support for LengthPair property typeKaren Lease2001-04-112-52/+36
* Made logging go to the same stream (out) for pages and the newlineKelly Campbell2001-03-311-1/+1
* Driver reset patchKelly Campbell2001-03-181-0/+12
* checks for no more room in block areaKeiron Liddle2001-03-141-0/+3
* properly adjusts the max height of table partsKeiron Liddle2001-03-055-0/+13
* region-start, region-end supportarved2001-03-047-362/+130
* End regionarved2001-03-041-0/+85
* Start regionarved2001-03-041-0/+83
* Use PropertyManager for FontState and BorderAndPadding property setsKaren Lease2001-03-0417-913/+135
* Parse shorthand propertiesKaren Lease2001-03-043-15/+39
* Support for border-related shorthand properties and PropertyManager delegate ...Karen Lease2001-03-0410-18/+431
* Patch for list-block to support body-start and label-endKelly Campbell2001-02-2313-289/+334
* makes checks to prevent exceptionsKeiron Liddle2001-02-231-0/+2
* fixes problem with page break after last row of bodyKeiron Liddle2001-02-231-0/+6
* adds break before and break after for table rowsKeiron Liddle2001-02-192-0/+57
* Removed BasicLink fix for static-contentarved2001-02-121-1/+1
* Error-handling for empty flowarved2001-02-111-1/+5
* BasicLink won't break in static-content; more work required for proper placementarved2001-02-101-4/+6
* Set parent area of BlockArea early, for Basic Link supportarved2001-02-101-0/+1
* store FO creator (MIF support)arved2001-02-105-0/+5
* JDK 1.1 fixesKelly Campbell2001-02-091-6/+6
* adds vertical align to textKeiron Liddle2001-02-073-10/+14
* Fix duplicate ID bug for Tables that flow over a page.Kelly Campbell2001-02-061-3/+5
* Added support for PDF outlines (aka bookmarks). See the example inKelly Campbell2001-02-061-48/+58
* Added very simple fo:wrapper implementationKelly Campbell2001-02-042-0/+108
* Clarified error reported for order of static-content, flow within aKelly Campbell2001-02-021-4/+9
* simplified block areaKeiron Liddle2001-02-015-5/+183
* Commit more text decoration support from Christain Geisert (finally)Karen Lease2001-02-014-5/+34
* throws a more useful error if non-row inside table bodyKeiron Liddle2001-02-011-1/+5
* places svg inlineKeiron Liddle2001-01-301-7/+23
* moved code out of block area -> char and pag numKeiron Liddle2001-01-302-7/+34
* Added small-caps support in all fo.eschaeffer2001-01-2517-2629/+2703
* fixes a problem where the start of a list dissapearedKeiron Liddle2001-01-251-0/+3
* fixes a npe problem with setting up id references in footnote body childKeiron Liddle2001-01-241-0/+1