aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add link to CambridgeDocs (they are using FOP!)Jeremias Maerki2006-10-021-0/+1
* Fix bug #40569: throw IOException when embed-url was specified for an embedde...Bertrand Delacretaz2006-09-211-5/+8
* 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-183-84/+105
* 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
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-1115-65/+275
* 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-104-3/+59
* background for table-column (columns and spanned column) is not implemented, ...Jeremias Maerki2006-09-101-2/+2
* 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
* Indicate on the poster where to get the sources.Jeremias Maerki2006-09-011-2/+7
* FOP posterJeremias Maerki2006-09-0125-0/+7876
* 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
* Another slip...Andreas L. Delmelle2006-08-241-1/+1
* Forgot FOTree tests after r434497 => re-enabled and rectified...Andreas L. Delmelle2006-08-241-10/+14
* A few changes combined:Andreas L. Delmelle2006-08-242-106/+126
* Reset visibility to public...Andreas L. Delmelle2006-08-241-1/+1
* Fix: suppressed call to PercentLength.getBaseLength() without context (introd...Andreas L. Delmelle2006-08-242-11/+16
* Minor improvement: avoid potential problems in case of nested blocksAndreas L. Delmelle2006-08-231-63/+89
* Cleanup: removal of suspicious static in FOTextAndreas L. Delmelle2006-08-232-27/+21
* corrected a couple of javadoc warnings issued by checkstyleChris Bowditch2006-08-224-4/+11
* Minor enhancement of column-number property code / removal of unused methodAndreas L. Delmelle2006-08-222-7/+9
* Reset visibility to publicAndreas L. Delmelle2006-08-211-1/+1
* Minor fix: set negative values to zero for b-p-d/i-p-dAndreas L. Delmelle2006-08-211-6/+43
* Rework of default column-creation and setting column-widths from the first ro...Andreas L. Delmelle2006-08-2111-139/+366
* Correction: r432201 caused FOTree test failureAndreas L. Delmelle2006-08-171-2/+4
* Cleanup: removed obsolete classAndreas L. Delmelle2006-08-172-60/+0
* Added relaxed validation for empty list-item-* (as produced by the buggy Micr...Andreas L. Delmelle2006-08-171-3/+14
* A nit: use PropertyInfo methods instead of accessing the PropertyListAndreas L. Delmelle2006-08-171-6/+5
* Should cause an error when used with auto-layoutAndreas L. Delmelle2006-08-171-3/+10