aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Re-enabled Checkstyle in Gump, the issue should be sorted nowVincent Hennebert2014-01-061-1/+1
* | | | Disable Checkstyle in Gump for now, to avoid being flooded by build failures ...Vincent Hennebert2013-12-241-1/+1
* | | | Enabled plain formatter to get Checkstyle warnings from Gump buildsVincent Hennebert2013-12-231-0/+1
* | | | 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
* | | | Have Checkstyle fail the build if there are any warningsVincent Hennebert2013-12-171-1/+1
* | | | Have Gump run Checkstyle on the source codeVincent Hennebert2013-12-171-6/+1
* | | | Cosmetics only: enabled Checkstyle for test files and fixed resulting errorsVincent Hennebert2013-12-17198-738/+717
| * | | Updated disabled-testcases.xmlVincent Hennebert2013-11-143-72/+55
| * | | 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-072-2/+20
| * | | 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
| | * | 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
| | | * Handle the case where dynamic content is in the middle of a page, selecting t...Vincent Hennebert2014-03-1711-174/+283
| | | * Brought the branch in sync with rev. 1550844 of trunkVincent Hennebert2013-12-13212-1645/+8630
| | | |\ | |_|_|/ |/| | |
* | | | FOP-2326: CMYK TIFF is rendered using RGB colourspace in Postscript output; p...Luis Bernardo2013-12-131-0/+0
* | | | FOP-2263: PDFDocumentGraphics2D.closePage() should not nullify currentStream;...Luis Bernardo2013-12-131-1/+0
* | | | updated xgc jar due to XGC-87 fix.Luis Bernardo2013-12-131-0/+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-0311-12/+30
* | | | replaced fontbox snapshot jar by a patched released jar (patch files added to...Luis Bernardo2013-12-033-0/+1133
* | | | 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-2315: Incorrect example for leadersVincent Hennebert2013-11-211-8/+8
* | | | 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-1940-421/+291
* | | | FOP-2312: font-base configuration setting not working as expectedVincent Hennebert2013-11-158-29/+101