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
...
*
Bugzilla #39118:
Jeremias Maerki
2006-04-23
2
-19
/
+108
*
Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url...
Jeremias Maerki
2006-04-10
1
-2
/
+5
*
List NBSP under adjustable spaces in CharUtilities.
Jeremias Maerki
2006-04-10
1
-5
/
+11
*
Fixed various white space (non)removal issues during line building. white-spa...
Manuel Mall
2006-04-08
2
-41
/
+170
*
Merged Temp_API_Finalization branch back into FOP Trunk:
Jeremias Maerki
2006-03-27
2
-8
/
+7
*
Corrected expectation and behaviour for the text-indent property to only appl...
Jeremias Maerki
2006-03-24
1
-6
/
+9
*
Removed obsolete TODO
Jeremias Maerki
2006-03-22
1
-2
/
+0
*
Forgot a file when committing my changes for the user-supplied hyphenation pa...
Jeremias Maerki
2006-03-22
1
-1
/
+3
*
Fix for ArrayIndexOutOfBoundException in block_white-space_4.
Jeremias Maerki
2006-03-16
1
-3
/
+9
*
Added support for fixed-width spaces and kerning.
Jeremias Maerki
2006-03-16
2
-43
/
+144
*
InlineLM properly creates an AligmentContext for Title.
Simon Pepping
2006-02-25
2
-12
/
+16
*
Avoid a NullPointerException when fo:title is empty.
Simon Pepping
2006-02-24
1
-7
/
+17
*
Fix for bug 38507: the elements representing a non-breaking space were not al...
Luca Furini
2006-02-07
1
-190
/
+127
*
Further fine-tuning of white-space-handling during refinement
Andreas L. Delmelle
2006-02-01
1
-53
/
+0
*
My last change broke the test suite. Fix included. The start-indent should no...
Jeremias Maerki
2006-01-25
1
-1
/
+3
*
Bugfix: LineArea used a private field instead of the start-indent trait which...
Jeremias Maerki
2006-01-24
1
-4
/
+4
*
Block Knuth sequences in inline content are properly joined, taking
Simon Pepping
2005-12-30
2
-7
/
+44
*
Each block in inline content now appears in its own line area.
Simon Pepping
2005-12-28
1
-202
/
+191
*
Fix for NPE reported in bugzilla 38053. Unfortunately I have not been able to...
Manuel Mall
2005-12-28
1
-1
/
+3
*
Fix for bug 37743 and part of 38053
Manuel Mall
2005-12-28
1
-1
/
+1
*
I generalized several casts from KnuthElement to ListElement. This
Simon Pepping
2005-12-27
1
-6
/
+11
*
Changed use of the lineLayouts member to a local variable as much as
Simon Pepping
2005-12-23
1
-69
/
+90
*
Fixed problem with linefeed-treatment=preserve not being correctly handled fo...
Manuel Mall
2005-12-23
2
-5
/
+17
*
More work on preparing for the intermediate format.
Jeremias Maerki
2005-12-22
5
-12
/
+6
*
Add a letterspace in InlineKnuthSequence
Simon Pepping
2005-12-22
1
-34
/
+0
*
Modified the KnuthSequence system. Transferred logic from the layout
Simon Pepping
2005-12-22
8
-253
/
+157
*
Another workaround/hack to deal with non breaking spaces. Also some minor adj...
Manuel Mall
2005-12-17
2
-2
/
+2
*
Bugzilla #37875:
Jeremias Maerki
2005-12-15
1
-9
/
+9
*
Fixed a problem where a block containing only a nbsp was not rendered at all
Manuel Mall
2005-12-15
1
-0
/
+10
*
Don't hyphenate when wrap is set to "no-wrap".
Jeremias Maerki
2005-12-14
1
-1
/
+5
*
Bugfix: addAnchor didn't find the anchor for empty inline elements in a footn...
Jeremias Maerki
2005-12-14
1
-3
/
+19
*
Bugzilla #37880:
Jeremias Maerki
2005-12-13
2
-3
/
+7
*
New method: FONode.decorateWithContextInfo() adds context information to an e...
Jeremias Maerki
2005-12-13
1
-6
/
+20
*
Bugzilla #37815:
Jeremias Maerki
2005-12-07
1
-2
/
+2
*
Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing ima...
Jeremias Maerki
2005-11-29
1
-13
/
+24
*
Improvements for leader painting in PDF. "dots" are actually dots now, nicer ...
Jeremias Maerki
2005-11-24
1
-0
/
+1
*
Implementation of hyphenation-ladder-count.
Luca Furini
2005-11-21
1
-4
/
+7
*
Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....
Jeremias Maerki
2005-11-14
2
-20
/
+20
*
Correct a few more problems related to leaders: text-align was not handled co...
Manuel Mall
2005-11-14
2
-33
/
+67
*
Initial fix for examples/basic/leader.fo problem
Manuel Mall
2005-11-13
1
-0
/
+7
*
Made the FO tree a little more consistent by renaming getName() to getLocalNa...
Jeremias Maerki
2005-11-11
1
-1
/
+1
*
Fixed white space handling during refinement, added test cases, corrected err...
Manuel Mall
2005-11-03
1
-1
/
+1
*
Fix for bug 37306 - for text-align="start" ipd was incorrectly adjusted with ...
Manuel Mall
2005-10-31
1
-3
/
+0
*
Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...
Luca Furini
2005-10-27
4
-33
/
+55
*
Package documentation.
Jeremias Maerki
2005-10-27
1
-0
/
+22
*
Fixed various javadoc problems, fixed a deprecation warning, removed function...
Manuel Mall
2005-10-26
8
-31
/
+22
*
Fix for bug 36238 (at least in the PDFRenderer)
Luca Furini
2005-10-25
4
-5
/
+7
*
Removed property values as discussed: http://marc.theaimsgroup.com/?t=1129854...
Manuel Mall
2005-10-24
1
-58
/
+0
*
Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).
Jeremias Maerki
2005-10-24
1
-11
/
+17
*
Inline block parents were not correctly positioned when border/padding got in...
Manuel Mall
2005-10-14
1
-0
/
+7
[prev]
[next]