aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Allow for words consisting of only soft hyphens; fixes bug 49837Simon Pepping2010-12-042-11/+18
* Replaced creation of new Integer with Java autoboxing featureVincent Hennebert2010-12-011-2/+2
* Second part of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2610-86/+115
* Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2636-340/+354
* Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or wh...Andreas L. Delmelle2010-11-252-40/+70
* Minor fixups, cleanups; removal of some dead code and a misleading TODOAndreas L. Delmelle2010-11-251-108/+24
* 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
* 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
* Fixed indentationVincent Hennebert2010-08-274-10/+10
* Removed unused methodsVincent Hennebert2010-08-271-10/+4
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-2720-22/+22
* Fixed indentationVincent Hennebert2010-08-2724-179/+179
* Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-2539-6544/+47
* Enabling CMYK encoding for PDF output (applies to decoded bitmap images).Jeremias Maerki2010-08-201-1/+1
* Bugfix:Jeremias Maerki2010-08-201-8/+11