aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Corrected expectation and behaviour for the text-indent property to only appl...Jeremias Maerki2006-03-241-6/+9
* Initial support for page-position="last". Feedback requested!Jeremias Maerki2006-03-233-64/+194
* Bugfix: display-align did not work if the first object in a page was a table.Luca Furini2006-03-231-0/+5
* Removed obsolete TODOJeremias Maerki2006-03-221-2/+0
* Forgot a file when committing my changes for the user-supplied hyphenation pa...Jeremias Maerki2006-03-221-1/+3
* block-container did not tell the breaker if it's in auto-height mode. That ca...Jeremias Maerki2006-03-211-2/+2
* Fix for ArrayIndexOutOfBoundException in block_white-space_4.Jeremias Maerki2006-03-161-3/+9
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-162-43/+144
* Bugfix: Fixed a copy/paste error in the table layout code that caused wrong p...Jeremias Maerki2006-03-151-1/+1
* Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-...Jeremias Maerki2006-03-151-0/+1
* Removed stray debug message.Jeremias Maerki2006-03-061-1/+0
* InlineLM properly creates an AligmentContext for Title.Simon Pepping2006-02-254-14/+18
* Avoid a NullPointerException when fo:title is empty.Simon Pepping2006-02-244-10/+44
* Decorate warning with location info.Jeremias Maerki2006-02-091-1/+3
* Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.Jeremias Maerki2006-02-091-7/+2
* Bugfix: padding-top and padding-bottom on list-items could lead to wrong page...Jeremias Maerki2006-02-092-15/+30
* Added missing values in area tree XML for PageViewport (simple-page-master-na...Jeremias Maerki2006-02-081-0/+2
* Fix for bug 38507: the elements representing a non-breaking space were not al...Luca Furini2006-02-071-190/+127
* File missing from http://svn.apache.org/viewcvs?rev=374174&view=rev... Thanks...Andreas L. Delmelle2006-02-021-3/+5
* Further fine-tuning of white-space-handling during refinementAndreas L. Delmelle2006-02-011-53/+0
* Here's why forcing to border-collapse="separate" on fo:table didn't work. D'oh!Jeremias Maerki2006-01-311-2/+2
* Bugzilla #38397: Jeremias Maerki2006-01-261-6/+23
* My last change broke the test suite. Fix included. The start-indent should no...Jeremias Maerki2006-01-251-1/+3
* Bugfix: LineArea used a private field instead of the start-indent trait which...Jeremias Maerki2006-01-241-4/+4
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-202-3/+4
* Following a clarification by the XSL FO SG, space traits are only set on the ...Jeremias Maerki2006-01-196-44/+26
* The last page sequence should also follow its force-page-count trait.Simon Pepping2006-01-101-3/+5
* Implementation of force-page-count property, patch by Gerhard Oettl,Simon Pepping2006-01-061-2/+74
* Bugzilla #38102:Jeremias Maerki2006-01-041-1/+2
* Bugzilla #38102:Jeremias Maerki2006-01-041-2/+3
* Block Knuth sequences in inline content are properly joined, takingSimon Pepping2005-12-307-133/+133
* Each block in inline content now appears in its own line area.Simon Pepping2005-12-281-202/+191
* Fix for NPE reported in bugzilla 38053. Unfortunately I have not been able to...Manuel Mall2005-12-281-1/+3
* Fix for bug 37743 and part of 38053Manuel Mall2005-12-281-1/+1
* LineArea had a finalize method which caused a NPE when called from the garbag...Manuel Mall2005-12-281-1/+12
* I generalized several casts from KnuthElement to ListElement. ThisSimon Pepping2005-12-277-22/+27
* Changed use of the lineLayouts member to a local variable as much asSimon Pepping2005-12-231-69/+90
* Fixed problem with linefeed-treatment=preserve not being correctly handled fo...Manuel Mall2005-12-232-5/+17
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-1/+22
* More work on preparing for the intermediate format.Jeremias Maerki2005-12-227-14/+22
* Add a letterspace in InlineKnuthSequenceSimon Pepping2005-12-222-34/+47
* Modified the KnuthSequence system. Transferred logic from the layoutSimon Pepping2005-12-2214-295/+531
* Introduced a flag to tell the page breaking to operate in auto-height mode, i...Jeremias Maerki2005-12-224-9/+29
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-217-100/+164
* Bugzilla #37964:Jeremias Maerki2005-12-202-8/+5
* Fix for width checks. They didn't take start-indent and end-indent into account.Jeremias Maerki2005-12-192-2/+4
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-172-2/+2
* Debug optimizationJeremias Maerki2005-12-151-1/+3
* Bugzilla #37875:Jeremias Maerki2005-12-151-9/+9
* Fixed a problem where a block containing only a nbsp was not rendered at allManuel Mall2005-12-151-0/+10