index
:
xmlgraphics-fop.git
FOP-2393_gradient-rendering
FOP_0-20-0_Alt-Design
FOP_0-20-4Pre_BuildExp_pbw
Temp_AFPAffineTransform
Temp_AFPGOCAResources
Temp_API_Finalization
Temp_Accessibility
Temp_AreaTreeNewDesign
Temp_BasicSideFloats
Temp_CFF
Temp_ChangeBars
Temp_ChangeBars2
Temp_ChangingIPDHack
Temp_Color
Temp_ComplexScripts
Temp_Floats
Temp_FontMerging
Temp_FopFontsForSVG
Temp_Gradle_Build
Temp_ImagePackageRedesign
Temp_ImproveAccessibility
Temp_InlineContainer
Temp_Interleaved_Page_Line_Breaking
Temp_KnuthStylePageBreaking
Temp_MergeFrom11
Temp_PCLSoftFonts
Temp_PDFLinearization
Temp_PDF_ObjectStreams
Temp_PDF_in_PDF
Temp_ProcessingFeedback
Temp_RoundedCorners
Temp_SpaceResolution
Temp_SurrogatePairs
Temp_TrueTypeInPostScript
Temp_URI_Unification
Temp_WhitespaceManagement
Temp_XGC_URI_Resolution
archive
dirkx
fop-0_14_0
fop-0_14_0_regions
fop-0_17_0_batikSVG
fop-0_20_2-maintain
fop-0_90
fop-0_91
fop-0_92
fop-0_93
fop-0_94
fop-0_95
fop-1_0
fop-1_1
fop-1_1old
fop-1_1rc1
fop-2.6
fop-2_0
fop-2_1
fop-2_10
fop-2_2
fop-2_3
fop-2_4
fop-2_5
fop-2_6
fop-2_7
fop-2_8
fop-2_9
foray-font
inlineblock
main
maven
release-0-13-0
skynavga/configure-sonar-support
temp/ssteiner-java23
temp/ssteiner-pdfbox3
Apache XML Graphics FOP: https://github.com/apache/xmlgraphics-fop
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
org
/
apache
/
fop
/
layoutmgr
/
inline
Commit message (
Expand
)
Author
Age
Files
Lines
*
Need to clean up after myself.
Jeremias Maerki
2008-03-10
1
-3
/
+0
*
Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...
Jeremias Maerki
2008-03-10
3
-22
/
+24
*
Bugfix: When scale-up/down-to-fit was used, the image scaling rule was not al...
Jeremias Maerki
2008-02-25
1
-7
/
+13
*
Ensured all SVN properties are set equally
Maximilian Berger
2008-02-13
1
-81
/
+81
*
In addKnuthElementsForBorderPaddingXXX, if the returnlist is a
Simon Pepping
2008-02-08
1
-0
/
+16
*
Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...
Jeremias Maerki
2008-01-11
1
-47
/
+143
*
Added new extension element: fox:external-document. It allows to add whole do...
Jeremias Maerki
2007-12-27
2
-176
/
+283
*
Added support for scale-down-to-fit and scale-up-to-fit.
Jeremias Maerki
2007-12-20
1
-4
/
+28
*
Remove commented code.
Jeremias Maerki
2007-12-20
2
-166
/
+2
*
Clean up: removed all reset and resetPosition methods, which pre-date the Knu...
Vincent Hennebert
2007-12-14
4
-99
/
+0
*
Bugzilla #43605:
Jeremias Maerki
2007-11-18
3
-86
/
+164
*
More informative overflow message (sometimes the overflow is just a few milli...
Jeremias Maerki
2007-11-13
1
-17
/
+19
*
Better solution for missing hyphenation character problem.
Jeremias Maerki
2007-11-12
2
-15
/
+8
*
Issue a clear warning if the selected hyphenation character is not available ...
Jeremias Maerki
2007-11-12
1
-2
/
+8
*
Added support for fo:markers on fo:inline and fo:basic-link.
Andreas L. Delmelle
2007-11-04
3
-8
/
+15
*
Bugzilla 42748: Added support for ids on empty fo:inlines
Andreas L. Delmelle
2007-11-02
1
-9
/
+26
*
InlineStackingLM should not be instantiated directly -> make abstract
Andreas L. Delmelle
2007-09-22
1
-1
/
+1
*
PropertyCache phase 2:
Andreas L. Delmelle
2007-09-21
7
-21
/
+53
*
Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsException
Andreas L. Delmelle
2007-09-20
1
-1
/
+1
*
Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsException
Andreas L. Delmelle
2007-09-20
1
-24
/
+28
*
Changed my mind on handling of width calculation for zero width spaces and mo...
Manuel Mall
2007-07-22
1
-1
/
+1
*
Corrected issue with zero width spaces being given a non zero width
Manuel Mall
2007-07-22
1
-1
/
+1
*
Added support for keep-togther.within-line="always"
Manuel Mall
2007-07-18
1
-1
/
+5
*
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...
Andreas L. Delmelle
2007-07-18
18
-113
/
+114
*
Fixed incomplete support for Unicode word joiners
Manuel Mall
2007-07-18
1
-2
/
+2
*
Some cleanup and removal of unused methods
Andreas L. Delmelle
2007-07-14
2
-16
/
+5
*
Completion of the previous two small patches: modified and corrected javadoc ...
Andreas L. Delmelle
2007-07-12
1
-2
/
+1
*
TODO-comment also removed...
Andreas L. Delmelle
2007-07-12
1
-2
/
+0
*
TODO removed: use LayoutContext's stackLimit instead of the availIPD parameter
Andreas L. Delmelle
2007-07-12
1
-9
/
+9
*
Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)
Andreas L. Delmelle
2007-07-07
1
-9
/
+6
*
Bugzilla #42109:
Jeremias Maerki
2007-05-21
2
-7
/
+11
*
Fixing a problem with disappearing footnotes inside inlines when hyphenation ...
Luca Furini
2007-05-15
1
-54
/
+71
*
Bugzilla #42067:
Jeremias Maerki
2007-05-07
2
-25
/
+63
*
Bugzilla 41652:
Andreas L. Delmelle
2007-02-22
1
-4
/
+3
*
Fix for bug 41019, minor changes to a few testcases as now a different set of...
Luca Furini
2007-01-30
1
-7
/
+21
*
Two Knuth boxes following each other should only be considered for an additio...
Manuel Mall
2007-01-14
1
-1
/
+3
*
Initial support for soft hyphens
Manuel Mall
2007-01-13
1
-43
/
+87
*
Code cleanup:
Andreas L. Delmelle
2007-01-11
2
-2
/
+2
*
Added support for line-height-shift-adjustment property
Manuel Mall
2007-01-11
1
-6
/
+9
*
Fix for new linebreaking in combination with hyphenation not correctly breaki...
Manuel Mall
2007-01-11
1
-21
/
+25
*
Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to...
Manuel Mall
2006-12-22
1
-287
/
+355
*
FilledArea now properly applies the variation factor, when a page
Simon Pepping
2006-10-11
2
-0
/
+2
*
Fixed layout of forward page number citation references in fo:inline
Simon Pepping
2006-10-07
1
-1
/
+1
*
Fixed a compilation problem.
Jeremias Maerki
2006-10-07
1
-3
/
+6
*
Create a class-specific logger for each LayoutManager which uses a logger.
Simon Pepping
2006-10-05
6
-0
/
+45
*
Changed license headers and updated NOTICE file according to: http://www.apac...
Jeremias Maerki
2006-07-28
28
-190
/
+218
*
Bugzilla #39777:
Jeremias Maerki
2006-06-14
1
-0
/
+1
*
An emergency patch to avoid that a non-breaking space at the end of an
Simon Pepping
2006-05-19
1
-3
/
+7
*
Bugfix: The combination of hyphenation and kerning resulted in slightly ragge...
Jeremias Maerki
2006-05-19
1
-11
/
+41
*
Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...
Jeremias Maerki
2006-04-28
1
-0
/
+1
[next]