aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps
Commit message (Expand)AuthorAgeFilesLines
* Merge from Trunk revisions 699793 to 706550.Jeremias Maerki2008-10-214-18/+68
|\
| * Fixed size of images when vector graphic images are painted using fox:convers...Jeremias Maerki2008-10-203-33/+83
| * Fix for ps:ps-page-setup-code.Adrian Cumiskey2008-10-152-42/+42
* | Merge from Trunk revisions 685575-699792.Jeremias Maerki2008-09-281-7/+8
|\|
| * Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on...Adrian Cumiskey2008-08-141-7/+8
* | Merge from Trunk revisions 679735 to 680380.Jeremias Maerki2008-07-282-14/+6
|\|
| * Reverted revision 670341 and replaced it with a different solution as discussed:Jeremias Maerki2008-07-282-14/+6
* | Merge from Trunk revisions 677589 to 679734.Jeremias Maerki2008-07-2534-295/+294
|\|
| * Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2433-293/+293
| * Minor javadoc cleanup.Adrian Cumiskey2008-07-091-20/+7
| * Some basic cleanup.Adrian Cumiskey2008-06-265-459/+4
| * Javadoc fixupAndreas L. Delmelle2008-06-231-1/+1
| * Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-092-2/+31
| * Checkstyle and minor typo fixesVincent Hennebert2008-05-092-27/+27
| * Added support for font referencing for auto-detected fonts.Jeremias Maerki2008-05-081-2/+1
| * * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-062-2/+2
| * DSC = Document Structuring Conventions!Jeremias Maerki2008-05-011-8/+11
| * Merged branchJeremias Maerki2008-04-1414-88/+153
| * Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-272-33/+186
| * Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-73/+0
| * 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
* | Merged revisions 674489,674540,674561,674564,674599,674602,675231,675246,6752...Adrian Cumiskey2008-07-101-20/+7
* | Merged revisions 656546,657465,657521,657921,660979,660998,661276,661310,6619...Adrian Cumiskey2008-07-077-438/+12
* | Merged revisions 603890,603926,603943,603945,603959,603961-603962,603968,6039...Adrian Cumiskey2008-05-1429-1453/+2009
|/
* * 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