aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties/NumberProperty.java
Commit message (Expand)AuthorAgeFilesLines
* An implementation of a positive integer property maker. It implementsSimon Pepping2008-04-181-0/+34
* Simplified the detection of double as integerVincent Hennebert2008-02-141-2/+1
* Tweak: wrap numeric values internally in Integers or Longs if possible, Doubl...Andreas L. Delmelle2008-02-101-15/+29
* Slight correction: Andreas L. Delmelle2007-07-201-5/+7
* Fix: add implementation of hashCode() and equals() to NumberProperty, to make...Andreas L. Delmelle2007-07-191-0/+16
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-9/+3
* Partial application of the patch in Bugzilla 41044:Andreas L. Delmelle2007-07-071-5/+41
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-1/+1
* Bugzilla #40729:Jeremias Maerki2006-11-131-1/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #39608:Jeremias Maerki2006-07-111-0/+7
* Bugzilla #38946:Jeremias Maerki2006-05-031-6/+10
* Bugzilla #38618:Jeremias Maerki2006-02-111-1/+4
* Removal of ColumnNumberPropertyMaker.java (until all further conflicts have b...Andreas L. Delmelle2005-09-151-1/+1
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-3/+3
* Bugzilla #36379:Finn Bock2005-08-311-0/+21
* Removing tab characters againJeremias Maerki2004-11-011-1/+1
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-281-0/+3
* Added convenience method getValue() that returns the value as an int.Finn Bock2004-10-181-0/+4
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Support for percentages in property expression.Finn Bock2004-02-261-13/+31
* Fix javadocs warnings caused by the recent moves of property classes andFinn Bock2004-02-041-1/+1
* Phase 3 (last) of bug 26434.Finn Bock2004-02-021-0/+159