aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/list
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 648381 via svnmerge from Adrian Cumiskey2008-04-163-21/+39
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-013-59/+65
* 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
* 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