aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-201-45/+17
* Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).Jeremias Maerki2006-06-145-100/+266
* Blocklevel attributes did not work for last fo:block element under fo:table-c...Peter Herweg2006-06-053-14/+79
* Bugfix: All fonts names were converted unnecessarily to lower case in RTF out...Jeremias Maerki2006-06-051-8/+11
* Improved accuracy of font size selection. The font size is not rounded down t...Jeremias Maerki2006-05-312-7/+44
* Forgot something. Jeremias Maerki2006-05-311-2/+9
* Changed the way the graphics state handling is done to make a cleaner "break ...Jeremias Maerki2006-05-306-270/+105
* Bugzilla #39533:Jeremias Maerki2006-05-183-13/+23
* Bugzilla #39607:Jeremias Maerki2006-05-181-24/+26
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-181-3/+19
* Several bug fixes in PCLRenderer (border painting mostly).Jeremias Maerki2006-05-171-6/+44
* Automatic support for all fonts available to the Java2D subsystem for all Jav...Jeremias Maerki2006-05-162-11/+120
* Important improvements for the Java2DRenderer:Jeremias Maerki2006-05-103-20/+110
* The default sRGB color profile provided by the Java class library is no longe...Jeremias Maerki2006-05-072-19/+20