aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-2614-58/+137
* Made redundant by the expresion tree.Finn Bock2004-02-262-249/+0
* Support for percentages in property expression.Finn Bock2004-02-2623-530/+873
* Changed internal renderInlineXXX() functions from public to protected access....Glen Mazza2004-02-253-56/+12
* Removal of Visitor patterns from AbstractRenderer, moving of business logic f...Glen Mazza2004-02-2510-288/+55
* Formatting cleanup of fo:layout-master-sets in examples.Glen Mazza2004-02-2238-284/+335
* Modification made for collecting parameters to be compatible (hopefully) withGlen Mazza2004-02-111-3/+19
* 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP.Glen Mazza2004-02-105-21/+57
* Updated fop.bat.Glen Mazza2004-02-101-1/+1
* Draw the borders of a BlockViewport before setting the CTMFinn Bock2004-02-101-18/+19
* Set correct ipd/bpd of both the viewport and reference area.Finn Bock2004-02-101-11/+35
* Added '-results' options to set the result ouput directory.Finn Bock2004-02-101-1/+4
* Modification of ExampleXML2PDF to show a Transformer.setParameter() call.Glen Mazza2004-02-092-49/+36
* Simplefy the huge merge loop and allow compilation with jdk1.3.Finn Bock2004-02-092-1243/+1138
* Fixed the missing table header bug.Joerg Pietschmann2004-02-071-2/+2
* Don't copy codegen files.Joerg Pietschmann2004-02-071-25/+27
* Fix packaging of all-in-one transcoder JAR (due to changes in Commons IO).Jeremias Maerki2004-02-061-2/+3
* Adapt to changes in Commons IO's APIs.Jeremias Maerki2004-02-068-31/+40
* Updating to latest Commons IO snapshot (Reason: API changes).Jeremias Maerki2004-02-062-0/+0
* Support for text-indent.Finn Bock2004-02-051-1/+7
* Latest changes about property datatypes.Finn Bock2004-02-051-0/+4
* Added a parameter to the projectteam2fo.xsl example (for subsequent useGlen Mazza2004-02-052-5/+9
* Fix javadocs warnings caused by the recent moves of property classes andFinn Bock2004-02-048-9/+9
* Do the regiontraits before changes ctm because the ctm only apply for theFinn Bock2004-02-042-5/+6
* Set the ipd and bpd on the region reference area based on the reldimsFinn Bock2004-02-041-4/+5
* Support for "margin" shorthands for margin-[left,right].Finn Bock2004-02-041-2/+2
* Added a bpd field so that region reference areas has both ipd (from Area)Finn Bock2004-02-041-0/+20
* Add support for setting margin-[top,botton,left,right] by specifyingFinn Bock2004-02-041-1/+6
* Copyright year update and enable keyword subst.Jeremias Maerki2004-02-031-1/+1
* Tab char and style fixes only.Jeremias Maerki2004-02-031-27/+26
* Style fixes only.Jeremias Maerki2004-02-032-14/+18
* Move FOTreeListener registration and removal into getContentHandler() to fix ...Jeremias Maerki2004-02-031-12/+23
* Simple proxying ContentHandler.Jeremias Maerki2004-02-031-0/+166
* Re-enable toString() for the properties which wrap another object.Finn Bock2004-02-031-1/+5
* Support getObject(), used by Property.toString().Finn Bock2004-02-031-0/+7
* Phase 3 (last) of bug 26434.Finn Bock2004-02-0268-151/+166
* Removed unused import.Finn Bock2004-02-021-1/+0
* Phase 2 of bug 26434.Finn Bock2004-02-0243-2194/+1747
* Move the handmade makers into package fop.fo.properties.Finn Bock2004-02-022-1/+7
* Phase 1 of 26434.Finn Bock2004-02-0228-741/+936
* fixed runtime error while reading PR_BORDER_WIDTH or PR_BORDER_STYLEPeter Herweg2004-01-301-37/+28
* Handle SPACE_START trait for block areas.Finn Bock2004-01-293-32/+73
* Hardcoded start-indent to 24pt no longer needed because SPACE_START traitFinn Bock2004-01-291-4/+1
* Set the SPACE_START and SPACE_END traits and adjust the height to takeFinn Bock2004-01-292-5/+22
* A hack to calculate the startIndent and endIndent based on either marginFinn Bock2004-01-291-4/+34
* Added getBPPaddingAndBorder() to return the border and padding length inFinn Bock2004-01-291-1/+12
* Added addMargins() to set the SPACE_* traits.Finn Bock2004-01-291-0/+26
* Added SPACE_START and SPACE_END traits.Finn Bock2004-01-291-0/+14
* Fix a NPE when the last shorthand was not detected.Finn Bock2004-01-291-1/+1
* improved support for margin-top and margin-bottom in fo:region-XXXPeter Herweg2004-01-283-27/+96