summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * | 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
| * | | Predominantly clean up and javadocs, very little functional change hereMehdi Houshmand2012-06-2216-92/+164
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1352800 13f79535-47bb-0310-9956-ffa450edef68
| * | | Added tests and cleaning up of codeMehdi Houshmand2012-06-2044-341/+432
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1352101 13f79535-47bb-0310-9956-ffa450edef68
| * | | Merged with trunk@1351540Mehdi Houshmand2012-06-2012-87/+672
| |\ \ \ | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1352095 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Added class missing from last commitMehdi Houshmand2012-06-201-0/+153
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1352086 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-1548-309/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus other internal cleanup git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1350538 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Deleted FOURIResolver classMehdi Houshmand2012-06-142-378/+0
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1350272 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-1423-504/+202
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1350248 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Removed AFP resource handling mechanism in favour of a unified resource resolverMehdi Houshmand2012-06-1132-456/+537
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1348871 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Merge in trunk@1345838Mehdi Houshmand2012-06-1137-123/+166
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1348858 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | Started unifying URI resolution mechanism, redesigned configuration system ↵Mehdi Houshmand2012-05-31179-4019/+6495
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Roll forward release date to OCT20.Glenn Adams2012-10-164-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1398849 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Move target release date for 1.1 to 18 Oct.Glenn Adams2012-10-147-34/+15
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1397989 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Merge revision 1356456 from trunk:Jeremias Maerki2012-10-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for regression introduced by revision 1352986: NPE when auto-detecting TrueType Collections. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1395925 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Fixed typoVincent Hennebert2012-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1395620 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Update for final 1.1 release on 2012-10-15.Glenn Adams2012-10-0538-65/+62
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1394416 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | make colours match value for script propertyChris Bowditch2012-07-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1362810 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Manually synchronize with prior 1.1rc1 tag, modulo $Id$ expansion differences.Glenn Adams2012-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1357955 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Merge from trunk@1354651.Glenn Adams2012-07-05127-1467/+3543
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1357883 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
| * | | | 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
| | * | | Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScriptVincent Hennebert2012-06-2250-214/+841
| | |\ \ \ | | |/ / / | |/| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1352963 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla #40676: Update site documentation about PNG image loading ↵Glenn Adams2012-06-192-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configuration and support. Submitted by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1351540 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis ↵Glenn Adams2012-06-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1350790 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to ↵Glenn Adams2012-06-159-80/+643
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent re-encoding of PNG images (and unnecssary output file bloat). Submitted by Luis Bernardo, Matthias Reischenbacher. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1350455 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Bugzilla #53412: Eliminate incorrect use of object identity which produces ↵Glenn Adams2012-06-141-2/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | excessive property cache collisions. Submitted by Alexios Giotis. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1350379 13f79535-47bb-0310-9956-ffa450edef68