aboutsummaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Collapse)AuthorAgeFilesLines
* Command line for running MIF rendererarved2001-02-101-0/+274
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194034 13f79535-47bb-0310-9956-ffa450edef68
* JDK 1.1 fixesKelly Campbell2001-02-093-10/+10
| | | | | | | | | | PR: Obtained from: Submitted by: Peter S. Housel [housel@acm.org] Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194033 13f79535-47bb-0310-9956-ffa450edef68
* adds vertical align to textKeiron Liddle2001-02-074-23/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194030 13f79535-47bb-0310-9956-ffa450edef68
* added some commentsKeiron Liddle2001-02-071-164/+194
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194029 13f79535-47bb-0310-9956-ffa450edef68
* Fix duplicate ID bug for Tables that flow over a page.Kelly Campbell2001-02-061-3/+5
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194028 13f79535-47bb-0310-9956-ffa450edef68
* Added support for PDF outlines (aka bookmarks). See the example inKelly Campbell2001-02-0617-73/+997
| | | | | | | | | | | docs/examples/fo/pdfoutline.fo for an example. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194025 13f79535-47bb-0310-9956-ffa450edef68
* Removed NumberFormat usage in PDFRenderer to fix a locale-specific bugKelly Campbell2001-02-052-15/+9
| | | | | | | | | | | | | | | for locales which use comma as the decimal separator. Fixed a minor issue with PDFStream where blank or null filter types were reported with an error message. These are now just ignored. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194020 13f79535-47bb-0310-9956-ffa450edef68
* Added TrueType and embedded font support from Tore Engvig andKelly Campbell2001-02-0533-135/+5110
| | | | | | | | | | | | Alain Fagot PR: Obtained from: Submitted by: Tore Engvig <tengvig@infostream.no>, Alain FAGOT <Alain.FAGOT@framfab.nl> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194018 13f79535-47bb-0310-9956-ffa450edef68
* Added some text rendering optimizations for PDF.Kelly Campbell2001-02-052-47/+148
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194017 13f79535-47bb-0310-9956-ffa450edef68
* Changed so values don't get reusedKelly Campbell2001-02-051-2/+7
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194016 13f79535-47bb-0310-9956-ffa450edef68
* Added very simple fo:wrapper implementationKelly Campbell2001-02-042-0/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194014 13f79535-47bb-0310-9956-ffa450edef68
* Clarified error reported for order of static-content, flow within aKelly Campbell2001-02-021-4/+9
| | | | | | | page-sequence to meet section 6.4.5 of the spec. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194013 13f79535-47bb-0310-9956-ffa450edef68
* simplified block areaKeiron Liddle2001-02-016-200/+194
| | | | | | | | moved adding text, leader out so that a line area is obtained then the stuff is added to it git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194012 13f79535-47bb-0310-9956-ffa450edef68
* fixed: leader didn't fill line in content tablefotis2001-02-011-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194009 13f79535-47bb-0310-9956-ffa450edef68
* New file for text decoration from Christian GeisertKaren Lease2001-02-011-0/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194008 13f79535-47bb-0310-9956-ffa450edef68
* Commit more text decoration support from Christain Geisert (finally)Karen Lease2001-02-019-141/+328
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194007 13f79535-47bb-0310-9956-ffa450edef68
* Fixed an off by one error in the end of stream encoding part of ASCII85FilterKelly Campbell2001-02-011-55/+82
| | | | | | | | | as reported by Alex Cherepanov. Cleaned up the code a bit and added some better comments too. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194006 13f79535-47bb-0310-9956-ffa450edef68
* throws a more useful error if non-row inside table bodyKeiron Liddle2001-02-011-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194005 13f79535-47bb-0310-9956-ffa450edef68
* places svg inlineKeiron Liddle2001-01-306-18/+103
| | | | | | | first part in moving towards proper inline areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194004 13f79535-47bb-0310-9956-ffa450edef68
* moved code out of block area -> char and pag numKeiron Liddle2001-01-303-60/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193990 13f79535-47bb-0310-9956-ffa450edef68
* Add font-variant property, change constructor.eschaeffer2001-01-251-3/+0
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193988 13f79535-47bb-0310-9956-ffa450edef68
* Modified to support new FontState class.eschaeffer2001-01-252-2708/+2711
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193987 13f79535-47bb-0310-9956-ffa450edef68
* Added small-caps support in all fo.eschaeffer2001-01-2517-2629/+2703
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193986 13f79535-47bb-0310-9956-ffa450edef68
* fixes a problem where the start of a list dissapearedKeiron Liddle2001-01-251-0/+3
| | | | | | | | | if a page break was between items it was incorrectly return AREA_FULL_NONE when some list items were already present git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193984 13f79535-47bb-0310-9956-ffa450edef68
* put back coloursKeiron Liddle2001-01-241-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193983 13f79535-47bb-0310-9956-ffa450edef68
* fixes a npe problem with setting up id references in footnote body childKeiron Liddle2001-01-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193982 13f79535-47bb-0310-9956-ffa450edef68
* fixed import statementKeiron Liddle2001-01-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193981 13f79535-47bb-0310-9956-ffa450edef68
* moved inline objects to the layout.inline packageKeiron Liddle2001-01-246-21/+131
| | | | | | | added WordArea as an inline object to represent a word git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193980 13f79535-47bb-0310-9956-ffa450edef68
* changed inline references to layout.inlineKeiron Liddle2001-01-248-18/+23
| | | | | | | also renderers now render a word area git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193979 13f79535-47bb-0310-9956-ffa450edef68
* add small-caps support.eschaeffer2001-01-234-919/+998
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193977 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug reported by Cliff Harrison regarding order of static contents andKelly Campbell2001-01-191-1/+2
| | | | | | | fo:flow object. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193975 13f79535-47bb-0310-9956-ffa450edef68
* Changed XObject to use the stream default filter listKelly Campbell2001-01-191-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193974 13f79535-47bb-0310-9956-ffa450edef68
* Added a transform method which takes a writer to supportKelly Campbell2001-01-171-3/+22
| | | | | | | XalanCommandLine properly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193972 13f79535-47bb-0310-9956-ffa450edef68
* Packaged build tasks into lib/buildtools.jarKelly Campbell2001-01-169-10/+1768
| | | | | | | | | | Added buildtools.xml for building the build tools jar file. Moved source for ant tasks into src/org/apache/fop/tools/anttasks Set up dual support for Xalan 1 native and Xalan 2 JAXP1.1 transform interfaces. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193970 13f79535-47bb-0310-9956-ffa450edef68
* fixes a problem with spaces before and after a body in tableKeiron Liddle2001-01-124-116/+124
| | | | | | | also properly sets the width of the table to the sum of the columns git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193969 13f79535-47bb-0310-9956-ffa450edef68
* handles orphans properlyKeiron Liddle2001-01-111-12/+5
| | | | | | | fixed a keep problem git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193965 13f79535-47bb-0310-9956-ffa450edef68
* adds footnote supportKeiron Liddle2001-01-109-8/+434
| | | | | | | | | | | this adds footnotes as they appear and adjusts main area accordingly multi column support still pending Code changes sponsored by Dresdner Bank, Germany git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193962 13f79535-47bb-0310-9956-ffa450edef68
* fixes a keep-with-previous problemKeiron Liddle2001-01-101-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193959 13f79535-47bb-0310-9956-ffa450edef68
* handles column heights properly, including if table goes over a pageKeiron Liddle2001-01-051-8/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193952 13f79535-47bb-0310-9956-ffa450edef68
* bails out if no rows in table bodyKeiron Liddle2001-01-051-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193951 13f79535-47bb-0310-9956-ffa450edef68
* fixes cell and row heightsKeiron Liddle2001-01-042-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193950 13f79535-47bb-0310-9956-ffa450edef68
* Handle basic links in multi-columnarved2001-01-042-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193948 13f79535-47bb-0310-9956-ffa450edef68
* updated keep handling to properly handle the keep valueKeiron Liddle2001-01-033-9/+95
| | | | | | | distinguishes between the int values and the auto, always git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193947 13f79535-47bb-0310-9956-ffa450edef68
* Flow returns true for generatesReferenceAreas (needed for ↵Karen Lease2001-01-021-4/+10
| | | | | | writing-mode-relative caclulation) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193943 13f79535-47bb-0310-9956-ffa450edef68
* Keep is now a compound propertyKaren Lease2001-01-021-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193942 13f79535-47bb-0310-9956-ffa450edef68
* Add private function used in calculating corresponding property valuesKaren Lease2001-01-022-0/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193941 13f79535-47bb-0310-9956-ffa450edef68
* Modify compound property handling; add support for corresponding properties ↵Karen Lease2001-01-0212-50/+247
| | | | | | and mixed property types git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193940 13f79535-47bb-0310-9956-ffa450edef68
* Modify handling of compound datatypesKaren Lease2001-01-025-60/+266
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193939 13f79535-47bb-0310-9956-ffa450edef68
* fixed slight error when determining if will generate areaKeiron Liddle2001-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193937 13f79535-47bb-0310-9956-ffa450edef68
* re-added a check to make sure there is no index array out of bounds errorKeiron Liddle2001-01-021-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193936 13f79535-47bb-0310-9956-ffa450edef68