aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
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
* 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP.Glen Mazza2004-02-104-20/+54
* 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
* Simplefy the huge merge loop and allow compilation with jdk1.3.Finn Bock2004-02-091-1137/+946
* Fixed the missing table header bug.Joerg Pietschmann2004-02-071-2/+2
* Adapt to changes in Commons IO's APIs.Jeremias Maerki2004-02-067-29/+38
* Support for text-indent.Finn Bock2004-02-051-1/+7
* 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
* Removed call of JFOR's WhiteSpaceCollapser; now this is done by FOPPeter Herweg2004-01-272-18/+4
* Submitted by Lucas Bruand to JFOR: escape all characters > 127 instead of 255Peter Herweg2004-01-271-1/+1
* added support for white-space-treatment and linefeed-treatment by deferring t...Peter Herweg2004-01-271-0/+282
* Fix missing shorthands.Finn Bock2004-01-252-2/+2
* Switching from passing the FOUserAgent for several of the imageGlen Mazza2004-01-2511-61/+60
* Fix a 'javadoc' warning about missing @see target.Finn Bock2004-01-251-1/+1
* fixed wrong datatype in overriden methodPeter Herweg2004-01-241-9/+9
* Fix javadoc warnings caused by unknown @see targets.Finn Bock2004-01-2413-27/+27
* Fix javadoc warnings.Finn Bock2004-01-236-10/+9