640 Révisions (Temp_ProcessingFeedback)

Auteur SHA1 Message Date
  Jeremias Maerki 641edf1056 Renamed *EventProducer.Factory.create() to *EventProducer.Provider.get() to better reflect what the method does (instances may be cached and reused). il y a 16 ans
  Jeremias Maerki 90ffcf688e Merged revisions 638842-642143 via svnmerge from il y a 16 ans
  Jeremias Maerki 6baccd12b2 Moved the creation of the fallback LoggingEventListener to FOUserAgent so event before the startDocument() SAX event arrive in the log. il y a 16 ans
  Jeremias Maerki c7a8ce9bdf Merged revisions 634215-638841 via svnmerge from il y a 16 ans
  Jeremias Maerki 02d9ed9724 Added support for java.util.text's ChoiceFormat to AdvancedMessageFormat. il y a 16 ans
  Jeremias Maerki ee3a14e3cd Merged revisions 611116-634214 via svnmerge from il y a 16 ans
  Jeremias Maerki 97f19394d5 Moved AdvancedMessageFormat into its own package. il y a 16 ans
  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. il y a 16 ans
  Jeremias Maerki 5bb7a3047b Added support for additional field styles: il y a 16 ans
  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. il y a 16 ans
  Jeremias Maerki 5dcb7bf4b4 Extracted formatting functionality into utility class AdvancedMessageFormat.java. il y a 16 ans
  Jeremias Maerki 1c0e0c65d7 Some remaining rename operations based on an earlier discussion. il y a 16 ans
  Jeremias Maerki c8bee14be1 Renamed FopEvent to Event as suggested by Simon. il y a 16 ans
  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. il y a 16 ans
  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!) il y a 16 ans
  Jeremias Maerki 1c8309fbd0 No casting in client code when creating EventProducer instances. il y a 16 ans
  Jeremias Maerki d2075b4467 EventProducer interfaces now operational. il y a 16 ans
  Jeremias Maerki 74e88cc75d Initial commit of what I've built already for those who prefer code to minimalistic design docs. il y a 16 ans
  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. il y a 16 ans
  Vincent Hennebert 4b75aa4cd5 Bugzilla #44289: Wrong border resolution when header/footer omitted at break il y a 16 ans
  Vincent Hennebert 05121561b1 Added license header il y a 16 ans
  Vincent Hennebert e977dbf568 Replaced 'non-lead' with 'normal' il y a 16 ans
  Vincent Hennebert 58868131c9 Added support for conditional borders (and paddings) in tables. il y a 16 ans
  Jeremias Maerki a2a56d83f6 Slight performance improvement on multi-core CPUs using a cheap trick. il y a 16 ans
  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). il y a 16 ans
  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. il y a 16 ans
  Jeremias Maerki 44c5761c1a Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: il y a 16 ans
  Jeremias Maerki 6415c9acd2 Reenabled documentation for fox:destination. il y a 16 ans
  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. il y a 16 ans
  Jeremias Maerki ed61f771c4 Added support for scale-down-to-fit and scale-up-to-fit. il y a 16 ans
  Vincent Hennebert f15db7d7e2 Streamlined the recording of row offsets, by replacing Map with a List. Fixed bug #43633 in the same time. il y a 16 ans
  Vincent Hennebert 63bca7dc46 Testcase for the resolution of collapsed and conditional borders in the FO tree il y a 16 ans
  Vincent Hennebert 7ed67aba5b Fixed the handling of columns in the border resolution, especially in case of column-spanning cells il y a 16 ans
  Maximilian Berger 010d536e11 Updated xmlgraphics from SVN il y a 16 ans
  Jeremias Maerki 2133132958 Oops. il y a 16 ans
  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. il y a 16 ans
  Jeremias Maerki 3215a1e4e3 Bugzilla #37993: il y a 16 ans
  Jeremias Maerki ed5ae377e6 Bugzilla #40230: il y a 16 ans
  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. il y a 16 ans
  Vincent Hennebert fcedea9341 Bugzilla #43766: breaks generated by the merging algorithm for table rows containing empty cells has always a penalty of 900 il y a 16 ans
  Vincent Hennebert 5675e7ef51 Moved the creation of grid units to the FO tree building stage. Brought a few improvements along with the move: il y a 16 ans
  Jeremias Maerki 28920ff554 Log element list length for convenience. il y a 16 ans
  Vincent Hennebert 35d27e8af0 Removed no-longer applicable test cases, for cells spanning more rows than available in the table part il y a 16 ans
  Vincent Hennebert 49e9fd8b05 Forgot to add IllegalRowSpanTestCase to the test suite... il y a 16 ans
  Vincent Hennebert 335f9a3502 Added check for table-cells which span more rows than available in their parent element il y a 16 ans
  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) il y a 16 ans
  Vincent Hennebert 2e221e50a6 Forgot to add TableColumnColumnNumber testcase to the testsuite il y a 16 ans
  Vincent Hennebert 84dd5443e9 Finalised testcase for RowGroupBuilder and added it to the testsuite il y a 16 ans
  Vincent Hennebert 6e2c1b6791 Renamed TableRowIteratorTestCase into RowGroupBuilderTestCase il y a 16 ans
  Vincent Hennebert 740a2f598c Moved table-related FObj into new o.a.fop.fo.flow.table package il y a 16 ans