aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* New and improved Fop task for AntKelly Campbell2001-03-181-58/+213
| | | | | | | | | | | | | Added basedir attribute. Made messages reported by ant simpler. PR: Obtained from: Submitted by: Will Holcomb <will@odin.himinbi.org> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194163 13f79535-47bb-0310-9956-ffa450edef68
* Commit Art Welch fix to PCL bordersKaren Lease2001-03-161-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194162 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
* Short licensearved2001-03-131-49/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194155 13f79535-47bb-0310-9956-ffa450edef68
* Added licensearved2001-03-135-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194154 13f79535-47bb-0310-9956-ffa450edef68
* Mods to text rendererarved2001-03-131-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194153 13f79535-47bb-0310-9956-ffa450edef68
* Updates due to introduction of PrintRendererarved2001-03-101-405/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194150 13f79535-47bb-0310-9956-ffa450edef68
* Updates due to PCL supportarved2001-03-102-2/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194149 13f79535-47bb-0310-9956-ffa450edef68
* New abstract base class for print renderersarved2001-03-101-0/+506
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194148 13f79535-47bb-0310-9956-ffa450edef68
* New files for text renderingarved2001-03-101-0/+1766
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194147 13f79535-47bb-0310-9956-ffa450edef68
* New files for PCL renderingarved2001-03-103-0/+2203
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194146 13f79535-47bb-0310-9956-ffa450edef68
* JDK 1.1 fix to Manifest taskKelly Campbell2001-03-081-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194145 13f79535-47bb-0310-9956-ffa450edef68
* put text-anchor in the correct placeKeiron Liddle2001-03-081-43/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194144 13f79535-47bb-0310-9956-ffa450edef68
* adds CID Font support to svg textKeiron Liddle2001-03-071-5/+26
| | | | | | | Submitted by: Claud Yu git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194143 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
* Updated build. Added manifest to jar to make it a runnable jar.Kelly Campbell2001-03-051-0/+239
| | | | | | | | | | | | | Updated dist targets to have separate src and bin builds. Compressed the xerces-1.2.3.jar to make distributions and cvs checkouts smaller. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194137 13f79535-47bb-0310-9956-ffa450edef68
* Add rendering for start and end regionsarved2001-03-041-51/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194136 13f79535-47bb-0310-9956-ffa450edef68
* Temporary precedence boolean propertyarved2001-03-041-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194135 13f79535-47bb-0310-9956-ffa450edef68
* region-start, region-end supportarved2001-03-0410-506/+153
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194134 13f79535-47bb-0310-9956-ffa450edef68
* End regionarved2001-03-041-0/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194133 13f79535-47bb-0310-9956-ffa450edef68
* Start regionarved2001-03-041-0/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194132 13f79535-47bb-0310-9956-ffa450edef68
* Modify handling of border and paddingKaren Lease2001-03-043-75/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194129 13f79535-47bb-0310-9956-ffa450edef68
* Use new HyphenationProps classKaren Lease2001-03-042-48/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194128 13f79535-47bb-0310-9956-ffa450edef68
* New property/trait groupsKaren Lease2001-03-045-64/+234
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194127 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