aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/extensions
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-4/+4
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-082-3/+3
* FOP-2217; Image scaling change was adversely affecting other image types Chris Bowditch2013-03-051-1/+2
* Support for relative border-*-*-radius fox propertiesPeter Hancock2012-10-221-2/+5
* Merged trunk@1391502Peter Hancock2012-10-042-0/+4
|\
| * Bugzilla #53902: Added possibility to define 'header' table columns (the same...Vincent Hennebert2012-09-262-0/+4
* | Minor cleanupPeter Hancock2012-07-051-1/+0
* | Merged trunk@1356765Peter Hancock2012-07-031-6/+4
|\|
| * Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-1/+1
| * Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-141-2/+0
| * Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-6/+6
* | Merged trunk@1354651Peter Hancock2012-06-2913-37/+67
|\|
| * enable ImportOrder rule; fix violationsGlenn Adams2012-03-0310-24/+39
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-271-1/+8
| * Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-242-2/+8
| * Add type-safe parameters to collections; replace XGC jar to benefit from new ...Simon Pepping2011-01-047-10/+10
| * findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-0/+2
* | Bugzilla #49913:Jeremias Maerki2010-09-301-0/+11
|/
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-8/+8
* Bugzilla #49733:Jeremias Maerki2010-08-145-11/+32
* Renamed some variables and methods for consistency.Vincent Hennebert2009-10-211-17/+5
* Route message for missing alt-text property through event notification systemVincent Hennebert2009-10-161-1/+1
* Bugzilla #46705:Jeremias Maerki2009-02-193-1/+88
* Bugzilla #46315: extension to disable column balancing before blocks spanning...Vincent Hennebert2009-01-281-0/+1
* Fixed possible ClassCastException that was caused by my earlier attempt to su...Jeremias Maerki2008-11-212-11/+79
* Added support for SVG 1.2 inside fo:instream-foreign-object. The code just us...Jeremias Maerki2008-11-212-45/+98
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2417-69/+69
* Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o...Andreas L. Delmelle2008-07-131-1/+1
* Minor tweak: use XG Commons version of the interfaceAndreas L. Delmelle2008-06-221-1/+1
* Merged branchJeremias Maerki2008-04-142-11/+12
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-272-0/+188
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1814-37/+36
* Fixes for issues introduced with fox:destination:Jeremias Maerki2007-04-043-99/+24
* No change; just add svn:keywords and svn:Id properties on new filesVincent Hennebert2007-04-033-210/+210
* - fix minor checkstyle issuesVincent Hennebert2007-04-033-1/+40
* changes to support named destinationJay Bryant2007-04-013-0/+171
* Code cleanup: Andreas L. Delmelle2007-01-112-2/+2
* Don't swallow the exception. At least log it.Jeremias Maerki2006-10-071-0/+6
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-112-0/+30
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2818-90/+108
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-208-138/+168
* 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-282-5/+44
* 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
* More work on PDF/A-1:Jeremias Maerki2006-02-221-0/+3
* 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-177-0/+419
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-172-8/+31