4401 Révisions (ee3a14e3cdfcdf11f072ef29d872b7d511007296)

Auteur SHA1 Message Date
  Jeremias Maerki ee3a14e3cd Merged revisions 611116-634214 via svnmerge from il y a 16 ans
  Jeremias Maerki 128d81aeb5 Made FOPException localizable. il y a 16 ans
  Jeremias Maerki 53c07bbe1c Improved context gathering. il y a 16 ans
  Jeremias Maerki 1f53548e24 SVN Props 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 ab8f504933 Javadocs. il y a 16 ans
  Jeremias Maerki f625fa9dc2 Javadocs and TODOs. il y a 16 ans
  Jeremias Maerki 5bb7a3047b Added support for additional field styles: il y a 16 ans
  Jeremias Maerki a7880e05a8 Add severity to formatting parameters. il y a 16 ans
  Jeremias Maerki a4e166a2b9 Deprecated two methods which are a problem for localization. Also helps finding additional spots to switch over to the event mechanism. il y a 16 ans
  Jeremias Maerki e7a96819e8 Removed superfluous warning. il y a 16 ans
  Jeremias Maerki 10f5f3e870 Fop's QName now extends XGCommons' QName to initiate a transition. il y a 16 ans
  Jeremias Maerki 1f5d4678e8 FObj hooked into the event system. il y a 16 ans
  Jeremias Maerki 3f2ff8112e Log what translation file is being written. il y a 16 ans
  Jeremias Maerki 4a0e95eb94 Make sure no events are now just silently swallowed because after upgrading a user doesn't know about the event system. il y a 16 ans
  Jeremias Maerki 5e14e68602 Hooked most of FONode into the new event mechanism. The FOUserAgent provides a DefaultEventBroadcaster instance. 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
  Vincent Hennebert b73c851326 Minor typo + slight improvement of Javadoc 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
  Vincent Hennebert f241c3946d Trick to avoid hard-coding the class name of EventProducer in the source file. 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 6228167d44 Removed no longer needed reference to TableColumn in GridUnit il y a 16 ans
  Vincent Hennebert c1492fcb24 Cleanup: il y a 16 ans
  Vincent Hennebert 8f8d5b995c Removed the no longer needed maxColumnCount parameter il y a 16 ans
  Vincent Hennebert 58868131c9 Added support for conditional borders (and paddings) in tables. il y a 16 ans
  Jeremias Maerki 449a0d0764 Bugzilla #44160: il y a 16 ans
  Jeremias Maerki f92cc1b2d3 A note on the difference between JAI Image I/O Tools, the codec package, and JAI, the image library. il y a 16 ans
  Vincent Hennebert 1ebf696d40 Updated text to reflect the upgrading of the minimum Java requirement to 1.4 il y a 16 ans
  Vincent Hennebert 450450ded8 Fixed minor typos il y a 16 ans
  Jeremias Maerki 95287ea8d8 Complete overhaul of the "Graphics" page after the new image loading framework has been introduced. il y a 16 ans
  Jeremias Maerki f549f74c84 A note about the internal coordinate system when using fox:transform. il y a 16 ans
  Jeremias Maerki daa5c136fe Correct inline writing when object has an object number. il y a 16 ans
  Jeremias Maerki ec59ecf8a7 A name object can be encoded as a stand-along PDF object with object number and all, so extend from PDFObject. Fixes a possible ClassCastException with the PDF-in-PDF extension. il y a 16 ans
  Jeremias Maerki 40f39c202e Removed stray System.out il y a 16 ans
  Jeremias Maerki 43a55cf849 Copy/Paste problem with TTF has long been fixed. 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
  Adrian Cumiskey 5b110dff04 added serial version id il y a 16 ans
  Jeremias Maerki 74b1c2e7f1 Fixed dead link. il y a 16 ans
  Jeremias Maerki 42cd3311c3 Clear parent if later on an object number is assigned to a PDFObject which means it is a top-level object. il y a 16 ans
  Jeremias Maerki 9ef58f4729 Restore default constructor for PDFArray. 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 6101c1c37f Removed stray reference to ImageFactory. il y a 16 ans