aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FOP now uses Batik to render svgKeiron Liddle2001-05-17163-21344/+3710
| | | | | | | | | | | | This is handled for awt - using batik to render to a graphic and pdf. Pdf still requires better image support. The elements and properties are generated from the svgelements.xml document. The version of batik is 17/05/2001 cvs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194250 13f79535-47bb-0310-9956-ffa450edef68
* Correct border positions on absolutely positioned AreaContainers ↵Karen Lease2001-05-161-4/+2
| | | | | | (fo:block-container) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194249 13f79535-47bb-0310-9956-ffa450edef68
* PR:Karen Lease2001-05-161-0/+37
| | | | | | | | Submitted by: Aaron Optimizer Digulla via Jeroen de Zwart Add viewBox support to svg element. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194248 13f79535-47bb-0310-9956-ffa450edef68
* re-addedKeiron Liddle2001-05-161-0/+270
| | | | | | | | | file to convert testsuite xml documents used by the testing system and can be used on the commandline to read any testsuite and output pdf git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194246 13f79535-47bb-0310-9956-ffa450edef68
* added some simple test files with blocksKeiron Liddle2001-05-166-6/+257
| | | | | | | also a script to create pdf from test suites git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194245 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
* updated to look better with current fop - 0.19 cvsKeiron Liddle2001-05-161-34/+50
| | | | | | | Submitted by: Daniel Bradby <dbradby@bigpond.net.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194243 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
* fixed some minor errors with the exampleKeiron Liddle2001-05-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194241 13f79535-47bb-0310-9956-ffa450edef68
* Mods appliedarved2001-05-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194239 13f79535-47bb-0310-9956-ffa450edef68
* K. Liddle:arved2001-05-101-42/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194238 13f79535-47bb-0310-9956-ffa450edef68
* K. Liddle: testing supportarved2001-05-1010-3/+461
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194237 13f79535-47bb-0310-9956-ffa450edef68
* New buildtools JAR to support testingarved2001-05-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194236 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
* Fix for color carrying over page breaksarved2001-05-081-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194234 13f79535-47bb-0310-9956-ffa450edef68
* Fix disappearing text when using text-anchor != startKaren Lease2001-05-021-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194233 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: vertical align amount modifiedarved2001-05-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194231 13f79535-47bb-0310-9956-ffa450edef68
* K. Liddle: unused static variable removedarved2001-05-011-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194230 13f79535-47bb-0310-9956-ffa450edef68
* K. Liddle: running page num ctr now instance variable for servlet usearved2001-05-011-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194229 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
* PR:Tore Engvig2001-04-221-61/+128
| | | | | | | | | | Submitted by: Rafal Maczewski Fix for using embedded TrueType fonts in SVG. This fix adds the use of FontState.mapChar to ensure that glyphs used in the SVG document are included in the embedded font. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194222 13f79535-47bb-0310-9956-ffa450edef68
* PR: 1383Tore Engvig2001-04-221-1/+1
| | | | | | | | | | | Submitted by: westbay@seaple.icc.ne.jp Patch from westbay@seaple.icc.ne.jp to use unicode escape char instead of pound sign because it was interpreted as an invalid double byte char in Japanese locale (ja_JP.EUC) and wouldn't compile. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194221 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
* Submitted by: Keiron LiddleKaren Lease2001-04-201-0/+5
| | | | | | | Add the toString method. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194218 13f79535-47bb-0310-9956-ffa450edef68
* Apply Keiron's patchesKaren Lease2001-04-202-42/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194217 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
* PR:Tore Engvig2001-04-161-9/+12
| | | | | | | | Changed encoding of CID fonts from customized CMap to predefined Identity-H encoding. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194215 13f79535-47bb-0310-9956-ffa450edef68
* PR:Tore Engvig2001-04-161-13/+43
| | | | | | | Fixes hyphenation for CID fonts git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194214 13f79535-47bb-0310-9956-ffa450edef68
* PR:Tore Engvig2001-04-161-2/+2
| | | | | | | | Submitted by: Jeremias M�rki Fixes NumberFormatExceptions when reading .pfm files with kerning values. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194213 13f79535-47bb-0310-9956-ffa450edef68
* PR:Tore Engvig2001-04-161-1/+1
| | | | | | | | Submitted by: Rafal Maczewski Fixes a signedness bug in handling cmaps that caused some fonts to be invalid. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194212 13f79535-47bb-0310-9956-ffa450edef68
* corrected danish hyphenation (Carlos Villegas)fotis2001-04-121-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194211 13f79535-47bb-0310-9956-ffa450edef68
* adds Danish text (Lars Michael Johnsen)fotis2001-04-121-61/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194210 13f79535-47bb-0310-9956-ffa450edef68
* adds Danish hyphenation file (Carlos Villegas)fotis2001-04-122-1/+1197
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194209 13f79535-47bb-0310-9956-ffa450edef68
* Removed uses of System.out where throwing a FOPException should suffice.Kelly Campbell2001-04-1216-338/+421
| | | | | | | | | | | | Refactored code to throw FOPExceptions so embedding FOP wont' cause app server JVMs to exit. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194208 13f79535-47bb-0310-9956-ffa450edef68
* add border-collapse propertyKaren Lease2001-04-112-18/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194207 13f79535-47bb-0310-9956-ffa450edef68
* Correct bug with AreaContainer positioningKaren Lease2001-04-111-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194206 13f79535-47bb-0310-9956-ffa450edef68
* Remove offset of X and Y position by border and paddingKaren Lease2001-04-111-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194205 13f79535-47bb-0310-9956-ffa450edef68
* Fix table breaking bugKaren Lease2001-04-111-5/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194204 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
* remove commented out codeKaren Lease2001-04-111-32/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194202 13f79535-47bb-0310-9956-ffa450edef68
* Support for LengthPair property typeKaren Lease2001-04-112-52/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194201 13f79535-47bb-0310-9956-ffa450edef68
* New datatype to represent the property border-separationKaren Lease2001-04-111-0/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194200 13f79535-47bb-0310-9956-ffa450edef68
* new properties for table bordersKaren Lease2001-04-111-1/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194199 13f79535-47bb-0310-9956-ffa450edef68