| Commit message (Expand) | Author | Age | Files | Lines |
* | Started the IFParser. | Jeremias Maerki | 2008-07-22 | 18 | -516/+2239 |
* | Merge from Trunk up to revision 677588. | Jeremias Maerki | 2008-07-17 | 21 | -265/+350 |
|\ |
|
| * | fonts package must not depend on the render package. Refactored to restore th... | Jeremias Maerki | 2008-07-17 | 6 | -116/+98 |
| * | Removed stray System.out. | Jeremias Maerki | 2008-07-16 | 1 | -1/+0 |
| * | Worked around a bug in Xalan 2.4.0 (bundled with Sun Java 1.4.2_xx) where fil... | Jeremias Maerki | 2008-07-16 | 1 | -2/+13 |
| * | A nit: clarify message so its more meaningful to end user | Chris Bowditch | 2008-07-14 | 1 | -1/+1 |
| * | null is not correct here, an empty String needs to be used for the default na... | Jeremias Maerki | 2008-07-13 | 3 | -43/+43 |
| * | Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o... | Andreas L. Delmelle | 2008-07-13 | 10 | -27/+27 |
| * | Attempt to fix a potential build problem. | Jeremias Maerki | 2008-07-12 | 1 | -8/+9 |
| * | Added support for piping: | Jeremias Maerki | 2008-07-10 | 3 | -71/+163 |
| * | Beware! An evil tab character! But it's been eliminated. ;-) | Jeremias Maerki | 2008-07-10 | 1 | -17/+17 |
| * | Bugzilla #45369: footnotes were rendered at the top of the region-body when u... | Vincent Hennebert | 2008-07-10 | 2 | -17/+15 |
| * | Duplicated operation scaleX and scaleY replaced simply with scale. | Adrian Cumiskey | 2008-07-10 | 1 | -17/+13 |
| * | Whoops.. default value should be true :). | Adrian Cumiskey | 2008-07-09 | 1 | -1/+1 |
| * | Added throwexceptions attribute to FOP ant task. This works around the proble... | Adrian Cumiskey | 2008-07-09 | 1 | -1/+23 |
| * | Minor javadoc cleanup. | Adrian Cumiskey | 2008-07-09 | 1 | -20/+7 |
| * | Correct indentation | Andreas L. Delmelle | 2008-07-07 | 1 | -13/+13 |
| * | Fixing absolute positioning of block-containers: bottom and right distances w... | Luca Furini | 2008-07-07 | 1 | -0/+9 |
| * | Refactored this class, moving much of its behaviour to the base AbstractXMLR... | Adrian Cumiskey | 2008-07-07 | 1 | -164/+5 |
| * | Cleaned up some javadocs. | Adrian Cumiskey | 2008-07-07 | 1 | -7/+12 |
| * | Added new AbstractXMLRenderer base class. | Adrian Cumiskey | 2008-07-07 | 1 | -0/+263 |
| * | Added PDF encryption parameter support in configuration. | Adrian Cumiskey | 2008-07-07 | 1 | -3/+45 |
| * | Added new set accessor method for EncryptionParams. | Adrian Cumiskey | 2008-07-07 | 1 | -0/+8 |
| * | Possible NullPointerException avoided | Adrian Cumiskey | 2008-07-07 | 1 | -3/+3 |
| * | Fixed error; inadvertently switched the condition with r674272... | Andreas L. Delmelle | 2008-07-06 | 1 | -1/+1 |
| * | Extracted conversion methods for String to int[] or double[] to a utility class. | Andreas L. Delmelle | 2008-07-06 | 2 | -48/+130 |
| * | Simplified implementation of Area.getTraitAsBoolean() | Andreas L. Delmelle | 2008-07-06 | 1 | -7/+1 |
| * | Redo changes made in r674056... | Andreas L. Delmelle | 2008-07-06 | 1 | -27/+35 |
| * | Remove deprecated Character area class | Andreas L. Delmelle | 2008-07-06 | 3 | -136/+34 |
| * | Switch AreaTreeParser to use a java.nio.CharBuffer, and ignore characters eve... | Andreas L. Delmelle | 2008-07-06 | 1 | -29/+64 |
| * | Fixed ClassCastException when specifying column-number on something other tha... | Andreas L. Delmelle | 2008-07-05 | 1 | -49/+65 |
| * | Replaced conditional with a switch and capitalized method javadoc description. | Adrian Cumiskey | 2008-07-04 | 1 | -11/+12 |
| * | * Some minor optimizations in AbstractRenderer. | Adrian Cumiskey | 2008-07-04 | 3 | -34/+43 |
| * | The pdf StringBuffer is only used on these two lines and doesn't seem to do a... | Adrian Cumiskey | 2008-07-04 | 1 | -3/+0 |
| * | Minor readability improvement. | Adrian Cumiskey | 2008-07-04 | 1 | -1/+3 |
| * | Cleanup/re-ordering, and addition of XSL 1.1 FO_ and PR_ constants | Andreas L. Delmelle | 2008-06-29 | 1 | -267/+349 |
| * | Corrected minor spelling mistake in javadoc | Adrian Cumiskey | 2008-06-28 | 1 | -1/+1 |
| * | Corrected minor spelling mistake in javadoc | Adrian Cumiskey | 2008-06-28 | 1 | -1/+1 |
| * | Removed unnecessary override | Andreas L. Delmelle | 2008-06-28 | 1 | -5/+0 |
| * | Some basic cleanup. | Adrian Cumiskey | 2008-06-26 | 5 | -459/+4 |
| * | Fixed a possible NullPointerException: if the citation appears in a fo:marker... | Andreas L. Delmelle | 2008-06-26 | 1 | -3/+9 |
| * | Another character handling problem, replaced end-start by length | Maximilian Berger | 2008-06-24 | 1 | -3/+3 |
| * | Fix imports... | Andreas L. Delmelle | 2008-06-23 | 1 | -3/+5 |
| * | A nit... | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+1 |
| * | Minor cleanup: simplified conditional | Andreas L. Delmelle | 2008-06-23 | 1 | -2/+2 |
| * | Javadoc fixup | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+0 |
| * | Minor cleanup: remove redundant cast | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+1 |
| * | Minor cleanup: remove redundant cast | Andreas L. Delmelle | 2008-06-23 | 1 | -7/+6 |
| * | Minor cleanup: remove double storage of the FObj | Andreas L. Delmelle | 2008-06-23 | 1 | -9/+4 |
| * | Minor cleanup: remove unused parameter from method signature | Andreas L. Delmelle | 2008-06-23 | 1 | -2/+2 |