aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-165/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196064 13f79535-47bb-0310-9956-ffa450edef68
* Switched to long licence Jeremias Maerki2003-03-071-7/+50
| | | | | | | Some general checkstyle fixing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196037 13f79535-47bb-0310-9956-ffa450edef68
* split LayoutManager interface so that the new LayoutProcessorKeiron Liddle2003-03-041-1/+1
| | | | | | | | interface is the local interface used by the implementation to do the layout git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196010 13f79535-47bb-0310-9956-ffa450edef68
* add and retrive markersKeiron Liddle2003-02-191-3/+0
| | | | | | | | use trait setter for area traits some style cleanups git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195971 13f79535-47bb-0310-9956-ffa450edef68
* set FO on lm as part of interface, simpler and more flexibleKeiron Liddle2003-02-141-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195947 13f79535-47bb-0310-9956-ffa450edef68
* moved MinOptMax to where it is usedKeiron Liddle2003-02-131-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195939 13f79535-47bb-0310-9956-ffa450edef68
* cleanup of lmsKeiron Liddle2002-11-131-9/+5
| | | | | | | attempt at fixing some block layout problems git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195516 13f79535-47bb-0310-9956-ffa450edef68
* more style fixesKeiron Liddle2002-10-251-37/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195362 13f79535-47bb-0310-9956-ffa450edef68
* start of spacing and bordersKeiron Liddle2002-09-181-7/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195226 13f79535-47bb-0310-9956-ffa450edef68
* starting implementation of tablesKeiron Liddle2002-09-131-4/+3
| | | | | | | fixed some more styling errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195177 13f79535-47bb-0310-9956-ffa450edef68
* removed BP from BPLayoutManager and combinedKeiron Liddle2002-09-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195147 13f79535-47bb-0310-9956-ffa450edef68
* removed split contextKeiron Liddle2002-08-191-67/+0
| | | | | | | 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-1/+1
| | | | 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-12/+13
| | | | | | | | 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-04-281-2/+2
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Add BreakPossibility style LayoutManager code as an alternative to Keiron's "direct area creation" method. Not currently enabled: to do so, one must make 2 changes in the source. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194758 13f79535-47bb-0310-9956-ffa450edef68
* initial implementation of line area layout processingKeiron Liddle2002-04-261-20/+25
| | | | | | | | | | | | all inline area and their managers are managed by the LineLayoutManager. This class fills a line with inline areas and then does the alignment on all the inline areas. elements which create inline areas add their managers to the list that is used by the line layout. These managers have a retrievable index of inline areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194747 13f79535-47bb-0310-9956-ffa450edef68
* does some basic text into pdf and svg output just for a startKeiron Liddle2002-01-081-114/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194617 13f79535-47bb-0310-9956-ffa450edef68
* Add some more LayoutManagers and start to actually do somethingKaren Lease2001-11-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194556 13f79535-47bb-0310-9956-ffa450edef68
* First versions of LayoutManager classesKaren Lease2001-11-091-0/+198
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194539 13f79535-47bb-0310-9956-ffa450edef68