aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-203-189/+295
* Updated team page--moved Finn, Andreas, Chris and Peter to active status;Glen Mazza2004-01-191-30/+21
* 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-1738-204/+384
* Further simplifications to file.Glen Mazza2004-01-171-93/+0
* (Property Interface consolidation) Removed a redundancy in interfaceGlen Mazza2004-01-171-4/+1
* More String->Int conversions (ones I've missed previously.) Appears I've fin...Glen Mazza2004-01-149-22/+20
* static boolean array inheritableProperty[] added, to reduce processing costsGlen Mazza2004-01-131-7/+10
* News page updates.Glen Mazza2004-01-121-0/+12
* switch from Property.getPropName() to Property.getPropId(); comments added toGlen Mazza2004-01-104-6/+20
* added support for fo:footnotePeter Herweg2004-01-108-10/+292
* Bug 25810 (Patch by Finn Bock) -- Support for inherit attribute value.Glen Mazza2004-01-091-8/+12
* Bug 25809 (Patch by Finn Bock) NPE for incorrectly created tables fixed.Glen Mazza2004-01-092-6/+9