aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-1924-176/+173
* 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-0712-85/+565
* 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-025-13/+130
* 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
* 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-2538-6544/+45
* Enabling CMYK encoding for PDF output (applies to decoded bitmap images).Jeremias Maerki2010-08-201-1/+1
* Bugfix:Jeremias Maerki2010-08-201-8/+11
* Bugfix for potential java.lang.IndexOutOfBoundsException in PDFDocument.outpu...Jeremias Maerki2010-08-181-3/+1
* Implemented reset methodVincent Hennebert2010-08-181-0/+6
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-185-7/+6
* -delete-cache command line argument replaced with -flush. Seems like a more ...Adrian Cumiskey2010-08-172-26/+18
* One closing parenthesis too much.Jeremias Maerki2010-08-171-1/+1
* Resolved conflict (ClassCastException) with named destinations which in contr...Jeremias Maerki2010-08-174-39/+74
* Improvements/Bugfixes for PDF attachments (embedded files):Jeremias Maerki2010-08-1610-20/+226
* Removed tab character.Jeremias Maerki2010-08-161-2/+2
* Document exitsSimon Pepping2010-08-161-2/+3
* FIX: The cache-file setting should still be set even if use-cache setting is ...Adrian Cumiskey2010-08-151-5/+9
* Reinstated support for being able to specify a font cache filepath in the fop...Adrian Cumiskey2010-08-156-108/+261