aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/intermediate/IFSerializer.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-951/+0
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-5/+8
* FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ...Glenn Adams2013-09-131-0/+2
* 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-0/+3
* FOP-2226: Image resources are not closed when rendering into the Intermediate...Vincent Hennebert2013-03-191-0/+6
* FOP-2215; NullPointerException when generating IF with fox:external-document Chris Bowditch2013-02-251-1/+4
* Bugzilla #54081: properly tag hyphenated words in PDF output when accessibili...Vincent Hennebert2012-11-021-0/+3
* Fixed an IF serialization bug and an AFP image regressionPeter Hancock2012-08-131-5/+4
* Minor cleanupPeter Hancock2012-07-051-0/+1
* Merged trunk@1356765Peter Hancock2012-07-031-6/+11
|\
| * Added tests and cleaning up of codeMehdi Houshmand2012-06-201-2/+2
| * Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-6/+11
* | Merged trunk@1354651Peter Hancock2012-06-291-52/+124
|\|
| * Add version attribute to AT and IF intermediate formats. Also eliminate redun...Glenn Adams2012-05-281-1/+12
| * apply complex scripts patchGlenn Adams2012-02-261-14/+23
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-061-5/+6
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-271-8/+21
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-19/+29
| * Added id element to intermediate format to track the origin of content.Vincent Hennebert2011-04-181-1/+17
| * Properly fix the case of unresolved bookmarks for the intermediate format: by...Andreas L. Delmelle2011-03-271-9/+8
| * Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-ex...Andreas L. Delmelle2011-03-261-2/+6
| * Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-181-2/+5
| |\
| | * Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-191-4/+4
| | * findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-4/+4
| * | Adjust to changes in XML Graphics Commons:Jeremias Maerki2010-12-131-1/+14
* | | Bugzilla #49913Peter Hancock2011-06-081-1/+53
* | | Bugzilla #49913:Jeremias Maerki2010-09-301-1/+25
| |/ |/|
* | Bugzilla #49733:Jeremias Maerki2010-08-141-2/+5
|/
* Bugzilla 48032: moved xml:space attribute from <text> up to <page-sequence> e...Vincent Hennebert2009-11-091-1/+1
* Renamed some variables and methods for consistency.Vincent Hennebert2009-10-211-13/+11
* Merged SimpleStructureTree and ParsedStructureTree classes into a single one,...Vincent Hennebert2009-10-151-2/+2
* Removed unnecessary languageStack fieldVincent Hennebert2009-10-071-24/+5
* Fixed support for links and images in the Intermediate FormatVincent Hennebert2009-10-071-2/+6
* Factorized into a new class the parsing of the reduced FO tree, that was dupl...Vincent Hennebert2009-09-221-70/+3
* Added support for adding natural language information on page-sequence and do...Jeremias Maerki2009-04-171-0/+25
* Bugfix for navigation elements when parsing intermediate content.Jeremias Maerki2009-04-161-1/+1
* Reverted changes for "ptr" to painter interface as announced in #46705. The p...Jeremias Maerki2009-04-141-4/+7
* JavaBeanified FOUserAgent.accessibilityEnabled().Jeremias Maerki2009-02-201-2/+2
* Bugzilla #46705:Jeremias Maerki2009-02-191-4/+94
* Fixed copy/paste mistakes.Jeremias Maerki2009-02-161-0/+1
* Moved area tree example to package embedding/atxml.Jeremias Maerki2009-02-061-3/+8
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-4/+8
* Better error message.Jeremias Maerki2009-01-301-1/+1
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-20/+19
* Most of the PostScript extensions are implemented in PSPainter now (and tested).Jeremias Maerki2008-12-221-1/+1
* Need to use xml:space="preserve" on text elements in IF and SVG output to avo...Jeremias Maerki2008-12-221-0/+1
* My first attempt at implementing links was messed up. This second attempt act...Jeremias Maerki2008-12-111-15/+150
* Forgot to add link support. First version added now. Generalizing this for th...Jeremias Maerki2008-12-091-1/+41
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-1/+2