aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Trivial change to testcase to avoid 800+ warning messagesManuel Mall2006-09-021-3/+3
* Bugzilla #39414:Andreas L. Delmelle2006-09-023-34/+55
* 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-292-19/+27
* 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-267-41/+42
* 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-223-7/+63
* Minor enhancement of FOTree test outputAndreas L. Delmelle2006-08-221-4/+14
* 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-213-17/+47
* Rework of default column-creation and setting column-widths from the first ro...Andreas L. Delmelle2006-08-2113-153/+370
* Changed testcases failing due to r432190Andreas L. Delmelle2006-08-179-18/+23
* Correction: r432201 caused FOTree test failureAndreas L. Delmelle2006-08-171-2/+4
* Cleanup: removed obsolete classAndreas L. Delmelle2006-08-172-60/+0
* C&P error, left the old bug numberAndreas L. Delmelle2006-08-171-2/+3
* Forgot to include status.xml on last two commitsAndreas L. Delmelle2006-08-171-0/+6
* 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
* Helper XSLT which can split an FO file into multiple FO files at page-sequenc...Jeremias Maerki2006-08-091-0/+45
* 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-0631-1984/+1472
* Bugzilla #39840:Jeremias Maerki2006-08-047-19/+189
* Fixed a memory-leak: The FO tree part of a page-sequence was not released whe...Jeremias Maerki2006-08-035-0/+193
* Documentation update for the "output-profile" value necessary for PDF/X-3:2003. Jeremias Maerki2006-08-033-79/+127
* Reestablish custom font configuration for PDFTranscoder.Jeremias Maerki2006-08-022-1/+21
* By using the getRGB() method we convert all PNG images to sRGB regardless of ...Jeremias Maerki2006-08-021-1/+4
* Bugfix: Table headers and footers were swallowed when a table was nested in a...Jeremias Maerki2006-08-024-1/+135
* Merge from Temp_Floats branch:Jeremias Maerki2006-08-023-49/+124
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281593-19447/+21142
* Oops. Wrong copyright.Jeremias Maerki2006-07-281-1/+1
* Bugzilla #40106:Jeremias Maerki2006-07-282-1/+5
* 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
* Activating ImageIOImage for reading PNG images in the ImageFactory made some ...Jeremias Maerki2006-07-241-2/+54