aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* Avoid with certain NPEs.Jeremias Maerki2004-11-013-8/+10
* Fixed conversion from millipoints to half-pointsJeremias Maerki2004-11-011-1/+1
* Now compiles under JDK 5.0Jeremias Maerki2004-11-011-2/+2
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-282-3/+3
* PR:Glen Mazza2004-10-281-1/+1
* PR:Glen Mazza2004-10-273-10/+11
* Cleanup after PR 31699.Finn Bock2004-10-251-18/+2
* Fourth phase of performance improvement.Finn Bock2004-10-206-265/+215
* Fourth phase of performance improvement.Finn Bock2004-10-201-2/+1
* Second phase of performance improvement.Finn Bock2004-10-191-1/+1
* End textmode before emitting an image.Finn Bock2004-10-191-0/+1
* Removed unused imports.Finn Bock2004-10-171-1/+0
* Exit text-mode before rendering a instream-foreign-object.Finn Bock2004-10-151-0/+1
* 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