Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Eliminate javadocs warnings. | Glenn Adams | 2012-06-23 | 2 | -2/+2 | |
| * | Merged branch Temp_TrueTypeInPostScript back to trunk | Vincent Hennebert | 2012-06-22 | 44 | -902/+2282 | |
| |\ | ||||||
| | * | Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScript | Vincent Hennebert | 2012-06-22 | 45 | -186/+772 | |
| | |\ | | |/ | |/| | ||||||
| | * | Removed unused private methods | Vincent Hennebert | 2012-06-18 | 1 | -101/+0 | |
| | * | Fixed FindBugs issue: do not compare strings with == or != | Vincent Hennebert | 2012-06-18 | 1 | -2/+2 | |
| | * | Fixed FindBugs issue: use String.to(Lower|Upper)Case with Locale.ENGLISH | Vincent Hennebert | 2012-06-18 | 2 | -2/+5 | |
| | * | Cosmetics only: organised imports | Vincent Hennebert | 2012-06-18 | 6 | -5/+7 | |
| | * | Removed commented code: subset-embedding for single-byte fonts is not working... | Vincent Hennebert | 2012-06-13 | 1 | -12/+2 | |
| | * | Renamed DIRECTORY_TABLE into TABLE_DIRECTORY | Vincent Hennebert | 2012-05-31 | 3 | -3/+3 | |
| | * | Javadoc improvements | Vincent Hennebert | 2012-05-31 | 5 | -35/+34 | |
| | * | Javadoc improvements | Vincent Hennebert | 2012-05-30 | 13 | -106/+99 | |
| | * | Removed deprecated method | Vincent Hennebert | 2012-05-30 | 1 | -11/+0 | |
| | * | Renamed BFEntry into CMapSegment | Vincent Hennebert | 2012-05-30 | 8 | -68/+64 | |
| | * | setBFEntries is deprecated, replaced with setCMap | Vincent Hennebert | 2012-05-29 | 1 | -1/+1 | |
| | * | Made glyphToUnicodeMap and unicodeToGlyphMap final | Vincent Hennebert | 2012-05-29 | 1 | -2/+2 | |
| | * | Removed unused methods | Vincent Hennebert | 2012-05-29 | 1 | -29/+0 | |
| | * | Merged changes from trunk up to revision 1343632 | Vincent Hennebert | 2012-05-29 | 3 | -3/+47 | |
| | |\ | ||||||
| | * \ | Merged changes from trunk up to revision 1343133 | Vincent Hennebert | 2012-05-28 | 100 | -990/+1408 | |
| | |\ \ | ||||||
| | * \ \ | Merged changes from trunk up to rev. 1325806 | Vincent Hennebert | 2012-04-13 | 56 | -336/+711 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merged changes from trunk up to revision 1306814 | Vincent Hennebert | 2012-04-05 | 864 | -12130/+46448 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Bugzilla #50483: Improved support for TrueType fonts in PostScript | Vincent Hennebert | 2012-03-30 | 30 | -918/+1507 | |
| | * | | | | | Merged changes from Trunk up to revision 1040962 | Vincent Hennebert | 2010-12-01 | 43 | -541/+528 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merged changes from Trunk up to rev. 1039179 | Vincent Hennebert | 2010-11-25 | 123 | -287/+413 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Added semicolon for enum to avoid problems with qdox and Maven. | Jeremias Maerki | 2010-11-15 | 1 | -11/+11 | |
| | * | | | | | | | Added full support for single-byte encodings when TTF fonts are embedded in P... | Jeremias Maerki | 2010-11-15 | 9 | -87/+138 | |
| | * | | | | | | | Merged from Trunk revisions 990171 to 1035276. | Jeremias Maerki | 2010-11-15 | 61 | -483/+1744 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | PostScript Output: Bugfix for the occasional badly rendered glyph on HP Laser... | Jeremias Maerki | 2010-11-11 | 2 | -186/+274 | |
| | * | | | | | | | | TrueType subsetting for CID TTF fonts is now working. | Jeremias Maerki | 2010-11-03 | 2 | -44/+61 | |
| | * | | | | | | | | Do not issue a warning if renderer configured to output PostScript level 3. T... | Vincent Hennebert | 2010-08-31 | 5 | -21/+52 | |
| | * | | | | | | | | Added possibility to use glyphs outside WinAnsiEncoding for TrueType fonts th... | Vincent Hennebert | 2010-08-27 | 7 | -16/+213 | |
| | * | | | | | | | | Fixed list of supplied resources for DSC when <optimize-resources> option set... | Vincent Hennebert | 2010-08-27 | 1 | -1/+9 | |
| | * | | | | | | | | Added support for multi-byte fonts | Vincent Hennebert | 2010-08-27 | 1 | -6/+27 | |
| | * | | | | | | | | Merged changes from Trunk up to revision 990155 | Vincent Hennebert | 2010-08-27 | 46 | -221/+215 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merged changes from Trunk up to revision 989178 | Vincent Hennebert | 2010-08-25 | 468 | -8733/+5657 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Trying to get a glyph name out of a Unicode code point is already done by the... | Vincent Hennebert | 2010-07-02 | 2 | -7/+9 | |
| | * | | | | | | | | | | Create PSFontResource for non-embedded fonts and fonts with additional encodings | Vincent Hennebert | 2010-07-02 | 1 | -1/+3 | |
| | * | | | | | | | | | | Added toString method to ease debugging | Vincent Hennebert | 2010-07-02 | 1 | -0/+5 | |
| | * | | | | | | | | | | Added support for CID-keyed TrueType fonts in PostScript output | Vincent Hennebert | 2010-06-29 | 10 | -60/+332 | |
| | * | | | | | | | | | | Merged changes from Trunk up to revision 954512 | Vincent Hennebert | 2010-06-14 | 19 | -115/+334 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Added support for full embedding of TrueType font in PostScript, with encodin... | Vincent Hennebert | 2010-06-02 | 3 | -2/+112 | |
* | | | | | | | | | | | | | Predominantly clean up and javadocs, very little functional change here | Mehdi Houshmand | 2012-06-22 | 16 | -92/+164 | |
* | | | | | | | | | | | | | Added tests and cleaning up of code | Mehdi Houshmand | 2012-06-20 | 44 | -341/+432 | |
* | | | | | | | | | | | | | Merged with trunk@1351540 | Mehdi Houshmand | 2012-06-20 | 10 | -82/+646 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Ber... | Glenn Adams | 2012-06-15 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent... | Glenn Adams | 2012-06-15 | 9 | -80/+643 | |
| * | | | | | | | | | | | | Bugzilla #53412: Eliminate incorrect use of object identity which produces ex... | Glenn Adams | 2012-06-14 | 1 | -2/+3 | |
* | | | | | | | | | | | | | Added class missing from last commit | Mehdi Houshmand | 2012-06-20 | 1 | -0/+153 | |
* | | | | | | | | | | | | | Removed HyphenationTreeResolver and better Handling of 'data://' URIs | Peter Hancock | 2012-06-15 | 47 | -308/+269 | |
* | | | | | | | | | | | | | Deleted FOURIResolver class | Mehdi Houshmand | 2012-06-14 | 2 | -378/+0 | |
* | | | | | | | | | | | | | Removed URI resolving class that are no longer needed and handled data URIs | Mehdi Houshmand | 2012-06-14 | 23 | -504/+202 |