aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Patch #5 by Glenn Adams; see Bugzilla 49687Temp_ComplexScriptsSimon Pepping2011-10-181-6/+8
* Merged /xmlgraphics/fop/trunk:r1080139-1094916Simon Pepping2011-04-191-4/+14
|\
| * Added javadoc to createInlineParent methodVincent Hennebert2011-04-081-0/+6
| * Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such...Vincent Hennebert2011-03-241-4/+8
* | Merged trunk:r1071913-1080138Simon Pepping2011-03-101-12/+20
|\|
| * Bugzilla #50196: padding-start ignored when table-header/footer is repeated.Vincent Hennebert2011-03-091-12/+20
* | merge from trunkSimon Pepping2011-02-111-27/+28
|\|
| * Move CSOK suppresion comments; apparently @Override causes these to be ignore...Andreas L. Delmelle2011-02-061-2/+2
| * Decommission InlineStackingLM.StackingIter (+ minor fixups)Andreas L. Delmelle2011-02-051-26/+27
* | merged from trunkSimon Pepping2010-12-271-2/+2
|\|
| * Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ...Simon Pepping2010-12-241-2/+2
* | Bugzilla #49687:Simon Pepping2010-08-191-3/+3
|/
* Bugzilla #49733:Jeremias Maerki2010-08-141-7/+8
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-9/+12
* Removed svn:executable propertyVincent Hennebert2009-10-131-0/+0
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-10/+0
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-261-0/+10
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-221-10/+0
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-47/+47
* A minor optimization.Adrian Cumiskey2008-07-171-2/+6
* Replaced getLast() calls with calls to listUtilMaximilian Berger2008-06-101-7/+7
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-7/+8
* Bugzilla 44794:Andreas L. Delmelle2008-05-091-0/+1
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-251-5/+6
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-6/+4
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-231-7/+2
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-4/+5
* In addKnuthElementsForBorderPaddingXXX, if the returnlist is aSimon Pepping2008-02-081-0/+16
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-041-3/+12
* Bugzilla 42748: Added support for ids on empty fo:inlinesAndreas L. Delmelle2007-11-021-9/+26
* PropertyCache phase 2:Andreas L. Delmelle2007-09-211-1/+7
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-20/+24
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+8
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* InlineLM properly creates an AligmentContext for Title.Simon Pepping2006-02-251-9/+14
* Block Knuth sequences in inline content are properly joined, takingSimon Pepping2005-12-301-6/+43
* Fix for NPE reported in bugzilla 38053. Unfortunately I have not been able to...Manuel Mall2005-12-281-1/+3
* Fixed problem with linefeed-treatment=preserve not being correctly handled fo...Manuel Mall2005-12-231-1/+1
* Modified the KnuthSequence system. Transferred logic from the layoutSimon Pepping2005-12-221-108/+28
* Correct a few more problems related to leaders: text-align was not handled co...Manuel Mall2005-11-141-23/+33
* Inline block parents were not correctly positioned when border/padding got in...Manuel Mall2005-10-141-0/+7
* Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment for...Manuel Mall2005-10-121-5/+8
* Added support for leader with pattern "use-content" and recovered a previousl...Manuel Mall2005-10-101-2/+6
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-177/+180
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-061-59/+47
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+1
* Bugzilla #36379:Finn Bock2005-08-311-17/+16
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-121-16/+243
* Various fixes for ID management. Jeremias Maerki2005-07-261-1/+24
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+318