aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Partial fix for Bugzilla 45702: instead of wrapping the forcedBreakAfterLast ...Andreas L. Delmelle2008-08-301-2/+2
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-25/+32
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-113/+113
* Replaced getLast() calls with calls to listUtilMaximilian Berger2008-06-101-15/+15
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-28/+33
* Bugzilla 41500:Andreas L. Delmelle2008-05-071-3/+13
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-21/+18
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-33/+81
* Merged branchJeremias Maerki2008-04-141-1/+9
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-3/+13
* Reverting changes of rev. 637057. I applied the changes to the 0.95 branch in...Vincent Hennebert2008-03-141-3/+0
* Bugzilla #44412:Jeremias Maerki2008-03-141-0/+3
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-2/+3
* Bugzilla #40230:Jeremias Maerki2007-11-271-20/+42
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-10/+10
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-041-1/+2
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-7/+9
* Small improvements of the table layout code:Vincent Hennebert2006-11-241-1/+1
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+8
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugfix: padding-top and padding-bottom on list-items could lead to wrong page...Jeremias Maerki2006-02-091-15/+15
* Following a clarification by the XSL FO SG, space traits are only set on the ...Jeremias Maerki2006-01-191-28/+6
* Block Knuth sequences in inline content are properly joined, takingSimon Pepping2005-12-301-8/+15
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-021-20/+48
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-71/+53
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-115/+236
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-52/+4
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+1
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-39/+74
* Show and fix a bug where bottom/right positioning of block-containers didn't ...Jeremias Maerki2005-08-211-0/+1
* Adjusting verticals spaces (coming from space-before and space-after properti...Luca Furini2005-08-021-4/+17
* Bugzilla #35534 Jeremias Maerki2005-07-251-0/+12
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+1
* breaks supported on tables, table-row and table-cell content now. Cheap appro...Jeremias Maerki2005-06-221-0/+4
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-34/+107
* Modify keep-with-next and keep-with-previous handling to support "level-hoppi...Jeremias Maerki2005-05-241-2/+21
* Bugfix for space-after situation in block-containers.Jeremias Maerki2005-05-181-5/+7
* Handle empty inlines/blocks better.Jeremias Maerki2005-05-181-2/+3
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-106/+148
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-2/+2
* Converted System.out calls to logger calls.Jeremias Maerki2005-05-171-1/+1
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-1/+1076
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-3/+3
* Commenting a variable that was already defined in the superclass.Jeremias Maerki2005-01-261-2/+2
* Fourth phase of performance improvement.Finn Bock2004-10-201-3/+0
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-1/+1
* PR:Glen Mazza2004-05-151-0/+5
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-1/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16