aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/AbstractPathOrientedRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-171-5/+5
* startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento...Jeremias Maerki2005-12-131-44/+32
* Better approach for enforcing the overflow property on block-containers.Jeremias Maerki2005-12-081-10/+5
* Bugfix: Relatively positioned BlockViewports (from block-containers) caused t...Jeremias Maerki2005-12-011-8/+0
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-6/+42
* Bugzilla #36487: Jeremias Maerki2005-09-051-2/+5
* Moved renderInlineBlockParent() up to the superclass. Fixes border and backgr...Jeremias Maerki2005-08-291-0/+12
* Improved text painting for PostScript (including letter-space and word-space) Jeremias Maerki2005-08-241-4/+46
* A big step towards a usable PostScript renderer. Jeremias Maerki2005-08-211-0/+628