aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/list
Commit message (Expand)AuthorAgeFilesLines
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-0/+7
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-233-42/+34
* Fixed a problem where the BPD or a block area could be wrong if there is a ne...Jeremias Maerki2008-10-241-10/+7
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-3/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-243-96/+96
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-093-16/+15
* Bugzilla 37579: added support for footnotes in lists and table bodies (not he...Vincent Hennebert2008-05-281-4/+26
* Bugzilla 44794:Andreas L. Delmelle2008-05-093-3/+3
* Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...Andreas L. Delmelle2008-04-263-5/+5
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-253-57/+42
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-153-21/+39
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-233-21/+21
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-103-38/+44
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-143-38/+0
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-043-19/+7
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-183-21/+21
* Fix a small error in ListItemLayoutManager. Patch submitted by JulienSimon Pepping2006-10-091-1/+1
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-052-0/+15
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-111-10/+16
* Bugfix: Table headers and footers were swallowed when a table was nested in a...Jeremias Maerki2006-08-022-1/+17
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-284-20/+24
* Bugzilla #39443:Jeremias Maerki2006-05-071-1/+1
* Bugzilla #39118:Jeremias Maerki2006-04-233-0/+6
* Bugfix: padding-top and padding-bottom on list-items could lead to wrong page...Jeremias Maerki2006-02-091-0/+15
* Following a clarification by the XSL FO SG, space traits are only set on the ...Jeremias Maerki2006-01-192-4/+4
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-022-14/+4
* Bugfix: Added missing conditionality notification for table-cell content.Jeremias Maerki2005-11-301-22/+7
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-2/+2
* Fix for bug #37412: Jeremias Maerki2005-11-081-0/+3
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-242-71/+216
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+0
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-312-21/+30
* 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-023-15/+25
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-263-0/+5
* Bugfix for NPE when space-before and space-after are used.Jeremias Maerki2005-07-261-1/+2
* Bugzilla #35534 Jeremias Maerki2005-07-251-5/+12
* Renamed Item to ListItemContentLayoutManager.Jeremias Maerki2005-07-182-8/+8
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-072-6/+4
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-303-7/+59
* A glue at the beginning of the element list can't be a legal break point. Fix...Jeremias Maerki2005-05-251-4/+6
* keep-with-next|previous on lists.Jeremias Maerki2005-05-242-4/+41
* Modify keep-with-next and keep-with-previous handling to support "level-hoppi...Jeremias Maerki2005-05-243-54/+118
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-173-288/+7
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-133-47/+398
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-163-4/+4
* 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-282-29/+129