aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
...
* | Added support for xmlfile and xsltfile parameters in FOP's Ant Task.Adrian Cumiskey2009-10-231-16/+122
* | Fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=47941Adrian Cumiskey2009-10-228-152/+232
* | Added just a bit more information to find out what's wrong.Jeremias Maerki2009-10-221-1/+1
* | Bugzilla #47711:Jeremias Maerki2009-10-221-2/+2
* | Fixed language inconsistenciesVincent Hennebert2009-10-211-3/+3
* | Issue a warning, when non-restartable content is flowing to a narrower page, ...Vincent Hennebert2009-10-204-19/+24
* | Bugfix: crash occurring when no restartable element could be found after a ch...Vincent Hennebert2009-10-201-2/+19
* | Fixed checkstyle issues.Vincent Hennebert2009-10-201-30/+36
* | Bugfix: a table immediately following a break where changing IPD occurs was c...Vincent Hennebert2009-10-191-2/+2
* | Added a command-line option '-catalog' to use a catalog resolver forSimon Pepping2009-10-162-16/+90
* | Fixed a few checkstyle issues introduced in rev. 825646Vincent Hennebert2009-10-162-3/+6
* | Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-1521-216/+227
* | Documented with generics comments.Adrian Cumiskey2009-10-151-2/+2
| * 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-224-10/+96
| * Renamed TransformerNode into TransformerDefaultHandler and moved it into the ...Vincent Hennebert2009-10-218-294/+217
| * Simplified the handling of the accessibility option and made it consistent wi...Vincent Hennebert2009-10-212-9/+20
| * Renamed some variables and methods for consistency.Vincent Hennebert2009-10-2118-119/+104
| * Route message for missing alt-text property through event notification systemVincent Hennebert2009-10-165-5/+20
| * 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-1510-155/+126
| * Made the structure tree processing chain more robust by removing any assumpti...Vincent Hennebert2009-10-155-145/+141
| * Re-format addPtr.xsl to make it readable.Vincent Hennebert2009-10-131-12/+43
| * Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-1394-537/+1142
| |\ | |/ |/|
* | Removed svn:executable propertyVincent Hennebert2009-10-1316-0/+0
* | Fixed handling of percentage values for provisional-label-separationVincent Hennebert2009-10-131-0/+1
* | Bugzilla 47835: fixed handling of percentage values for provisional-distance-...Vincent Hennebert2009-10-131-0/+1
* | add support for positioning Page Overlay in AFP Renderer/PainterChris Bowditch2009-10-126-15/+233
* | Allow "-if [mime] out" as for "-at".Jeremias Maerki2009-10-071-20/+32
* | Bugzilla #47953:Jeremias Maerki2009-10-071-1/+1
* | Fixed possible NPE.Jeremias Maerki2009-10-021-7/+8
* | Added support for specifying referenced fonts per renderer in addition to the...Jeremias Maerki2009-10-024-24/+71
* | Added support for creating thumbnails or preview bitmaps of fixed size for PN...Jeremias Maerki2009-10-022-8/+67
* | Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-0118-79/+79
* | Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-0143-75/+87
* | Added a DocumentHandler implementation for PNG output including multi-file ou...Jeremias Maerki2009-10-018-314/+555
* | Bugzilla #46883:Jeremias Maerki2009-09-281-10/+9
* | Attach cause to RuntimeException when available. Otherwise, the original exce...Jeremias Maerki2009-09-261-1/+15
* | Added Testcase from Bug #47872 (thanks to alex kiel) and fixed it in FontLoaderMaximilian Berger2009-09-241-2/+2
| * Implemented rendering of structure tree to Area Tree XML and parsing back fro...Vincent Hennebert2009-10-133-13/+122
| * Bugfix: render all background images as artifactsVincent Hennebert2009-10-137-85/+24
| * Reset imageReference once it's no longer neededVincent Hennebert2009-10-121-0/+1
| * Implemented accessibility in PDFRendererVincent Hennebert2009-10-122-9/+84
| * Switched parameters of separateTextElements and beginTextObjectAccess, for co...Vincent Hennebert2009-10-122-8/+8
| * Extracted code related to logical structure out of PDFDocumentHandler and put...Vincent Hennebert2009-10-1212-494/+482
| * Removed unnecessary languageStack fieldVincent Hennebert2009-10-071-24/+5
| * Fixed support for links and images in the Intermediate FormatVincent Hennebert2009-10-073-8/+27
| * Extracted code into new processStructureTree methodVincent Hennebert2009-09-281-37/+42
| * Implemented parsing of structure trees from IF XML files.Vincent Hennebert2009-09-285-78/+271