aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
...
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-1712-106/+613
* Trivial update:Andreas L. Delmelle2006-02-161-6/+5
* Added default empty String to the border-* shorthands. Added warning for the ...Andreas L. Delmelle2006-02-152-4/+17
* Added default empty String to the border shorthand. Avoids NPE mentioned in B...Andreas L. Delmelle2006-02-151-0/+4
* Added support for the background-position shorthand.Andreas L. Delmelle2006-02-142-2/+66
* Slight correction: single quoted font-family names not properly handledAndreas L. Delmelle2006-02-121-0/+6
* Extra constants needed for the font shorthandAndreas L. Delmelle2006-02-121-1/+13
* Added implementation for the font shorthand property (+ some checkstyle cleanup)Andreas L. Delmelle2006-02-1214-58/+390
* Bugzilla #38618:Jeremias Maerki2006-02-117-58/+103
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-101-5/+4
* Style fixesJeremias Maerki2006-02-071-2/+2
* Non-SVG XML got loaded into a non-namespace-aware node which caused problems ...Jeremias Maerki2006-02-071-1/+8
* Correction of the issue raised on the WhiteSpace Wiki (see accompanying change)Andreas L. Delmelle2006-02-031-1/+2
* Bugzilla #38453:Jeremias Maerki2006-02-021-51/+54
* Further fine-tuning of white-space-handling during refinementAndreas L. Delmelle2006-02-011-15/+38
* Implementation for from-table-column(). See: bugzilla 38282Andreas L. Delmelle2006-01-319-72/+184
* Here's why forcing to border-collapse="separate" on fo:table didn't work. D'oh!Jeremias Maerki2006-01-311-20/+0
* Added safe-guard against reuse to avoid problems with the renderers. Jeremias Maerki2006-01-271-9/+9
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-241-16/+9
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-175-119/+255
* Remove 2005 from the copyright years of appropriate files committed inSimon Pepping2006-01-145-5/+5
* Allow some xsl-function calls with omitted args, patch contributed bySimon Pepping2006-01-127-14/+60
* Slight enhancement to white-space-handling: removal of trailing white-space f...Andreas L. Delmelle2006-01-091-13/+52
* Implementation of force-page-count property, patch by Gerhard Oettl,Simon Pepping2006-01-061-3/+15
* Bugfix: TableCell did not properly report that it generates reference-areas w...Jeremias Maerki2006-01-031-2/+6
* Applied white-space handling to leaders as well...Andreas L. Delmelle2005-12-301-5/+3
* Revision of refinement white-space handling (cfr. Bugzilla 37639)Andreas L. Delmelle2005-12-307-190/+316
* Added support for the white-space shorthandAndreas L. Delmelle2005-12-302-0/+78
* Tweak page-break-* shorthands; keeps now working properlyAndreas L. Delmelle2005-12-301-6/+6
* Added a few missing constants...Andreas L. Delmelle2005-12-301-15/+21
* 1) Added support for the page-break-* shorthandsAndreas L. Delmelle2005-12-293-4/+153
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-231-2/+2
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-231-32/+3
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-2/+5
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-2/+2
* Attempt at providing context information about the element causing an endless...Jeremias Maerki2005-12-151-3/+7
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-133-0/+84
* The result of some practice with CheckstyleSimon Pepping2005-12-091-8/+8
* Made the locator variable on FONode protected.Jeremias Maerki2005-12-096-13/+38
* Alternative set of rules for text indent calculation (start-indent and end-in...Jeremias Maerki2005-12-071-0/+88
* The border-collapse property on fo:table is now forced to the value "separate...Jeremias Maerki2005-12-051-2/+5
* font-family list still not fully supported but a comma-separated list is now ...Jeremias Maerki2005-12-024-14/+132
* Fixing two NPEs occurring with a completely empty table where not even the ta...Jeremias Maerki2005-12-011-1/+1
* Relaxed validation for border and padding on region-*.Jeremias Maerki2005-11-291-2/+3
* Bugfix for a multi-threading problem:Jeremias Maerki2005-11-241-11/+10
* Bugzilla #37521: Jeremias Maerki2005-11-241-3/+3
* Bugzilla #37557:Jeremias Maerki2005-11-241-4/+4
* Implementation of hyphenation-ladder-count.Luca Furini2005-11-211-0/+5
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-145-39/+52
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-6/+14