aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen
Commit message (Expand)AuthorAgeFilesLines
* Fixed package declarationVincent Hennebert2012-03-081-3/+1
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-052-2/+2
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-051-3/+3
* ensure checkstyle-5.1 remains error free after recent changes for checkstyle-...Glenn Adams2012-03-031-3/+6
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-024-6/+15
* enable OneStatementPerLine rule; fix violationsGlenn Adams2012-03-021-2/+6
* enable RedundantImport rule; fix violationsGlenn Adams2012-03-021-1/+0
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-021-2/+1
* enable GenericWhitespace rule; fix violationsGlenn Adams2012-03-021-1/+1
* apply complex scripts patchGlenn Adams2012-02-263-2/+1842
* Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) an...Jeremias Maerki2011-02-011-8/+7
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-252-18/+18
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-181-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-145-78/+101
* Merged all the eventResourceGenerator tasks into oneVincent Hennebert2010-04-091-0/+1
* Generate event models in the same directory as the corresponding EventProduce...Vincent Hennebert2010-04-092-42/+55
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-091-2/+2
* Removed svn:executable propertyVincent Hennebert2009-10-131-0/+0
* Moved the class UnicodeClasses to src/codegen/unicode, so that it isSimon Pepping2009-09-033-27/+536
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-242-8/+8
* Only update the generated files if any source file is newer than the generate...Jeremias Maerki2008-07-232-13/+28
* Worked around a bug in Xalan 2.4.0 (bundled with Sun Java 1.4.2_xx) where fil...Jeremias Maerki2008-07-161-21/+32
* Another attempt at avoiding build issues (?)Andreas L. Delmelle2008-07-131-3/+3
* Check the result of mkdirs() to see if the target directory could be created.Jeremias Maerki2008-07-111-14/+18
* Some updates (improvements?) in the UAX#14-related files:Andreas L. Delmelle2008-06-092-90/+126
* made sure warning for missing glyphs is emitted in all casesMaximilian Berger2008-05-111-1/+3
* 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