aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Ber...Glenn Adams2012-06-151-2/+2
* Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent...Glenn Adams2012-06-157-79/+636
* Eliminate javadocs warnings.Glenn Adams2012-06-0416-26/+29
* Add version attribute to AT and IF intermediate formats. Also eliminate redun...Glenn Adams2012-05-282-6/+33
* Add extension to place code just before PostScript %PageTrailer. Submitted by...Glenn Adams2012-05-275-2/+126
* Bugzilla #53294: Fix invalid PostScript file being created when font-size is ...Glenn Adams2012-05-251-1/+9
* Added support for the role property on fo:page-sequence, fo:flow and fo:stati...Vincent Hennebert2012-05-255-72/+81
* Bugzilla #53242: Support fractional line widths in AFP renderer, fixing probl...Glenn Adams2012-05-173-0/+20
* Improved handling of AFP double-byte character setsMehdi Houshmand2012-05-151-6/+7
* Bugzilla #43940: Use new double format utility to improve thread safety and p...Glenn Adams2012-04-291-2/+5
* Bugzilla #51484: Improve test for last section.Glenn Adams2012-04-261-2/+2
* Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use o...Glenn Adams2012-04-251-1/+1
* Bugzilla #51484: Don't write final /sect suffix in RTF if section is last sec...Glenn Adams2012-04-251-1/+6
* Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ...Glenn Adams2012-04-141-6/+6
* Take leading derived space before/after into account when computing rows for ...Glenn Adams2012-04-121-6/+9
* Bugzilla#49893: A global setting to wrap F11 images in page segments.Peter Hancock2012-04-124-17/+82
* Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo...Glenn Adams2012-04-0810-29/+74
* Bugzilla #52966: How to use native text with EPSDocumentGraphics2D.Glenn Adams2012-04-081-1/+1
* Bugzilla #50901: RTF percentage table column width not calculated from table.Glenn Adams2012-04-081-0/+8
* Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fi...Glenn Adams2012-04-086-54/+189
* Bugzilla #51007: RTF tables do not support percent column-widths.Glenn Adams2012-04-081-3/+18
* Bugzilla #49763: Incorrect message when encountering a block in an inline in ...Glenn Adams2012-04-071-1/+0
* Bugzilla #49302: Eliminate duplicate code.Glenn Adams2012-04-071-13/+1
* Bugzilla #51836: Throw IFException instead of NPE if navigation target (page ...Glenn Adams2012-04-071-16/+22
* Fixed a bug: Delegate getStructureTreeEventHandler() to delegatePeter Hancock2012-03-291-2/+1
* Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-213-8/+11
* Bugzilla #51385: Added configuration option to set the version of the output ...Vincent Hennebert2012-03-193-2/+44
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-0640-40/+40
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-0565-195/+279
* disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-051-2/+2
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-054-10/+10
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-0360-90/+111
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-0223-29/+0
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-022-4/+11
* enable OneStatementPerLine rule; fix violationsGlenn Adams2012-03-021-1/+2
* enable RedundantImport rule; fix violationsGlenn Adams2012-03-027-18/+0
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-021-3/+1
* default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-021-1/+1
* apply complex scripts patchGlenn Adams2012-02-2625-352/+908
* Bugzilla 52657: instream foreign object (svg) coloration incorrect Chris Bowditch2012-02-201-2/+2
* Bugzilla #52655: Fixed rendering of special glyphs when using single-byte enc...Vincent Hennebert2012-02-152-13/+11
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-1023-335/+750
|\
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-069-30/+41
| * Cleanup associated with rev 1236718Peter Hancock2012-01-311-8/+0
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-2712-197/+294
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-2417-183/+497
| * Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-242-25/+25
* | Amended checkstyle errors and return carriagesMehdi Houshmand2012-01-3012-4/+37
* | Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-3022-138/+88
* | Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-2422-88/+138