aboutsummaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Collapse)AuthorAgeFilesLines
* Updated build to include neccessary jar filesKelly Campbell2001-03-042-39/+7
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194118 13f79535-47bb-0310-9956-ffa450edef68
* Refactored Driver to simplify usage required for other appsKelly Campbell2001-03-039-304/+931
| | | | | | | | | | | | to integrate Fop. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194114 13f79535-47bb-0310-9956-ffa450edef68
* Removed leftover debug statementKelly Campbell2001-03-011-2/+0
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194109 13f79535-47bb-0310-9956-ffa450edef68
* Added support for Xalan1 back in. Extraced Xalan2 TRAX usageKelly Campbell2001-03-012-65/+195
| | | | | | | | | | | | into TraxInputHandler PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194108 13f79535-47bb-0310-9956-ffa450edef68
* fixed: problems with whitespacefotis2001-02-272-18/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194097 13f79535-47bb-0310-9956-ffa450edef68
* fixed: error if char width = 0 in leaderfotis2001-02-271-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194096 13f79535-47bb-0310-9956-ffa450edef68
* enabling CID keyed truetype fonts; this gives supportfotis2001-02-2733-1107/+3262
| | | | | | | | for other encodings than WinAnsiEncoding (eg japanese, chinese, arabic, iso-whatever, etc). Also makes font inclusion easier Tore Engvig git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194095 13f79535-47bb-0310-9956-ffa450edef68
* restitutes jdk 1.1 compatiblity (Art Welch)fotis2001-02-271-26/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194094 13f79535-47bb-0310-9956-ffa450edef68
* compiles with jdk1.1, uses local methods to convert degrees <-> radiansKeiron Liddle2001-02-271-9/+35
| | | | | | | Submitted by: Art Welch git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194093 13f79535-47bb-0310-9956-ffa450edef68
* Patch for list-block to support body-start and label-endKelly Campbell2001-02-2314-289/+423
| | | | | | | | | | PR: 682 Obtained from: Submitted by: Peter S. Housel <housel@acm.org> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194086 13f79535-47bb-0310-9956-ffa450edef68
* handles non-rotated arcsKeiron Liddle2001-02-232-123/+172
| | | | | | | currently uses lines to draw the arc git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194085 13f79535-47bb-0310-9956-ffa450edef68
* makes checks to prevent exceptionsKeiron Liddle2001-02-232-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194084 13f79535-47bb-0310-9956-ffa450edef68
* fixes problem with page break after last row of bodyKeiron Liddle2001-02-231-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194083 13f79535-47bb-0310-9956-ffa450edef68
* fixed: false setting of debug modefotis2001-02-211-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194082 13f79535-47bb-0310-9956-ffa450edef68
* No longer requiredarved2001-02-216-1517/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194081 13f79535-47bb-0310-9956-ffa450edef68
* Updated command line supportarved2001-02-218-704/+330
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194080 13f79535-47bb-0310-9956-ffa450edef68
* Updated command linearved2001-02-2110-0/+1438
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194079 13f79535-47bb-0310-9956-ffa450edef68
* fixed: problems if calculated leader-length < 0fotis2001-02-201-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194078 13f79535-47bb-0310-9956-ffa450edef68
* adds break before and break after for table rowsKeiron Liddle2001-02-192-0/+57
| | | | | | | | | also reports error if the number of columns the cells are using is different to the number of columns in the table git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194076 13f79535-47bb-0310-9956-ffa450edef68
* Removed BasicLink fix for static-contentarved2001-02-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194063 13f79535-47bb-0310-9956-ffa450edef68
* fixed placement bug, now puts the image at the correct offsetKeiron Liddle2001-02-111-18/+2
| | | | | | | removed debug messages git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194062 13f79535-47bb-0310-9956-ffa450edef68
* Error-handling for empty flowarved2001-02-111-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194045 13f79535-47bb-0310-9956-ffa450edef68
* Patch for SVG viewboxarved2001-02-117-22/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194044 13f79535-47bb-0310-9956-ffa450edef68
* BasicLink won't break in static-content; more work required for proper placementarved2001-02-101-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194043 13f79535-47bb-0310-9956-ffa450edef68
* Set parent area of BlockArea early, for Basic Link supportarved2001-02-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194042 13f79535-47bb-0310-9956-ffa450edef68
* Get nearest ancestor ref areaarved2001-02-101-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194041 13f79535-47bb-0310-9956-ffa450edef68
* Adding reference areas as childrenarved2001-02-101-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194040 13f79535-47bb-0310-9956-ffa450edef68
* store FO creator (MIF support)arved2001-02-106-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194039 13f79535-47bb-0310-9956-ffa450edef68
* MIF fontarved2001-02-1014-0/+3939
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194038 13f79535-47bb-0310-9956-ffa450edef68
* MIF rendererarved2001-02-101-0/+541
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194037 13f79535-47bb-0310-9956-ffa450edef68
* MIF base fontarved2001-02-102-0/+312
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194036 13f79535-47bb-0310-9956-ffa450edef68
* MIF Document descriptionarved2001-02-101-0/+1185
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194035 13f79535-47bb-0310-9956-ffa450edef68
* 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