aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #52966: How to use native text with EPSDocumentGraphics2D.Glenn Adams2012-04-082-3/+3
* Bugzilla #51599: Allow https scheme URI for PDF external action target.Glenn Adams2012-04-081-0/+3
* Bugzilla #50901: RTF percentage table column width not calculated from table.Glenn Adams2012-04-081-0/+8
* Bugzilla #50435: Use true as default for properties use-cache in case of acce...Glenn Adams2012-04-081-1/+3
* Fix minor format error in exception messageGlenn Adams2012-04-081-1/+1
* Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fi...Glenn Adams2012-04-088-60/+196
* Bugzilla #51007: RTF tables do not support percent column-widths.Glenn Adams2012-04-081-3/+18
* Bugzilla #50435: Access denied (java.util.PropertyPermission org.apache.fop.f...Glenn Adams2012-04-081-12/+18
* Bugzilla #49763: Incorrect message when encountering a block in an inline in ...Glenn Adams2012-04-073-15/+35
* Bugzilla #47380: Specified rule-thickness applies only when leader-pattern is...Glenn Adams2012-04-071-1/+4
* Bugzilla #49302: Eliminate duplicate code.Glenn Adams2012-04-071-13/+1
* Bugzilla #49350: Fix coding error in AFPResourceLevel#equals.Glenn Adams2012-04-071-1/+1
* Bugzilla #51836: Throw IFException instead of NPE if navigation target (page ...Glenn Adams2012-04-071-16/+22
* Bugzilla #51808: Fixed memory waste in traits map.Glenn Adams2012-04-061-2/+4
* Buzilla #51807: Fixed small memory waste in rowCells array construction.Glenn Adams2012-04-051-1/+1
* Bugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnoteGlenn Adams2012-04-032-2/+3
* Fixed a bug: Delegate getStructureTreeEventHandler() to delegatePeter Hancock2012-03-291-2/+1
* Merged branch Temp_PDF_ObjectStreamsVincent Hennebert2012-03-2657-398/+1051
|\
| * Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-2157-398/+1051
* | Organized importsVincent Hennebert2012-03-234-6/+9
* | Made class non-final to allow mockingVincent Hennebert2012-03-221-2/+2
* | Bugzilla #46962: Fixed deadlock in PropertyCache.Vincent Hennebert2012-03-2231-558/+640
|/
* Bugzilla #51385: Added configuration option to set the version of the output ...Vincent Hennebert2012-03-1911-98/+357
* Bugzila#52849: SVG font being painted as shapes when font present in the systemMehdi Houshmand2012-03-168-29/+67
* prevent assert due to skipped out of order or duplicate glyph indicesGlenn Adams2012-03-091-1/+3
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-06111-111/+111
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-05143-400/+511
* disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-058-22/+22
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-0524-43/+43
* ensure checkstyle-5.1 remains error free after recent changes for checkstyle-...Glenn Adams2012-03-031-0/+4
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-03181-278/+344
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-0263-91/+0
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-0233-70/+170
* enable OneStatementPerLine rule; fix violationsGlenn Adams2012-03-0212-27/+67
* enable RedundantImport rule; fix violationsGlenn Adams2012-03-0210-33/+0
* enable DefaultComesLast rule; fix violationsGlenn Adams2012-03-029-60/+60
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-024-9/+4
* default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-023-3/+3
* change allowLineBreaks to false (default value) on NoWhitespaceBefore; fix vi...Glenn Adams2012-03-021-2/+1
* Removed duplicate lineVincent Hennebert2012-03-021-2/+1
* Fix of a bug introduced when merging ImproveAccessibility.Peter Hancock2012-03-023-7/+12
* Bugzilla#50391: Adding support for different flow-name of fo:region-body in FOPPeter Hancock2012-03-027-9/+32
* fix @Override usage to be compatible with Java 1.5Glenn Adams2012-02-291-9/+0
* apply complex scripts patchGlenn Adams2012-02-26201-1466/+28751
* 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-154-17/+47
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-10100-1268/+3670
|\
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-0641-43/+104
| * Cleanup associated with rev 1236718Peter Hancock2012-01-313-21/+0
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-2745-761/+1528