aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/hyphenation
Commit message (Expand)AuthorAgeFilesLines
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-253-10/+10
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-175-1/+9
* More cleanup of unused methods in HyphenatorSimon Pepping2010-10-061-70/+0
* Making fallback from (lang,country) to (lang) consistentSimon Pepping2010-10-061-30/+61
* Fixing a few checkstyle warningsSimon Pepping2010-10-021-1/+4
* Remove unused methods from Hyphenator; this leaves a utility classSimon Pepping2010-10-021-65/+1
* Enable configuration of hyphenation pattern file namesSimon Pepping2010-10-022-13/+39
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-272-3/+3
* Bugzilla #49733:Jeremias Maerki2010-08-1410-36/+294
* Moved the class UnicodeClasses to src/codegen/unicode, so that it isSimon Pepping2009-09-032-354/+24
* Fixed Checkstyle warnings and replaced a java 1.5 classSimon Pepping2009-08-263-14/+20
* Fixed checkstyle warningsSimon Pepping2009-08-201-15/+38
* I tried to remove all methods which are not Java 1.4 compliant.Simon Pepping2009-08-201-14/+28
* Prepare for new hyphenation pattern files, which do not have their own classe...Simon Pepping2009-08-184-12/+8137
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2412-62/+62
* Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o...Andreas L. Delmelle2008-07-132-2/+2
* Bugzilla 44203:Andreas L. Delmelle2008-04-261-4/+6
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-6/+6
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2813-65/+78
* Restored JDK 1.3 compatibility.Jeremias Maerki2006-03-271-1/+1
* Made the loading of user-specified hyphenation patterns usable again and plug...Jeremias Maerki2006-03-215-178/+494
* An addition to FOP that can be used to render a hyphenation tree inSimon Pepping2006-01-281-4/+4
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Log failure to load a hyphenation file.Jeremias Maerki2005-10-071-6/+20
* PR:Glen Mazza2004-09-0610-0/+2474