aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bugzilla #53101: Ensure that table cell spanning works in right-to-left ↵Glenn Adams2012-04-205-8/+102
| | | | | | writing mode. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328515 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53086: Ensure that table footer and header are included in ↵Glenn Adams2012-04-173-0/+117
| | | | | | bididirectional resolution. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1327291 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53097: Ensure writing-mode specified on fo:table is used to ↵Glenn Adams2012-04-175-10/+131
| | | | | | determine writing mode of table and its descendants. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1327244 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53094: Convert block container overflow exception to event model, ↵Glenn Adams2012-04-179-14/+99
| | | | | | improving overflow property behavior. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1327157 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51617: Add run target for embedded examples. Add increased JVM ↵Glenn Adams2012-04-142-0/+5
| | | | | | memory heap flag for example8 in case font cache is rebuilt. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1326166 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53083: Update to use of checkstyle-5.5 as default configuration. ↵Glenn Adams2012-04-143-193/+6
| | | | | | Remove checkstyle-4.0 configuration. Also, import environment build properties before local properties, so that latter can refer to former. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1326154 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ↵Glenn Adams2012-04-146-30/+33
| | | | | | fall back to collapse. Fix checkstyle errors from prior commit. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1326144 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52514: Ensure square image is appropriately scaled.Glenn Adams2012-04-142-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1326053 13f79535-47bb-0310-9956-ffa450edef68
* Minor docs tweak.Glenn Adams2012-04-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325906 13f79535-47bb-0310-9956-ffa450edef68
* Removed dependency on no longer existing setup-xml-schema targetVincent Hennebert2012-04-131-1/+1
| | | | | | | Commit 1324757 was actually meant to be made against trunk git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325806 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50062: Invoke JVM in headless mode from FOP command scripts and JS ↵Glenn Adams2012-04-134-2/+10
| | | | | | shell to prevent stealing focus from GUI applications. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325624 13f79535-47bb-0310-9956-ffa450edef68
* Fix merge collision that elided an action entry.Glenn Adams2012-04-131-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325622 13f79535-47bb-0310-9956-ffa450edef68
* Remove obsolete information about TXT renderer.Glenn Adams2012-04-121-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325409 13f79535-47bb-0310-9956-ffa450edef68
* Take leading derived space before/after into account when computing rows for ↵Glenn Adams2012-04-123-12/+18
| | | | | | TXT renderer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325394 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#49893: A global setting to wrap F11 images in page segments.Peter Hancock2012-04-128-20/+142
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325277 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52763: Support list-block in marker, thus preventing NPE.Glenn Adams2012-04-113-6/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325016 13f79535-47bb-0310-9956-ffa450edef68
* Must use unqualified (local name) when reporting invalid child error.Glenn Adams2012-04-113-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1324916 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53065: Restore lookup on Event message lookup field part. Add ↵Glenn Adams2012-04-114-51/+77
| | | | | | locale field to Event to enable locale dependent deferred bundle load during lookup field part substitution. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1324913 13f79535-47bb-0310-9956-ffa450edef68
* Bug in AFP font metrics that performed integer arithmetic when it should ↵Mehdi Houshmand2012-04-104-14/+19
| | | | | | | | | have been double arithemetic. Also added some generics to the surrounding classes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1311638 13f79535-47bb-0310-9956-ffa450edef68
* Add key.Glenn Adams2012-04-091-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1311335 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49754: Update status.Glenn Adams2012-04-091-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1311123 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49754: Bring clone() in line with the recommendations in ↵Glenn Adams2012-04-0821-172/+150
| | | | | | Object.clone(). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1311120 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52966: How to use native text with EPSDocumentGraphics2D.Glenn Adams2012-04-085-3/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1311103 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51599: Allow https scheme URI for PDF external action target.Glenn Adams2012-04-082-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1311092 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50901: RTF percentage table column width not calculated from table.Glenn Adams2012-04-082-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1311081 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50435: Use true as default for properties use-cache in case of ↵Glenn Adams2012-04-081-1/+3
| | | | | | access exception. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1311070 13f79535-47bb-0310-9956-ffa450edef68
* Fix minor format error in exception messageGlenn Adams2012-04-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310963 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also ↵Glenn Adams2012-04-089-60/+199
| | | | | | fix three findbugs issues. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310948 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51007: RTF tables do not support percent column-widths.Glenn Adams2012-04-082-3/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310926 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50435: Access denied (java.util.PropertyPermission ↵Glenn Adams2012-04-082-12/+21
| | | | | | org.apache.fop.fo.properties.use-cache read). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310924 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49763: Incorrect message when encountering a block in an inline in ↵Glenn Adams2012-04-074-15/+38
| | | | | | a footnote git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310853 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #47380: Specified rule-thickness applies only when leader-pattern ↵Glenn Adams2012-04-072-1/+7
| | | | | | is rule, otherwise should use default thickness. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310717 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49302: Eliminate duplicate code.Glenn Adams2012-04-072-13/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310672 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49350: Fix coding error in AFPResourceLevel#equals.Glenn Adams2012-04-072-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310669 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51836: Throw IFException instead of NPE if navigation target (page ↵Glenn Adams2012-04-072-16/+25
| | | | | | reference) doesn't exist. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310666 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #19769: update page-{height,width} to show partial compliance only, ↵Glenn Adams2012-04-061-8/+8
| | | | | | lack of indefinite support git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310644 13f79535-47bb-0310-9956-ffa450edef68
* update release checklist in development docset based on info in bug 49281Glenn Adams2012-04-061-75/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310603 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51808: Update status.Glenn Adams2012-04-061-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310525 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51808: Fixed memory waste in traits map.Glenn Adams2012-04-061-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310524 13f79535-47bb-0310-9956-ffa450edef68
* Buzilla #51807: Fixed small memory waste in rowCells array construction.Glenn Adams2012-04-052-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1309636 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnoteGlenn Adams2012-04-034-3/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1309024 13f79535-47bb-0310-9956-ffa450edef68
* enhance complex scripts feature documentationGlenn Adams2012-04-031-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1308686 13f79535-47bb-0310-9956-ffa450edef68
* add complex script feature documentationGlenn Adams2012-04-034-10/+650
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1308679 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug: Delegate getStructureTreeEventHandler() to delegatePeter Hancock2012-03-291-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1306814 13f79535-47bb-0310-9956-ffa450edef68
* Merged branch Temp_PDF_ObjectStreamsVincent Hennebert2012-03-26118-433/+2242
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1305467 13f79535-47bb-0310-9956-ffa450edef68
| * 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
* | Removed reference to XML schema from IF schema.Vincent Hennebert2012-03-236-400/+23
| | | | | | | | | | | | | | | | | | | | Copied the definition of xml:space into the IF schema. Removed the setup-xml-schema Ant ask. xml.xsd is a file under the W3C Document License and we cannot (yet?) redistribute files under such a license. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1304524 13f79535-47bb-0310-9956-ffa450edef68
* | Organized importsVincent Hennebert2012-03-234-6/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1304264 13f79535-47bb-0310-9956-ffa450edef68
* | For ImportOrder, "under" already is the default value for "option". Removed it.Vincent Hennebert2012-03-231-1/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1304262 13f79535-47bb-0310-9956-ffa450edef68