aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Bugfix: Corrected painting of shading patterns and position of links for SVG ...Jeremias Maerki2006-08-113-39/+64
* Small update in the table-layout codeAndreas L. Delmelle2006-08-081-2/+3
* Small update in the table-layout codeAndreas L. Delmelle2006-08-082-17/+20
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-0625-1959/+1247
* Bugzilla #39840:Jeremias Maerki2006-08-045-19/+100
* Fixed a memory-leak: The FO tree part of a page-sequence was not released whe...Jeremias Maerki2006-08-032-0/+9
* Reestablish custom font configuration for PDFTranscoder.Jeremias Maerki2006-08-022-1/+21
* Bugfix: Table headers and footers were swallowed when a table was nested in a...Jeremias Maerki2006-08-022-1/+17
* Merge from Temp_Floats branch:Jeremias Maerki2006-08-021-31/+30
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-28847-4558/+5408
* Oops. Wrong copyright.Jeremias Maerki2006-07-281-1/+1
* Bugzilla #40106:Jeremias Maerki2006-07-281-1/+1
* Just a few nitsJeremias Maerki2006-07-281-9/+9
* Added support for a 8x8 bayer dither matrix if anyone wants to try that. Curr...Jeremias Maerki2006-07-281-21/+76
* Attempt to make grayscale patterns look nicer when using PCL commands. The st...Jeremias Maerki2006-07-262-7/+87
* Promote AFP and PCL renderers from sandbox to main source tree.Jeremias Maerki2006-07-243-3/+9