aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* FOP-2346: UnsupportedOperationException when handling an SVG containing a fon...Vincent Hennebert2014-02-205-20/+60
* FOP:2344 - SVG bleeds color between elements when outputting to AFPRobert Meyer2014-02-181-3/+2
* FOP-2341: Infinite loop when smaller used with a zero length font-sizeRobert Meyer2014-02-171-0/+3
* FOP-2252: OpenType CFF - Remove need for patch to fontboxRobert Meyer2014-02-102-7/+100
* Merged branch Temp_FopFontsForSVGback into trunkVincent Hennebert2014-02-0360-1720/+2724
|\
| * Fixed Checkstyle issuesVincent Hennebert2014-01-301-2/+3
| * Brought the branch in sync with rev. 1562429 of trunkVincent Hennebert2014-01-30207-4566/+12133
| |\ | |/ |/|
* | Brought the branch in sync with rev. r1559284 of trunkTemp_InlineContainerVincent Hennebert2014-01-291-10/+28
|\ \
| * | FOP-1801: conversion B&W GIF=>PDF creates PDF with colorspace RGB if FOP0.95 ...Luis Bernardo2014-01-171-10/+28
* | | Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-13156-1737/+5900
|\| |
| * | The length of $HeadURL$ cannot be controlled. Surround with CSOFF/CSON commentsVincent Hennebert2014-01-071-2/+3
| * | Fix checkstyle warning.Glenn Adams2013-12-211-1/+1
| * | Smoke test: introduce Checkstyle violation and see if Gump will complainVincent Hennebert2013-12-171-1/+1
| * | FOP-2263: PDFDocumentGraphics2D.closePage() should not nullify currentStream;...Luis Bernardo2013-12-131-1/+0
| * | FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; P...Robert Meyer2013-12-052-1/+24
| * | FOP-1069: No error message on illegal/unknown values on a propertyRobert Meyer2013-12-041-2/+5
| * | Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-0310-12/+24
| * | FOP-2323: NPE caused by missing local subroutine index in private dictonary o...Robert Meyer2013-12-031-2/+6
| * | FOP-2314: Caching xmlParserClassName in org.apache.fop.svg.SimpleSVGUserAgent...Luis Bernardo2013-11-241-6/+20
| * | FOP-2317: crash when issuing warning for invalid property valueVincent Hennebert2013-11-211-1/+1
| * | Restricted CSOFF filter to LineLength and fixed resulting Checkstyle issuesVincent Hennebert2013-11-1934-376/+253
| * | FOP-2312: font-base configuration setting not working as expectedVincent Hennebert2013-11-153-29/+47
| * | FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-1320-854/+2803
| * | Reverted changes to PDFStructureTreeBuilder from rev. 1537600Vincent Hennebert2013-11-051-6/+2
| * | FOP-1749: Fix offset of footnote when it has a margin-topVincent Hennebert2013-11-051-1/+1
| * | FOP-2311: revert changes from FOP-1069 that regresses shorthand property hand...Glenn Adams2013-11-011-1/+2
| * | FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-0167-410/+2416
| * | FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-3119-27/+136
| * | reverted 1536924 (FOP-2308)Luis Bernardo2013-10-301-1/+1
| * | FOP-2308: text-transform="capitalize" assumes input text is lowercaseLuis Bernardo2013-10-291-1/+1
| * | FOP-2305: Poor resolution of PCL output in trunk vs. 1.1; target-resolution w...Luis Bernardo2013-10-281-3/+0
| * | FOP-2306: use the URI of the source FO document rather than the config file a...Vincent Hennebert2013-10-221-1/+7
| * | FOP-2104: RTF renderer barfs when fo:table-row is missing inside fo-table-headerRobert Meyer2013-10-223-19/+166
| * | FOP-2299: Non Unicode named glyphs not loaded for Type1 fontsRobert Meyer2013-10-212-5/+6
* | | Fixed the setting of generates[Block|Reference]AreaVincent Hennebert2013-11-145-8/+4
* | | Implemented missing methodsVincent Hennebert2013-11-141-7/+6
* | | Code clean-up and simplificationVincent Hennebert2013-11-142-23/+17
* | | Added support for <percentage> values on alignment-adjustVincent Hennebert2013-11-071-1/+2
* | | Added support for <length> values on alignment-adjustVincent Hennebert2013-11-071-1/+6
* | | Added support for dominant-baseline on fo:inline-containerVincent Hennebert2013-11-072-5/+6
* | | Improved javadoc for getBaselineOffsetVincent Hennebert2013-11-071-2/+4
* | | Added support for alignment-baseline on fo:inline-containerVincent Hennebert2013-11-071-8/+12
* | | Added support for non-default values of alignment-adjustVincent Hennebert2013-11-071-1/+42
* | | Added support for default alignment of inline-container areas with their pare...Vincent Hennebert2013-11-0612-296/+263
* | | 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
* | | Properly handle "error-if-overflow" value of "overflow" property when overflo...Vincent Hennebert2013-10-282-4/+29
* | | Added support for percentage dimensionsVincent Hennebert2013-10-281-11/+16
* | | Slightly simplified looping through positions in addAreasVincent Hennebert2013-10-281-9/+11
* | | Do space resolution on the children of the inline-containerVincent Hennebert2013-10-282-28/+25