summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge revision 1356456 from trunk:Jeremias Maerki2012-10-091-1/+3
* | | | | | | | Some pretty-printingVincent Hennebert2012-10-081-13/+13
* | | | | | | | Fixed typoVincent Hennebert2012-10-081-1/+1
* | | | | | | | (1) add release-dist and related build targets; (2) update maven pom template...Glenn Adams2012-10-053-9/+96
* | | | | | | | Update for final 1.1 release on 2012-10-15.Glenn Adams2012-10-0542-83/+73
* | | | | | | | make colours match value for script propertyChris Bowditch2012-07-181-2/+2
* | | | | | | | Manually synchronize with prior 1.1rc1 tag, modulo $Id$ expansion differences.Glenn Adams2012-07-054-8/+13
* | | | | | | | Merge from trunk@1354651.Glenn Adams2012-07-05174-1596/+5889
|\| | | | | | |
| * | | | | | | Fix errors and warnings in example files. Add build.xml for documentation exa...Glenn Adams2012-06-2731-424/+248
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix typos in comments. Submitted by Dieter von Holten.Glenn Adams2012-06-251-2/+2
| * | | | | | Bugzilla #53458: Fix incorrect language and country code key generation in hy...Glenn Adams2012-06-243-6/+4
| * | | | | | Bugzilla #53431: Fix incorrect SVG line dash pattern with PDF output format. ...Glenn Adams2012-06-243-0/+53
| * | | | | | Bugzilla #40676: Fix interoperability issue with Adobe reader regarding use o...Glenn Adams2012-06-248-2/+57
| * | | | | | Eliminate javadocs warnings.Glenn Adams2012-06-233-2/+5
| * | | | | | Removed svn:mergeinfo property.Vincent Hennebert2012-06-220-0/+0
| * | | | | | Merged branch Temp_TrueTypeInPostScript back to trunkVincent Hennebert2012-06-2267-925/+3876
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScriptVincent Hennebert2012-06-2256-214/+1266
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Bugzilla #40676: Update site documentation about PNG image loading configurat...Glenn Adams2012-06-193-5/+29
| * | | | | | Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Ber...Glenn Adams2012-06-153-2/+42
| * | | | | | Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent...Glenn Adams2012-06-1514-80/+1013
| * | | | | | Bugzilla #53412: Eliminate incorrect use of object identity which produces ex...Glenn Adams2012-06-142-2/+6
| | |_|_|_|/ | |/| | | |
| * | | | | Eliminate javadocs warnings.Glenn Adams2012-06-0438-96/+149
| * | | | | Synchronize XGC jar from XGC trunk.Glenn Adams2012-06-041-0/+0
| * | | | | Update xmlgraphics common jar to reflect recent fixes in XGC.Glenn Adams2012-06-012-0/+3
| * | | | | Updated XGC JARMehdi Houshmand2012-06-011-0/+0
| * | | | | Further clean up to PDFResources and fixed mistake in last commitMehdi Houshmand2012-06-011-4/+4
| * | | | | Added generics to PDFResources, also changed HashSet -> LinkedHashSet to make...Mehdi Houshmand2012-05-311-29/+21
| | |_|_|/ | |/| | |
| * | | | Bugzilla #43940: Fix handling of NaN, {+,-}Infinity, and other edge cases. Su...Glenn Adams2012-05-292-0/+3
| | * | | Updated the documentationVincent Hennebert2012-06-181-5/+5
| | * | | Ignore new FindBugs issuesVincent Hennebert2012-06-181-0/+9
| | * | | Removed unused private methodsVincent Hennebert2012-06-181-101/+0
| | * | | Fixed FindBugs issue: do not compare strings with == or !=Vincent Hennebert2012-06-181-2/+2
| | * | | Fixed FindBugs issue: use String.to(Lower|Upper)Case with Locale.ENGLISHVincent Hennebert2012-06-182-2/+5
| | * | | Cosmetics only: organised importsVincent Hennebert2012-06-186-5/+7
| | * | | Removed commented code: subset-embedding for single-byte fonts is not working...Vincent Hennebert2012-06-131-12/+2
| | * | | Renamed DIRECTORY_TABLE into TABLE_DIRECTORYVincent Hennebert2012-05-314-4/+4
| | * | | Javadoc improvementsVincent Hennebert2012-05-315-35/+34
| | * | | Javadoc improvementsVincent Hennebert2012-05-3013-106/+99
| | * | | Removed deprecated methodVincent Hennebert2012-05-301-11/+0
| | * | | Renamed BFEntry into CMapSegmentVincent Hennebert2012-05-308-68/+64
| | * | | Organized importsVincent Hennebert2012-05-301-3/+5
| | * | | setBFEntries is deprecated, replaced with setCMapVincent Hennebert2012-05-291-1/+1
| | * | | Made glyphToUnicodeMap and unicodeToGlyphMap finalVincent Hennebert2012-05-291-2/+2
| | * | | Removed unused methodsVincent Hennebert2012-05-291-29/+0
| | * | | Merged changes from trunk up to revision 1343632Vincent Hennebert2012-05-298-7/+161
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Added possibility to treat some content as artifact.Vincent Hennebert2012-05-298-7/+161
| | |_|/ | |/| |
| | * | Merged changes from trunk up to revision 1343133Vincent Hennebert2012-05-28160-1319/+2602
| | |\ \ | | |/ / | |/| |
| * | | Add version attribute to AT and IF intermediate formats. Also eliminate redun...Glenn Adams2012-05-286-13/+44
| * | | Add extension to place code just before PostScript %PageTrailer. Submitted by...Glenn Adams2012-05-277-2/+174
| | * | Bugzilla #53296: Updated TTFinPS specific test cases to JUnit 4Vincent Hennebert2012-05-2815-158/+178