summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Eliminate javadocs warnings.Glenn Adams2012-06-0437-96/+146
| * | | 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
| | |/ | |/|
| | * Updated the documentationVincent Hennebert2012-06-181-5/+5
| | * 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
| | * 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-293-3/+47
| | |\ | | |/ | |/|
| * | Added possibility to treat some content as artifact.Vincent Hennebert2012-05-293-3/+47
| | * Merged changes from trunk up to revision 1343133Vincent Hennebert2012-05-28108-1067/+1525
| | |\ | | |/ | |/|
| * | Add version attribute to AT and IF intermediate formats. Also eliminate redun...Glenn Adams2012-05-283-6/+34
| * | Add extension to place code just before PostScript %PageTrailer. Submitted by...Glenn Adams2012-05-275-2/+126
| | * Merged changes from trunk up to rev. 1325806Vincent Hennebert2012-04-1363-432/+1432
| | |\
| | * \ Merged changes from trunk up to revision 1306814Vincent Hennebert2012-04-051001-12993/+50626
| | |\ \
| | * | | Bugzilla #50483: Improved support for TrueType fonts in PostScriptVincent Hennebert2012-03-3031-923/+1510
| | * | | Merged changes from Trunk up to revision 1040962Vincent Hennebert2010-12-0143-541/+528
| | |\ \ \
| | * \ \ \ Merged changes from Trunk up to rev. 1039179Vincent Hennebert2010-11-25126-306/+432
| | |\ \ \ \
| | * | | | | Added semicolon for enum to avoid problems with qdox and Maven.Jeremias Maerki2010-11-151-11/+11
| | * | | | | Added full support for single-byte encodings when TTF fonts are embedded in P...Jeremias Maerki2010-11-159-87/+138
| | * | | | | Merged from Trunk revisions 990171 to 1035276.Jeremias Maerki2010-11-1566-496/+1780
| | |\ \ \ \ \
| | * | | | | | PostScript Output: Bugfix for the occasional badly rendered glyph on HP Laser...Jeremias Maerki2010-11-112-186/+274
| | * | | | | | TrueType subsetting for CID TTF fonts is now working.Jeremias Maerki2010-11-032-44/+61
| | * | | | | | Do not issue a warning if renderer configured to output PostScript level 3. T...Vincent Hennebert2010-08-315-21/+52
| | * | | | | | Added possibility to use glyphs outside WinAnsiEncoding for TrueType fonts th...Vincent Hennebert2010-08-277-16/+213
| | * | | | | | Fixed list of supplied resources for DSC when <optimize-resources> option set...Vincent Hennebert2010-08-271-1/+9
| | * | | | | | Added support for multi-byte fontsVincent Hennebert2010-08-271-6/+27
| | * | | | | | Merged changes from Trunk up to revision 990155Vincent Hennebert2010-08-2746-221/+215
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merged changes from Trunk up to revision 989178Vincent Hennebert2010-08-25540-12461/+10221
| | |\ \ \ \ \ \ \
| | * | | | | | | | Trying to get a glyph name out of a Unicode code point is already done by the...Vincent Hennebert2010-07-022-7/+9
| | * | | | | | | | Create PSFontResource for non-embedded fonts and fonts with additional encodingsVincent Hennebert2010-07-021-1/+3
| | * | | | | | | | Added toString method to ease debuggingVincent Hennebert2010-07-021-0/+5
| | * | | | | | | | Added support for CID-keyed TrueType fonts in PostScript outputVincent Hennebert2010-06-2910-60/+332
| | * | | | | | | | Merged changes from Trunk up to revision 954512Vincent Hennebert2010-06-1420-120/+352
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Added support for full embedding of TrueType font in PostScript, with encodin...Vincent Hennebert2010-06-023-2/+112
* | | | | | | | | | | Reapply 1.1rc1 changes.Glenn Adams2012-07-0544-196/+8835
|/ / / / / / / / / /
* | | | | | | | | | Bugzilla #53294: Fix invalid PostScript file being created when font-size is ...Glenn Adams2012-05-251-1/+9
* | | | | | | | | | Update FAQ and New Bug documentation.Glenn Adams2012-05-252-67/+96
* | | | | | | | | | Added support for the role property on fo:page-sequence, fo:flow and fo:stati...Vincent Hennebert2012-05-2511-85/+115
* | | | | | | | | | The Type entry is optional for a structure element. Not outputting it allows ...Vincent Hennebert2012-05-231-1/+0