aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Substantial refactoring of the PS transcoder (especially the text painting, ↵Jeremias Maerki2003-11-0714-814/+1518
| | | | | | | | | less painting using the StrokingTextPainter, therefore more speed and smaller output files) Addition of an EPS transcoder git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196990 13f79535-47bb-0310-9956-ffa450edef68
* Use different base class for user agentJeremias Maerki2003-11-071-18/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196989 13f79535-47bb-0310-9956-ffa450edef68
* Use different base class for user agent.Jeremias Maerki2003-11-071-63/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196988 13f79535-47bb-0310-9956-ffa450edef68
* Helper class for debugging in TextPaintersJeremias Maerki2003-11-071-0/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196987 13f79535-47bb-0310-9956-ffa450edef68
* Tried to fix basic driver tests but didn't manage, yet. Jeremias Maerki2003-11-071-17/+15
| | | | | | | Some initialisation code moved from render() to getContentHandler(). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196986 13f79535-47bb-0310-9956-ffa450edef68
* Hyphenation problem in Bug 23985 ↵Glen Mazza2003-11-071-16/+18
| | | | | | | | | (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23985) fixed in HEAD. (maintenance still to be done.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196983 13f79535-47bb-0310-9956-ffa450edef68
* toString() methods implemented for these objects for help inGlen Mazza2003-11-054-3/+30
| | | | | | | testing/debugging. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196982 13f79535-47bb-0310-9956-ffa450edef68
* RTF structural renderer moved from root to render.rtf, joining all the other ↵Glen Mazza2003-11-0496-217/+210
| | | | | | | | | | renderers RTF Library moved from root to render.rtf.rtflib, but kept separate from renderer itself. See: http://marc.theaimsgroup.com/?l=fop-dev&m=106753338719406&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196981 13f79535-47bb-0310-9956-ffa450edef68
* Tom DeWeese's changes made;Glen Mazza2003-11-041-2/+14
| | | | | | | See: http://marc.theaimsgroup.com/?l=fop-dev&m=106795227230411&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196980 13f79535-47bb-0310-9956-ffa450edef68
* Clearer method names given for finding border and padding for regions.Glen Mazza2003-11-023-25/+19
| | | | | | | | See: http://marc.theaimsgroup.com/?l=fop-dev&m=106777246222766&w=2 and http://www.w3.org/TR/2001/REC-xsl-20011015/slice4.html#area-stackblock git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196979 13f79535-47bb-0310-9956-ffa450edef68
* Moved mif package (including structural renderer MIFHandler.java) toGlen Mazza2003-11-017-13/+13
| | | | | | | render.mif. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196978 13f79535-47bb-0310-9956-ffa450edef68
* 1. PDF block background rendering properly offset to account for regionGlen Mazza2003-11-013-73/+97
| | | | | | | | | borders and padding. 2. Helper methods added to RegionViewport for quickly determining region margins, useful for render.* and layoutmgr.* classes. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196977 13f79535-47bb-0310-9956-ffa450edef68
* Peter Herweg's missed files from his previous RTF patch.Glen Mazza2003-11-012-116/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196976 13f79535-47bb-0310-9956-ffa450edef68
* Peter Herweg's RTF patches applied--note the RTFHandler update was missing,Glen Mazza2003-11-0115-13/+932
| | | | | | | added similar changes as was done to the MIFHandler. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196975 13f79535-47bb-0310-9956-ffa450edef68
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-018-55/+105
| | | | | | | | | determining printable width and height for each page. Various method nitpicks also fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196974 13f79535-47bb-0310-9956-ffa450edef68
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-2813-122/+120
| | | | | | | | conflicts with org.w3c.dom.Text) changed Renderer.renderWord() method to renderText(). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196973 13f79535-47bb-0310-9956-ffa450edef68
* 1. TraitSetter modified to provide padding properties for regions.Glen Mazza2003-10-262-20/+83
| | | | | | | | | | 2. PDFRenderer modified to take into account region borders and region padding when rendering text. (Possibly temporary solution--may need to move code to base AbstractRenderer in future.) Work incomplete--will need to also reduce line length accordingly to account for region borders and padding. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196972 13f79535-47bb-0310-9956-ffa450edef68
* Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any ↵Glen Mazza2003-10-251-0/+9
| | | | | | | | | | | threads that may be active as a result of AWT (svg) or other processing. See: http://marc.theaimsgroup.com/?l=fop-dev&m=106703706423223&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196971 13f79535-47bb-0310-9956-ffa450edef68
* minor elaborationGlen Mazza2003-10-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196969 13f79535-47bb-0310-9956-ffa450edef68
* Explanation of new "force" attribute in ant task.Glen Mazza2003-10-171-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196968 13f79535-47bb-0310-9956-ffa450edef68
* Patch by Finn Bock appliedGlen Mazza2003-10-161-1/+1
| | | | | | | | | | (bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23765: Words not fitting the current line were not appearing on the subsequent line when trailing spaces were included in the fo:block.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196966 13f79535-47bb-0310-9956-ffa450edef68
* correct Mark Lillywhite statusWilliam Victor Mote2003-10-161-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196965 13f79535-47bb-0310-9956-ffa450edef68
* add Mark Lillywhite to list of former committersWilliam Victor Mote2003-10-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196964 13f79535-47bb-0310-9956-ffa450edef68
* update code conventions from resolved issues on the FOPDevelopersStyleGuide wikiWilliam Victor Mote2003-10-161-4/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196963 13f79535-47bb-0310-9956-ffa450edef68
* partially implement patch submitted by Clay Leeds (see ↵William Victor Mote2003-10-161-8/+4
| | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23821) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196962 13f79535-47bb-0310-9956-ffa450edef68
* correct doc re: use of custome fonts from the AWT and Print renderersWilliam Victor Mote2003-10-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196961 13f79535-47bb-0310-9956-ffa450edef68
* apply patch from Peter Herweg for RTF pagination properties (see ↵William Victor Mote2003-10-153-0/+142
| | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23464) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196960 13f79535-47bb-0310-9956-ffa450edef68
* PCL Output: SVG not supportedChristian Geisert2003-10-151-2/+1
| | | | | | | | PR: 22943 Submitted by: Chris Bowditch (bowditch_chris <at> hotmail.com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196959 13f79535-47bb-0310-9956-ffa450edef68
* fix signature problem in inner class for InlineStackingLayoutManager -- ↵William Victor Mote2003-10-121-2/+2
| | | | | | attempt to pass BasicLink as an argument changed the signature of the overridden createArea() method, causing the superclass method to be used in error instead git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196958 13f79535-47bb-0310-9956-ffa450edef68
* fix typoWilliam Victor Mote2003-10-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196957 13f79535-47bb-0310-9956-ffa450edef68
* Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from ↵Glen Mazza2003-10-114-246/+106
| | | | | | | | | | | | latest CVS build, using Batik's "all-jar" target. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196955 13f79535-47bb-0310-9956-ffa450edef68
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ↵William Victor Mote2003-10-105-107/+106
| | | | | | instance methods in fonts.Font git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196954 13f79535-47bb-0310-9956-ffa450edef68
* open up access in misc places by either adding accessor methods or by ↵William Victor Mote2003-10-105-42/+55
| | | | | | loosening acess control git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196953 13f79535-47bb-0310-9956-ffa450edef68
* Document name switched from default "Java Printing" text to "FOP Document".Glen Mazza2003-10-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196952 13f79535-47bb-0310-9956-ffa450edef68
* Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug ↵Glen Mazza2003-10-071-9/+0
| | | | | | 23624, submitted by Julien Cervelle). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196949 13f79535-47bb-0310-9956-ffa450edef68
* remove unused variableWilliam Victor Mote2003-10-071-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196948 13f79535-47bb-0310-9956-ffa450edef68
* port layout/FontState.getWordWidth from maintenance branchWilliam Victor Mote2003-10-071-12/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196947 13f79535-47bb-0310-9956-ffa450edef68
* port from maintenance branch the variables that are used to track an ↵William Victor Mote2003-10-071-0/+7
| | | | | | object's location in the input file git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196946 13f79535-47bb-0310-9956-ffa450edef68
* move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so ↵William Victor Mote2003-10-062-2/+1
| | | | | | that it automatically occurs for all LayoutStrategies git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196945 13f79535-47bb-0310-9956-ffa450edef68
* 1. add an AreaTreeControl interfaceWilliam Victor Mote2003-10-066-9/+100
| | | | | | | | | 2. make apps/Document implement it 3. tie the AreaTree to an AreaTreeControl object 4. clean up AreaTree to use its parent AreaTreeControl object git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196944 13f79535-47bb-0310-9956-ffa450edef68
* cleanup bookmark logic and doc a bitWilliam Victor Mote2003-10-061-7/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196943 13f79535-47bb-0310-9956-ffa450edef68
* move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS ↵William Victor Mote2003-10-062-42/+44
| | | | | | | | | | to area/AreaTree: 1. because it is not layout related 2. so that it can be reused by other Layout Strategies git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196942 13f79535-47bb-0310-9956-ffa450edef68
* 1. BodyRegion's clone() now including child areas (makes it a bona fide clone()Glen Mazza2003-10-022-40/+120
| | | | | | | | | | function, also AWTRenderer() needs it.) 2. Starting implementation of RenderWord() in AWTRenderer; also looking at an alternate implementation (storing a series of BufferedImages instead of the area tree elements); temporarily storing both strategies in this commit. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196941 13f79535-47bb-0310-9956-ffa450edef68
* Fixed Testcase. Joerg Pietschmann2003-09-275-13/+11
| | | | | | | | Some style changes. Replace FIXME with TODO git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196939 13f79535-47bb-0310-9956-ffa450edef68
* Patch to sitemap to allow compliance.html to be generated in V5.0Glen Mazza2003-09-271-1/+1
| | | | | | | (w/help from Jeff Turner, Forrest Team) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196938 13f79535-47bb-0310-9956-ffa450edef68
* port maintenance branch improvements in apps/FOPException to the trunkWilliam Victor Mote2003-09-251-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196937 13f79535-47bb-0310-9956-ffa450edef68
* reset background-color for each paragraph, submitted by Peter Herweg, see ↵William Victor Mote2003-09-211-3/+8
| | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23302 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196935 13f79535-47bb-0310-9956-ffa450edef68
* 1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewerGlen Mazza2003-09-2124-75/+62
| | | | | | | | 2.) Updated AWT and PDF renderers to draw region borders more accurately. 3.) Rounding errors for determining region sizes in AWT Renderer fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196934 13f79535-47bb-0310-9956-ffa450edef68
* style changes onlyWilliam Victor Mote2003-09-191-61/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196928 13f79535-47bb-0310-9956-ffa450edef68
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ↵William Victor Mote2003-09-196-4/+190
| | | | | | tag, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23274 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196927 13f79535-47bb-0310-9956-ffa450edef68