aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Changed serialVersionUID in the serialization of font-cache and some minor ↵Mehdi Houshmand2012-08-151-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | related changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1373227 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Fixed a couple minor bugs in CLI and config parsingMehdi Houshmand2012-08-102-9/+14
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1371734 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugzilla#53685 - AFP charactersets are cached using more unique keysMehdi Houshmand2012-08-103-20/+70
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1371639 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Buzilla#53657 - AFP fonts use nominal character increment when the glyph ↵Mehdi Houshmand2012-08-104-35/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metrics aren't available git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1371629 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugzilla #53688: Wrong page number reported when a column overflows the ↵Vincent Hennebert2012-08-092-42/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | region-body in a multi-column document git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1371386 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugzilla #53639: When PDF accessibility is enabled, the Scope attribute must ↵Vincent Hennebert2012-08-029-156/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be present in the structure tree for table header elements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1368420 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugzilla #53630: make it clear that the PDFConformanceException is due to ↵Vincent Hennebert2012-08-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accessibility not being enabled Patch submitted by Robert Meyer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1368419 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Added javadocs to the URI schema resolution mechanisms availableMehdi Houshmand2012-07-261-1/+54
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1366000 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugzilla#53600: Added an event if a glyph and its metric information does ↵Mehdi Houshmand2012-07-256-9/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not exist in the character set git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1365555 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugzilla #53596: When PDF accessibility is enabled, the structure tree must ↵Vincent Hennebert2012-07-244-5/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contain information about the number of columns or rows spanned by a table cell. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1365162 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Fixed all javadoc issues, "ant javadocs" now works without errorsMehdi Houshmand2012-07-239-19/+13
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1364567 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Corrected javadocs in o.a.f.apps.* classesMehdi Houshmand2012-07-235-74/+73
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1364541 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Merge from ^/branches/fop-1_1.Glenn Adams2012-07-2145-198/+8836
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1364036 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugzilla#53563: Removed a method call that could cause a ↵Mehdi Houshmand2012-07-181-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | java.awt.HeadlessException in PCLGraphics2D (brought it inline with PDF/PS/AFP-Graphics2D classes) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1362823 13f79535-47bb-0310-9956-ffa450edef68
* | | | | When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-1634-234/+234
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1362226 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugfix: An IllegalArgumentException was thrown when break-before was used ↵Vincent Hennebert2012-07-167-19/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inside a list git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1362203 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugfix: When restarting layout for the last page, discard glues and ↵Vincent Hennebert2012-07-124-48/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | penalties at the beginning of the restarted Knuth sequence. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1360665 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Updated XGC with r1358258 - consolidated some GraphicsConfiguration classes ↵Mehdi Houshmand2012-07-064-235/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so as to remove duplicated code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358259 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Addressed some of the javadocs that were erroneousMehdi Houshmand2012-07-066-20/+24
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358237 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Fixed deprecation warning and added some comments to explain the API designMehdi Houshmand2012-07-062-1/+15
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358188 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Fixed NPE with when outputting AreaTree also improved base URI handling for CLIMehdi Houshmand2012-07-062-2/+13
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358130 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Changed the base URI of the FOP factory to be the FO file when CLI is usedMehdi Houshmand2012-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358100 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Synchronized FopFactory.getRendererConfigPeter Hancock2012-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357674 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Removed FopFactory.getRendererConfig from public APIPeter Hancock2012-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357639 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Command line parameters override fop conf settings when set (they won't ↵Mehdi Houshmand2012-07-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | override when not set) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357517 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Updated documentation with new API changesMehdi Houshmand2012-07-051-72/+55
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357490 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Fixed regression re:strict-validation parameter in fop.xconfMehdi Houshmand2012-07-042-5/+14
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357307 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Changed the logging mechanism for the PDF filter list to debug levelMehdi Houshmand2012-07-041-1/+1
| |_|_|/ |/| | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357272 13f79535-47bb-0310-9956-ffa450edef68
* | | | Removed limitations that were lifted after the work on the ↵Vincent Hennebert2012-07-041-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Temp_TrueTypeInPostScript branch git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357248 13f79535-47bb-0310-9956-ffa450edef68
* | | | Addressed some of the comments made by VH re:Temp_URI_Unification mergeMehdi Houshmand2012-07-047-11/+19
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357140 13f79535-47bb-0310-9956-ffa450edef68
* | | | Bugzilla#53502: MODCA end structured field now more conformant with the spec ↵Mehdi Houshmand2012-07-041-34/+63
| |_|/ |/| | | | | | | | | | | | | | by allowing 0xFFFF match (match any). Submitted by Robert Meyer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357110 13f79535-47bb-0310-9956-ffa450edef68
* | | Removed TTFCmapEntry class accidently re-introduced in rev. 1356646Vincent Hennebert2012-07-031-118/+0
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1356765 13f79535-47bb-0310-9956-ffa450edef68
* | | Check style and find bugs now pass without errorsMehdi Houshmand2012-07-0331-120/+82
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1356755 13f79535-47bb-0310-9956-ffa450edef68
* | | White space, unused method and import clean upMehdi Houshmand2012-07-033-4/+3
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1356656 13f79535-47bb-0310-9956-ffa450edef68
* | | Merged in trunk@1356456Mehdi Houshmand2012-07-031-0/+2
|\ \ \ | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1356601 13f79535-47bb-0310-9956-ffa450edef68
| * | | Fix for regression introduced by revision 1352986: NPE when auto-detecting ↵Jeremias Maerki2012-07-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | TrueType Collections. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1356456 13f79535-47bb-0310-9956-ffa450edef68
* | | | Merged in trunk@1356161Mehdi Houshmand2012-07-0233-506/+468
|\| | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1356212 13f79535-47bb-0310-9956-ffa450edef68
| * | | Changed the exception message when internal font key == null, also some ↵Mehdi Houshmand2012-07-0215-172/+304
| | | | | | | | | | | | | | | | | | | | | | | | clean up and encapsulation to *Painter classes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1356161 13f79535-47bb-0310-9956-ffa450edef68
| * | | replace tabs with space. Correct use of it's with its as suggested by ↵Chris Bowditch2012-07-021-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Vincent. Sorry for the noise. I should have done all the changes in a single commit. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1356121 13f79535-47bb-0310-9956-ffa450edef68
| * | | fix ö and ä in namesChris Bowditch2012-07-021-2/+2
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1356119 13f79535-47bb-0310-9956-ffa450edef68
| * | | Add Alexios Giotis as Contributor. Remove Louis Masters who hasn't posted ↵Chris Bowditch2012-07-021-1/+6
| | |/ | |/| | | | | | | | | | | | | since 2009 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1356112 13f79535-47bb-0310-9956-ffa450edef68
| * | Fix errors and warnings in example files. Add build.xml for documentation ↵Glenn Adams2012-06-2717-329/+148
| | | | | | | | | | | | | | | | | | examples. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1354651 13f79535-47bb-0310-9956-ffa450edef68
* | | Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-2647-512/+1071
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1353992 13f79535-47bb-0310-9956-ffa450edef68
* | | Merged in trunk@1353397Mehdi Houshmand2012-06-2650-931/+2040
|\| | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1353883 13f79535-47bb-0310-9956-ffa450edef68
| * | Fix typos in comments. Submitted by Dieter von Holten.Glenn Adams2012-06-251-2/+2
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353397 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla #53458: Fix incorrect language and country code key generation in ↵Glenn Adams2012-06-241-1/+1
| | | | | | | | | | | | | | | | | | hyphenation tree cache. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353320 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla #53431: Fix incorrect SVG line dash pattern with PDF output format. ↵Glenn Adams2012-06-241-0/+2
| | | | | | | | | | | | | | | | | | Submitted by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353311 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla #40676: Fix interoperability issue with Adobe reader regarding use ↵Glenn Adams2012-06-247-2/+54
| | | | | | | | | | | | | | | | | | of multiple filters. Submitted by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353303 13f79535-47bb-0310-9956-ffa450edef68
| * | Eliminate javadocs warnings.Glenn Adams2012-06-232-2/+2
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353173 13f79535-47bb-0310-9956-ffa450edef68
| * | Merged branch Temp_TrueTypeInPostScript back to trunkVincent Hennebert2012-06-2245-907/+2287
| |\ \ | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1352986 13f79535-47bb-0310-9956-ffa450edef68