aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties
Commit message (Expand)AuthorAgeFilesLines
...
* Missed the other source of "getValue() called on AUTO length" last time. Jeremias Maerki2006-09-111-13/+17
* Avoiding error message ("getBaseLength called without context") when width="1...Jeremias Maerki2006-09-011-1/+1
* Just isn't my day... last oneAndreas L. Delmelle2006-08-241-1/+1
* Another slip...Andreas L. Delmelle2006-08-241-1/+1
* Forgot FOTree tests after r434497 => re-enabled and rectified...Andreas L. Delmelle2006-08-241-10/+14
* Reset visibility to public...Andreas L. Delmelle2006-08-241-1/+1
* Fix: suppressed call to PercentLength.getBaseLength() without context (introd...Andreas L. Delmelle2006-08-242-11/+16
* Reset visibility to publicAndreas L. Delmelle2006-08-211-1/+1
* Minor fix: set negative values to zero for b-p-d/i-p-dAndreas L. Delmelle2006-08-211-6/+43
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-062-229/+123
* Merge from Temp_Floats branch:Jeremias Maerki2006-08-021-31/+30
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2858-291/+349
* Bugzilla #39608:Jeremias Maerki2006-07-113-4/+16
* Fixes Bugzilla 39560: make sure the interaction between FOs and properties is...Andreas L. Delmelle2006-06-061-47/+24
* Bugzilla #38946:Jeremias Maerki2006-05-036-832/+186
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-2/+4
* Tweak: modified warning to occur only for non-inherited props where the paren...Andreas L. Delmelle2006-02-181-5/+12
* Added default empty String to the border-* shorthands. Added warning for the ...Andreas L. Delmelle2006-02-151-4/+10
* Added support for the background-position shorthand.Andreas L. Delmelle2006-02-141-0/+60
* Slight correction: single quoted font-family names not properly handledAndreas L. Delmelle2006-02-121-0/+6
* Added implementation for the font shorthand property (+ some checkstyle cleanup)Andreas L. Delmelle2006-02-1212-29/+323
* Bugzilla #38618:Jeremias Maerki2006-02-113-36/+51
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-101-5/+4
* Bugzilla #38453:Jeremias Maerki2006-02-021-51/+54
* Implementation for from-table-column(). See: bugzilla 38282Andreas L. Delmelle2006-01-311-6/+32
* Added support for the white-space shorthandAndreas L. Delmelle2005-12-301-0/+63
* Tweak page-break-* shorthands; keeps now working properlyAndreas L. Delmelle2005-12-301-6/+6
* 1) Added support for the page-break-* shorthandsAndreas L. Delmelle2005-12-292-0/+127
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-2/+5
* Made the locator variable on FONode protected.Jeremias Maerki2005-12-091-1/+1
* Alternative set of rules for text indent calculation (start-indent and end-in...Jeremias Maerki2005-12-071-0/+88
* font-family list still not fully supported but a comma-separated list is now ...Jeremias Maerki2005-12-022-4/+119
* Bugzilla #37521: Jeremias Maerki2005-11-241-3/+3
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-142-33/+46
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-262-2/+2
* toString() a little more compact.Jeremias Maerki2005-10-131-1/+3
* An accessor I need for space resolution.Jeremias Maerki2005-10-131-0/+9
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-0/+142
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-062-56/+56
* Removed warning for padding (r291267); padding never seems to be null, so war...Andreas L. Delmelle2005-09-251-6/+0
* Minor tweak: avoid test for auto if value is indefiniteAndreas L. Delmelle2005-09-251-5/+7
* Added check for both page-height and page-width set to indefinite; use fallba...Andreas L. Delmelle2005-09-241-9/+37
* Added custom Maker for page-height and page-width; use fallback values in cas...Andreas L. Delmelle2005-09-241-0/+70
* Moved check for explicit column-number to ColumnNumberPropertyMakerAndreas L. Delmelle2005-09-241-1/+8
* Added warning for padding on table with collapsing border-modelAndreas L. Delmelle2005-09-241-0/+6
* Added warning for non-applicable borders in case of separate border-modelAndreas L. Delmelle2005-09-231-0/+5
* Added fallback for specified negative or zero for column-numberAndreas L. Delmelle2005-09-211-0/+32
* Correction of style violationsAndreas L. Delmelle2005-09-191-13/+16
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-171-0/+67