aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/LayoutManagerMapping.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-475/+0
* Merged branches/Temp_BasicSideFloat back to trunk.Luis Bernardo2014-12-021-2/+11
* Simplified make of MultiSwitchLMVincent Hennebert2014-04-281-2/+1
* Added support for multiple multi-switch appearing on the same page.Vincent Hennebert2014-04-081-12/+2
* Brought the branch in sync with rev. 1577477 of trunkVincent Hennebert2014-03-171-7/+5
|\
| * First bits of support for fo:inline-containerVincent Hennebert2013-10-211-7/+5
* | Implement whitespace management extension using fo:multi-switchVincent Hennebert2013-11-071-13/+24
* | FOP-2292: First bits of a whitespace management extensionVincent Hennebert2013-08-291-0/+20
|/
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-1/+1
* Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-281-1/+20
* apply complex scripts patchGlenn Adams2012-02-261-21/+3
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-7/+4
* Bugzilla #49733:Jeremias Maerki2010-08-141-24/+65
* Bugzilla #45470:Jeremias Maerki2008-07-281-34/+42
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-14/+14
* Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in...Andreas L. Delmelle2008-06-221-2/+2
* First steps towards fo:retrieve-table-markerAndreas L. Delmelle2008-05-011-16/+3
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-0/+6
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-7/+7
* Bugzilla 42748: Added support for ids on empty fo:inlinesAndreas L. Delmelle2007-11-021-3/+1
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-8/+6
* Fixes for issues introduced with fox:destination:Jeremias Maerki2007-04-041-2/+8
* changes to support named destinationJay Bryant2007-04-011-0/+3
* 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/+11
* InlineLM properly creates an AligmentContext for Title.Simon Pepping2006-02-251-1/+1
* Avoid a NullPointerException when fo:title is empty.Simon Pepping2006-02-241-0/+9
* Fixed white space handling during refinement, added test cases, corrected err...Manuel Mall2005-11-031-1/+5
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+14
* WrapperLayoutManagerMaker was used by RetrieveMarker. This caused a ClassCast...Jeremias Maerki2005-07-151-1/+15
* Bugzilla #35749: Jeremias Maerki2005-07-151-0/+3
* Removed unused functions. Team, I switched from generatesInlineAreas() callsGlen Mazza2005-06-101-1/+1
* Constructor for FLM now takes parent as parameter,Glen Mazza2005-06-011-9/+10
* Removed obsolete code.Jeremias Maerki2005-05-181-79/+6
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-4/+9
* Backtracked a bit with SCLM: switched to providing the Region FOGlen Mazza2005-05-161-7/+9
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-29/+27
* First real step towards collapsing table borders.Jeremias Maerki2005-02-211-3/+5
* Table headers/footers need to be recalculated for each page (for dynamic elem...Jeremias Maerki2005-02-101-6/+0
* Better table-column build-up. Columns can now be in non-consecutive order (us...Jeremias Maerki2005-02-041-10/+35
* Border, Padding and spaces on level fo:table.Jeremias Maerki2005-01-311-2/+2
* Changed LayoutManagerMaker.makeLayoutManager(FONode node) to throw aSimon Pepping2004-12-271-214/+220
* PR:Glen Mazza2004-12-251-13/+13
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-0/+387