aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps
Commit message (Expand)AuthorAgeFilesLines
* 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
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-163-155/+168
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-1/+1
* startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento...Jeremias Maerki2005-12-131-5/+8
* Bugfix for placement of text inside a text area when borders are present in P...Jeremias Maerki2005-11-241-1/+1
* Improvements for leader painting in PDF. "dots" are actually dots now, nicer ...Jeremias Maerki2005-11-241-3/+73
* Avoid painting empty rectangles because that can lead to unwanted artifacts.Jeremias Maerki2005-11-151-5/+7
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-143-13/+4
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-122-4/+4
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-114-1/+147
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-113-8/+14
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-271-1/+1
* Package documentation.Jeremias Maerki2005-10-272-0/+44
* Javadoc fixes.Jeremias Maerki2005-10-271-20/+0
* Bugzilla #37236: Jeremias Maerki2005-10-261-0/+9
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-261-1/+2
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-7/+2
* Fixes a compile error. I used a method from a SVN checkout of Commons IO. Sorry.Jeremias Maerki2005-09-051-2/+2
* Implemented embedding of Type 1 fonts. Jeremias Maerki2005-09-057-93/+307
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-026-12/+444
* Harmonization between the two Graphics2D implementations. Clipping is done af...Jeremias Maerki2005-08-301-9/+18
* Removed unnecessary comments.Jeremias Maerki2005-08-301-8/+0
* Character positioning array can easily become too long so break them after ev...Jeremias Maerki2005-08-291-1/+5
* Fix problem with SVG painting. ET was not sent.Jeremias Maerki2005-08-261-0/+1
* Add support for character area.Jeremias Maerki2005-08-261-2/+17
* Bugfix for block-container-abs6 which didn't paint correctly in PostScript af...Jeremias Maerki2005-08-251-0/+1
* Kerning is currently not supported by the layout engine, so disable it for PD...Jeremias Maerki2005-08-251-1/+11
* Improved text painting for PostScript (including letter-space and word-space) Jeremias Maerki2005-08-242-71/+86
* Fixes unrecoverable exceptions causing BatchDiffer to fail. Jeremias Maerki2005-08-241-1/+6
* Started to implement a resource tracking facility in the PSGenerator. It trac...Jeremias Maerki2005-08-236-144/+369
* Fix the DSC comment (Begin|EndDocument) for EPS files. It wasn't in the right...Jeremias Maerki2005-08-221-3/+9
* Remember the original URI in the FopImage instance. Jeremias Maerki2005-08-222-8/+8
* Rename PSXMLHandler to what it really is: an SVGHandler.Jeremias Maerki2005-08-212-10/+10
* A big step towards a usable PostScript renderer. Jeremias Maerki2005-08-217-481/+786
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-1/+1
* Ported an important page setup instruction from the branch. GhostScript, for ...Jeremias Maerki2005-07-281-1/+7