aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-259-13/+13
* Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-234-9/+14
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-1915-34/+34
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-1730-66/+56
* 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
* Bugzilla #49379:Jeremias Maerki2010-10-076-14/+273
* Bugzilla #46360:Jeremias Maerki2010-09-161-1/+8
* Bugzilla #46360:Jeremias Maerki2010-09-161-1/+7
* Fixed indentationVincent Hennebert2010-08-271-1/+1
* Fixed indentationVincent Hennebert2010-08-2711-55/+55
* Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-2533-6527/+39
* Enabling CMYK encoding for PDF output (applies to decoded bitmap images).Jeremias Maerki2010-08-201-1/+1
* Bugfix:Jeremias Maerki2010-08-201-8/+11
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-182-3/+2
* 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-1410-42/+10
* Bugzilla #49733:Jeremias Maerki2010-08-1483-339/+432
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-139-29/+24
* Bugzilla #44460:Jeremias Maerki2010-08-0310-2/+631
* AFP Output Changes:Jeremias Maerki2010-06-126-3/+48
* Bugzilla #42306:Jeremias Maerki2010-06-084-3/+175
* Big encoding performance improvement for bi-level images which do not have th...Jeremias Maerki2010-05-271-5/+60
* Bring error handling more in line with general recommendations and provide be...Jeremias Maerki2010-05-201-8/+28
* 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-096-12/+12
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-096-72/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-099-9/+9
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-092-0/+33
* Better error message if a font is missing when generating PS from IF.Jeremias Maerki2010-02-101-0/+3
* Bugzilla #48567:Jeremias Maerki2010-01-211-27/+70
* Added possibility to customize PDF tagging via the role propertyVincent Hennebert2010-01-136-50/+158
* Bugzilla #48376:Chris Bowditch2010-01-071-0/+6
* Fixed a multi-threading bugfix, visible for example when opening examples/fo/...Jeremias Maerki2010-01-011-9/+9
* Bugfix: 48453 AFP Renderer: Page Segments not positioned correctly when refer...Chris Bowditch2009-12-292-3/+8
* Bugzilla #47311:Jeremias Maerki2009-11-251-10/+10
* Bugzilla #48227:Jeremias Maerki2009-11-251-2/+0
* Bugzilla 48032: moved xml:space attribute from <text> up to <page-sequence> e...Vincent Hennebert2009-11-091-1/+1
* Fixed SVN PropsMaximilian Berger2009-10-292-204/+204
* Do explicit prefix mappings for foi and fox prefixes to make AT XML slightly ...Jeremias Maerki2009-10-281-7/+23
* Merged back Temp_Accessibility branch into TrunkVincent Hennebert2009-10-2724-78/+1101
|\
| * Merged changes from Trunk up to revision 829121Vincent Hennebert2009-10-236-10/+57
| |\ | |/ |/|
| * Avoid NPE if intermediate XML was generated in accessibility mode but not the...Vincent Hennebert2009-10-221-1/+2
| * Issue an error when attempting to render an intermediate XML file in accessib...Vincent Hennebert2009-10-221-5/+19
| * 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-2113-85/+86
| * Route message for missing alt-text property through event notification systemVincent Hennebert2009-10-161-3/+0