aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Updated version to reflect that builds from this are a CVS version in theKelly Campbell2001-04-081-1/+1
| | | | | | | | | | | next release (0.19.0-CVS) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194198 13f79535-47bb-0310-9956-ffa450edef68
* Made some tables in the TTF embedding optional to be compatible with moreKelly Campbell2001-04-081-5/+42
| | | | | | | | | | | | fonts. This adheres to the TrueType spec, and makes the MS OpenType extras optional. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194197 13f79535-47bb-0310-9956-ffa450edef68
* Fixed some bugs in PDF rendering when font embedding fails.Kelly Campbell2001-04-082-18/+16
| | | | | | | | | | | | FontDescriptor is now written out anyway to produce a valid PDF and acrobat reports that the font can't be displayed. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194196 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for font headers with long datatypeKelly Campbell2001-04-081-2/+3
| | | | | | | | | | PR: Obtained from: Submitted by: Rafal Maczewski Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194195 13f79535-47bb-0310-9956-ffa450edef68
* Looks for fop.jar in toparved2001-04-032-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194192 13f79535-47bb-0310-9956-ffa450edef68
* Removed dist-bin from build; added stuff to make sure viewer resourcesarved2001-04-031-4/+20
| | | | | | | | | | | | and images are included PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194191 13f79535-47bb-0310-9956-ffa450edef68
* adding latest changesfotis2001-04-021-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194190 13f79535-47bb-0310-9956-ffa450edef68
* adding -text and -pcl options to help textfotis2001-04-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194189 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up renderWordArea. removed unused code. optimized object creationKelly Campbell2001-04-021-185/+174
| | | | | | | | | | | a little. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194188 13f79535-47bb-0310-9956-ffa450edef68