35 Commits (ff38e91905ba2b8896c03462f4c9bf826945b2bd)

Author SHA1 Message Date
  Jeremias Maerki ff38e91905 Merged branch 16 years ago
  Andreas L. Delmelle a6efe7161b * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 years ago
  Simon Pepping 55318f3411 Comment out unused properties. Patch by Richard Wheeldon 17 years ago
  Jeremias Maerki 29c09fb3d3 Bugzilla #40729: 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 ed31364eaf Bugzilla #38946: 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 58dcf55c95 Update to support border and padding and alignments on inline fos 18 years ago
  Jeremias Maerki 4978d95584 Moved inline-level LMs and support classes to "inline" subpackage. 19 years ago
  Glen Mazza 9e6b998130 Switch to .equals() instead of == for String compares of namespaces. Thanks to Nils Meier for the suggestion. 19 years ago
  Simon Pepping 76d5ac13bb This patch implements a pluggable LayoutManagers system, according 19 years ago
  Simon Pepping 28d5af672e Removed instances of InlineStackingLayoutManager. Created a new FO 19 years ago
  Finn Bock a154df65ce New exception hierarchy rooted in SAXException and throw clauses on 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
  Jeremias Maerki 0e6c8f17a3 Removed tab characters. 20 years ago
  Glen Mazza 7ca3f884b4 1.) Validation for fo:multi-toggle added. 20 years ago
  Glen Mazza a0d5a3abf0 1. For maintenance and accuracy, centralized the setupID() functionality 20 years ago
  Glen Mazza ad9d15c93d Created a BitSet indicating FO's that can contain fo:marker child elements, 20 years ago
  Glen Mazza a59eba7fb1 Implemented getNameId() which returns the Constants enumeration ID 20 years ago
  Glen Mazza 4ee1a01465 1. new FONode.invalidChildError method added that will takes a "ruleViolated" string for more detailed error messages. 20 years ago
  Glen Mazza dc2c7714bf PR: 20 years ago
  Glen Mazza c90cfdaa70 PR: 20 years ago
  Glen Mazza 5c93e06565 Implemented validity checking for fo:bidi-override. 20 years ago
  Glen Mazza 63984fc810 Removed the FOTreeVisitor interface in favor of a more 20 years ago
  Glen Mazza a1cc046e14 Created a validateChildNode() in FONode for better syntax checking in the 20 years ago
  Jeremias Maerki 7272aa03a5 Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
  Glen Mazza f962079346 1. Moved static element and property structures from PropertyList (previously in former PropertyListBuilder) to FObj 20 years ago
  William Victor Mote 3a590cff94 1. convert fo/FOTreeVisitor to an interface 21 years ago
  William Victor Mote 250f621fae style changes only 21 years ago
  William Victor Mote 4a4027028e 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visitor concept, see item 2) 21 years ago
  William Victor Mote f9bee020b3 move the "common" property classes from layout to fo.properties, renaming them with a "Common" prefix 21 years ago
  William Victor Mote 0998ab06a0 style changes only 21 years ago
  Jeremias Maerki df2923f9e5 Moved sources from src/org/** to src/java/org/** 21 years ago
  Jeremias Maerki 335cbb2f76 Switched to long licence 21 years ago
  Keiron Liddle c9a7d08d44 updated for LayoutProcessor 21 years ago
  Keiron Liddle de213623b7 set FO on lm as part of interface, simpler and more flexible 21 years ago
  Keiron Liddle 67117725a0 added support for markers in fo tree 21 years ago
  Keiron Liddle c4b2087b08 calculate line height and do vertical alignment better 22 years ago
  Keiron Liddle dd0b2a8e07 removed old area tree 22 years ago
  Keiron Liddle 7d000b0c79 sets up the id independantly of the layout 22 years ago
  Keiron Liddle 6619da7ea0 initial implementation of line area layout processing 22 years ago
  Keiron Liddle 0df1355b53 changed the parent to FONode 22 years ago
  Keiron Liddle 3f3968c27e changed the way that elements and properties are handled 22 years ago
  Keiron Liddle e3746112e7 changed to logkit for logging only half done 23 years ago
  Keiron Liddle a0df35f21d gets all properties specified on each element 23 years ago
  Tore Engvig 08e3ee4b73 Formatted code according to code standards. 23 years ago
  Keiron Liddle ed28d2934b added all remaining elements 23 years ago