aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Added support for <length> values on alignment-adjustVincent Hennebert2013-11-072-1/+23
| | * Added support for dominant-baseline on fo:inline-containerVincent Hennebert2013-11-073-5/+80
| | * Improved javadoc for getBaselineOffsetVincent Hennebert2013-11-071-2/+4
| | * Added support for alignment-baseline on fo:inline-containerVincent Hennebert2013-11-072-8/+86
| | * Added support for non-default values of alignment-adjustVincent Hennebert2013-11-072-1/+252
| | * Added support for default alignment of inline-container areas with their pare...Vincent Hennebert2013-11-0613-296/+417
| | * Re-ordered methods from higher to lower levelVincent Hennebert2013-10-311-35/+35
| | * Take into account the inline-container's bpd in the alignment contextVincent Hennebert2013-10-311-2/+4
| | * Typo: s/inline/block/Vincent Hennebert2013-10-311-1/+1
| | * Added possibility to check for events in layout testsVincent Hennebert2013-10-314-6/+119
| | * Properly handle "error-if-overflow" value of "overflow" property when overflo...Vincent Hennebert2013-10-282-4/+29
| | * Added support for percentage dimensionsVincent Hennebert2013-10-283-11/+77
| | * Slightly simplified looping through positions in addAreasVincent Hennebert2013-10-281-9/+11
| | * Do space resolution on the children of the inline-containerVincent Hennebert2013-10-283-28/+37
| | * Issue a warning if the content of an inline-container overflows it in the blo...Vincent Hennebert2013-10-243-3/+23
| | * Added support for block-progression-dimension="auto"Vincent Hennebert2013-10-242-6/+54
| | * When inline-progression-dimension has been left to auto on fo:inline-containe...Vincent Hennebert2013-10-244-1/+85
| | * Parse back the container area from the area tree.Vincent Hennebert2013-10-243-10/+25
| | * First bits of support for fo:inline-containerVincent Hennebert2013-10-215-162/+361
| | * Temporary branch for implementation of fo:inline-containerVincent Hennebert2013-10-210-0/+0
| |/
| * FOP-2296: SVG fill pattern not visible with encryption; patch submitted by Si...Luis Bernardo2013-10-161-2/+3
| * FOP-1872: External document is clipped when rotated; patch submitted by Thana...Luis Bernardo2013-10-132-4/+10
| * Removed unused variablesVincent Hennebert2013-10-093-7/+0
| * Do not log a warning when .notdef has been assigned to an unused code of Adob...Vincent Hennebert2013-10-081-3/+6
| * FOP-2106: Footnote put on earlier page than the one that contains the footnot...Vincent Hennebert2013-10-082-32/+98
| * FOP-2107: org.apache.batik.bridge.BridgeException: Unable to make sense of UR...Luis Bernardo2013-09-251-1/+1
| * FOP-2298: One last @Override to remove to satisfy broken Java 5 support.Glenn Adams2013-09-171-1/+0
| * FOP-2298: Java 5 is more strict than Java 6 about use of @Override on impleme...Glenn Adams2013-09-162-3/+0
| * FOP-2298: Java 5 doesn't support String.isEmptyGlenn Adams2013-09-163-4/+4
| * FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ...Glenn Adams2013-09-1331-147/+1190
| * FOP-2275: Quadratic Bezier curves not properly renderedRobert Meyer2013-08-201-4/+20
| * there is no dependency on pdfbox. this corrects previous commit.Luis Bernardo2013-08-151-0/+0
| * the OTF patch requires pdfbox...Luis Bernardo2013-08-141-0/+0
| * FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer (ecli...Luis Bernardo2013-08-142-89/+937
| * FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-1435-2297/+4542
| * Removed obsolete CommandLineLogger.Vincent Hennebert2013-07-305-320/+2
* | Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-29102-5089/+7165
* | Directly use FOP fonts for SVG images, without going trough AWT fontsVincent Hennebert2013-07-290-0/+0
|/
* FOP-2265: Enable xlint cast; patch submitted by Simon Steiner; failed to comm...Luis Bernardo2013-07-151-0/+1
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-1331-57/+55
* FOP-2271: XSL Infinite loop; test case: patch submitted by Simon Steiner.Luis Bernardo2013-07-122-0/+37
* FOP-2271: XSL Infinite loop; patch submitted by Simon Steiner.Luis Bernardo2013-07-121-9/+18
* FOP-2273: Stroke miter limit is not clamped when writing PDFs; patch submitte...Luis Bernardo2013-07-121-1/+1
* FOP-2259: 1 bit TIFF error; patch submitted by Simon SteinerLuis Bernardo2013-07-124-3/+13
* FOP-2250: Arabic characters are not connected on PCL; partial implementation.Luis Bernardo2013-06-233-24/+122
* FOP-2246: Exception java.lang.IllegalArgumentException: min (1650) > opt (0);...Luis Bernardo2013-06-181-0/+10
* Adding MarkDown docs/ directory for XML Graphics FOP.Clay Leeds2013-06-150-0/+0
* Improved fop.xconf validationPeter Hancock2013-06-041-136/+249
* FOP-2248: add support for AES 256 PDF encryptionLuis Bernardo2013-05-1812-101/+680
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing messag...Luis Bernardo2013-05-132-2/+2