aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #42109: Jeremias Maerki2007-05-212-7/+11
* Fixing a problem with disappearing footnotes inside inlines when hyphenation ...Luca Furini2007-05-151-54/+71
* Bugzilla #42067:Jeremias Maerki2007-05-072-25/+63
* Bugzilla 41652: Andreas L. Delmelle2007-02-221-4/+3
* Fix for bug 41019, minor changes to a few testcases as now a different set of...Luca Furini2007-01-301-7/+21
* Two Knuth boxes following each other should only be considered for an additio...Manuel Mall2007-01-141-1/+3
* Initial support for soft hyphensManuel Mall2007-01-131-43/+87
* Code cleanup: Andreas L. Delmelle2007-01-112-2/+2
* Added support for line-height-shift-adjustment propertyManuel Mall2007-01-111-6/+9
* Fix for new linebreaking in combination with hyphenation not correctly breaki...Manuel Mall2007-01-111-21/+25
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to...Manuel Mall2006-12-221-287/+355
* FilledArea now properly applies the variation factor, when a pageSimon Pepping2006-10-112-0/+2
* Fixed layout of forward page number citation references in fo:inlineSimon Pepping2006-10-071-1/+1
* Fixed a compilation problem.Jeremias Maerki2006-10-071-3/+6
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-056-0/+45
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2828-190/+218
* Bugzilla #39777: Jeremias Maerki2006-06-141-0/+1
* An emergency patch to avoid that a non-breaking space at the end of anSimon Pepping2006-05-191-3/+7
* Bugfix: The combination of hyphenation and kerning resulted in slightly ragge...Jeremias Maerki2006-05-191-11/+41
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-281-0/+1
* 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