155 Commits (Temp_ProcessingFeedback)

Author 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). 16 years ago
  Jeremias Maerki 90ffcf688e Merged revisions 638842-642143 via svnmerge from 16 years ago
  Jeremias Maerki 6baccd12b2 Moved the creation of the fallback LoggingEventListener to FOUserAgent so event before the startDocument() SAX event arrive in the log. 16 years ago
  Jeremias Maerki c7a8ce9bdf Merged revisions 634215-638841 via svnmerge from 16 years ago
  Jeremias Maerki 02d9ed9724 Added support for java.util.text's ChoiceFormat to AdvancedMessageFormat. 16 years ago
  Jeremias Maerki ee3a14e3cd Merged revisions 611116-634214 via svnmerge from 16 years ago
  Jeremias Maerki 97f19394d5 Moved AdvancedMessageFormat into its own package. 16 years ago
  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 years ago
  Jeremias Maerki 5bb7a3047b Added support for additional field styles: 16 years ago
  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 years ago
  Jeremias Maerki 5dcb7bf4b4 Extracted formatting functionality into utility class AdvancedMessageFormat.java. 16 years ago
  Jeremias Maerki 1c0e0c65d7 Some remaining rename operations based on an earlier discussion. 16 years ago
  Jeremias Maerki c8bee14be1 Renamed FopEvent to Event as suggested by Simon. 16 years ago
  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 years ago
  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 years ago
  Jeremias Maerki 1c8309fbd0 No casting in client code when creating EventProducer instances. 16 years ago
  Jeremias Maerki d2075b4467 EventProducer interfaces now operational. 16 years ago
  Jeremias Maerki 74e88cc75d Initial commit of what I've built already for those who prefer code to minimalistic design docs. 16 years ago
  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 years ago
  Vincent Hennebert 58868131c9 Added support for conditional borders (and paddings) in tables. 16 years ago
  Jeremias Maerki a2a56d83f6 Slight performance improvement on multi-core CPUs using a cheap trick. 16 years ago
  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 years ago
  Jeremias Maerki 44c5761c1a Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 years ago
  Vincent Hennebert 63bca7dc46 Testcase for the resolution of collapsed and conditional borders in the FO tree 16 years ago
  Jeremias Maerki 2133132958 Oops. 16 years ago
  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 years ago
  Jeremias Maerki 28920ff554 Log element list length for convenience. 16 years ago
  Vincent Hennebert 49e9fd8b05 Forgot to add IllegalRowSpanTestCase to the test suite... 16 years ago
  Vincent Hennebert 335f9a3502 Added check for table-cells which span more rows than available in their parent element 16 years ago
  Vincent Hennebert 2e221e50a6 Forgot to add TableColumnColumnNumber testcase to the testsuite 16 years ago
  Vincent Hennebert 84dd5443e9 Finalised testcase for RowGroupBuilder and added it to the testsuite 16 years ago
  Vincent Hennebert 6e2c1b6791 Renamed TableRowIteratorTestCase into RowGroupBuilderTestCase 16 years ago
  Vincent Hennebert 740a2f598c Moved table-related FObj into new o.a.fop.fo.flow.table package 16 years ago
  Vincent Hennebert 2a76212532 First step towards building row groups at the FO tree stage. The built row groups are currently not used and the TableRowIterator stuff remains unchanged; this allows for more atomic commits. 16 years ago
  Vincent Hennebert 6f01fbd0f9 Reworked the creation of implicit columns to match new behaviour: the number of columns of a table without explicit fo:table-column is set by the row that has the most columns. 16 years ago
  Vincent Hennebert a3d7ceee3d Testcases for fo:table-column 16 years ago
  Vincent Hennebert 1b94caadec Additional testcases for too many columns, this time in header or footer. 16 years ago
  Vincent Hennebert fc34b198fd - Enforced check for proper number of columns in a table. Now if a table has explicit table-columns, those fix the total number of columns and any row having more columns will lead to an error. 16 years ago
  Jeremias Maerki 1a43096a10 Some log fine-tuning. 16 years ago
  Jeremias Maerki 67a9815afa Bugzilla #42278: 17 years ago
  Jeremias Maerki 5fabd3e088 Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007. 17 years ago
  Jeremias Maerki 8c1aba3f97 Bugzilla #41831: 17 years ago
  Jeremias Maerki 7ada0a06fe One Factory per VM is enough here. 17 years ago
  Vincent Hennebert 2f6386898a Make the fop.layoutengine.disabled property work with fop.layoutengine.starts-with 17 years ago
  Vincent Hennebert d489e8263d Disable FontBaseBadTestCase for now as it is currently not working and makes the build fail. 17 years ago
  Jeremias Maerki 3d2ae5e8b6 Switch to XGCommons' ImageWriter for writing PNGs. 17 years ago
  Vincent Hennebert ed334742b6 Add the very same test cases with tables using starts-row/ends-row instead of fo:table-row objects 17 years ago
  Vincent Hennebert 404013f30e Stricter user config file validation. 17 years ago
  Vincent Hennebert 2a6939af9a First unit tests for table layout manager classes 17 years ago
  Manuel Mall 31b3f8f9eb Fix compilation error caused by incorrect package name in generated code. Also updated tests to Unicode 5 UAX#14 pair table compliance. 17 years ago