aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-2041-392/+301
* Optimization in Marker.java: reduction of distinct MarkerAttribute instances ...Andreas L. Delmelle2006-12-171-44/+75
* Small improvements of the table layout code:Vincent Hennebert2006-11-249-279/+419
* 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-137-63/+384
* Bugzilla #40729: Jeremias Maerki2006-11-131-1/+2
* Bugzilla #40729:Jeremias Maerki2006-11-1335-152/+934
* Improve compatibility with Apache Harmony: Jeremias Maerki2006-11-121-1/+1
* Bugzilla #40813:Jeremias Maerki2006-11-122-19/+23
* Bugzilla #40849:Jeremias Maerki2006-11-123-106/+163
* 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-062-4/+27
* Better debug info.Jeremias Maerki2006-10-271-1/+1
* Do not stop building the metrics file if the unicode index is not found for a...Bertrand Delacretaz2006-10-131-12/+15
* 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-115-13/+75
* Just an attempt to clarify what "bf" means.Jeremias Maerki2006-10-111-1/+1
* Patch from bugzilla 5335 comment #17 applied, thanks to vincent.hennebert@any...Bertrand Delacretaz2006-10-111-63/+39
* 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-075-37/+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-072-6/+33
* 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-061-1/+2
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-0519-7/+120
* Fix bug #40569: throw IOException when embed-url was specified for an embedde...Bertrand Delacretaz2006-09-211-5/+8
* Added support for CCITT compression in the TIFFRenderer by switching to the I...Jeremias Maerki2006-09-182-82/+97
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-1114-63/+255
* Missed the other source of "getValue() called on AUTO length" last time. Jeremias Maerki2006-09-111-13/+17
* Configuration option in the Java2D-based renderers that allows to disable the...Jeremias Maerki2006-09-102-3/+36
* Bugzilla #39414:Andreas L. Delmelle2006-09-021-27/+50
* Avoiding error message ("getBaseLength called without context") when width="1...Jeremias Maerki2006-09-011-1/+1
* Tweak: look for default font-style/weight before trying default font-familyAndreas L. Delmelle2006-08-311-3/+10
* Make FontInfo look for the same font-family and weight first, but with defaul...Andreas L. Delmelle2006-08-291-7/+21
* Some javadoc improvementsAndreas L. Delmelle2006-08-291-23/+56
* My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:Jeremias Maerki2006-08-266-41/+38
* Just isn't my day... last oneAndreas L. Delmelle2006-08-241-1/+1