aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area/AreaTreeParser.java
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Need to copy attributes. Xalan XSLTC reuses the Attributes instance (...Jeremias Maerki2009-02-111-1/+2
* Fixed test error for transcoders.Jeremias Maerki2009-01-301-0/+5
* Extracted some often-used XML constants and utility methods into an interface...Jeremias Maerki2008-08-121-74/+51
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-39/+39
* Bugzilla #45369: footnotes were rendered at the top of the region-body when u...Vincent Hennebert2008-07-101-16/+12
* Extracted conversion methods for String to int[] or double[] to a utility class.Andreas L. Delmelle2008-07-061-48/+20
* Remove deprecated Character area classAndreas L. Delmelle2008-07-061-24/+0
* Switch AreaTreeParser to use a java.nio.CharBuffer, and ignore characters eve...Andreas L. Delmelle2008-07-061-29/+64
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-251-1/+3
* Merged branchJeremias Maerki2008-04-141-1/+1
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-9/+12
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-17/+16
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-071-8/+32
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-3/+3
* Bugzilla #41831:Jeremias Maerki2007-05-281-1/+1
* Bugzilla #42067:Jeremias Maerki2007-05-071-59/+142
* Bugzilla #40729:Jeremias Maerki2006-11-131-5/+4
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-181-14/+38
* Bugzilla #38946:Jeremias Maerki2006-05-031-56/+46
* Bugfix: basic-links with internal destinations in documents with multiple pag...Jeremias Maerki2006-04-241-0/+2
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-5/+6
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-2/+21
* Added support for page sequence title in AreaTreeParser (IF). Fixes problems ...Jeremias Maerki2006-02-261-2/+24
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-101-1/+2
* Reworked area building in AreaTreeParser to match the scheme that the FOTreeB...Jeremias Maerki2006-02-091-329/+558
* Added missing values in area tree XML for PageViewport (simple-page-master-na...Jeremias Maerki2006-02-081-84/+137
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-201-1/+3
* New interface XMLizable (copied from Apache Excalibur) to mark classes that c...Jeremias Maerki2006-01-191-5/+48
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-0/+676