aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* 1.) More commenting, some simplifications in the Area classes and PSLM.Glen Mazza2005-03-112-6/+6
* Resurrected AWT/Java2D rendererJeremias Maerki2005-03-084-217/+1442
* First step towards collapsing table borders:Jeremias Maerki2005-02-161-24/+91
* Extend the user agent to pipe title, author and keywords through to the PDF. ...Jeremias Maerki2005-02-121-2/+6
* Implemented the rest of the border styles. Now uses clipping while painting t...Jeremias Maerki2005-02-111-40/+311
* Remove dependency of pdf package to the FOP user agent.Jeremias Maerki2005-02-101-1/+2
* Fix for adding absolutely positioned block without children.Jeremias Maerki2005-02-071-8/+14
* PR:Glen Mazza2005-02-062-2/+2
* PR:Glen Mazza2005-02-051-2/+0
* Added the page number to the pageViewportJeremias Maerki2005-01-311-0/+1
* Get the mark colors for text-decorations right.Jeremias Maerki2005-01-251-3/+17
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-252-4/+44
* normal trait attributes for page-level reference and viewport areas.Jeremias Maerki2005-01-241-0/+5
* Early preloading of images (during FO tree building). This wasn't consistent ...Jeremias Maerki2005-01-241-22/+22
* More area dimension traits.Jeremias Maerki2005-01-241-9/+21
* Forgot this one when extending FopImageJeremias Maerki2005-01-201-1/+21
* Repetitions for background imagesJeremias Maerki2005-01-201-15/+37
* Background image is painted on the padding-rectangle, not on the border-recta...Jeremias Maerki2005-01-201-24/+45
* Clipping the background image.Jeremias Maerki2005-01-201-2/+7
* Output clip trait for BlockViewportsJeremias Maerki2005-01-201-0/+3
* "fixed" block-containers implemented.Jeremias Maerki2005-01-191-2/+71
* Safety checkJeremias Maerki2005-01-191-1/+3
* Code cleanup and preparation for implementing absolute-position="fixed".Jeremias Maerki2005-01-181-22/+6
* I need the CTM for display-align checks.Jeremias Maerki2005-01-181-2/+6
* Fix space-before|after handling for block-containers (only a minimal fix, doe...Jeremias Maerki2005-01-181-0/+7
* Show top|left-position traits only for abs positioned BCs.Jeremias Maerki2005-01-181-2/+4
* block-containers improved/fixed. The following features are implemented and t...Jeremias Maerki2005-01-172-16/+38
* More info on blocks and block-containersJeremias Maerki2005-01-171-1/+18
* PR:Glen Mazza2005-01-131-2/+7
* Removed the "inheritedStartIndent" hack again.Jeremias Maerki2005-01-122-37/+68
* Some more info on the area-tree.Jeremias Maerki2005-01-121-2/+8
* Alloc IPD/BPD, too, not just content IPD/BPD.Jeremias Maerki2005-01-061-0/+2
* Improved area tree XML generation by filtering uninformative attributes while...Jeremias Maerki2005-01-061-40/+35
* Refactored Area Tree XML Renderer to write XML to a TransformerHandler instea...Jeremias Maerki2005-01-052-205/+304
* Only check for the outputStream to be non-null if no overriding renderer has ...Jeremias Maerki2005-01-051-2/+2
* PR:Glen Mazza2005-01-041-2/+2
* Rename parameter to match the type.Jeremias Maerki2004-12-281-7/+7
* PR:Glen Mazza2004-12-251-16/+17
* Very minor edits to Bookmark handling code.Glen Mazza2004-12-231-3/+2
* Remove unused import statements.Finn Bock2004-12-101-1/+0
* Make RTF output human-friendly by inserting line feeds.Jeremias Maerki2004-12-0810-13/+85
* PR:Glen Mazza2004-12-011-1/+1
* PR:Glen Mazza2004-11-292-9/+5
* PR:Glen Mazza2004-11-271-2/+2
* PR:Glen Mazza2004-11-249-56/+56
* Correct handling of internal units (both twips and half-points are used)Jeremias Maerki2004-11-015-18/+30
* Logging a warning for a current limitation.Jeremias Maerki2004-11-011-20/+22
* Word 2003 doesn't seem to understand "fldinst { PAGE }", so using \chpgn for ...Jeremias Maerki2004-11-011-0/+6
* Avoid with certain NPEs.Jeremias Maerki2004-11-013-8/+10
* Fixed conversion from millipoints to half-pointsJeremias Maerki2004-11-011-1/+1