| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 665740,665793,665995 via svnmerge from | Adrian Cumiskey | 2008-06-10 | 2 | -90/+126 |
* | Merged revisions 654783,654849,654869,654946,654982,655085,655093,655275,6552... | Adrian Cumiskey | 2008-05-12 | 1 | -1/+3 |
* | Merged revisions 651323,651333,651538,651540,651543-651544,651551,651558 via ... | Adrian Cumiskey | 2008-04-25 | 3 | -5/+77 |
* | Merged revisions 647692,647742,647745 via svnmerge from | Adrian Cumiskey | 2008-04-14 | 5 | -0/+501 |
* | Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128... | Adrian Cumiskey | 2008-04-01 | 1 | -3/+3 |
* | Extracted most of the code in CodePointMapping (generated by XSLT) into a bas... | Jeremias Maerki | 2008-02-16 | 1 | -90/+80 |
* | Fix problem with alternate Unicode code point overriding existing better ones... | Jeremias Maerki | 2008-02-14 | 1 | -8/+11 |
* | Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ... | Jeremias Maerki | 2008-02-14 | 2 | -13/+49 |
* | Added missing width for Euro glyph. | Jeremias Maerki | 2008-02-08 | 1 | -0/+1 |
* | Avoid null values in generated Font classes so the encoding can be inspected. | Jeremias Maerki | 2007-11-12 | 1 | -2/+1 |
* | Another improvement for font auto-detection: | Jeremias Maerki | 2007-11-08 | 1 | -3/+6 |
* | Improved font auto-detection and handling of AWT-supplied fonts in order to a... | Jeremias Maerki | 2007-11-08 | 15 | -0/+42 |
* | More fine-grained mechanism to detect if a font has been used or not. If a fo... | Jeremias Maerki | 2007-11-03 | 1 | -1/+2 |
* | Applied [PATCH] 43143 - ExpertEncoding and ExpertSubsetEncoding not detected ... | Adrian Cumiskey | 2007-10-26 | 2 | -21/+47 |
* | Fix compilation error caused by incorrect package name in generated code. Als... | Manuel Mall | 2006-12-22 | 1 | -1/+1 |
* | Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to... | Manuel Mall | 2006-12-22 | 33 | -0/+687 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 31 | -155/+186 |
* | Remove unnecessary artifact. | Jeremias Maerki | 2006-03-29 | 1 | -1/+1 |
* | Added support for fixed-width spaces and kerning. | Jeremias Maerki | 2006-03-16 | 9 | -13/+2862 |
* | New function to determine whether a particular character is available for thi... | Jeremias Maerki | 2004-04-03 | 1 | -0/+4 |
* | 1.) Removed xsl file for property generation (no longer used, due to | Glen Mazza | 2004-03-21 | 1 | -1084/+0 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 32 | -525/+487 |
* | Simplefy the huge merge loop and allow compilation with jdk1.3. | Finn Bock | 2004-02-09 | 1 | -106/+192 |
* | Interfaces now in alphabetical order and detached from generic interfaces | Glen Mazza | 2004-01-20 | 1 | -10/+70 |
* | Moved the interfaces into the Constants class on a trial basis (we may still | Glen Mazza | 2004-01-17 | 3 | -121/+62 |
* | Further simplifications to file. | Glen Mazza | 2004-01-17 | 1 | -93/+0 |
* | (Property Interface consolidation) Removed a redundancy in interface | Glen Mazza | 2004-01-17 | 1 | -4/+1 |
* | switch from Property.getPropName() to Property.getPropId(); comments added to | Glen Mazza | 2004-01-10 | 1 | -1/+1 |
* | Bug 25990 (Patch by Finn Bock) errors in String->int conversions found. | Glen Mazza | 2004-01-09 | 1 | -1/+9 |
* | More String->int conversions. | Glen Mazza | 2004-01-07 | 1 | -12/+18 |
* | Last of string->int conversions (more structural improvements still can be | Glen Mazza | 2004-01-07 | 1 | -2/+1 |
* | More String->Int conversions. | Glen Mazza | 2004-01-06 | 1 | -9/+13 |
* | More String-->int conversions. Work primarily from Finn Bock's patch. | Glen Mazza | 2004-01-05 | 1 | -21/+145 |
* | Fix to remove unnecessary imports of Constants interface. | Glen Mazza | 2004-01-04 | 1 | -1/+5 |
* | FOPropertyMapping.GetPropertyId() modified to also be able to return | Glen Mazza | 2004-01-02 | 1 | -4/+21 |
* | More String->Int conversions, primarily from patch from Finn Bock. | Glen Mazza | 2003-12-31 | 1 | -3/+5 |
* | Removed the elementStringTable HashMap references (never used; was | Glen Mazza | 2003-12-24 | 1 | -9/+4 |
* | Initial Check-in of PropertySets.java and .xsl. (Similar to Alt-Design's | Glen Mazza | 2003-12-22 | 1 | -0/+235 |
* | Reversed order of code: add string constant first to HashMap, *then* create | Glen Mazza | 2003-12-22 | 1 | -1/+1 |
* | PR: | Glen Mazza | 2003-12-22 | 3 | -0/+5 |
* | ---------------------------------------------------------------------- | Glen Mazza | 2003-12-22 | 2 | -17/+41 |
* | Removal of some of the temporary code elements (FO Element lists still pending.) | Glen Mazza | 2003-12-22 | 1 | -9/+3 |
* | Property Makers now being activated via int constants. (Maker classes themse... | Glen Mazza | 2003-12-20 | 1 | -6/+114 |
* | 1. Moved static element and property structures from PropertyList (previously... | Glen Mazza | 2003-12-20 | 1 | -1/+1 |
* | 1. Removed the properties.Constants class from automatic generation, and | Glen Mazza | 2003-12-15 | 5 | -8/+1231 |
* | get generated font files to use new Typeface class name | William Victor Mote | 2003-08-15 | 1 | -8/+8 |
* | Cleaned up code generation to reduce Eclipse warnings. | Peter Bernard West | 2003-06-25 | 3 | -501/+851 |
* | Add support for text-transform. | William Victor Mote | 2003-03-25 | 1 | -1/+7 |
* | Add license header | Jeremias Maerki | 2003-03-07 | 10 | -0/+500 |
* | Adjustments for font refactoring | Jeremias Maerki | 2003-01-08 | 2 | -18/+32 |