aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Merge in trunk@1345838Mehdi Houshmand2012-06-1134-100/+123
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1348858 13f79535-47bb-0310-9956-ffa450edef68
| * Eliminate javadocs warnings.Glenn Adams2012-06-0434-73/+103
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1345838 13f79535-47bb-0310-9956-ffa450edef68
| * Further clean up to PDFResources and fixed mistake in last commitMehdi Houshmand2012-06-011-4/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1345007 13f79535-47bb-0310-9956-ffa450edef68
| * Added generics to PDFResources, also changed HashSet -> LinkedHashSet to ↵Mehdi Houshmand2012-05-311-29/+21
| | | | | | | | | | | | make PDF output more deterministic git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1344785 13f79535-47bb-0310-9956-ffa450edef68
* | Started unifying URI resolution mechanism, redesigned configuration system ↵Mehdi Houshmand2012-05-31171-3984/+6468
|/ | | | | | and created flexible config testing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1344594 13f79535-47bb-0310-9956-ffa450edef68
* Added possibility to treat some content as artifact.Vincent Hennebert2012-05-293-3/+47
| | | | | | | | | If any fo:static-content or fo:wrapper element has their 'role' property set to 'artifact', then they and their descendants will be treated as artifacts. Suggested by Martin Koegler as part of Bugzilla #50852 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1343632 13f79535-47bb-0310-9956-ffa450edef68
* Add version attribute to AT and IF intermediate formats. Also eliminate ↵Glenn Adams2012-05-282-6/+33
| | | | | | redundant use of reversed attribute in AT format. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1343133 13f79535-47bb-0310-9956-ffa450edef68
* Add extension to place code just before PostScript %PageTrailer. Submitted ↵Glenn Adams2012-05-275-2/+126
| | | | | | by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1343072 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53294: Fix invalid PostScript file being created when font-size is ↵Glenn Adams2012-05-251-1/+9
| | | | | | 0. Submitted by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1342792 13f79535-47bb-0310-9956-ffa450edef68
* Added support for the role property on fo:page-sequence, fo:flow and ↵Vincent Hennebert2012-05-2511-85/+115
| | | | | | | | | | | fo:static-content. This allows to change the mapping of those FOs to PDF structure types when enabling accessibility. Suggested by Martin Koegler as part of Bugzilla #50852 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1342680 13f79535-47bb-0310-9956-ffa450edef68
* The Type entry is optional for a structure element. Not outputting it allows ↵Vincent Hennebert2012-05-231-1/+0
| | | | | | | | | to save space in the final output. Suggested by Martin Koegler as part of Bugzilla #50852 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1341992 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52144: Fix crash on use of version switch (-v). Submitted by Luis ↵Glenn Adams2012-05-221-1/+4
| | | | | | Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1341585 13f79535-47bb-0310-9956-ffa450edef68
* Remove JDK1.6 dependency.Glenn Adams2012-05-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339723 13f79535-47bb-0310-9956-ffa450edef68
* Fix findbugs warning.Glenn Adams2012-05-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339667 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53242: Support fractional line widths in AFP renderer, fixing ↵Glenn Adams2012-05-179-22/+147
| | | | | | problem with SVG line drawing. Submitted by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339442 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53248: Fix exception thrown from use of -print option in CLI. ↵Glenn Adams2012-05-171-1/+1
| | | | | | Submitted by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339441 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #40699: Fix for invalid PDF for certain numerical values in SVG ↵Glenn Adams2012-05-161-2/+2
| | | | | | lineargradient. Submitted by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1338967 13f79535-47bb-0310-9956-ffa450edef68
* Mistake in last commit: didn't add a classMehdi Houshmand2012-05-151-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1338607 13f79535-47bb-0310-9956-ffa450edef68
* Improved handling of AFP double-byte character setsMehdi Houshmand2012-05-157-38/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1338605 13f79535-47bb-0310-9956-ffa450edef68
* Changed the way AFP PTOCA TransparentData control sequences are written so ↵Mehdi Houshmand2012-05-117-187/+267
| | | | | | that they end on character byte boundaries git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1337142 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53185: Unify date formatting between FOP and XGC as well as ↵Glenn Adams2012-05-091-50/+5
| | | | | | tidying the date format code. Submitted by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1336129 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45715: Break before (break-before) not respected on blocks nested ↵Glenn Adams2012-05-048-31/+121
| | | | | | in inlines. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1334058 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #43940: Use new double format utility to improve thread safety and ↵Glenn Adams2012-04-294-85/+15
| | | | | | performance. Submitted by Julien Aymé, Ognjen Blagojevic. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1331950 13f79535-47bb-0310-9956-ffa450edef68
* Fixed concurrency issue re:background-image on a fo:block. Also updated a ↵Mehdi Houshmand2012-04-271-29/+27
| | | | | | 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-252-30/+24
| | | | 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-256-52/+34
| | | | | | 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-251-1/+6
| | | | | | 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-241-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330050 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-211-1/+1
| | | | | | 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-211-0/+14
| | | | | | 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
* Bugzilla #53101: Ensure that table cell spanning works in right-to-left ↵Glenn Adams2012-04-203-8/+10
| | | | | | 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-171-0/+23
| | | | | | 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-171-6/+36
| | | | | | 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-175-10/+64
| | | | | | improving overflow property behavior. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1327157 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ↵Glenn Adams2012-04-144-26/+26
| | | | | | 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-141-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1326053 13f79535-47bb-0310-9956-ffa450edef68
* Take leading derived space before/after into account when computing rows for ↵Glenn Adams2012-04-121-6/+9
| | | | | | 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-126-20/+128
| | | | 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-111-6/+19
| | | | 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-112-2/+2
| | | | 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-113-51/+73
| | | | | | 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-103-14/+15
| | | | | | | | | 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
* Bugzilla #49754: Bring clone() in line with the recommendations in ↵Glenn Adams2012-04-0820-112/+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-082-3/+3
| | | | 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-081-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1311092 13f79535-47bb-0310-9956-ffa450edef68