aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* listed myself as active againBertrand Delacretaz2006-10-161-1/+6
* Do not stop building the metrics file if the unicode index is not found for a...Bertrand Delacretaz2006-10-131-12/+15
* fop script again. Forgot to remove debugging information.Simon Pepping2006-10-131-11/+0
* Improve the invocation of cygpath for cygwin. This fixes bugSimon Pepping2006-10-131-3/+20
* Bugzilla 40739, metrics-version attribute added to TrueType XML metrics files.Bertrand Delacretaz2006-10-122-1/+45
* Bugzilla 40724, kerning works now for custom CID fonts.Bertrand Delacretaz2006-10-121-45/+85
* Fixed possible endless loop.Jeremias Maerki2006-10-111-5/+4
* Tabs again. :-)Jeremias Maerki2006-10-111-11/+11
* FilledArea now properly applies the variation factor, when a pageSimon Pepping2006-10-118-73/+84
* Just an attempt to clarify what "bf" means.Jeremias Maerki2006-10-111-1/+1
* Added a task for a source JAR (for Maven and Eclipse users)Jeremias Maerki2006-10-111-0/+38
* Patch from bugzilla 5335 comment #17 applied, thanks to vincent.hennebert@any...Bertrand Delacretaz2006-10-111-63/+39
* Added a note about the "changing available IPD" problem.Jeremias Maerki2006-10-111-4/+8
* code style Jeremias Maerki2006-10-113-66/+57
* in debug mode, log the font tables namesBertrand Delacretaz2006-10-101-0/+1
* (this file was missing in previous commit)Bertrand Delacretaz2006-10-101-0/+322
* Applied patch from bugzilla 5335, comment 10.Bertrand Delacretaz2006-10-105-14/+97
* Throw exception if font does not provide a loca table (happens when attemptin...Bertrand Delacretaz2006-10-101-2/+6
* Throw exception if glyf table is not found (currently happens with some OTF f...Bertrand Delacretaz2006-10-101-0/+1
* Create a dummy PercentBaseContext in FOPRtfAttributes, so thatSimon Pepping2006-10-091-1/+18
* Fix a small error in ListItemLayoutManager. Patch submitted by JulienSimon Pepping2006-10-091-1/+1
* Prevent a StringIndexOutOfBoundsException when the PNG output fileSimon Pepping2006-10-091-5/+25
* Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.Joerg Pietschmann2006-10-0716-67/+43
* Fixed layout of forward page number citation references in fo:inlineSimon Pepping2006-10-076-39/+13
* Don't swallow the exception. At least log it.Jeremias Maerki2006-10-071-0/+6
* Bugfix: Nested tables with headers and footers were not handled correctly and...Jeremias Maerki2006-10-074-6/+216
* Fixed a compilation problem.Jeremias Maerki2006-10-071-3/+6
* This fixes a bug that has crept in page number resolution, viz. the text was ...Simon Pepping2006-10-062-1/+54
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-0519-7/+120
* Added my keySimon Pepping2006-10-041-0/+37
* Add link to CambridgeDocs (they are using FOP!)Jeremias Maerki2006-10-021-0/+1
* Setting basedir on the JUnit tasks to avoid problems in certain environments.Jeremias Maerki2006-09-291-7/+7
* Working on bug #5335, barcode.fo example fixed to work with current codeBertrand Delacretaz2006-09-213-42/+142
* More fo.examples overridable properties, working on bug #5335 comment #14Bertrand Delacretaz2006-09-211-1/+4
* Working on bug #5335: font did not embed correctly, replaced with a fresh dow...Bertrand Delacretaz2006-09-211-0/+0
* Fix bug #40569: throw IOException when embed-url was specified for an embedde...Bertrand Delacretaz2006-09-211-5/+8
* Overridable property "fo.examples.include" added to select which examples to ...Bertrand Delacretaz2006-09-211-1/+2
* Failed with "Border and padding for region "xsl-region-after" must be '0'" er...Bertrand Delacretaz2006-09-211-4/+1
* Simple test of the PDFCMap class, before refactoring it for ToUnicode Bertrand Delacretaz2006-09-202-0/+71
* Code style, conform to checkstyle requirements (where it makes sense)Bertrand Delacretaz2006-09-202-89/+115
* A note about CCITT compression.Jeremias Maerki2006-09-181-0/+9
* ApacheCon Banner update Jeremias Maerki2006-09-182-7/+29
* Added support for CCITT compression in the TIFFRenderer by switching to the I...Jeremias Maerki2006-09-186-84/+118
* Added a comment about the cofiguration schema and some other means to determi...Simon Pepping2006-09-162-0/+82
* typo Jeremias Maerki2006-09-152-2/+2
* mention that the config file format has changed.Jeremias Maerki2006-09-152-0/+12
* PDFEncodingTestCase added, but test with custom font is disabled, fails (as e...Bertrand Delacretaz2006-09-157-11/+262
* BasePDFTestCase extracted from PDFAConformanceTestCase, will be used to creat...Bertrand Delacretaz2006-09-152-48/+85
* junit-reports target added, creates HTML test reportsBertrand Delacretaz2006-09-151-8/+32
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-1122-65/+1035