| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Buzilla #51807: Fixed small memory waste in rowCells array construction. | Glenn Adams | 2012-04-05 | 1 | -1/+1 |
* | Bugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnote | Glenn Adams | 2012-04-03 | 2 | -2/+3 |
* | Fixed a bug: Delegate getStructureTreeEventHandler() to delegate | Peter Hancock | 2012-03-29 | 1 | -2/+1 |
* | Merged branch Temp_PDF_ObjectStreams | Vincent Hennebert | 2012-03-26 | 57 | -398/+1051 |
|\ |
|
| * | Added support for PDF object streams.Temp_PDF_ObjectStreams | Vincent Hennebert | 2012-03-21 | 57 | -398/+1051 |
* | | Organized imports | Vincent Hennebert | 2012-03-23 | 4 | -6/+9 |
* | | Made class non-final to allow mocking | Vincent Hennebert | 2012-03-22 | 1 | -2/+2 |
* | | Bugzilla #46962: Fixed deadlock in PropertyCache. | Vincent Hennebert | 2012-03-22 | 31 | -558/+640 |
|/ |
|
* | Bugzilla #51385: Added configuration option to set the version of the output ... | Vincent Hennebert | 2012-03-19 | 11 | -98/+357 |
* | Bugzila#52849: SVG font being painted as shapes when font present in the system | Mehdi Houshmand | 2012-03-16 | 8 | -29/+67 |
* | prevent assert due to skipped out of order or duplicate glyph indices | Glenn Adams | 2012-03-09 | 1 | -1/+3 |
* | Added new line at end of files and enabled corresponding rule in checkstyle-5.5 | Vincent Hennebert | 2012-03-06 | 111 | -111/+111 |
* | add RegexpSingleline rule to flag use of @author; fix violations | Glenn Adams | 2012-03-05 | 143 | -400/+511 |
* | disable line breaks after DOT with NoWhiteSpaceAfter; fix violations | Glenn Adams | 2012-03-05 | 8 | -22/+22 |
* | Removed trailing whitespace and enabled corresponding RegexpSingleline Checks... | Vincent Hennebert | 2012-03-05 | 24 | -43/+43 |
* | ensure checkstyle-5.1 remains error free after recent changes for checkstyle-... | Glenn Adams | 2012-03-03 | 1 | -0/+4 |
* | enable ImportOrder rule; fix violations | Glenn Adams | 2012-03-03 | 181 | -278/+344 |
* | enable UnusedImports rule; fix violations | Glenn Adams | 2012-03-02 | 63 | -91/+0 |
* | enable MultipleVariableDeclarations rule; fix violations | Glenn Adams | 2012-03-02 | 33 | -70/+170 |
* | enable OneStatementPerLine rule; fix violations | Glenn Adams | 2012-03-02 | 12 | -27/+67 |
* | enable RedundantImport rule; fix violations | Glenn Adams | 2012-03-02 | 10 | -33/+0 |
* | enable DefaultComesLast rule; fix violations | Glenn Adams | 2012-03-02 | 9 | -60/+60 |
* | default all RightCurly tokens, thus adding LITERAL_IF; fix violations | Glenn Adams | 2012-03-02 | 4 | -9/+4 |
* | default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violations | Glenn Adams | 2012-03-02 | 3 | -3/+3 |
* | change allowLineBreaks to false (default value) on NoWhitespaceBefore; fix vi... | Glenn Adams | 2012-03-02 | 1 | -2/+1 |
* | Removed duplicate line | Vincent Hennebert | 2012-03-02 | 1 | -2/+1 |
* | Fix of a bug introduced when merging ImproveAccessibility. | Peter Hancock | 2012-03-02 | 3 | -7/+12 |
* | Bugzilla#50391: Adding support for different flow-name of fo:region-body in FOP | Peter Hancock | 2012-03-02 | 7 | -9/+32 |
* | fix @Override usage to be compatible with Java 1.5 | Glenn Adams | 2012-02-29 | 1 | -9/+0 |
* | apply complex scripts patch | Glenn Adams | 2012-02-26 | 201 | -1466/+28751 |
* | Bugzilla 52657: instream foreign object (svg) coloration incorrect | Chris Bowditch | 2012-02-20 | 1 | -2/+2 |
* | Bugzilla #52655: Fixed rendering of special glyphs when using single-byte enc... | Vincent Hennebert | 2012-02-15 | 4 | -17/+47 |
* | Merged in Temp_ImproveAccessibility | Peter Hancock | 2012-02-10 | 100 | -1268/+3670 |
|\ |
|
| * | Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibility | Peter Hancock | 2012-02-06 | 41 | -43/+104 |
| * | Cleanup associated with rev 1236718 | Peter Hancock | 2012-01-31 | 3 | -21/+0 |
| * | Associate structure tree elements directly to render content | Peter Hancock | 2012-01-27 | 45 | -761/+1528 |
| * | Removed the DOM representation of the structure tree. | Vincent Hennebert | 2011-11-24 | 39 | -633/+994 |
| * | Removed the FO document pre-processing step that was adding ptr and creating ... | Vincent Hennebert | 2011-10-24 | 49 | -484/+1717 |
* | | master is not supposed to still be null when canProcess is called | Vincent Hennebert | 2012-01-31 | 2 | -12/+4 |
* | | Amended checkstyle errors and return carriages | Mehdi Houshmand | 2012-01-30 | 15 | -5/+42 |
* | | Bugzilla#52513: Moved FOUserAgent to the constructor of the Renderers | Mehdi Houshmand | 2012-01-30 | 23 | -143/+90 |
* | | Amended error message to describe licensing restriction flag in font | Mehdi Houshmand | 2012-01-24 | 1 | -1/+2 |
* | | Corrected typo in error message | Mehdi Houshmand | 2012-01-24 | 1 | -1/+1 |
* | | Reverted changes made in r1234877, see bugzilla#52513 | Mehdi Houshmand | 2012-01-24 | 23 | -90/+143 |
* | | Moved the FOUserAgent into the constructor of the Renderers | Mehdi Houshmand | 2012-01-23 | 23 | -143/+90 |
* | | Bugzilla#52499: non embeddable TTF fonts -- throw exception if trying to embed | Mehdi Houshmand | 2012-01-23 | 1 | -2/+7 |
* | | Bugzilla #52416: | Chris Bowditch | 2012-01-19 | 1 | -12/+14 |
* | | resolve findbug warnings | Chris Bowditch | 2012-01-18 | 2 | -2/+12 |
* | | Bugzilla #51209: | Chris Bowditch | 2012-01-18 | 4 | -24/+38 |
* | | Bugzilla #50391: | Chris Bowditch | 2012-01-10 | 17 | -84/+255 |