60 Commits (38a069e36209712237b638c07416a0eb4a40ca5c)

Autor SHA1 Nachricht Datum
  Vincent Hennebert 38a069e362 Moved ResourceEventProducer to org.apache.fop vor 14 Jahren
  Vincent Hennebert efec634548 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) vor 16 Jahren
  Andreas L. Delmelle 451b65846e Javadoc updates: attempt at improving interactivity and consistency vor 16 Jahren
  Jeremias Maerki ff38e91905 Merged branch vor 16 Jahren
  Andreas L. Delmelle a6efe7161b * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags vor 17 Jahren
  Andreas L. Delmelle 91db822c87 Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger) vor 17 Jahren
  Andreas L. Delmelle 194fa42abe Bugzilla 41656: vor 17 Jahren
  Andreas L. Delmelle 9d51f7e235 Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey) vor 17 Jahren
  Andreas L. Delmelle f9c63ef723 Code cleanup: vor 17 Jahren
  Jeremias Maerki 31ad96c17a Bugzilla #40849: vor 17 Jahren
  Jeremias Maerki 7046f7838f Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html vor 18 Jahren
  Andreas L. Delmelle 94e6159814 Fix for NPE in case of empty instream-foreign-object vor 18 Jahren
  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. vor 18 Jahren
  Manuel Mall e1f16a7808 Fixed various javadoc problems, fixed a deprecation warning, removed functions not needed any more vor 18 Jahren
  Jeremias Maerki cdd9881066 Bugzilla #36487: vor 19 Jahren
  Jeremias Maerki 49e232938f Initial work on enhancing the extension facilities to register special extensions which create so-called ExtensionAttachment objects which are attached to the formatting object they are attached to. These objects can be evaluated by standard or custom layout managers or simply passed through to the area tree (the latter is NYI). The AreaTreeHandler currently takes ExtensionAttachment objects from fo:root and fo:declarations and wraps them in OffDocumentItems that Renderers can react on to provide additional functionality on document-level (like PDF metadata or PostScript media dictionaries). Since the simple-page-master is available directly from the PageViewport the renderer can take ExtensionAttachment objects directly from there (see PSRenderer.renderPage()). vor 19 Jahren
  Finn Bock c0a45e7ba1 Cleanup of unused imports. vor 19 Jahren
  Finn Bock 8cad88a3e3 Bugzilla #36379: vor 19 Jahren
  Joerg Pietschmann b318a48dda Squashed some JavaDoc warnings. vor 19 Jahren
  Jeremias Maerki 4978d95584 Moved inline-level LMs and support classes to "inline" subpackage. vor 19 Jahren
  Glen Mazza 9e6b998130 Switch to .equals() instead of == for String compares of namespaces. Thanks to Nils Meier for the suggestion. vor 19 Jahren
  Jeremias Maerki cab224f6bb Access to intrinsic image size for eg/ifo through getLayoutDimension() instead of through separate interface. vor 19 Jahren
  Jeremias Maerki 9ca0662007 Support for percentages on external-graphic and instream-foreign-object for the content-height and content-width attributes. vor 19 Jahren
  Jeremias Maerki bd039f5887 Enable border and background for instream-foreign-object. vor 19 Jahren
  Simon Pepping 76d5ac13bb This patch implements a pluggable LayoutManagers system, according vor 19 Jahren
  Glen Mazza a532a17122 PR: vor 19 Jahren
  Finn Bock c7c27de65c More properties implemented. vor 19 Jahren
  Finn Bock dfa0d4d747 Bind some more of the implemented properties. vor 19 Jahren
  Finn Bock a154df65ce New exception hierarchy rooted in SAXException and throw clauses on vor 19 Jahren
  Finn Bock 18f8000f29 Fourth phase of performance improvement. vor 19 Jahren
  Finn Bock baaa9c9a6b First phase of performance improvement. Added bind() and startOfNode() vor 19 Jahren
  Glen Mazza e48d727a3f PR: vor 19 Jahren
  Finn Bock db16f46879 Fix javadoc warnings. vor 20 Jahren
  Glen Mazza eef81e5b34 PR: vor 20 Jahren
  Glen Mazza 35404db536 1.) Returned to recursion for FOEventHandler. vor 20 Jahren
  Finn Bock 53e2fcc202 Removed unneeded import statements. Makes eclipse happy. vor 20 Jahren
  Glen Mazza de93a3d5b1 Renamed FOInputHandler to somewhat more intuitive FOEventHandler. vor 20 Jahren
  Glen Mazza 47f126d4c4 1.) Some flattening of the Region classes done, with the goal of moving vor 20 Jahren
  Glen Mazza 4bad78005e 1. Moved getNameId() from FObj to FONode. vor 20 Jahren
  Glen Mazza 9e0aa08500 1. fo:leader layout initialization logic moved from AddLMVisitor to vor 20 Jahren
  Glen Mazza 47a4122bc4 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitor vor 20 Jahren
  Glen Mazza a59eba7fb1 Implemented getNameId() which returns the Constants enumeration ID vor 20 Jahren
  Glen Mazza 4ee1a01465 1. new FONode.invalidChildError method added that will takes a "ruleViolated" string for more detailed error messages. vor 20 Jahren
  Glen Mazza c90cfdaa70 PR: vor 20 Jahren
  Glen Mazza 866f74b95c PR: vor 20 Jahren
  Glen Mazza 63984fc810 Removed the FOTreeVisitor interface in favor of a more vor 20 Jahren
  Glen Mazza a1cc046e14 Created a validateChildNode() in FONode for better syntax checking in the vor 20 Jahren
  Jeremias Maerki 7272aa03a5 Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. vor 20 Jahren
  Glen Mazza c5bb1aa00e Moved the interfaces into the Constants class on a trial basis (we may still vor 20 Jahren
  Glen Mazza 21d4f538d4 Conversion of more properties from Strings to ints. vor 20 Jahren