aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/list
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a bug for labels, giving the wrong reference IPD.Jeremias Maerki2005-01-281-6/+3
* Two unneeded implementations of initProperties() removed. (May not be ableGlen Mazza2004-11-111-6/+0
* Fourth phase of performance improvement.Finn Bock2004-10-201-0/+2
* Fourth phase of performance improvement.Finn Bock2004-10-202-2/+5
* Third phase of performance improvement.Finn Bock2004-10-193-50/+28
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-222-3/+2
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-071-9/+14
* Removed get/setUserAgent() initializations from the LayoutManagers. (Infrequ...Glen Mazza2004-06-121-3/+0
* Removed PropertyManager argument from initProperties(), as it is alreadyGlen Mazza2004-05-263-12/+15
* PR:Glen Mazza2004-05-153-3/+9
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-213-14/+14
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-273-140/+44
* Hardcoded start-indent to 24pt no longer needed because SPACE_START traitFinn Bock2004-01-291-4/+1
* remove global import statementsWilliam Victor Mote2003-09-081-11/+10
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-283-3/+3
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+1
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-123-12/+12
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-113-0/+900