aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/list/ListBlockLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-285/+0
* Merged branches/Temp_BasicSideFloat back to trunk.Luis Bernardo2014-12-021-3/+9
* Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-131-0/+2
|\
| * FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-311-0/+2
* | Added support for default alignment of inline-container areas with their pare...Vincent Hennebert2013-11-061-57/+8
|/
* Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-281-2/+2
* When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-161-1/+1
* apply complex scripts patchGlenn Adams2012-02-261-2/+2
* Minor fixupsAndreas L. Delmelle2011-02-111-13/+6
* Decommission private PositionIterator subclasses in list package (+ minor fix...Andreas L. Delmelle2011-02-051-17/+8
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-2/+2
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-10/+7
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-30/+30
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-3/+3
* Bugzilla 44794:Andreas L. Delmelle2008-05-091-1/+1
* Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...Andreas L. Delmelle2008-04-261-1/+1
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-12/+6
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-6/+11
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-231-6/+6
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-12/+12
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-13/+0
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-041-6/+2
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-9/+9
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+7
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-111-10/+16
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #39118:Jeremias Maerki2006-04-231-0/+2
* Following a clarification by the XSL FO SG, space traits are only set on the ...Jeremias Maerki2006-01-191-2/+2
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-021-7/+2
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-13/+83
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-10/+15
* Set the background traits after the BPD and IPD are set.Jeremias Maerki2005-08-291-2/+2
* Adjusting verticals spaces (coming from space-before and space-after properti...Luca Furini2005-08-021-8/+14
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-261-0/+1
* Bugfix for NPE when space-before and space-after are used.Jeremias Maerki2005-07-261-1/+2
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-071-3/+2
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-0/+16
* keep-with-next|previous on lists.Jeremias Maerki2005-05-241-0/+1
* Modify keep-with-next and keep-with-previous handling to support "level-hoppi...Jeremias Maerki2005-05-241-13/+43
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-87/+0
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-16/+49
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-1/+1
* 1.) More commenting, some simplifications in the Area classes and PSLM.Glen Mazza2005-03-111-1/+1
* Added border, padding and spacing for list-blocks and list-items.Jeremias Maerki2005-01-281-18/+66
* Fourth phase of performance improvement.Finn Bock2004-10-201-1/+1
* Third phase of performance improvement.Finn Bock2004-10-191-23/+7
* Removed PropertyManager argument from initProperties(), as it is alreadyGlen Mazza2004-05-261-4/+5
* PR:Glen Mazza2004-05-151-1/+3
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-7/+7