You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vincent Hennebert 199cbb445b Merged changes from Trunk 15 years ago
..
inline Bugfix: make hyphenated paragraphs work with changing IPD 15 years ago
list Implemented reset() on ListItemLayoutManager 15 years ago
table Changes from revision 768320 introduced another bug: footnotes from later steps were taken into account too early 15 years ago
AbstractBaseLayoutManager.java Moved the IPD-change-related getNextKnuthElements method to the LayoutManager interface. 15 years ago
AbstractBreaker.java Merged changes from Trunk 15 years ago
AbstractLayoutManager.java Restored vertical justification of content on page before ipd change. 15 years ago
AbstractPageSequenceLayoutManager.java Restored vertical justification of content on page before ipd change. 15 years ago
AreaAdditionUtil.java Removed from LayoutContext the stackLimitIP member, that is of no use. refIPD can be used instead. 15 years ago
BalancingColumnBreakingAlgorithm.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
BlockContainerLayoutManager.java Hacked support for changing IPD in block-container. Only normally positioned block-containers with automatic height have been tested. 15 years ago
BlockKnuthSequence.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
BlockLayoutManager.java Moved the IPD-change-related getNextKnuthElements method to the LayoutManager interface. 15 years ago
BlockLevelEventProducer.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
BlockLevelLayoutManager.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
BlockStackingLayoutManager.java Bugfix: make sure all of the children elements are re-laid out after an IPD change 15 years ago
BorderElement.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
BorderOrPaddingElement.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
BreakElement.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
BreakingAlgorithm.java Merged changes from Trunk 15 years ago
ConditionalElementListener.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
ElementListObserver.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
ElementListUtils.java Set svn:eol-style property on page-position-last_break-before_bugzilla46489.xml test case. Simplified it by removing superfluous content and references to fonts that are not available by default. 15 years ago
ExternalDocumentLayoutManager.java Added support for adding extension elements and foreign attributes on fo:page-sequence. 15 years ago
FlowLayoutManager.java Moved the IPD-change-related getNextKnuthElements method to the LayoutManager interface. 15 years ago
FootnoteBodyLayoutManager.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
InlineKnuthSequence.java Some code clean-up and simplification 15 years ago
KeepUtil.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
KnuthBlockBox.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
KnuthBox.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
KnuthElement.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
KnuthGlue.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
KnuthPenalty.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
KnuthPossPosIter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
KnuthSequence.java Some cleanups and attempts at improving code-readability and -extensibility: 15 years ago
LMiter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
LayoutContext.java Removed from LayoutContext the stackLimitIP member, that is of no use. refIPD can be used instead. 15 years ago
LayoutException.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
LayoutManager.java Moved the IPD-change-related getNextKnuthElements method to the LayoutManager interface. 15 years ago
LayoutManagerMaker.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
LayoutManagerMapping.java Bugzilla #45470: 16 years ago
LeafPosition.java First very rough implementation of Changing IPD. It works only with (possibly nested) fo:block elements containing pure text. Doesn't work if the page break occurs /between/ two fo:block. There's a problem with elastic spaces that get lost after the ipd change. There is duplicated code especially in BlockStackingLayoutManager. Plus probably plenty of other issues... 15 years ago
ListElement.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
MinOptMaxUtil.java Bugzilla #46638: MinOptMaxUtil.toMinOptMax was converting LengthRangeProperty objects into illegal MinOptMax objects (in some cases opt could be inferior to min). 15 years ago
NonLeafPosition.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PaddingElement.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
Page.java Bugzilla #47311: 15 years ago
PageBreaker.java Merged changes from Trunk 15 years ago
PageBreakingAlgorithm.java Merged changes from Trunk 15 years ago
PageProvider.java First very rough implementation of Changing IPD. It works only with (possibly nested) fo:block elements containing pure text. Doesn't work if the page break occurs /between/ two fo:block. There's a problem with elastic spaces that get lost after the ipd change. There is duplicated code especially in BlockStackingLayoutManager. Plus probably plenty of other issues... 15 years ago
PageSequenceLayoutManager.java Added support for adding extension elements and foreign attributes on fo:page-sequence. 15 years ago
Position.java First very rough implementation of Changing IPD. It works only with (possibly nested) fo:block elements containing pure text. Doesn't work if the page break occurs /between/ two fo:block. There's a problem with elastic spaces that get lost after the ipd change. There is duplicated code especially in BlockStackingLayoutManager. Plus probably plenty of other issues... 15 years ago
PositionIterator.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
RelSide.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
SpaceElement.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
SpaceResolver.java First very rough implementation of Changing IPD. It works only with (possibly nested) fo:block elements containing pure text. Doesn't work if the page break occurs /between/ two fo:block. There's a problem with elastic spaces that get lost after the ipd change. There is duplicated code especially in BlockStackingLayoutManager. Plus probably plenty of other issues... 15 years ago
SpaceSpecifier.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
StaticContentLayoutManager.java Removed from LayoutContext the stackLimitIP member, that is of no use. refIPD can be used instead. 15 years ago
TopLevelLayoutManager.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
TraitSetter.java Merged revisions 705529,706135 via svnmerge from 15 years ago
UnresolvedListElement.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
UnresolvedListElementWithLength.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
package.html Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago