aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-032-3/+0
* FOPropertyMapping.GetPropertyId() modified to also be able to returnGlen Mazza2004-01-022-8/+24
* 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
* Changed jumps to forks (=open new window on links) on team page.Glen Mazza2004-01-011-5/+6
* XML bug on team page.Glen Mazza2003-12-311-1/+0
* More String->Int conversions, primarily from patch from Finn Bock.Glen Mazza2003-12-317-14/+20
* 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
* Added Simon Pepping to contributors list.Glen Mazza2003-12-281-0/+6
* 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-243-78/+27
* 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-227-4/+1532
* Reversed order of code: add string constant first to HashMap, *then* createGlen Mazza2003-12-221-1/+1
* PR:Glen Mazza2003-12-2219-16/+21
* ----------------------------------------------------------------------Glen Mazza2003-12-2216-52/+78
* Removal of some of the temporary code elements (FO Element lists still pending.)Glen Mazza2003-12-223-61/+64
* Property Makers now being activated via int constants. (Maker classes themse...Glen Mazza2003-12-204-25/+150
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-2061-629/+603
* Updates to team page.Glen Mazza2003-12-192-7/+14
* 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-157-13/+1733
* 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