aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 25990 (Patch by Finn Bock) errors in String->int conversions found.Glen Mazza2004-01-092-3/+11
* More String->int conversion.Glen Mazza2004-01-072-6/+9
* More String->int conversions.Glen Mazza2004-01-072-17/+23
* Constants simplifications in LengthRange and Space.java.Glen Mazza2004-01-072-12/+10
* Last of string->int conversions (more structural improvements still can beGlen Mazza2004-01-077-25/+22
* More String->Int conversions.Glen Mazza2004-01-067-83/+67
* Switch from strings->ints in Property.setSubprop() (from Finn Bock).Glen Mazza2004-01-051-3/+4
* COMPOUND_MASK/PROPERTY_MASK bug fixed in PropertyList.java (patch by Finn Bock).Glen Mazza2004-01-051-1/+1
* More String->Int Conversions.Glen Mazza2004-01-054-38/+30
* More String-->int conversions. Work primarily from Finn Bock's patch.Glen Mazza2004-01-056-50/+188
* More String->Int conversion; also removed member variable passing (namespace,Glen Mazza2004-01-041-79/+38
* More string-->int conversions.Glen Mazza2004-01-041-19/+21
* more String->int conversions.Glen Mazza2004-01-041-72/+78
* String->Int conversion: removed String version of PropertyList.get()Glen Mazza2004-01-042-45/+14
* Fix to remove unnecessary imports of Constants interface.Glen Mazza2004-01-041-1/+5
* bug fixed: The first occurence of a custom color was displayed with wrong colorPeter Herweg2004-01-031-2/+11
* Remove unused import to quieten Eclipse.Peter Bernard West2004-01-031-1/+0
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-6/+0
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-032-4/+0