aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix a potential NPE which can apparently happen in very exotic cases (actuall...Jeremias Maerki2011-04-221-1/+6
* | Log image encoding times.Jeremias Maerki2011-04-221-2/+19
* | Enable fox:conversion-mode="bitmap" for PDF output.Jeremias Maerki2011-04-222-4/+23
* | Proper fix for Bugzilla 50987Vincent Hennebert2011-04-051-1/+1
* | Bugzilla 50987: Fixed an issue where a link was added to the parent tree inst...Andreas L. Delmelle2011-04-031-1/+1
* | Bugzilla 50986: Fixed an issue where invalid PDF page content was generated d...Andreas L. Delmelle2011-04-031-1/+1
* | Fixing checkstyle errors and hiding fingbugs errorsSimon Pepping2011-02-181-1/+2
* | Fix scaling bug manifesting with source resolutions other than 72dpi.Jeremias Maerki2011-02-161-9/+35
* | Merge from Trunk, revisions 1060235 to 1069383.Jeremias Maerki2011-02-102-3/+3
|\ \
| * | Bugzilla 50698: Changes after updating XGC JARAndreas L. Delmelle2011-02-012-3/+3
* | | Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-1829-2055/+725
|\| |
| * | Fix deprecation warnings; add some type safetySimon Pepping2011-01-141-2/+2
| * | Add type-safe parameters to collections; replace XGC jar to benefit from new ...Simon Pepping2011-01-041-1/+1
| * | Keep a reference to a pageRef string, not to the page itself; suggested by Al...Simon Pepping2010-12-232-9/+10
| * | Another go at removing all trailing whitespaceVincent Hennebert2010-11-252-2/+2
| * | Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-191-6/+6
| * | findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-172-7/+7
| * | Copy attributes since some XML parsers might reuse the Attributes instance.Jeremias Maerki2010-10-211-1/+2
| |/
| * Bugzilla #46360:Jeremias Maerki2010-09-161-1/+7
| * Fixed indentationVincent Hennebert2010-08-271-7/+7
| * Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-2512-2003/+20
| * Enabling CMYK encoding for PDF output (applies to decoded bitmap images).Jeremias Maerki2010-08-201-1/+1
| * Bugfix:Jeremias Maerki2010-08-201-8/+11
| * Resolved conflict (ClassCastException) with named destinations which in contr...Jeremias Maerki2010-08-171-3/+3
| * Improvements/Bugfixes for PDF attachments (embedded files):Jeremias Maerki2010-08-161-3/+7
| * Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-3/+2
| * Bugzilla #49733:Jeremias Maerki2010-08-149-35/+51
| * Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-8/+2
| * Bugzilla #44460:Jeremias Maerki2010-08-0310-2/+631
* | Bugzilla #49403:Jeremias Maerki2010-06-252-7/+12
|/
* Added a save/restoreGraphicsState pair for the initial coordinate system in P...Jeremias Maerki2010-04-262-5/+5
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-2/+2
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Added possibility to customize PDF tagging via the role propertyVincent Hennebert2010-01-136-50/+158
* Bugzilla #47311:Jeremias Maerki2009-11-251-10/+10
* Bugzilla #48227:Jeremias Maerki2009-11-251-2/+0
* Merged back Temp_Accessibility branch into TrunkVincent Hennebert2009-10-2713-48/+824
|\
| * Avoid NPE if intermediate XML was generated in accessibility mode but not the...Vincent Hennebert2009-10-221-1/+2
| * Renamed TransformerNode into TransformerDefaultHandler and moved it into the ...Vincent Hennebert2009-10-211-2/+2
| * Renamed some variables and methods for consistency.Vincent Hennebert2009-10-216-43/+46
| * Route message for missing alt-text property through event notification systemVincent Hennebert2009-10-161-3/+0
| * Made PDFImageHandlerGraphics2D accessibleVincent Hennebert2009-10-162-2/+20
| * Added mappings for yet unimplemented FOs.Vincent Hennebert2009-10-151-4/+12
| * Merged SimpleStructureTree and ParsedStructureTree classes into a single one,...Vincent Hennebert2009-10-152-6/+4
| * Made the structure tree processing chain more robust by removing any assumpti...Vincent Hennebert2009-10-151-12/+14
| * Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-133-6/+7
| |\ | |/ |/|
| * Bugfix: render all background images as artifactsVincent Hennebert2009-10-136-76/+24
| * Reset imageReference once it's no longer neededVincent Hennebert2009-10-121-0/+1
| * Implemented accessibility in PDFRendererVincent Hennebert2009-10-122-9/+84