aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* RTF output: Support for fo:list-block Jeremias Maerki2003-11-2215-215/+989
* 1. add method to LayoutStrategy indicating whether an FO Tree should be built...William Victor Mote2003-11-192-0/+27
* fix Unicode encoding problem in commentsWilliam Victor Mote2003-11-191-27/+27
* minor elaborationGlen Mazza2003-11-161-0/+3
* rephrased to look better.Glen Mazza2003-11-161-4/+4
* Addition of Peter Herweg to our team page (secured his permission first).Glen Mazza2003-11-161-1/+5
* Peter Herweg's patch applied:Glen Mazza2003-11-151-3/+5
* add developer checklistWilliam Victor Mote2003-11-131-0/+10
* fix minor grammatical problemWilliam Victor Mote2003-11-131-1/+1
* 1. add section regarding basic/API testsWilliam Victor Mote2003-11-131-0/+8
* make external site a jump instead of linkWilliam Victor Mote2003-11-121-1/+1
* add doc for using current date and time, and create an FAQ referencing itWilliam Victor Mote2003-11-122-0/+27
* add link for UTR-14William Victor Mote2003-11-121-0/+6
* update URLs for DTDsWilliam Victor Mote2003-11-1242-42/+42
* update URLs for DTDsWilliam Victor Mote2003-11-1229-29/+29
* Partial implementation of space-after functionality--mostly working, butGlen Mazza2003-11-111-3/+12
* fo:block space-before property now activated only on the first Area.Block obj...Glen Mazza2003-11-112-4/+24
* Peter Herweg's latest patch applied:Glen Mazza2003-11-096-23/+30
* A few more toString() implementations helpful for debugging spacingGlen Mazza2003-11-092-5/+30
* Style fixes onlyJeremias Maerki2003-11-0815-246/+227
* RTF: Add support for number-rows-spanned, height (at table-row) and margin-le...Jeremias Maerki2003-11-087-20/+71
* Now all setup code is moved from render() to getContentHandler() except for t...Jeremias Maerki2003-11-081-16/+17
* Basic functionality tests for PS and RTF besides PDF. Still no detailed outpu...Jeremias Maerki2003-11-081-1/+43
* Another fix, making Area Tree Renderers work again. Damn, when am I going to ...Jeremias Maerki2003-11-081-7/+7
* Changed image loading to use Commons IO. Jeremias Maerki2003-11-081-15/+8
* RTF: added support for fo:external-graphic Jeremias Maerki2003-11-085-6/+91
* Fix Document construction in getContentHandler() (it was done too late)Jeremias Maerki2003-11-081-14/+14
* Not needed anymore. Everything we need is in Commons IO.Jeremias Maerki2003-11-071-243/+0
* Adjust transcoder packaging to changes in FOP.Jeremias Maerki2003-11-071-2/+6
* Substantial refactoring of the PS transcoder (especially the text painting, l...Jeremias Maerki2003-11-0714-814/+1518
* Use different base class for user agentJeremias Maerki2003-11-071-18/+7
* Use different base class for user agent.Jeremias Maerki2003-11-071-63/+17
* Helper class for debugging in TextPaintersJeremias Maerki2003-11-071-0/+94
* Tried to fix basic driver tests but didn't manage, yet. Jeremias Maerki2003-11-071-17/+15
* Put namespace URI in public constantJeremias Maerki2003-11-072-3/+6
* Cleanup and make it compile againJeremias Maerki2003-11-073-6/+9
* Hyphenation problem in Bug 23985 (http://nagoya.apache.org/bugzilla/show_bug....Glen Mazza2003-11-071-16/+18
* toString() methods implemented for these objects for help inGlen Mazza2003-11-054-3/+30
* RTF structural renderer moved from root to render.rtf, joining all the other ...Glen Mazza2003-11-0497-220/+213
* Tom DeWeese's changes made;Glen Mazza2003-11-041-2/+14
* Clearer method names given for finding border and padding for regions.Glen Mazza2003-11-023-25/+19
* Moved mif package (including structural renderer MIFHandler.java) toGlen Mazza2003-11-018-14/+14
* 1. PDF block background rendering properly offset to account for regionGlen Mazza2003-11-013-73/+97
* Peter Herweg's missed files from his previous RTF patch.Glen Mazza2003-11-012-116/+95
* Peter Herweg's RTF patches applied--note the RTFHandler update was missing,Glen Mazza2003-11-0115-13/+932
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-018-55/+105
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-2813-122/+120
* 1. TraitSetter modified to provide padding properties for regions.Glen Mazza2003-10-262-20/+83
* Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any th...Glen Mazza2003-10-251-0/+9
* minor elaborationGlen Mazza2003-10-201-1/+1