aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sans motsSimon Pepping2006-12-041-3/+2
* Small improvements of the table layout code:Vincent Hennebert2006-11-249-279/+419
* Removed Implementation-URL entry as that seems to be used for automatic exten...Jeremias Maerki2006-11-201-1/+0
* Put LICENSE and NOTICE in all important build artifacts.Jeremias Maerki2006-11-191-0/+4
* Tweaking performance a bit.Jeremias Maerki2006-11-131-3/+4
* Bugzilla #40387: Jeremias Maerki2006-11-131-4/+5
* Added initial support for loading fonts without a pre-created XML font metric...Jeremias Maerki2006-11-138-63/+388
* Bugzilla #40729: Jeremias Maerki2006-11-131-1/+2
* Removing non-existent link.Jeremias Maerki2006-11-131-1/+0
* Bugzilla #40729:Jeremias Maerki2006-11-1340-162/+1005
* Improve compatibility with Apache Harmony: Jeremias Maerki2006-11-121-1/+1
* Bugzilla #40813:Jeremias Maerki2006-11-123-19/+27
* Bugzilla #40849:Jeremias Maerki2006-11-124-106/+166
* ApacheCon is over, next ApacheCon in April 2007 in Amsterdam NLJeremias Maerki2006-11-081-2/+2
* Handle the case where no ImageWriter is returned. Avoids an NPE.Jeremias Maerki2006-11-081-0/+5
* Bugfix: Fixed bug when the sum of column widths of a table is larger than the...Jeremias Maerki2006-11-064-4/+119
* Better debug info.Jeremias Maerki2006-10-271-1/+1
* Style only.Jeremias Maerki2006-10-252-46/+57
* Update to latest font metric XML version to make tests work again.Jeremias Maerki2006-10-252-3/+28
* Update my profile (and, most of all, try my very first commit!)Vincent Hennebert2006-10-251-1/+3
* Added news about Vincent voted as committerChristian Geisert2006-10-231-0/+4
* 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