aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* Package documentation.Jeremias Maerki2005-10-2713-2/+276
* Javadoc fixes.Jeremias Maerki2005-10-272-36/+0
* Bugzilla #37236: Jeremias Maerki2005-10-262-11/+17
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-262-2/+5
* Fix for bug 36238 (at least in the PDFRenderer)Luca Furini2005-10-253-17/+120
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-2/+4
* Fix for internal forward references in PDF output (basic-link with internal-d...Jeremias Maerki2005-10-181-20/+19
* Inline block parents were not correctly positioned when border/padding got in...Manuel Mall2005-10-142-0/+2
* Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment for...Manuel Mall2005-10-121-0/+1
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-077-33/+124
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-061-5/+5
* added support for external-graphic (width and height attributes should be spe...Peter Herweg2005-09-253-173/+166
* added clause for TableBody in invokeDeferredEventPeter Herweg2005-09-201-0/+6
* Font weights 800 and 900 would not cause a bold font.Jeremias Maerki2005-09-121-1/+4
* Bugzilla #36068:Finn Bock2005-09-121-2/+2
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-6/+16
* Bugzilla #36520: Jeremias Maerki2005-09-062-99/+227
* Bugzilla #36508: Jeremias Maerki2005-09-062-2/+33
* Bugzilla #36505: Jeremias Maerki2005-09-061-9/+11
* 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
* 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