aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merged changes from Trunk up to rev. 1039179Vincent Hennebert2010-11-25126-306/+432
|\
| * Another go at removing all trailing whitespaceVincent Hennebert2010-11-2541-125/+125
| * Set svn:keywords and svn:eol-style propertiesVincent Hennebert2010-11-251-61/+61
| * Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-2311-24/+38
| * Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-1925-180/+177
| * Forgot to rename in one clientSimon Pepping2010-11-181-4/+4
| * findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-17102-229/+343
| * Re-ordered class membersVincent Hennebert2010-11-161-32/+31
| * Made the result of toString more readableVincent Hennebert2010-11-161-5/+5
| * Do not re-create an AlignmentContext instance if one already exists.Vincent Hennebert2010-11-161-5/+7
* | 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
|\|
| * Applied patch 50240 by Mehdi Houshmand with changes: Java source andSimon Pepping2010-11-112-25/+12
| * Small improvement for XMP generation.Jeremias Maerki2010-10-271-0/+3
| * Added two more character to be escaped in a PDF name (now in sync with PDFBox).Jeremias Maerki2010-10-261-1/+1
| * Bugzilla #42600:Jeremias Maerki2010-10-211-1/+1
| * Bugzilla #42600:Jeremias Maerki2010-10-213-38/+159
| * Copy attributes since some XML parsers might reuse the Attributes instance.Jeremias Maerki2010-10-213-3/+6
| * Allow to pass through document-level extensions from the first document passe...Jeremias Maerki2010-10-211-2/+9
| * Wrap the whole page stream in a q..Q pair to avoid problems when the page str...Jeremias Maerki2010-10-211-0/+2
| * Bugfix for unescaped name characters which can cause trouble with PDF parsers.Jeremias Maerki2010-10-111-1/+3
| * Bugzilla #49379:Jeremias Maerki2010-10-0713-85/+572
| * Handled optional CR and LF chars between structured fields.Jeremias Maerki2010-10-062-19/+93
| * More cleanup of unused methods in HyphenatorSimon Pepping2010-10-061-70/+0
| * Making fallback from (lang,country) to (lang) consistentSimon Pepping2010-10-061-30/+61
| * Fixing a few checkstyle warningsSimon Pepping2010-10-022-6/+11
| * Remove unused methods from Hyphenator; this leaves a utility classSimon Pepping2010-10-021-65/+1
| * Make handling of configuration errors consistentSimon Pepping2010-10-021-13/+13
| * Enable configuration of hyphenation pattern file namesSimon Pepping2010-10-026-13/+139
| * Metrics need to be added before the font properties to avoid NPEs on font rep...Jeremias Maerki2010-09-301-1/+1
| * Added support for font substitutions on PDF/PSTranscoder by configuring the F...Jeremias Maerki2010-09-293-19/+22
| * Some fine-tuning for the font selection in SVG to better match AWT/GVT fonts ...Jeremias Maerki2010-09-211-3/+25
| * Add the availability of nightly snapshotsSimon Pepping2010-09-213-13/+20
| * Bugzilla #46360:Jeremias Maerki2010-09-161-1/+8
| * Bugzilla #46360:Jeremias Maerki2010-09-161-1/+7
| * Moving the AFP parser from XGC to FOP for now.Jeremias Maerki2010-09-103-0/+514
| * Fixed formatting of help messageVincent Hennebert2010-09-081-1/+1
| * Bugzilla #49885:Jeremias Maerki2010-09-074-15/+42
| * Fixed typos and source code indentation issues.Vincent Hennebert2010-09-0319-110/+87
| * Implemented reset method for changing IPDVincent Hennebert2010-09-021-0/+7
* | 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
|\|
| * Fixed indentationVincent Hennebert2010-08-274-10/+10
| * Removed unused methodsVincent Hennebert2010-08-271-10/+4