aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #38946:Jeremias Maerki2006-05-0321-1087/+281
* Simply subclassing did not work as expected. Made a copy now.Jeremias Maerki2006-05-021-2/+17
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-286-15/+109
* Minor correction to whitespace handling to ensure non space whitespace is alw...Manuel Mall2006-04-271-2/+1
* Bugzilla #39118:Jeremias Maerki2006-04-235-10/+98
* Fixed various white space (non)removal issues during line building. white-spa...Manuel Mall2006-04-082-2/+11
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-041-6/+8
* Fixed addition of ElementMapping instances. Witnessed in the FO tree tests.Jeremias Maerki2006-03-271-10/+5
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-274-15/+16
* Initial support for page-position="last". Feedback requested!Jeremias Maerki2006-03-237-32/+92
* The about attribute must have the "rdf" namespace prefix.Jeremias Maerki2006-03-231-0/+6
* Added missing package description.Jeremias Maerki2006-03-221-0/+22
* Clean-up in PageSequence.Jeremias Maerki2006-03-221-35/+37
* Changed the way that text-align-last is calculated. Hopefully, this is it, no...Jeremias Maerki2006-03-161-22/+28
* ElementMapping lookup via META-INF/servicesAndreas L. Delmelle2006-03-071-8/+0
* Fix for NPE in case of empty instream-foreign-objectAndreas L. Delmelle2006-03-061-1/+1
* Fixed bug in handling of text-align-last. Value "relative" was not the defaul...Jeremias Maerki2006-02-281-16/+30
* Activated refinement white-space-handling for fo:title and fo:bookmark-titleAndreas L. Delmelle2006-02-271-1/+9
* A nit: slight performance optimizationAndreas L. Delmelle2006-02-271-8/+9
* Ignore attributes from foreign namespaces. This is a temporary fix to get rid...Jeremias Maerki2006-02-271-4/+7
* More work on PDF/A-1:Jeremias Maerki2006-02-221-0/+3
* Tweak: modified warning to occur only for non-inherited props where the paren...Andreas L. Delmelle2006-02-181-5/+12
* XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7....Jeremias Maerki2006-02-171-0/+3
* DOM2SAX code replaced. Copied and adapted from Xalan-J: http://svn.apache.org...Jeremias Maerki2006-02-171-1/+1
* 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