aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* RTF output: Support for fo:list-block Jeremias Maerki2003-11-2215-215/+989
| | | | | | | Submitted by: Peter Herweg <pherweg.at.web.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197019 13f79535-47bb-0310-9956-ffa450edef68
* 1. add method to LayoutStrategy indicating whether an FO Tree should be ↵William Victor Mote2003-11-192-0/+27
| | | | | | | | | built for this strategy 2. add logic in Driver.render() to handle the case of a LayoutStrategy that does not want to build an FO Tree git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197018 13f79535-47bb-0310-9956-ffa450edef68
* fix Unicode encoding problem in commentsWilliam Victor Mote2003-11-191-27/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197017 13f79535-47bb-0310-9956-ffa450edef68
* minor elaborationGlen Mazza2003-11-161-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197016 13f79535-47bb-0310-9956-ffa450edef68
* rephrased to look better.Glen Mazza2003-11-161-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197015 13f79535-47bb-0310-9956-ffa450edef68
* Addition of Peter Herweg to our team page (secured his permission first).Glen Mazza2003-11-161-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197014 13f79535-47bb-0310-9956-ffa450edef68
* Peter Herweg's patch applied:Glen Mazza2003-11-151-3/+5
| | | | | | | http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=9128 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197013 13f79535-47bb-0310-9956-ffa450edef68
* add developer checklistWilliam Victor Mote2003-11-131-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197012 13f79535-47bb-0310-9956-ffa450edef68
* fix minor grammatical problemWilliam Victor Mote2003-11-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197011 13f79535-47bb-0310-9956-ffa450edef68
* 1. add section regarding basic/API testsWilliam Victor Mote2003-11-131-0/+8
| | | | | | | 2. add warning that the functional testing is inoperative git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197010 13f79535-47bb-0310-9956-ffa450edef68
* make external site a jump instead of linkWilliam Victor Mote2003-11-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197009 13f79535-47bb-0310-9956-ffa450edef68
* add doc for using current date and time, and create an FAQ referencing itWilliam Victor Mote2003-11-122-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197008 13f79535-47bb-0310-9956-ffa450edef68
* add link for UTR-14William Victor Mote2003-11-121-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197007 13f79535-47bb-0310-9956-ffa450edef68
* update URLs for DTDsWilliam Victor Mote2003-11-1242-42/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197006 13f79535-47bb-0310-9956-ffa450edef68
* update URLs for DTDsWilliam Victor Mote2003-11-1229-29/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197005 13f79535-47bb-0310-9956-ffa450edef68
* Partial implementation of space-after functionality--mostly working, butGlen Mazza2003-11-111-3/+12
| | | | | | | | | | | | | | some remaining problems: 1.) relying on a static variable to carry space-after value from previous block to current. (BlockLayoutManager is be instantiated for each block instead of being in memory for all blocks--bad design?) 2.) The space-after of a block ending at the bottom of the page is not currently being added to the beginning of the subsequent page. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197004 13f79535-47bb-0310-9956-ffa450edef68
* fo:block space-before property now activated only on the first Area.Block ↵Glen Mazza2003-11-112-4/+24
| | | | | | | | | | | | | object used in rendering the fo:block. (Previous implementation repeated space-before at the top of every page.) Suggestion from Chris Bowditch. (Space-after property still needs work: renders at the correct places but results in subsequent text overrunning region borders.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197003 13f79535-47bb-0310-9956-ffa450edef68
* Peter Herweg's latest patch applied:Glen Mazza2003-11-096-23/+30
| | | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24533 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197002 13f79535-47bb-0310-9956-ffa450edef68
* A few more toString() implementations helpful for debugging spacingGlen Mazza2003-11-092-5/+30
| | | | | | | issues in BLM. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197001 13f79535-47bb-0310-9956-ffa450edef68
* Style fixes onlyJeremias Maerki2003-11-0815-246/+227
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197000 13f79535-47bb-0310-9956-ffa450edef68
* RTF: Add support for number-rows-spanned, height (at table-row) and ↵Jeremias Maerki2003-11-087-20/+71
| | | | | | | | | | margin-left (at table and block). Submitted By: Peter Herweg <pherweg@web.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196999 13f79535-47bb-0310-9956-ffa450edef68
* Now all setup code is moved from render() to getContentHandler() except for ↵Jeremias Maerki2003-11-081-16/+17
| | | | | | the FOTreeListener. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196998 13f79535-47bb-0310-9956-ffa450edef68
* Basic functionality tests for PS and RTF besides PDF. Still no detailed ↵Jeremias Maerki2003-11-081-1/+43
| | | | | | output checking, only checking that no exception is thrown. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196997 13f79535-47bb-0310-9956-ffa450edef68
* Another fix, making Area Tree Renderers work again. Damn, when am I going to ↵Jeremias Maerki2003-11-081-7/+7
| | | | | | get it right? git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196996 13f79535-47bb-0310-9956-ffa450edef68
* Changed image loading to use Commons IO. Jeremias Maerki2003-11-081-15/+8
| | | | | | | Properly close InputStream. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196995 13f79535-47bb-0310-9956-ffa450edef68
* RTF: added support for fo:external-graphic Jeremias Maerki2003-11-085-6/+91
| | | | | | | Submitted By: Peter Herweg <pherweg@web.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196994 13f79535-47bb-0310-9956-ffa450edef68
* Fix Document construction in getContentHandler() (it was done too late)Jeremias Maerki2003-11-081-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196993 13f79535-47bb-0310-9956-ffa450edef68
* Not needed anymore. Everything we need is in Commons IO.Jeremias Maerki2003-11-071-243/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196992 13f79535-47bb-0310-9956-ffa450edef68
* Adjust transcoder packaging to changes in FOP.Jeremias Maerki2003-11-071-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196991 13f79535-47bb-0310-9956-ffa450edef68
* 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
* Put namespace URI in public constantJeremias Maerki2003-11-072-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196985 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup and make it compile againJeremias Maerki2003-11-073-6/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196984 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-0497-220/+213
| | | | | | | | | | 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-018-14/+14
| | | | | | | 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