aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
...
* Bugfix: tables nested in inline elements caused a NullPointerException.Jeremias Maerki2006-05-152-11/+6
* Bugzilla #39443:Jeremias Maerki2006-05-074-5/+22
* Bugzilla #38243:Jeremias Maerki2006-05-031-3/+4
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-282-1/+10
* Content in block-containers makes better use of shrink to fit content vertica...Jeremias Maerki2006-04-256-12/+50
* Bugfix: basic-links with internal destinations in documents with multiple pag...Jeremias Maerki2006-04-241-0/+2
* Bugfix: Fixed ClassCastException when retrieve-marker is used as a direct chi...Jeremias Maerki2006-04-231-2/+5
* Bugzilla #39118:Jeremias Maerki2006-04-2311-21/+187
* Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url...Jeremias Maerki2006-04-101-2/+5
* List NBSP under adjustable spaces in CharUtilities.Jeremias Maerki2006-04-101-5/+11
* Fixed various white space (non)removal issues during line building. white-spa...Manuel Mall2006-04-082-41/+170
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-272-8/+7
* 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