aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-21117-427/+2239
| | | | | | | | When accessibility is enabled and PDF version 1.5 selected, the structure tree will be stored in object streams in order to reduce the size of the final PDF. This can lead to file reductions by up to 75% git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_ObjectStreams@1303431 13f79535-47bb-0310-9956-ffa450edef68
* Created branch to implement PDF object streamsVincent Hennebert2012-03-210-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_ObjectStreams@1303414 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51385: Added configuration option to set the version of the output ↵Vincent Hennebert2012-03-1915-99/+605
| | | | | | | | | PDF document. Patch by Mehdi Houshmand, applied with minor modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1302518 13f79535-47bb-0310-9956-ffa450edef68
* Bugzila#52849: SVG font being painted as shapes when font present in the systemMehdi Houshmand2012-03-1611-29/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1301445 13f79535-47bb-0310-9956-ffa450edef68
* Adding Trademark logo to 'Apache'; also adding JPG, GIF, PNG and SVG ↵Clay Leeds2012-03-108-0/+1160
| | | | | | versions of Group Logo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1299155 13f79535-47bb-0310-9956-ffa450edef68
* prevent assert due to skipped out of order or duplicate glyph indicesGlenn Adams2012-03-091-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1298912 13f79535-47bb-0310-9956-ffa450edef68
* Apache Brand compliance;Chris Bowditch2012-03-09107-613/+592
| | | | | | | Add links to security and Apache websites Make sure at least the titles all refer to FOP with Apache™ prefix git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1298724 13f79535-47bb-0310-9956-ffa450edef68
* Fixed package declarationVincent Hennebert2012-03-081-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1298335 13f79535-47bb-0310-9956-ffa450edef68
* We must respect projects' brand names. s/checkstyle/Checkstyle/Vincent Hennebert2012-03-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1298330 13f79535-47bb-0310-9956-ffa450edef68
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-06134-134/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1297404 13f79535-47bb-0310-9956-ffa450edef68
* update convention documentation regarding @author usageGlenn Adams2012-03-061-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1297305 13f79535-47bb-0310-9956-ffa450edef68
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-05146-402/+520
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1297284 13f79535-47bb-0310-9956-ffa450edef68
* disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-059-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1297232 13f79535-47bb-0310-9956-ffa450edef68
* Make sure TM logo and Apache used in main FOP references. ApacheCon 2011 is overChris Bowditch2012-03-056-6/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1297137 13f79535-47bb-0310-9956-ffa450edef68
* Removed trailing whitespace and enabled corresponding RegexpSingleline ↵Vincent Hennebert2012-03-0534-65/+63
| | | | | | Checkstyle rule git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1297008 13f79535-47bb-0310-9956-ffa450edef68
* ensure checkstyle-5.1 remains error free after recent changes for ↵Glenn Adams2012-03-032-3/+10
| | | | | | checkstyle-5.5 rules git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296590 13f79535-47bb-0310-9956-ffa450edef68
* change allowLineBreaks to false on NoWhitespaceAfter for BNOT, DEC, INC, ↵Glenn Adams2012-03-031-2/+6
| | | | | | LNOT, UNARY_MINUS, UNARY_PLUS, but allow for ARRAY_INIT and DOT git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296535 13f79535-47bb-0310-9956-ffa450edef68
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-03185-292/+360
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296526 13f79535-47bb-0310-9956-ffa450edef68
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-0267-95/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296496 13f79535-47bb-0310-9956-ffa450edef68
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-0238-77/+186
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296483 13f79535-47bb-0310-9956-ffa450edef68
* enable OneStatementPerLine rule; fix violationsGlenn Adams2012-03-0214-30/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296441 13f79535-47bb-0310-9956-ffa450edef68
* enable RedundantImport rule; fix violationsGlenn Adams2012-03-0212-35/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296437 13f79535-47bb-0310-9956-ffa450edef68
* enable DefaultComesLast rule; fix violationsGlenn Adams2012-03-0210-61/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296432 13f79535-47bb-0310-9956-ffa450edef68
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-026-14/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296418 13f79535-47bb-0310-9956-ffa450edef68
* default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-024-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296405 13f79535-47bb-0310-9956-ffa450edef68
* enable GenericWhitespace rule; fix violationsGlenn Adams2012-03-022-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296404 13f79535-47bb-0310-9956-ffa450edef68
* change allowLineBreaks to false (default value) on NoWhitespaceBefore; fix ↵Glenn Adams2012-03-022-5/+2
| | | | | | violations git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296399 13f79535-47bb-0310-9956-ffa450edef68
* fix breakage caused by CS patchGlenn Adams2012-03-022-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296385 13f79535-47bb-0310-9956-ffa450edef68
* Removed duplicate lineVincent Hennebert2012-03-021-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296116 13f79535-47bb-0310-9956-ffa450edef68
* Fix of a bug introduced when merging ImproveAccessibility.Peter Hancock2012-03-024-7/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296106 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#50391: Adding support for different flow-name of fo:region-body in FOPPeter Hancock2012-03-0215-70/+339
| | | | | | | Unit tests and a bugfix related to a repeatable sub-sequence specifier combo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296104 13f79535-47bb-0310-9956-ffa450edef68
* add checkstyle-5.5 support, update rulesGlenn Adams2012-03-012-10/+298
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296000 13f79535-47bb-0310-9956-ffa450edef68
* fix @Override usage to be compatible with Java 1.5Glenn Adams2012-02-293-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1295320 13f79535-47bb-0310-9956-ffa450edef68
* add build-local.targets.xml to ignoresGlenn Adams2012-02-290-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1295248 13f79535-47bb-0310-9956-ffa450edef68
* update status to reflect recent CS commits; alphabetize developers listGlenn Adams2012-02-271-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1294244 13f79535-47bb-0310-9956-ffa450edef68
* update team infoGlenn Adams2012-02-271-13/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1293996 13f79535-47bb-0310-9956-ffa450edef68
* update IF schema to reflect new @{dx,dp} usage on text elementGlenn Adams2012-02-262-5/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1293963 13f79535-47bb-0310-9956-ffa450edef68
* apply complex scripts patchGlenn Adams2012-02-26928-1662/+132297
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1293736 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52657: instream foreign object (svg) coloration incorrect Chris Bowditch2012-02-201-2/+2
| | | | | | Submitted by Glenn Adams git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1291292 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52655: Fixed rendering of special glyphs when using single-byte ↵Vincent Hennebert2012-02-155-17/+50
| | | | | | | | | encoding mode Patch by Luis Bernardo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1244656 13f79535-47bb-0310-9956-ffa450edef68
* Enabled assertions in junit tasks (analagous to JVM arg -ea)Mehdi Houshmand2012-02-143-0/+12
| | | | | | | | - Disabled a layout test that fails an assertion - Added an expression to a mocked class to pass assertion git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1243963 13f79535-47bb-0310-9956-ffa450edef68
* Corrected error in Junit4 migrationMehdi Houshmand2012-02-132-30/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1243549 13f79535-47bb-0310-9956-ffa450edef68
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-10194-1414/+6182
|\ | | | | | | | | | | | | revs 1187234, 1188205, 1205935, 1236718, 1238313, 1240963 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1242848 13f79535-47bb-0310-9956-ffa450edef68
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-0642-45/+138
| | | | | | | | | | | | | | | | | | Findbugs report generated with version 1.3.9. Checkstyle report generated with version 5.5. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImproveAccessibility@1240963 13f79535-47bb-0310-9956-ffa450edef68
| * Cleanup associated with rev 1236718Peter Hancock2012-01-313-21/+0
| | | | | | | | | | | | | | Removed unused structure tree events. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImproveAccessibility@1238313 13f79535-47bb-0310-9956-ffa450edef68
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-2788-845/+1968
| | | | | | | | | | | | | | | | | | | | * Defer the binding of PCData to struct elems using a placeholder mechanism. * Translate text nodes to marked-content sequences in IF structure tree. * Replace ptr with structure tree element. * Re-order table footers so they appear at the end of the structure tree. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImproveAccessibility@1236718 13f79535-47bb-0310-9956-ffa450edef68
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-2472-689/+1708
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The structure tree is now directly converted into corresponding PDF objects. When going the IF route, the structure tree is stored in the form of SAX events that will be re-played when it's time to stream them into the output. This may still change. * Extracted RFC3066 methods from XMLUtil into new LanguageTags class that can be re-used in a non-XML context. * Dropped support for accessibility in the old Area Tree XML. * Added support for the xml:lang property on fo:root, so that the global language can be set for the document without retrieving the language from the first page-sequence. * Renamed StructureTreeBuilder into more appropriate StructureTreeEventHandler (same for applicable sub-classes) * Renamed StructureTreeBuildingFOEventHandler into FO2StructureTreeConverter and added test case * Added test cases for classes in the StructureTreeEventHandler hierarchy git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImproveAccessibility@1205935 13f79535-47bb-0310-9956-ffa450edef68
| * Removed the FO document pre-processing step that was adding ptr and creating ↵Vincent Hennebert2011-10-24114-645/+3279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a reduced FO tree. * Removed addPtr.xsl and reduceFOTree.xsl * Implemented Common Accessibility properties on objects that support them * Added a special implementation of FOEventHandler to build the structure tree * Added mockito library and its dependencies * Added mocks for some FO nodes and properties * Removed FOTreeUnitTester and converted it into a re-usable FODocumentParser class * Re-worked table FO test cases accordingly git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImproveAccessibility@1188205 13f79535-47bb-0310-9956-ffa450edef68
| * Created new branch for improvements of the Accessibility featureVincent Hennebert2011-10-210-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImproveAccessibility@1187234 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla#52536: Added documentation about FOPs API and updated related ↵Mehdi Houshmand2012-02-063-59/+67
| | | | | | | | | | | | documentation git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1241041 13f79535-47bb-0310-9956-ffa450edef68