aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOPropertyMapping.java
Commit message (Expand)AuthorAgeFilesLines
* Calculations of indents must use the writing-mode of the parent. SeeFinn Bock2004-10-101-0/+2
* Make text-indent inheritedSimon Pepping2004-09-281-1/+1
* Use the correct default (medium) for border-[top|bottom|left|right]-width.Finn Bock2004-09-221-2/+1
* Changed initial-page-number from string to number property.Finn Bock2004-09-131-1/+4
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* Make maximum-repeats a number property instead of a string. This addFinn Bock2004-09-071-1/+2
* Support for line-stacking-strategy.Finn Bock2004-09-071-2/+5
* Style: removed tab.Finn Bock2004-09-071-1/+1
* Use the position shorthand for [absolute|relative]-position.Finn Bock2004-09-071-1/+5
* Removed the shorthand from genericBorder[Width|Style]. The shorthands areFinn Bock2004-09-071-2/+0
* Default for border-[before|after]-width.conditionality set to discard asFinn Bock2004-09-071-2/+2
* Support debug string values for enum properties.Finn Bock2004-09-071-176/+176
* PR:Glen Mazza2004-09-061-0/+3
* JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet)Jeremias Maerki2004-08-151-4/+4
* Support for [letter|word]-spacing properties with a value of 'normal'.Finn Bock2004-08-131-3/+9
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-261-1/+13
* Add support for setting margin-[top,botton,left,right] by specifyingFinn Bock2004-02-041-1/+6
* Style fixes only.Jeremias Maerki2004-02-031-13/+17
* Phase 3 (last) of bug 26434.Finn Bock2004-02-021-1/+14
* Removed unused import.Finn Bock2004-02-021-1/+0
* Phase 2 of bug 26434.Finn Bock2004-02-021-2/+2
* Move the handmade makers into package fop.fo.properties.Finn Bock2004-02-021-0/+1
* Phase 1 of 26434.Finn Bock2004-02-021-44/+49
* Fix missing shorthands.Finn Bock2004-01-251-1/+1
* Abandon codegenerated property makers and use bean-like makers instead.Finn Bock2004-01-221-634/+2472
* FOPropertyMapping.java no longer autogenerated, moved from fop.fo.propertiesGlen Mazza2004-01-201-0/+695