aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Added border, padding and spacing for list-blocks and list-items.Jeremias Maerki2005-01-282-29/+129
* Cleanup and added missing some public accessors.Jeremias Maerki2005-01-282-16/+52
* corresponding.compute() may also return null to indicate that the inherited v...Jeremias Maerki2005-01-281-6/+6
* Fixed a bug for labels, giving the wrong reference IPD.Jeremias Maerki2005-01-281-6/+3
* CONTAINING_REFAREA seems to work now, so use it.Jeremias Maerki2005-01-281-12/+13
* Fixed CONTAINING_REFAREA (for list indents)Jeremias Maerki2005-01-281-6/+12
* Fixed a bug in markers with boundary document and page-sequence.Jeremias Maerki2005-01-271-2/+6
* Switching off reuse of static LMs, which fixes page numbers and markers on pa...Jeremias Maerki2005-01-261-10/+8
* toString()Jeremias Maerki2005-01-261-1/+8
* Added a check for endless loops.Jeremias Maerki2005-01-261-8/+24
* Bugfix for layout of block-containers with fixed BPD. They weren't properly b...Jeremias Maerki2005-01-261-6/+27
* Commenting a variable that was already defined in the superclass.Jeremias Maerki2005-01-261-2/+2
* toString() workJeremias Maerki2005-01-263-3/+18
* Get the mark colors for text-decorations right.Jeremias Maerki2005-01-253-3/+43
* Too many optimizations.Jeremias Maerki2005-01-251-1/+2
* Removed unnecessary parameterJeremias Maerki2005-01-253-4/+4
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-2520-106/+519
* Additional text-decoration traitsJeremias Maerki2005-01-251-3/+17
* Additional helper functionsJeremias Maerki2005-01-251-0/+19
* normal trait attributes for page-level reference and viewport areas.Jeremias Maerki2005-01-241-0/+5
* is-reference-area and is-viewport-area traitsJeremias Maerki2005-01-241-3/+17
* Early preloading of images (during FO tree building). This wasn't consistent ...Jeremias Maerki2005-01-246-70/+159
* Setting IPD and BPD before adding background traitsJeremias Maerki2005-01-241-6/+7
* More area dimension traits.Jeremias Maerki2005-01-241-9/+21
* Missing aliases for background-position-*.Jeremias Maerki2005-01-241-0/+9
* JavadocsJeremias Maerki2005-01-241-0/+8
* 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-205-14/+114
* Output clip trait for BlockViewportsJeremias Maerki2005-01-201-0/+3
* "fixed" block-containers implemented.Jeremias Maerki2005-01-192-111/+212
* Safety checkJeremias Maerki2005-01-191-1/+3
* Commented unused code.Jeremias Maerki2005-01-191-1/+2
* 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-182-25/+88
* Show top|left-position traits only for abs positioned BCs.Jeremias Maerki2005-01-181-2/+4
* Make display-align publicly available.Jeremias Maerki2005-01-171-0/+5
* Adding todo item for a static variable.Jeremias Maerki2005-01-171-4/+1
* Fix for auto height on absolutely positioned block-containers.Jeremias Maerki2005-01-171-39/+14
* block-containers improved/fixed. The following features are implemented and t...Jeremias Maerki2005-01-175-129/+251
* toString() methodJeremias Maerki2005-01-171-1/+9
* More info on blocks and block-containersJeremias Maerki2005-01-171-1/+18
* New traits: space-before, space-after, is-viewport-area, is-reference-areaJeremias Maerki2005-01-171-1/+20
* PR:Glen Mazza2005-01-136-35/+57
* Clarification for the use of x/y-offset.Jeremias Maerki2005-01-121-3/+5
* Removed the "inheritedStartIndent" hack again.Jeremias Maerki2005-01-127-103/+237
* Convenience method for accessing inline-progression padding and border extents.Jeremias Maerki2005-01-121-1/+14
* Provide public access to width/height.Jeremias Maerki2005-01-121-6/+16