aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/layoutmgr/AbstractBPLayoutManager.java
Commit message (Collapse)AuthorAgeFilesLines
* removed BP from BPLayoutManager and combinedKeiron Liddle2002-09-031-207/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195147 13f79535-47bb-0310-9956-ffa450edef68
* Remove two parameter version of getNextBreakPoss method and remove all calls ↵Karen Lease2002-08-281-6/+1
| | | | | | to it which always used a null second parameter git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195123 13f79535-47bb-0310-9956-ffa450edef68
* properly resets blocksKeiron Liddle2002-08-211-1/+1
| | | | | | | use a block lm iter so that it can create line layout manager from inline lm's git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195110 13f79535-47bb-0310-9956-ffa450edef68
* removed split contextKeiron Liddle2002-08-191-1/+3
| | | | | | | set ipd for static content git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195093 13f79535-47bb-0310-9956-ffa450edef68
* removed old code, cleaned up a bitKeiron Liddle2002-08-091-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195072 13f79535-47bb-0310-9956-ffa450edef68
* initial attempt at getting some paginationKeiron Liddle2002-08-081-69/+69
| | | | | | | | breaks after every block and gets lots of things wrong formatted code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195070 13f79535-47bb-0310-9956-ffa450edef68
* PR:Karen Lease2002-05-261-10/+24
| | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Separate Position from BreakPoss and create Leaf and NonLeafPosition classes. Move management of Trait to top level Area class and use HAshMap instead of List. Generalize handling of Trait in XMLRenderer and AreaTreeBuilder. Improve handling of word-space and inter-area inline spaces in BP-style layout managers. Set border and padding traits on InlineParent areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194840 13f79535-47bb-0310-9956-ffa450edef68
* Add support for hyphenation and some space distribution among inline areasKaren Lease2002-05-221-13/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194837 13f79535-47bb-0310-9956-ffa450edef68
* Add support for line-breaking in nested inlines using BreakPoss strategyKaren Lease2002-05-101-2/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194818 13f79535-47bb-0310-9956-ffa450edef68
* New files for the BreakPoss(ibility) Layout Manager schemeKaren Lease2002-04-281-0/+134
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194759 13f79535-47bb-0310-9956-ffa450edef68