aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-032-3/+0
* FOPropertyMapping.GetPropertyId() modified to also be able to returnGlen Mazza2004-01-021-4/+3
* Bug 25808 (Patch by Finn Bock) -- NPE Fix to LineLayoutManager.Glen Mazza2004-01-021-0/+1
* Bug 25803 (patch by Simon Pepping): Fix bug occurring when a compound propertyGlen Mazza2004-01-021-9/+23
* Removed unnecessary semi-colon.Peter Bernard West2004-01-025-5/+4
* added support for fo:basic-linkPeter Herweg2004-01-017-8/+84
* Bug #25806 (Patch by Finn Bock)--NPE fixed in ExternalGraphic.java.Glen Mazza2004-01-011-2/+4
* More String->Int conversions, primarily from patch from Finn Bock.Glen Mazza2003-12-316-11/+15
* Bug #25563 (Patch by Finn Bock) toString() implementations added.Glen Mazza2003-12-315-1/+30
* Bug #25813 (Patch by Finn Bock): Calculation change in setBlockTextInfo().Glen Mazza2003-12-301-1/+1
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-2917-72/+79
* Removal of unnecessary local variable, patch by Andreas Delmille. (Bug 25786)Glen Mazza2003-12-291-2/+1
* Bug #25804: Fix of ClassCastException error occuring whileGlen Mazza2003-12-292-2/+2
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-2823-101/+151
* Minor patch for fixing NPE error when Locator not available--submitted byGlen Mazza2003-12-281-3/+5
* *Partial* conversion of PropertyList.get(String propName) to new PropertyList...Glen Mazza2003-12-279-88/+107
* Bug 25756 (Patch by Simon Pepping): Remove line BPs where line consistsGlen Mazza2003-12-271-1/+36
* Bug 25758 (patch by Finn Bock) -- Fix of content-height/content-widthGlen Mazza2003-12-271-5/+6
* Property.getPropertyName() switched from returning strings toGlen Mazza2003-12-266-18/+23
* Bug 25708 (Patch submitted by Simon Pepping) -- implementation of fo:wrapper ...Glen Mazza2003-12-261-2/+8
* ----------------------------------------------------------------------Glen Mazza2003-12-267-7/+62
* Removed the elementStringTable HashMap references (never used; wasGlen Mazza2003-12-242-69/+23
* Bug 25692 (patch by Finn Bock)--toString() implementation of Trait.Background...Glen Mazza2003-12-231-1/+17
* Bug #25031 -- patch in calculation of line breakpoints, by Simon Pepping (spe...Glen Mazza2003-12-231-1/+12
* Initial Check-in of PropertySets.java and .xsl. (Similar to Alt-Design'sGlen Mazza2003-12-225-4/+1295
* PR:Glen Mazza2003-12-2215-14/+15
* ----------------------------------------------------------------------Glen Mazza2003-12-2214-35/+37
* Removal of some of the temporary code elements (FO Element lists still pending.)Glen Mazza2003-12-222-52/+61
* Property Makers now being activated via int constants. (Maker classes themse...Glen Mazza2003-12-202-17/+35
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-2060-628/+602
* Place Constants.java file in wrong location.Glen Mazza2003-12-181-0/+0
* Hyphenation/Quotation problem fixed ("quoted strings" not breaking properly.)Glen Mazza2003-12-151-1/+15
* 1. Removed the properties.Constants class from automatic generation, andGlen Mazza2003-12-151-0/+489
* Bug 25474--incorrect element name (table-column instead of fo:table-column) g...Glen Mazza2003-12-141-1/+1
* Consolidated PropertyListBuilder and PropertyList.Glen Mazza2003-12-143-527/+379
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-1214-62/+62
* Hyphenation improvements from Simon Pepping (Bugs #25031 and #25059) added.Glen Mazza2003-12-011-10/+20
* 1.) Chris Bowditch's patch on padding-start implemented. (Changes wereGlen Mazza2003-11-247-142/+165
* New feature for the Ant task: relativebase="true" uses the directory of each ...Jeremias Maerki2003-11-221-2/+28
* Style fixes onlyJeremias Maerki2003-11-2217-192/+169
* 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
* Peter Herweg's patch applied:Glen Mazza2003-11-151-3/+5
* 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