aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* Implemented embedding of Type 1 fonts. Jeremias Maerki2005-09-057-93/+307
* Bugzilla #36479: Jeremias Maerki2005-09-053-2/+11
* Bugzilla #36476: Jeremias Maerki2005-09-054-35/+110
* Bugzilla #36475: Jeremias Maerki2005-09-052-17/+37
* Bugzilla #36487: Jeremias Maerki2005-09-052-2/+12
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-026-12/+444
* Cleanup of unused imports.Finn Bock2005-09-013-9/+0
* Bugzilla #36379:Finn Bock2005-08-312-8/+8
* Bugzilla #36418: Jeremias Maerki2005-08-311-4/+7
* Fixed the use of Length property for baseline-shift.Finn Bock2005-08-301-6/+6
* added support for superscript and subscriptPeter Herweg2005-08-302-2/+17
* 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
* Some clean-up.Jeremias Maerki2005-08-301-9/+4
* added support for text-decorationPeter Herweg2005-08-293-46/+29
* Moved renderInlineBlockParent() up to the superclass. Fixes border and backgr...Jeremias Maerki2005-08-292-12/+12
* Fixed the page coordinate system for the PDF Renderer (Defect: Rounding and r...Jeremias Maerki2005-08-292-24/+46
* Character positioning array can easily become too long so break them after ev...Jeremias Maerki2005-08-291-1/+5
* Write the start-indent trait to the area tree XML.Jeremias Maerki2005-08-291-0/+3
* RTF: borders had been too thick: divide by 50 to convert from millipoint to t...Peter Herweg2005-08-281-1/+2
* fixed support for basic-link; process table-footer only, if there is onePeter Herweg2005-08-281-7/+8
* Bugzilla #36394: Jeremias Maerki2005-08-271-0/+1
* 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
* fixed support for tables and listsPeter Herweg2005-08-251-39/+81
* 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-252-2/+14
* Improved text painting for PostScript (including letter-space and word-space) Jeremias Maerki2005-08-244-119/+139
* Fixes unrecoverable exceptions causing BatchDiffer to fail. Jeremias Maerki2005-08-242-2/+11
* Started to implement a resource tracking facility in the PSGenerator. It trac...Jeremias Maerki2005-08-236-144/+369
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-234-8/+87
* 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
* Bugzilla #36224: Jeremias Maerki2005-08-212-34/+63
* Remove obsolete method.Jeremias Maerki2005-08-211-36/+0
* Rename PDFXMLHandler to what it really is: an SVGHandler.Jeremias Maerki2005-08-213-34/+33
* 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-2110-897/+1541
* ref to bugzilla 36180Chris Bowditch2005-08-151-11/+8
* Removed obsolete code. This seems to be done now by each renderer separately.Jeremias Maerki2005-08-141-5/+0
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-146-13/+13
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-123-22/+52
* Fix regression that caused duplicate IDs when Reload was pressed in the AWT V...Jeremias Maerki2005-08-121-3/+2
* Bugzilla #36146 Jeremias Maerki2005-08-121-4/+6
* Fallback to default value if "compression" value is not given.Jeremias Maerki2005-08-101-2/+1
* Submitted by: Manuel Mall <mm.at.arcus.com.au>Chris Bowditch2005-08-091-0/+1
* Bugzilla #35998 Jeremias Maerki2005-08-0511-24/+15
* Removing dependencies of RTF library on the rest of FOP so it can be used sta...Jeremias Maerki2005-08-039-258/+244
* Remove "veryveryalpha" warning.Jeremias Maerki2005-08-021-5/+5
* Removing unused import.Finn Bock2005-07-281-1/+0