aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/InlineStackingLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-537/+0
* generatesInlineAreas() methods removed.Glen Mazza2005-06-101-11/+0
* LayoutManager.canBreakBefore() removed.Glen Mazza2005-06-081-16/+0
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-218/+6
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-0/+1
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-3/+216
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-5/+5
* Removed instances of InlineStackingLayoutManager. Created a new FOSimon Pepping2004-12-221-3/+4
* Remove unused import statements.Finn Bock2004-12-101-1/+0
* Patch 31206 by Luca Furini:Simon Pepping2004-11-131-209/+4
* Two unneeded implementations of initProperties() removed. (May not be ableGlen Mazza2004-11-111-6/+0
* Fourth phase of performance improvement.Finn Bock2004-10-201-1/+1
* Third phase of performance improvement.Finn Bock2004-10-201-17/+30
* Third phase of performance improvement.Finn Bock2004-10-191-41/+5
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-2/+2
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-051-11/+233
* Moved some functionality from LMiter to the LayoutManagers. The LMsSimon Pepping2004-08-261-11/+0
* Removed PropertyManager argument from initProperties(), as it is alreadyGlen Mazza2004-05-261-28/+18
* PR:Glen Mazza2004-05-151-3/+11
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-1/+1
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-5/+5
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* remove global import statementsWilliam Victor Mote2003-09-081-13/+13
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-281-0/+1
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-121-16/+16
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+618