aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla: #35358Jeremias Maerki2005-06-1511-324/+901
* Icon TweakingJeremias Maerki2005-06-106-130/+4
* Safer creation of the new target File instance. outputDir can be null with re...Jeremias Maerki2005-06-091-2/+2
* Avoid NPEs when no filename is set on the UserAgent. Only the first page is r...Jeremias Maerki2005-06-091-19/+42
* Default compression set to packbits which is widely supported. Uncompressed T...Jeremias Maerki2005-06-091-11/+52
* General anti-aliasing hint added.Jeremias Maerki2005-06-091-3/+13
* Bugzilla: #33760Jeremias Maerki2005-06-0917-1179/+2025
* Output vertical position of text area in area tree XML.Jeremias Maerki2005-05-201-0/+1
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-0/+1
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-133-20/+26
* 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