73 Commits (38a069e36209712237b638c07416a0eb4a40ca5c)

Author SHA1 Message Date
  Vincent Hennebert 38a069e362 Moved ResourceEventProducer to org.apache.fop 14 years ago
  Vincent Hennebert efec634548 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
  Andreas L. Delmelle 451b65846e Javadoc updates: attempt at improving interactivity and consistency 16 years ago
  Jeremias Maerki ff38e91905 Merged branch 16 years ago
  Jeremias Maerki 6946e47c7f No stack traces with missing images. 16 years ago
  Andreas L. Delmelle 3bb8e2374d Further cleanup/refinement of FixedLength: 16 years ago
  Jeremias Maerki 2dff0ee028 Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 years ago
  Andreas L. Delmelle a6efe7161b * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 years ago
  Andreas L. Delmelle 91db822c87 Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger) 17 years ago
  Andreas L. Delmelle 9d51f7e235 Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey) 17 years ago
  Andreas L. Delmelle f9c63ef723 Code cleanup: 17 years ago
  Jeremias Maerki 7046f7838f Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki abe26448a3 Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). The image cache is finally working properly. Currently implemented without the cleanup thread as done by Batik. 18 years ago
  Jeremias Maerki f84616e34d Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki b3a320b57c Made the FO tree a little more consistent by renaming getName() to getLocalName() and adding additional methods like: getNamespaceURI() and getNormalNamespacePrefix(). getName() now returns the fully qualified name combined from getLocalName() and getNormalNamespacePrefix(). For special cases you can call getName(String) to return a different namespace prefix. 18 years ago
  Manuel Mall e1f16a7808 Fixed various javadoc problems, fixed a deprecation warning, removed functions not needed any more 18 years ago
  Jeremias Maerki cdd9881066 Bugzilla #36487: 19 years ago
  Finn Bock c0a45e7ba1 Cleanup of unused imports. 19 years ago
  Finn Bock 8cad88a3e3 Bugzilla #36379: 19 years ago
  Joerg Pietschmann b318a48dda Squashed some JavaDoc warnings. 19 years ago
  Jeremias Maerki 639073c8e5 Early preloading of images (during FO tree building). This wasn't consistent before (bg-images were loaded by the renderer). 19 years ago
  Jeremias Maerki 6a61d47604 Clipping the background image. 19 years ago
  Jeremias Maerki cab224f6bb Access to intrinsic image size for eg/ifo through getLayoutDimension() instead of through separate interface. 19 years ago
  Jeremias Maerki 9ca0662007 Support for percentages on external-graphic and instream-foreign-object for the content-height and content-width attributes. 19 years ago
  Simon Pepping 76d5ac13bb This patch implements a pluggable LayoutManagers system, according 19 years ago
  Finn Bock c7c27de65c More properties implemented. 19 years ago
  Finn Bock dfa0d4d747 Bind some more of the implemented properties. 19 years ago
  Finn Bock a154df65ce New exception hierarchy rooted in SAXException and throw clauses on 19 years ago
  Finn Bock 18f8000f29 Fourth phase of performance improvement. 19 years ago
  Finn Bock bee28d7550 Second phase of performance improvement. 19 years ago
  Finn Bock baaa9c9a6b First phase of performance improvement. Added bind() and startOfNode() 19 years ago
  Glen Mazza e48d727a3f PR: 19 years ago
  Glen Mazza de93a3d5b1 Renamed FOInputHandler to somewhat more intuitive FOEventHandler. 20 years ago
  Glen Mazza d4d4b4bf49 1.) validateChildNode() implemented for fo:multi-properties. 20 years ago
  Glen Mazza 4bad78005e 1. Moved getNameId() from FObj to FONode. 20 years ago
  Glen Mazza 9e0aa08500 1. fo:leader layout initialization logic moved from AddLMVisitor to 20 years ago
  Glen Mazza ba829e8b5b 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-footer 20 years ago
  Glen Mazza 359a47b840 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-header 20 years ago
  Glen Mazza a0d5a3abf0 1. For maintenance and accuracy, centralized the setupID() functionality 20 years ago
  Glen Mazza a59eba7fb1 Implemented getNameId() which returns the Constants enumeration ID 20 years ago
  Glen Mazza dc2c7714bf PR: 20 years ago
  Glen Mazza c90cfdaa70 PR: 20 years ago
  Glen Mazza 56d8c81cc3 1.) Moved from FOPException to SAXParseException for addProperties() 20 years ago
  Glen Mazza e4a9fb37f3 1. validation for fo:basic-link added 20 years ago
  Glen Mazza 63984fc810 Removed the FOTreeVisitor interface in favor of a more 20 years ago
  Glen Mazza 6edac8d509 Provided validateChildFO() methods for the "easy" FO's--i.e., those 20 years ago
  Glen Mazza c010e42fb0 1.) Check for fo:color-profile made to ensure no child elements during processing. 20 years ago
  Glen Mazza 46395b2619 1.) Added restriction to fo:declarations that fo:color-profile is the only XSL namespace child element allowed. 20 years ago
  Glen Mazza a1cc046e14 Created a validateChildNode() in FONode for better syntax checking in the 20 years ago
  Glen Mazza 38d80f2d3f Switched from handleAttrs() to more intuitive processNode() and (for FO namespace) addProperties() methods. 20 years ago