aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* Fix for new linebreaking in combination with hyphenation not correctly breaki...Manuel Mall2007-01-111-21/+25
* In relaxed validation mode, it should be acceptable to have fo:table-footer /...Vincent Hennebert2007-01-091-1/+1
* Added afp to command line options help, marked mif and svg as experimentalManuel Mall2007-01-081-4/+7
* Added fop.home to Main.getJARList. Adapted the documentation.Simon Pepping2007-01-061-1/+7
* Bugzilla #40930:Jeremias Maerki2007-01-043-0/+30
* Readding the default format. This solves bug 41271.Simon Pepping2007-01-021-0/+3
* Correction: undo part of refactoring I've done locally, but not committedAndreas L. Delmelle2006-12-231-1/+1
* Slight improvement of the check in equals(); make sure String.equals() gets c...Andreas L. Delmelle2006-12-231-4/+8
* Adaptation of MarkerAttribute cache to use WeakHashMapAndreas L. Delmelle2006-12-231-26/+35
* 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-223-287/+1184
* Avoid reading beyond the end of the file. This fixes bug 41117.Simon Pepping2006-12-211-2/+2
* Remove unused attributes from TableCell. Patch by Richard WheeldonSimon Pepping2006-12-201-39/+0
* 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