aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/list/ListItemLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-797/+0
* Preliminary quick fix for FOP-2461Andreas L. Delmelle2015-07-111-2/+4
* updated and renamed batik jar (note: many batik classes were moved to differe...Luis Bernardo2015-03-061-2/+2
* Merged branches/Temp_BasicSideFloat back to trunk.Luis Bernardo2014-12-021-13/+130
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-3/+3
* footnoteList cannot be null there; instead we want to check if it's emptyVincent Hennebert2014-06-191-1/+1
* FOP-1099: process footnotes coming from table headers or footersVincent Hennebert2014-06-021-12/+3
* 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-58/+26
|/
* 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
* Bugfix: An IllegalArgumentException was thrown when break-before was used ins...Vincent Hennebert2012-07-161-6/+25
* apply complex scripts patchGlenn Adams2012-02-261-3/+2
* Fix incorrect type safetyAndreas L. Delmelle2011-02-111-2/+3
* Fixups, type safety...Andreas L. Delmelle2011-02-111-82/+66
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-1/+1
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-7/+7
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-0/+7
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-23/+19
* 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-241-55/+55
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-12/+11
* 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-091-1/+1
* Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...Andreas L. Delmelle2008-04-261-2/+2
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-40/+25
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-8/+18
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-231-10/+10
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-16/+22
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-11/+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-10/+10
* 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-051-0/+8
* Bugfix: Table headers and footers were swallowed when a table was nested in a...Jeremias Maerki2006-08-021-1/+14
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #39443:Jeremias Maerki2006-05-071-1/+1
* Bugzilla #39118:Jeremias Maerki2006-04-231-0/+2
* 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-191-2/+2
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-021-7/+2
* 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
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-58/+133
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-11/+15
* Adjusting verticals spaces (coming from space-before and space-after properti...Luca Furini2005-08-021-7/+9
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-261-0/+1