aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* 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-2535-6530/+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
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-1464-294/+205
* Bugzilla #49733:Jeremias Maerki2010-08-14378-1693/+3602
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-1324-71/+37
* Bugzilla #44460:Jeremias Maerki2010-08-0317-42/+798
* Bugfix of bugfix for escaped PDF names.Jeremias Maerki2010-07-191-3/+5
* Bugfix: "/" must be escaped in names.Jeremias Maerki2010-07-191-3/+3
* Log exception if available to make error localization easier.Jeremias Maerki2010-07-151-2/+10
* Added ImageElementBridge to ImageConverterSVG2G2D so output formats like Java...Jeremias Maerki2010-07-153-2/+181
* Restored ColorExt after removing it from XML Graphics Commons again.Jeremias Maerki2010-07-026-12/+325
* Minor refactoring and style fixups:Andreas L. Delmelle2010-06-191-121/+102