aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen
Commit message (Expand)AuthorAgeFilesLines
* CleanupJeremias Maerki2008-04-251-3/+2
* JavadocsJeremias Maerki2008-04-253-3/+76
* Merged branchJeremias Maerki2008-04-145-0/+501
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-3/+3
* Extracted most of the code in CodePointMapping (generated by XSLT) into a bas...Jeremias Maerki2008-02-161-90/+80
* Fix problem with alternate Unicode code point overriding existing better ones...Jeremias Maerki2008-02-141-8/+11
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-142-13/+49
* Added missing width for Euro glyph.Jeremias Maerki2008-02-081-0/+1
* Avoid null values in generated Font classes so the encoding can be inspected.Jeremias Maerki2007-11-121-2/+1
* Another improvement for font auto-detection:Jeremias Maerki2007-11-081-3/+6
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-0815-0/+42
* More fine-grained mechanism to detect if a font has been used or not. If a fo...Jeremias Maerki2007-11-031-1/+2
* Applied [PATCH] 43143 - ExpertEncoding and ExpertSubsetEncoding not detected ...Adrian Cumiskey2007-10-262-21/+47
* Fix compilation error caused by incorrect package name in generated code. Als...Manuel Mall2006-12-221-1/+1
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to...Manuel Mall2006-12-2233-0/+687
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2831-155/+186
* Remove unnecessary artifact.Jeremias Maerki2006-03-291-1/+1
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-169-13/+2862
* New function to determine whether a particular character is available for thi...Jeremias Maerki2004-04-031-0/+4
* 1.) Removed xsl file for property generation (no longer used, due toGlen Mazza2004-03-211-1084/+0
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2732-525/+487
* Simplefy the huge merge loop and allow compilation with jdk1.3.Finn Bock2004-02-091-106/+192
* Interfaces now in alphabetical order and detached from generic interfacesGlen Mazza2004-01-201-10/+70
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-173-121/+62
* Further simplifications to file.Glen Mazza2004-01-171-93/+0
* (Property Interface consolidation) Removed a redundancy in interfaceGlen Mazza2004-01-171-4/+1
* switch from Property.getPropName() to Property.getPropId(); comments added toGlen Mazza2004-01-101-1/+1
* Bug 25990 (Patch by Finn Bock) errors in String->int conversions found.Glen Mazza2004-01-091-1/+9
* More String->int conversions.Glen Mazza2004-01-071-12/+18
* Last of string->int conversions (more structural improvements still can beGlen Mazza2004-01-071-2/+1
* More String->Int conversions.Glen Mazza2004-01-061-9/+13
* More String-->int conversions. Work primarily from Finn Bock's patch.Glen Mazza2004-01-051-21/+145
* Fix to remove unnecessary imports of Constants interface.Glen Mazza2004-01-041-1/+5
* FOPropertyMapping.GetPropertyId() modified to also be able to returnGlen Mazza2004-01-021-4/+21
* More String->Int conversions, primarily from patch from Finn Bock.Glen Mazza2003-12-311-3/+5
* Removed the elementStringTable HashMap references (never used; wasGlen Mazza2003-12-241-9/+4
* Initial Check-in of PropertySets.java and .xsl. (Similar to Alt-Design'sGlen Mazza2003-12-221-0/+235
* Reversed order of code: add string constant first to HashMap, *then* createGlen Mazza2003-12-221-1/+1
* PR:Glen Mazza2003-12-223-0/+5
* ----------------------------------------------------------------------Glen Mazza2003-12-222-17/+41
* Removal of some of the temporary code elements (FO Element lists still pending.)Glen Mazza2003-12-221-9/+3
* Property Makers now being activated via int constants. (Maker classes themse...Glen Mazza2003-12-201-6/+114
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-1/+1
* 1. Removed the properties.Constants class from automatic generation, andGlen Mazza2003-12-155-8/+1231
* get generated font files to use new Typeface class nameWilliam Victor Mote2003-08-151-8/+8
* Cleaned up code generation to reduce Eclipse warnings.Peter Bernard West2003-06-253-501/+851
* Add support for text-transform.William Victor Mote2003-03-251-1/+7
* Add license headerJeremias Maerki2003-03-0710-0/+500
* Adjustments for font refactoringJeremias Maerki2003-01-082-18/+32
* white-space and line-ending fixesWilliam Victor Mote2002-11-2913-403/+403