aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Started the IFParser.Jeremias Maerki2008-07-2222-516/+2263
* Merge from Trunk up to revision 677588.Jeremias Maerki2008-07-1723-305/+412
|\
| * fonts package must not depend on the render package. Refactored to restore th...Jeremias Maerki2008-07-177-119/+108
| * Removed stray System.out.Jeremias Maerki2008-07-161-1/+0
| * Worked around a bug in Xalan 2.4.0 (bundled with Sun Java 1.4.2_xx) where fil...Jeremias Maerki2008-07-162-23/+45
| * A nit: clarify message so its more meaningful to end userChris Bowditch2008-07-141-1/+1
| * Another attempt at avoiding build issues (?)Andreas L. Delmelle2008-07-131-3/+3
| * null is not correct here, an empty String needs to be used for the default na...Jeremias Maerki2008-07-133-43/+43
| * Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o...Andreas L. Delmelle2008-07-1310-27/+27
| * Attempt to fix a potential build problem.Jeremias Maerki2008-07-121-8/+9
| * Ignore FindBugs preference file from Eclipse.Jeremias Maerki2008-07-110-0/+0
| * Check the result of mkdirs() to see if the target directory could be created.Jeremias Maerki2008-07-111-14/+18
| * Added support for piping:Jeremias Maerki2008-07-103-71/+163
| * Beware! An evil tab character! But it's been eliminated. ;-)Jeremias Maerki2008-07-101-17/+17
| * Bugzilla #45369: footnotes were rendered at the top of the region-body when u...Vincent Hennebert2008-07-103-17/+16
| * Duplicated operation scaleX and scaleY replaced simply with scale.Adrian Cumiskey2008-07-101-17/+13
| * Whoops.. default value should be true :).Adrian Cumiskey2008-07-091-1/+1
| * Added throwexceptions attribute to FOP ant task. This works around the proble...Adrian Cumiskey2008-07-093-2/+29
| * Added newAFP target for producing a set of AFP files from the examples.Adrian Cumiskey2008-07-091-1/+11
| * Minor javadoc cleanup.Adrian Cumiskey2008-07-091-20/+7
| * One more minor update.Clay Leeds2008-07-071-1/+1
| * updated info.Clay Leeds2008-07-071-1/+1
| * Fixed typoAndreas L. Delmelle2008-07-071-1/+1
| * Added the change to the FONode interface committed in r670341Andreas L. Delmelle2008-07-071-0/+7
| * Correct indentationAndreas L. Delmelle2008-07-071-13/+13
| * Fixing absolute positioning of block-containers: bottom and right distances w...Luca Furini2008-07-073-0/+100
| * 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
| * Added PDF encryption parameter support in configuration.Adrian Cumiskey2008-07-073-3/+69
| * Added new set accessor method for EncryptionParams.Adrian Cumiskey2008-07-071-0/+8
| * Possible NullPointerException avoidedAdrian Cumiskey2008-07-071-3/+3
| * Fixed error; inadvertently switched the condition with r674272...Andreas L. Delmelle2008-07-061-1/+1
| * Extracted conversion methods for String to int[] or double[] to a utility class.Andreas L. Delmelle2008-07-062-48/+130
| * Simplified implementation of Area.getTraitAsBoolean()Andreas L. Delmelle2008-07-061-7/+1
| * Redo changes made in r674056...Andreas L. Delmelle2008-07-061-27/+35
| * Remove deprecated Character area classAndreas L. Delmelle2008-07-063-136/+34
| * Switch AreaTreeParser to use a java.nio.CharBuffer, and ignore characters eve...Andreas L. Delmelle2008-07-061-29/+64
| * Fixed ClassCastException when specifying column-number on something other tha...Andreas L. Delmelle2008-07-051-49/+65
| * Replaced conditional with a switch and capitalized method javadoc description.Adrian Cumiskey2008-07-041-11/+12
| * * Some minor optimizations in AbstractRenderer.Adrian Cumiskey2008-07-043-34/+43
| * The pdf StringBuffer is only used on these two lines and doesn't seem to do a...Adrian Cumiskey2008-07-041-3/+0
| * Minor readability improvement.Adrian Cumiskey2008-07-041-1/+3
| * Added check for the case where column-number is specified on something other ...Andreas L. Delmelle2008-06-301-0/+4
| * Cleanup/re-ordering, and addition of XSL 1.1 FO_ and PR_ constantsAndreas L. Delmelle2008-06-291-267/+349
| * Correct svn propsAndreas L. Delmelle2008-06-292-0/+0
| * Added disabled testcase for instream-foreign-object in a markerAndreas L. Delmelle2008-06-292-0/+88
| * Removed instream-foreign-object in marker; still threw a NPEAndreas L. Delmelle2008-06-281-5/+1
| * Corrected basic checks: check for empty document, as well as empty areaTree...Andreas L. Delmelle2008-06-281-1/+2
| * Corrected minor spelling mistake in javadocAdrian Cumiskey2008-06-281-1/+1