60 Commitit (38a069e36209712237b638c07416a0eb4a40ca5c)

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