aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/xml
Commit message (Expand)AuthorAgeFilesLines
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-191-1/+1
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-141-1/+4
* Do explicit prefix mappings for foi and fox prefixes to make AT XML slightly ...Jeremias Maerki2009-10-281-7/+23
* Merged SimpleStructureTree and ParsedStructureTree classes into a single one,...Vincent Hennebert2009-10-151-4/+2
* Implemented rendering of structure tree to Area Tree XML and parsing back fro...Vincent Hennebert2009-10-131-1/+21
* Added support for adding extension elements and foreign attributes on fo:page...Jeremias Maerki2009-03-011-0/+2
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-2/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-243-16/+16
* Bugzilla #45369: footnotes were rendered at the top of the region-body when u...Vincent Hennebert2008-07-101-1/+3
* Refactored this class, moving much of its behaviour to the base AbstractXMLR...Adrian Cumiskey2008-07-071-164/+5
* Cleaned up some javadocs.Adrian Cumiskey2008-07-071-7/+12
* Added new AbstractXMLRenderer base class.Adrian Cumiskey2008-07-071-0/+263
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-091-3/+11
* Merged branchJeremias Maerki2008-04-141-1/+1
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-131-56/+56
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-5/+12
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-071-5/+24
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-1/+3
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-183-38/+38
* Bugzilla #41831:Jeremias Maerki2007-05-282-22/+9
* Bugzilla #42067:Jeremias Maerki2007-05-071-7/+72
* Stricter user config file validation.Vincent Hennebert2007-02-141-1/+1
* Bugzilla #40729:Jeremias Maerki2006-11-131-1/+1
* Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.Joerg Pietschmann2006-10-071-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-284-20/+24
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-181-3/+19
* Bugzilla #38946:Jeremias Maerki2006-05-031-16/+21
* Java2D Renderer:Jeremias Maerki2006-05-021-0/+8
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-281-0/+18
* Bugfix: basic-links with internal destinations in documents with multiple pag...Jeremias Maerki2006-04-241-0/+1
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-26/+40
* 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-171-102/+2
* Added missing values in area tree XML for PageViewport (simple-page-master-na...Jeremias Maerki2006-02-081-0/+4
* Don't swallow characters if the handler does not implement LexicalHandler.Jeremias Maerki2006-02-021-1/+3
* Bugzilla #38434: Jeremias Maerki2006-01-301-1/+1
* Change TransformerHandler to ContentHandler. Use comment method whenSimon Pepping2006-01-271-1/+19
* TransformerHandler changed to ContentHandler to allow easier integration of X...Chris Bowditch2006-01-272-73/+65
* My last change broke the test suite. Fix included. The start-indent should no...Jeremias Maerki2006-01-251-6/+8
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-201-1/+2
* New interface XMLizable (copied from Apache Excalibur) to mark classes that c...Jeremias Maerki2006-01-191-0/+59
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-43/+96
* MainRefrence.getWidth() is never set, preparing to remove this method.Jeremias Maerki2006-01-091-3/+2
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-6/+10
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-161-3/+4
* startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento...Jeremias Maerki2005-12-131-0/+14
* Corrected copy/paste mistake in java commentManuel Mall2005-11-181-3/+2
* Added user config font registration to XML RendererManuel Mall2005-11-181-0/+19
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-1/+6