aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed concurrency issue re:background-image on a fo:block. Also updated a ↵Mehdi Houshmand2012-04-273-57/+57
| | | | | | couple license headers in the examples git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1331419 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51484: Improve test for last section.Glenn Adams2012-04-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330838 13f79535-47bb-0310-9956-ffa450edef68
* Fixed FindBugs warningsVincent Hennebert2012-04-253-30/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330453 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53052: restored support for embedded PDF filesVincent Hennebert2012-04-251-2/+1
| | | | | | | Removed the outputting of obj/endobj in PDFJavaScriptLaunchAction git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330451 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use ↵Glenn Adams2012-04-257-53/+38
| | | | | | of Java Beans API. Fix checkstyle errors. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330317 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51484: Don't write final /sect suffix in RTF if section is last ↵Glenn Adams2012-04-252-1/+9
| | | | | | section. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330296 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53143: Ensure fonts are not loaded twice (redundantly).Glenn Adams2012-04-242-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330050 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50196: Add test for basic-link with padding.Glenn Adams2012-04-242-0/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1329865 13f79535-47bb-0310-9956-ffa450edef68
* Remove inactive Contributor and add Luis BernardoChris Bowditch2012-04-231-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1329104 13f79535-47bb-0310-9956-ffa450edef68
* Improve property function argument parsing, specifically, better separate ↵Glenn Adams2012-04-221-0/+4
| | | | | | required, optional, and variable arguments and the handling of optional argument defaults. Regularize property function class names. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328965 13f79535-47bb-0310-9956-ffa450edef68
* Make property function class names more consistent.Glenn Adams2012-04-228-93/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328964 13f79535-47bb-0310-9956-ffa450edef68
* Snapshot commit - does not build!Glenn Adams2012-04-2223-247/+203
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328963 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51043: Don't restart layout unless abs(ipd difference)>1 in order ↵Glenn Adams2012-04-212-1/+4
| | | | | | to prevent rounding issues from triggering false restart. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328581 13f79535-47bb-0310-9956-ffa450edef68
* Tweak comment.Glenn Adams2012-04-211-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328580 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50492: Removing experimental feature that violates XSL-FO and ↵Glenn Adams2012-04-212-0/+18
| | | | | | Unicode semantics by misinterpreting Basic Latin code points. Users must use private use codepoints to access font specific character mappings that have no assigned Unicode code point. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328579 13f79535-47bb-0310-9956-ffa450edef68
* Improve consistency between junit-run and junit-all targets.Glenn Adams2012-04-201-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328537 13f79535-47bb-0310-9956-ffa450edef68
* 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