aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla #39118:Jeremias Maerki2006-04-232-19/+108
* 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
* 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
* 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
* InlineLM properly creates an AligmentContext for Title.Simon Pepping2006-02-252-12/+16
* Avoid a NullPointerException when fo:title is empty.Simon Pepping2006-02-241-7/+17
* Fix for bug 38507: the elements representing a non-breaking space were not al...Luca Furini2006-02-071-190/+127
* Further fine-tuning of white-space-handling during refinementAndreas L. Delmelle2006-02-011-53/+0
* 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
* Block Knuth sequences in inline content are properly joined, takingSimon Pepping2005-12-302-7/+44
* 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
* I generalized several casts from KnuthElement to ListElement. ThisSimon Pepping2005-12-271-6/+11
* 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
* More work on preparing for the intermediate format.Jeremias Maerki2005-12-225-12/+6
* Add a letterspace in InlineKnuthSequenceSimon Pepping2005-12-221-34/+0
* Modified the KnuthSequence system. Transferred logic from the layoutSimon Pepping2005-12-228-253/+157
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-172-2/+2
* 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
* Don't hyphenate when wrap is set to "no-wrap".Jeremias Maerki2005-12-141-1/+5
* Bugfix: addAnchor didn't find the anchor for empty inline elements in a footn...Jeremias Maerki2005-12-141-3/+19
* Bugzilla #37880:Jeremias Maerki2005-12-132-3/+7
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-131-6/+20
* Bugzilla #37815:Jeremias Maerki2005-12-071-2/+2
* Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing ima...Jeremias Maerki2005-11-291-13/+24
* Improvements for leader painting in PDF. "dots" are actually dots now, nicer ...Jeremias Maerki2005-11-241-0/+1
* Implementation of hyphenation-ladder-count.Luca Furini2005-11-211-4/+7
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-142-20/+20
* Correct a few more problems related to leaders: text-align was not handled co...Manuel Mall2005-11-142-33/+67
* Initial fix for examples/basic/leader.fo problemManuel Mall2005-11-131-0/+7
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-1/+1
* Fixed white space handling during refinement, added test cases, corrected err...Manuel Mall2005-11-031-1/+1
* Fix for bug 37306 - for text-align="start" ipd was incorrectly adjusted with ...Manuel Mall2005-10-311-3/+0
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-274-33/+55
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-268-31/+22
* Fix for bug 36238 (at least in the PDFRenderer)Luca Furini2005-10-254-5/+7
* Removed property values as discussed: http://marc.theaimsgroup.com/?t=1129854...Manuel Mall2005-10-241-58/+0
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-11/+17
* Inline block parents were not correctly positioned when border/padding got in...Manuel Mall2005-10-141-0/+7