aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-1414-88/+157
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-013-106/+186
* Committing in preparation for trunk merge.Adrian Cumiskey2008-03-273-8/+4
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-4/+8
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-1311-1072/+1072
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-6/+0
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-171-11/+13
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-117-163/+541
* PostScript output now generates the bounding box DSC comments for the whole d...Jeremias Maerki2008-01-102-14/+43
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-072-3/+5
* * Added an SVG handler and Graphics2D implementation for AFP which injects AF...Adrian Cumiskey2007-12-123-5/+4
* Bugzilla #43904:Jeremias Maerki2007-11-201-5/+13
* Avoid null values in generated Font classes so the encoding can be inspected.Jeremias Maerki2007-11-121-2/+5
* bugfix: instead of throwing an exception use default PS Level if not set in f...Chris Bowditch2007-11-081-1/+3
* Bugfix: FOPFonts proc is not used/needed anymore.Jeremias Maerki2007-11-061-4/+1
* Completely reimplemented the PDFTextPainter. All SVG text (including flow tex...Jeremias Maerki2007-11-031-13/+0
* Bugzilla #43042:Adrian Cumiskey2007-10-266-10/+20
* Applying [PATCH] 43587 - Multiple ps:comment-? within fo:declarations causes ...Adrian Cumiskey2007-10-261-3/+9
* Fix for ClassCastException if non-PS extension attachments are encountered.Jeremias Maerki2007-10-261-8/+12
* Don't use deprecated useRGBColor() from PSGenerator anymore.Jeremias Maerki2007-10-051-11/+11
* Configuration settings for "language-level" and "optimize-resources" got lost...Jeremias Maerki2007-10-052-16/+58
* Bugzilla #43041:Jeremias Maerki2007-10-051-4/+9
* Bugzilla #43070Chris Bowditch2007-10-058-30/+362
* Bugzilla #42144Chris Bowditch2007-10-041-0/+133
* Bugzilla #42144Chris Bowditch2007-10-0411-110/+1030
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1815-70/+69
* Bugzilla #41831:Jeremias Maerki2007-05-285-30/+69
* Fixed a problem with the auto-rotate-landscape setting in the PostScript rend...Jeremias Maerki2007-03-211-6/+13
* 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
* Stricter user config file validation.Vincent Hennebert2007-02-141-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2822-111/+133
* Some refactoring in the XML handling area which results in more code reuse an...Jeremias Maerki2006-05-031-35/+11
* Bugzilla #38946:Jeremias Maerki2006-05-031-19/+16
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-0419-3351/+278
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-1/+1
* Bugfix for ICC color profile parsing in JPEG images.Jeremias Maerki2006-03-241-0/+4
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-162-42/+61
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-2/+21
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-102-15/+6
* Following the model of Graphics2DAdapter, added a new interface ImageAdapter ...Jeremias Maerki2006-01-242-18/+147
* Resurrect the getter/setter for the "auto-rotate-landscape" setting.Jeremias Maerki2006-01-241-0/+14
* The resolution of the bounding box (pts as integers) is too low for barcodes....Jeremias Maerki2006-01-201-1/+1
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-201-0/+2
* New interface XMLizable (copied from Apache Excalibur) to mark classes that c...Jeremias Maerki2006-01-193-3/+153
* Fixed ugly NPE (with no message) when a malconfigured font was processed by t...Jeremias Maerki2006-01-101-1/+10
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-074-10/+7
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-231-1/+1
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-223-10/+18
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-3/+3