aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-101-0/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194237 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
* 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
* 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
* 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
* 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
* 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
* Refactored FontState so it doesn't do excessive font lookups per character.Kelly Campbell2001-04-022-140/+111
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194187 13f79535-47bb-0310-9956-ffa450edef68
* Added default producer to fix a bug where the PDF producer isKelly Campbell2001-04-011-1/+3
| | | | | | | | | | | set to null in the default commandline usage. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194186 13f79535-47bb-0310-9956-ffa450edef68
* Made logging go to the same stream (out) for pages and the newlineKelly Campbell2001-03-311-1/+1
| | | | | | | | | | | after a page sequence. The newline was previously going to the err stream. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194184 13f79535-47bb-0310-9956-ffa450edef68
* Backed out System.exit() change. This would be problematic for peopleKelly Campbell2001-03-311-1/+0
| | | | | | | | | | | who (wrongly) embed Fop by calling main(). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194183 13f79535-47bb-0310-9956-ffa450edef68
* Added explicit System.exit(0) when main is done to work around MacOS XKelly Campbell2001-03-311-0/+1
| | | | | | | | | | | | JDK issue which leaves the JVM running when main is done on command line apps. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194182 13f79535-47bb-0310-9956-ffa450edef68
* Fixed basic-link horizontal position with justification turned on.Kelly Campbell2001-03-294-16/+55
| | | | | | | | | | PR: 953 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194179 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Art WelchKaren Lease2001-03-231-9/+13
| | | | | | | Offset by half border width in doFrame git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194173 13f79535-47bb-0310-9956-ffa450edef68
* subset fonts embedding [submitted by Tore Engvig]fotis2001-03-231-0/+761
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194172 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Art WelchKaren Lease2001-03-221-3/+8
| | | | | | | Make it easier to configure line endings and formfeed characters. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194171 13f79535-47bb-0310-9956-ffa450edef68
* subset fonts embedding (submitted by Tore Engvig)fotis2001-03-2215-2378/+2102
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194168 13f79535-47bb-0310-9956-ffa450edef68
* Driver reset patchKelly Campbell2001-03-182-5/+24
| | | | | | | | | | PR: Obtained from: Submitted by: Art Welch Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194164 13f79535-47bb-0310-9956-ffa450edef68