aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/Block.java
Commit message (Expand)AuthorAgeFilesLines
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-7/+7
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-30/+4
* Fixes for issues introduced with fox:destination:Jeremias Maerki2007-04-041-20/+19
* changes to support named destinationJay Bryant2007-04-011-2/+5
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-6/+4
* Bugzilla #40729:Jeremias Maerki2006-11-131-1/+1
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-14/+43
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #38946:Jeremias Maerki2006-05-031-9/+7
* Revision of refinement white-space handling (cfr. Bugzilla 37639)Andreas L. Delmelle2005-12-301-172/+19
* Implementation of hyphenation-ladder-count.Luca Furini2005-11-211-0/+5
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-6/+3
* Fixed white space handling during refinement, added test cases, corrected err...Manuel Mall2005-11-031-102/+90
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-1/+2
* Implemented the wrap-option property.Luca Furini2005-09-161-0/+7
* Using the fo property last-line-end-indent instead of a hard coded value.Luca Furini2005-09-071-0/+7
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-121-0/+6
* Revert revsision 201627.Jeremias Maerki2005-06-261-2/+0
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-2/+2
* Check the proper use of the span attribute.Jeremias Maerki2005-06-241-0/+2
* Improvement for FOText instance creation. The text is consolidated into singl...Jeremias Maerki2005-06-091-0/+2
* More accessors on block-containers.Jeremias Maerki2005-03-181-17/+13
* Additional accessors.Jeremias Maerki2005-03-111-0/+30
* Bugfix for whitespace handling that surfaced after my last fix for linefeed h...Jeremias Maerki2005-02-031-5/+10
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-8/+0
* PR:Glen Mazza2004-11-241-12/+12
* More properties implemented.Finn Bock2004-10-291-4/+4
* Bind some more of the implemented properties.Finn Bock2004-10-291-14/+14
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-9/+8
* Second phase of performance improvement.Finn Bock2004-10-191-50/+5
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-25/+204
* Removed unused imports.Finn Bock2004-10-171-1/+0
* Endlich habe ich dem Insekt gefunden! Jetzt kann FOText das Kind von FONode ...Glen Mazza2004-10-131-3/+4
* PR:Glen Mazza2004-10-121-1/+1
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* Removed tab characters.Jeremias Maerki2004-09-111-1/+4
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-2/+2
* PR:Glen Mazza2004-09-051-1/+1
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-16/+8
* PR:Glen Mazza2004-08-291-12/+6
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-1/+1
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-12/+8
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-1/+0
* 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri...Glen Mazza2004-08-101-8/+36
* Created a BitSet indicating FO's that can contain fo:marker child elements,Glen Mazza2004-08-081-7/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-071-8/+7
* PR:Glen Mazza2004-08-061-1/+1
* PR:Glen Mazza2004-08-061-8/+10
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-81/+24