aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
Commit message (Expand)AuthorAgeFilesLines
* Fixed a problem where the BPD or a block area could be wrong if there is a ne...Jeremias Maerki2008-10-241-1/+1
* Merge from 0_95 branch:Jeremias Maerki2008-08-101-15/+14
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2449-422/+422
* Lets free a little memory in every BlockParent :).. Commented out the unused...Adrian Cumiskey2008-07-221-1/+1
* 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
* Simplified implementation of Area.getTraitAsBoolean()Andreas L. Delmelle2008-07-061-7/+1
* Remove deprecated Character area classAndreas L. Delmelle2008-07-062-86/+0
* Switch AreaTreeParser to use a java.nio.CharBuffer, and ignore characters eve...Andreas L. Delmelle2008-07-061-29/+64
* Replaced conditional with a switch and capitalized method javadoc description.Adrian Cumiskey2008-07-041-11/+12
* * Some minor optimizations in AbstractRenderer.Adrian Cumiskey2008-07-042-5/+6
* Added support for non-zero borders and padding on page regions.Luca Furini2008-06-232-1/+18
* Quick-fix to avoid creating unnecessarily large ArrayLists when adding inline...Andreas L. Delmelle2008-05-081-2/+6
* Restored Java 1.4 compatibility (Boolean.parseBoolean() is a Java 5 method).Jeremias Maerki2008-04-251-17/+15
* Added missing file from r651575Andreas L. Delmelle2008-04-251-12/+0
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-252-116/+80
* Introduced PageProductionException and fixed exception throwing for the event...Jeremias Maerki2008-04-181-2/+7
* clone() did not propagate the page's page index.Jeremias Maerki2008-04-171-0/+1
* Merged branchJeremias Maerki2008-04-147-71/+175
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-132-131/+131
* Bugzilla #36391:Jeremias Maerki2008-02-063-4/+24
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-284-26/+84
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-171-0/+25
* added serial version idAdrian Cumiskey2008-01-171-0/+2
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-113-40/+34
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-072-14/+43
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-272-3/+33
* Log RuntimeExceptions during rendering so that they are at least visible some...Jeremias Maerki2007-12-031-3/+3
* Bugzilla #37993: Jeremias Maerki2007-11-301-9/+24
* Bugzilla #43910:Jeremias Maerki2007-11-201-23/+21
* Bugzilla #42144Chris Bowditch2007-10-041-0/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1818-31/+31
* In case where SAX Exception is thrown by Area Tree Parser when parsing Area T...Chris Bowditch2007-07-091-0/+3
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-073-191/+332
* Bugzilla #41831:Jeremias Maerki2007-05-281-1/+1
* Bugzilla #42067: Jeremias Maerki2007-05-211-1/+2
* Bugzilla #42067: Jeremias Maerki2007-05-181-7/+4
* ArrayList -> List.Jeremias Maerki2007-05-071-1/+1
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-072-23/+1
* Bugzilla #42067:Jeremias Maerki2007-05-076-75/+361
* Move out all statistics/debug related code into an inner Statistics class.Vincent Hennebert2007-04-201-122/+153
* No change; just add svn:keywords and svn:Id properties on new filesVincent Hennebert2007-04-031-131/+131
* - fix minor checkstyle issuesVincent Hennebert2007-04-031-0/+19
* New class to support named destinationsJay Bryant2007-04-021-0/+112
* changes to support named destinationJay Bryant2007-04-011-0/+12
* Bugzilla #40729:Jeremias Maerki2006-11-132-6/+5
* FilledArea now properly applies the variation factor, when a pageSimon Pepping2006-10-113-13/+73
* Fixed layout of forward page number citation references in fo:inlineSimon Pepping2006-10-074-36/+12
* This fixes a bug that has crept in page number resolution, viz. the text was ...Simon Pepping2006-10-061-1/+2
* corrected a couple of javadoc warnings issued by checkstyleChris Bowditch2006-08-223-3/+9