640 次代码提交 (Temp_ProcessingFeedback)

作者 SHA1 备注 提交日期
  Jeremias Maerki 641edf1056 Renamed *EventProducer.Factory.create() to *EventProducer.Provider.get() to better reflect what the method does (instances may be cached and reused). 16 年前
  Jeremias Maerki 90ffcf688e Merged revisions 638842-642143 via svnmerge from 16 年前
  Jeremias Maerki 6baccd12b2 Moved the creation of the fallback LoggingEventListener to FOUserAgent so event before the startDocument() SAX event arrive in the log. 16 年前
  Jeremias Maerki c7a8ce9bdf Merged revisions 634215-638841 via svnmerge from 16 年前
  Jeremias Maerki 02d9ed9724 Added support for java.util.text's ChoiceFormat to AdvancedMessageFormat. 16 年前
  Jeremias Maerki ee3a14e3cd Merged revisions 611116-634214 via svnmerge from 16 年前
  Jeremias Maerki 97f19394d5 Moved AdvancedMessageFormat into its own package. 16 年前
  Jeremias Maerki e4faa836ac Instead of always decentrally checking whether strict validation is enabled or not, this is now done in a special event listener. The event producer method caller simply indicates whether it can recover from the error condition and continue. 16 年前
  Jeremias Maerki 5bb7a3047b Added support for additional field styles: 16 年前
  Jeremias Maerki fcd0f0160c Add support for special object formatters (where toString() isn't good enough). ATM, it's hard-coded but could later be hooked into dynamic discovery if we have multiple such formatters. The SAX Locator is the only example for now. 16 年前
  Jeremias Maerki 5dcb7bf4b4 Extracted formatting functionality into utility class AdvancedMessageFormat.java. 16 年前
  Jeremias Maerki 1c0e0c65d7 Some remaining rename operations based on an earlier discussion. 16 年前
  Jeremias Maerki c8bee14be1 Renamed FopEvent to Event as suggested by Simon. 16 年前
  Jeremias Maerki 41f5c4aef9 Added an XMLResourceBundle that uses an XML file instead of a properties file to load the translations. The XML format is the same as for Cocoon's XMLResourceBundle. 16 年前
  Jeremias Maerki afa8aa4799 Generate event model XMLs in to the build directory: build/gensrc and build/test-gensrc (the latter is new and needs to be setup as source folder in your IDE!) 16 年前
  Jeremias Maerki 1c8309fbd0 No casting in client code when creating EventProducer instances. 16 年前
  Jeremias Maerki d2075b4467 EventProducer interfaces now operational. 16 年前
  Jeremias Maerki 74e88cc75d Initial commit of what I've built already for those who prefer code to minimalistic design docs. 16 年前
  Jeremias Maerki 8b281b7c15 Added support for DOMSource to Preloader SVG so a URI Resolver can be written that provides the SVG as a W3C SVG DOM. 16 年前
  Vincent Hennebert 4b75aa4cd5 Bugzilla #44289: Wrong border resolution when header/footer omitted at break 16 年前
  Vincent Hennebert 05121561b1 Added license header 16 年前
  Vincent Hennebert e977dbf568 Replaced 'non-lead' with 'normal' 16 年前
  Vincent Hennebert 58868131c9 Added support for conditional borders (and paddings) in tables. 16 年前
  Jeremias Maerki a2a56d83f6 Slight performance improvement on multi-core CPUs using a cheap trick. 16 年前
  Jeremias Maerki 341da37f03 Fixed logic error setting the transformation matrix for block-container viewports (applies to absolute and fixed block-containers only). The CTM now only rotates and shifts the content as necessary for reference-orientation and writing-mode. All the rest of the transformation is done by the renderer which allows to add additional transformations as made possible by fox:transform (see below). 16 年前
  Jeremias Maerki e77d6863bb java.net.URI doesn't eat non-escaped URIs so I added an escaping method to URISpecification that should cover most cases. Usually, it's just about a space in a filename. 16 年前
  Jeremias Maerki 44c5761c1a Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 年前
  Jeremias Maerki 6415c9acd2 Reenabled documentation for fox:destination. 16 年前
  Jeremias Maerki 0c87214d3a Added new extension element: fox:external-document. It allows to add whole documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image will make up an entire page. See the documentation for details. ATM, only single pages are possible. Multi-page images will be supported with the new image package. 16 年前
  Jeremias Maerki ed61f771c4 Added support for scale-down-to-fit and scale-up-to-fit. 16 年前
  Vincent Hennebert f15db7d7e2 Streamlined the recording of row offsets, by replacing Map with a List. Fixed bug #43633 in the same time. 16 年前
  Vincent Hennebert 63bca7dc46 Testcase for the resolution of collapsed and conditional borders in the FO tree 16 年前
  Vincent Hennebert 7ed67aba5b Fixed the handling of columns in the border resolution, especially in case of column-spanning cells 16 年前
  Maximilian Berger 010d536e11 Updated xmlgraphics from SVN 16 年前
  Jeremias Maerki 2133132958 Oops. 16 年前
  Jeremias Maerki c2470b2731 Added a possibility to rerun the whole run a defined number of times to test for possible issues outside a single rendering run. 16 年前
  Jeremias Maerki 3215a1e4e3 Bugzilla #37993: 16 年前
  Jeremias Maerki ed5ae377e6 Bugzilla #40230: 16 年前
  Vincent Hennebert 22cdf131f2 Bugfix in tables: wrong element generation by the merging algorithm when glues must be produced to cope with conditional spaces. The corresponding length was added twice: one in the glue itself and one in the following box. 16 年前
  Vincent Hennebert fcedea9341 Bugzilla #43766: breaks generated by the merging algorithm for table rows containing empty cells has always a penalty of 900 16 年前
  Vincent Hennebert 5675e7ef51 Moved the creation of grid units to the FO tree building stage. Brought a few improvements along with the move: 16 年前
  Jeremias Maerki 28920ff554 Log element list length for convenience. 16 年前
  Vincent Hennebert 35d27e8af0 Removed no-longer applicable test cases, for cells spanning more rows than available in the table part 16 年前
  Vincent Hennebert 49e9fd8b05 Forgot to add IllegalRowSpanTestCase to the test suite... 16 年前
  Vincent Hennebert 335f9a3502 Added check for table-cells which span more rows than available in their parent element 16 年前
  Vincent Hennebert ac5c958502 Slightly reworked too-many-columns_body_3 testcase, added testcase for a cell that spans too many columns (too-many-columns_body_4) 16 年前
  Vincent Hennebert 2e221e50a6 Forgot to add TableColumnColumnNumber testcase to the testsuite 16 年前
  Vincent Hennebert 84dd5443e9 Finalised testcase for RowGroupBuilder and added it to the testsuite 16 年前
  Vincent Hennebert 6e2c1b6791 Renamed TableRowIteratorTestCase into RowGroupBuilderTestCase 16 年前
  Vincent Hennebert 740a2f598c Moved table-related FObj into new o.a.fop.fo.flow.table package 16 年前