aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* PropertyCache phase 2:Andreas L. Delmelle2007-09-211-4/+4
* Bugzilla #43089Chris Bowditch2007-08-171-1/+1
* Bugzilla #42956Chris Bowditch2007-08-012-0/+156
* AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8. Jeremias Maerki2007-07-311-26/+47
* Bugzilla #42956: Jeremias Maerki2007-07-311-0/+99
* Bugzilla #42971 and #42956Chris Bowditch2007-07-309-92/+178
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1883-522/+449
* Bugzilla 42832: Fix in AWT preview if used with non-english locale (offered b...Andreas L. Delmelle2007-07-071-2/+4
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-1/+1
* Removal of unused classes ?Andreas L. Delmelle2007-07-062-625/+0
* Bugzilla #41831:Jeremias Maerki2007-05-2836-528/+1466
* Small Javadoc issue fixed.Jeremias Maerki2007-05-161-1/+1
* Extracted a little bit of the multi-output handling code from PNGRenderer in ...Jeremias Maerki2007-05-162-85/+107
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-073-13/+11
* Bugzilla #42067:Jeremias Maerki2007-05-072-85/+435
* Added a PDFGoTo to the PDFDestination handler, so that Destinations properly ...Jay Bryant2007-04-061-1/+5
* changes to support named destinationsJay Bryant2007-04-011-1/+11
* Fixed a problem with the auto-rotate-landscape setting in the PostScript rend...Jeremias Maerki2007-03-211-6/+13
* Correction of a typo; reported by Paul VinkenoogAndreas L. Delmelle2007-03-121-1/+1
* Avoid NPE if no images are used in the document.Jeremias Maerki2007-03-021-0/+6
* Added support for an optional two-pass production for PostScript output to mi...Jeremias Maerki2007-03-025-98/+646
* PCL: Support for text decoration for text painted using bitmaps/Java2D.Jeremias Maerki2007-02-221-3/+52
* corrected imports that were messed up by my IDE in the last commit. Grumble...Chris Bowditch2007-02-221-2/+5
* quick and dirty fix for underlining in PCL. Only works for text-rendering="auto"Chris Bowditch2007-02-221-7/+11
* Stricter user config file validation.Vincent Hennebert2007-02-146-10/+30
* Bugzilla #41488:Jeremias Maerki2007-02-071-2/+48
* Code cleanup: Andreas L. Delmelle2007-01-111-1/+1
* Bugzilla #40930:Jeremias Maerki2007-01-043-0/+30
* Bugzilla #40729:Jeremias Maerki2006-11-132-2/+2
* Bugzilla #40813:Jeremias Maerki2006-11-122-19/+23
* Bugzilla #40849:Jeremias Maerki2006-11-122-106/+162
* Handle the case where no ImageWriter is returned. Avoids an NPE.Jeremias Maerki2006-11-081-0/+5
* Create a dummy PercentBaseContext in FOPRtfAttributes, so thatSimon Pepping2006-10-091-1/+18
* 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-075-35/+15
* Added support for CCITT compression in the TIFFRenderer by switching to the I...Jeremias Maerki2006-09-182-82/+97
* Configuration option in the Java2D-based renderers that allows to disable the...Jeremias Maerki2006-09-102-3/+36
* My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:Jeremias Maerki2006-08-263-38/+24
* Bugfix: Corrected painting of shading patterns and position of links for SVG ...Jeremias Maerki2006-08-111-36/+46
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-28267-1338/+1605
* 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
* Promoting the PCL renderer from sandbox to the main source tree.Jeremias Maerki2006-07-2413-0/+3551
* Promoting the AFP renderer from sandbox to the main source tree.Jeremias Maerki2006-07-2466-0/+13030
* Bugzilla #38714 and #40048: Jeremias Maerki2006-07-241-1/+1
* Bugzilla #39983:Jeremias Maerki2006-07-102-15/+24
* Bugzilla #39709:Jeremias Maerki2006-07-101-0/+33
* Bugzilla #39709:Jeremias Maerki2006-07-102-57/+71
* Escape Unicode characters properly for list-item labels.Jeremias Maerki2006-07-102-10/+26