summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
| * Changed the logging mechanism for the PDF filter list to debug levelMehdi Houshmand2012-07-041-1/+1
| * Addressed some of the comments made by VH re:Temp_URI_Unification mergeMehdi Houshmand2012-07-047-11/+19
| * Bugzilla#53502: MODCA end structured field now more conformant with the spec ...Mehdi Houshmand2012-07-041-34/+63
| * Removed TTFCmapEntry class accidently re-introduced in rev. 1356646Vincent Hennebert2012-07-031-118/+0
| * Check style and find bugs now pass without errorsMehdi Houshmand2012-07-0329-118/+82
| * White space, unused method and import clean upMehdi Houshmand2012-07-033-4/+3
| * Merged in trunk@1356456Mehdi Houshmand2012-07-031-0/+2
| |\
| | * Fix for regression introduced by revision 1352986: NPE when auto-detecting Tr...Jeremias Maerki2012-07-021-1/+3
| * | Merged in trunk@1356161Mehdi Houshmand2012-07-0214-159/+305
| |\|
| | * Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-0214-159/+300
| * | Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-2647-512/+1071
| * | Merged in trunk@1353397Mehdi Houshmand2012-06-2649-926/+2035
| |\|
| * | Predominantly clean up and javadocs, very little functional change hereMehdi Houshmand2012-06-2216-92/+164
| * | Added tests and cleaning up of codeMehdi Houshmand2012-06-2044-341/+432
| * | Merged with trunk@1351540Mehdi Houshmand2012-06-2010-82/+646
| |\ \
| * | | Added class missing from last commitMehdi Houshmand2012-06-201-0/+153
| * | | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-1547-308/+269
| * | | Deleted FOURIResolver classMehdi Houshmand2012-06-142-378/+0
| * | | Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-1423-504/+202
| * | | Removed AFP resource handling mechanism in favour of a unified resource resolverMehdi Houshmand2012-06-1132-456/+537
| * | | Merge in trunk@1345838Mehdi Houshmand2012-06-1134-100/+123
| |\ \ \
| * | | | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-31171-3984/+6468
* | | | | Merge revision 1356456 from trunk:Jeremias Maerki2012-10-091-1/+3
| |_|_|/ |/| | |
* | | | 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-241-1/+1
* | | | Bugzilla #53431: Fix incorrect SVG line dash pattern with PDF output format. ...Glenn Adams2012-06-241-0/+2
* | | | Bugzilla #40676: Fix interoperability issue with Adobe reader regarding use o...Glenn Adams2012-06-247-2/+54
* | | | Eliminate javadocs warnings.Glenn Adams2012-06-232-2/+2
* | | | Merged branch Temp_TrueTypeInPostScript back to trunkVincent Hennebert2012-06-2244-902/+2282
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScriptVincent Hennebert2012-06-2245-186/+772
| |\ \ \ | |/ / / |/| | |
* | | | Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Ber...Glenn Adams2012-06-151-2/+2
* | | | Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent...Glenn Adams2012-06-159-80/+643
* | | | Bugzilla #53412: Eliminate incorrect use of object identity which produces ex...Glenn Adams2012-06-141-2/+3
| |_|/ |/| |
* | | Eliminate javadocs warnings.Glenn Adams2012-06-0434-73/+103
* | | 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
| |/ |/|
| * 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-313-3/+3
| * 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
| * 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-293-3/+47
| |\ | |/ |/|