aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/intermediate/IFParser.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-893/+0
* FOP-2581: NumberFormatException when page-sequence format can't be parsed as ...Simon Steiner2016-02-291-1/+1
* FOP-2548: Support Barcode4J page numberSimon Steiner2015-12-041-0/+1
* Address low priority findbugs warningsAndreas L. Delmelle2015-05-241-8/+11
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-2/+3
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-1/+1
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-2/+2
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-21/+42
* Bugzilla #54081: properly tag hyphenated words in PDF output when accessibili...Vincent Hennebert2012-11-021-0/+5
* Merged trunk@1356765Peter Hancock2012-07-031-2/+2
|\
| * Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-2/+2
* | Merged trunk@1354651Peter Hancock2012-06-291-53/+127
|\|
| * Added support for the role property on fo:page-sequence, fo:flow and fo:stati...Vincent Hennebert2012-05-251-2/+10
| * default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-021-1/+1
| * apply complex scripts patchGlenn Adams2012-02-261-2/+8
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-061-7/+8
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-271-18/+38
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-21/+47
| * Added id element to intermediate format to track the origin of content.Vincent Hennebert2011-04-181-11/+24
| * findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-1/+1
* | Bugzilla #49913Peter Hancock2011-06-081-1/+33
* | Bugzilla #49913:Jeremias Maerki2010-09-301-1/+8
|/
* Issue an error when attempting to render an intermediate XML file in accessib...Vincent Hennebert2009-10-221-5/+19
* Renamed some variables and methods for consistency.Vincent Hennebert2009-10-211-3/+3
* Merged SimpleStructureTree and ParsedStructureTree classes into a single one,...Vincent Hennebert2009-10-151-11/+11
* Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-131-1/+1
|\
| * Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-1/+1
| * Added support for adding extension elements and foreign attributes on fo:page...Jeremias Maerki2009-03-011-0/+3
* | Fixed support for links and images in the Intermediate FormatVincent Hennebert2009-10-071-6/+12
* | Implemented parsing of structure trees from IF XML files.Vincent Hennebert2009-09-281-15/+60
* | Added support for adding natural language information on page-sequence and do...Jeremias Maerki2009-04-171-5/+17
* | Some cleanup.Jeremias Maerki2009-04-161-3/+0
* | Enabled parsing support for foreign attributes on page-sequence.Jeremias Maerki2009-04-141-0/+3
* | Reverted changes for "ptr" to painter interface as announced in #46705. The p...Jeremias Maerki2009-04-141-3/+15
* | Bugzilla #46705:Jeremias Maerki2009-02-191-3/+5
|/
* Moved area tree example to package embedding/atxml.Jeremias Maerki2009-02-061-7/+21
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-2/+5
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-3/+16
* Fixed parsing of document navigation namespace (its elements are no longer si...Jeremias Maerki2008-12-111-0/+13
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-1/+2
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-33/+28
* Added support for painting leaders (implemented as drawLine in IFPainter).Jeremias Maerki2008-08-201-4/+21
* Had to introduce "clip-rect" to handle clipping on background images, leader ...Jeremias Maerki2008-08-151-0/+13
* Initial implementation for border painting for the new IF (including support ...Jeremias Maerki2008-08-141-7/+32
* Added document-trailer element to the IF (for example for the bookmark tree).Jeremias Maerki2008-08-131-0/+13
* Extracted some often-used XML constants and utility methods into an interface...Jeremias Maerki2008-08-121-67/+11
* Update for image elements.Jeremias Maerki2008-08-071-43/+66
* First steps at unified image handling as proposed on http://wiki.apache.org/x...Jeremias Maerki2008-08-051-0/+19
* Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl...Jeremias Maerki2008-07-281-14/+35
* Improved/fixed font setup for painters. Reduced the whole thing to pass in a ...Jeremias Maerki2008-07-231-16/+8