aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-118-22/+143
| | | | 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-0618-73/+1015
| | | | | | | | | | | 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-0535-135/+5405
| | | | | | | | | | | | 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-0110-141/+333
| | | | 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
* Add small-caps support.eschaeffer2001-01-231-1159/+1169
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193976 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