aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Applied Thomas DeWeese's latest patch for the PDF transcoder.Glen Mazza2004-01-222-4/+14
* Fix typo in comments.Finn Bock2004-01-221-2/+2
* Abandon codegenerated property makers and use bean-like makers instead.Finn Bock2004-01-2219-941/+3782
* Add dependant jars to the classloader.Finn Bock2004-01-211-12/+21
* Use PDFNumber.doubleOut to format the floats in a transformation matrix.Finn Bock2004-01-211-3/+7
* Submitted by: Marc Wilhelm Kuester; added support for fo:list in fo:footnote;...Peter Herweg2004-01-202-9/+37
* Fix a NPE caused by avalonization of logging.Finn Bock2004-01-201-9/+39
* Block height/width elaboration for XML Renderer--Patch by Finn Bock.Glen Mazza2004-01-201-2/+3
* FOPropertyMapping.java no longer autogenerated, moved from fop.fo.propertiesGlen Mazza2004-01-2011-11/+701
* Interfaces now in alphabetical order and detached from generic interfacesGlen Mazza2004-01-202-179/+225
* replaced string constants with int constantsPeter Herweg2004-01-182-13/+13
* Bug 25873 (from Finn Bock): Minor code cleanup issues.Glen Mazza2004-01-174-8/+6
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-1735-83/+322