aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2004-10-121-51/+52
* style and a commentJeremias Maerki2004-10-111-4/+4
* Bugzilla #31512:Jeremias Maerki2004-10-111-0/+14
* Deleted unused imports.Finn Bock2004-10-111-2/+0
* Centralized Renderer and FOEventHandler creation in the RenderFactory class.Jeremias Maerki2004-10-101-0/+142
* Implement the cheaper mechanism to ensure correct rendering at differing reso...Jeremias Maerki2004-10-102-19/+45
* Set Batik rendering hints to improve output quality.Jeremias Maerki2004-10-101-0/+7
* Add getMimeType() to the Renderer interface as AbstractRenderer implements th...Jeremias Maerki2004-10-101-0/+7
* Make fonts configurable for PS Renderer and now use PrintRenderer as base cla...Jeremias Maerki2004-10-101-13/+10
* javadoc fixJeremias Maerki2004-10-101-1/+1
* Re-enable calls to TableAttributesConverter.makeBorder.Finn Bock2004-10-031-4/+1
* Added makeBorder() method.Finn Bock2004-10-031-40/+71
* PR:Glen Mazza2004-10-021-2/+4
* Simplified the handling of length attributes.Finn Bock2004-10-011-140/+49
* Simplified the handling of length attributes.Finn Bock2004-10-011-74/+29
* Support nested attribute values, for use with border control words.Finn Bock2004-10-012-2/+21
* Simplified the handling of length attributes.Finn Bock2004-10-012-115/+35
* Helper class which supports FOP datatypes as values.Finn Bock2004-10-011-0/+51
* Initial support for fo:blockcontainer.Finn Bock2004-10-012-0/+82
* Add support for the generator element which identifies the generating applica...Jeremias Maerki2004-10-012-0/+57
* Support fo:character.Finn Bock2004-10-011-0/+37
* Make the rtf output a little less random and thus easier to compareFinn Bock2004-10-011-1/+1
* Write the "sectd" after the page attributes, so the default margins forFinn Bock2004-10-011-1/+1
* Style: fix indent.Finn Bock2004-10-011-41/+40
* Emit valid floating point numbers, even when running under a Locale withFinn Bock2004-09-281-3/+5
* Removal of empty Title subclass, now using LineArea.Glen Mazza2004-09-255-12/+9
* Support url(...) function in image source.Finn Bock2004-09-241-0/+1
* Style: fix indent.Finn Bock2004-09-241-6/+6
* Fix NPEJeremias Maerki2004-09-231-3/+9
* Moved test classes to their proper location.Jeremias Maerki2004-09-2315-1283/+0
* Calculate the margin offsets (border & padding), by increasingFinn Bock2004-09-232-99/+36
* Simplify ET/BT handling by keeping track of the current state.Finn Bock2004-09-221-64/+22
* Gets rid of currentBlockIPPosition. Use currentIPPosition instead andFinn Bock2004-09-225-37/+30
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-226-48/+76
* Removed unneded import statements.Finn Bock2004-09-093-3/+0
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-072-10/+0
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-062-98/+98
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-052-3/+70
* PR:Glen Mazza2004-09-052-6/+5
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-041-6/+6
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-1/+1
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-294-16/+15
* PR:Glen Mazza2004-08-291-1/+1
* 1.) validateChildNode() implemented for fo:multi-properties.Glen Mazza2004-08-211-1/+1
* JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet)Jeremias Maerki2004-08-151-6/+6
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-241-2/+2
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-241-6/+6
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-201-1/+1
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-191-2/+1
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-182-14/+15