aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline
Commit message (Expand)AuthorAgeFilesLines
* Need to clean up after myself.Jeremias Maerki2008-03-101-3/+0
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-103-22/+24
* Bugfix: When scale-up/down-to-fit was used, the image scaling rule was not al...Jeremias Maerki2008-02-251-7/+13
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-131-81/+81
* In addKnuthElementsForBorderPaddingXXX, if the returnlist is aSimon Pepping2008-02-081-0/+16
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-47/+143
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-272-176/+283
* Added support for scale-down-to-fit and scale-up-to-fit.Jeremias Maerki2007-12-201-4/+28
* Remove commented code.Jeremias Maerki2007-12-202-166/+2
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-144-99/+0
* Bugzilla #43605:Jeremias Maerki2007-11-183-86/+164
* More informative overflow message (sometimes the overflow is just a few milli...Jeremias Maerki2007-11-131-17/+19
* Better solution for missing hyphenation character problem.Jeremias Maerki2007-11-122-15/+8
* Issue a clear warning if the selected hyphenation character is not available ...Jeremias Maerki2007-11-121-2/+8
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-043-8/+15
* Bugzilla 42748: Added support for ids on empty fo:inlinesAndreas L. Delmelle2007-11-021-9/+26
* InlineStackingLM should not be instantiated directly -> make abstractAndreas L. Delmelle2007-09-221-1/+1
* PropertyCache phase 2:Andreas L. Delmelle2007-09-217-21/+53
* Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsExceptionAndreas L. Delmelle2007-09-201-1/+1
* Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsExceptionAndreas L. Delmelle2007-09-201-24/+28
* Changed my mind on handling of width calculation for zero width spaces and mo...Manuel Mall2007-07-221-1/+1
* Corrected issue with zero width spaces being given a non zero widthManuel Mall2007-07-221-1/+1
* Added support for keep-togther.within-line="always"Manuel Mall2007-07-181-1/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1818-113/+114
* Fixed incomplete support for Unicode word joinersManuel Mall2007-07-181-2/+2
* Some cleanup and removal of unused methodsAndreas L. Delmelle2007-07-142-16/+5
* Completion of the previous two small patches: modified and corrected javadoc ...Andreas L. Delmelle2007-07-121-2/+1
* TODO-comment also removed...Andreas L. Delmelle2007-07-121-2/+0
* TODO removed: use LayoutContext's stackLimit instead of the availIPD parameterAndreas L. Delmelle2007-07-121-9/+9
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-9/+6
* 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