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
/
LineLayoutManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fed up with all those trailing whitespaces. Let's remove them all (once... an...
Vincent Hennebert
2008-07-24
1
-106
/
+106
*
Wrong line number reported in the case of a line overflow.
Jeremias Maerki
2008-06-17
1
-2
/
+1
*
Replaced LinkedList with generic List interface
Maximilian Berger
2008-06-09
1
-12
/
+12
*
Integer keeps inside multi-line blocks and in between block-paragraphs.
Jeremias Maerki
2008-06-02
1
-12
/
+19
*
Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...
Jeremias Maerki
2008-04-25
1
-11
/
+15
*
First part of the implementation of stage 1 for advanced keeps (see Wiki): In...
Jeremias Maerki
2008-04-15
1
-3
/
+6
*
Merged branch
Jeremias Maerki
2008-04-14
1
-6
/
+8
*
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
1
-6
/
+7
*
Clean up: removed all reset and resetPosition methods, which pre-date the Knu...
Vincent Hennebert
2007-12-14
1
-27
/
+0
*
More informative overflow message (sometimes the overflow is just a few milli...
Jeremias Maerki
2007-11-13
1
-17
/
+19
*
PropertyCache phase 2:
Andreas L. Delmelle
2007-09-21
1
-12
/
+18
*
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...
Andreas L. Delmelle
2007-07-18
1
-19
/
+16
*
Some cleanup and removal of unused methods
Andreas L. Delmelle
2007-07-14
1
-6
/
+2
*
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 41652:
Andreas L. Delmelle
2007-02-22
1
-4
/
+3
*
Two Knuth boxes following each other should only be considered for an additio...
Manuel Mall
2007-01-14
1
-1
/
+3
*
Added support for line-height-shift-adjustment property
Manuel Mall
2007-01-11
1
-6
/
+9
*
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
1
-0
/
+7
*
Changed license headers and updated NOTICE file according to: http://www.apac...
Jeremias Maerki
2006-07-28
1
-5
/
+6
*
Fixed various white space (non)removal issues during line building. white-spa...
Manuel Mall
2006-04-08
1
-21
/
+32
*
Merged Temp_API_Finalization branch back into FOP Trunk:
Jeremias Maerki
2006-03-27
1
-5
/
+5
*
Corrected expectation and behaviour for the text-indent property to only appl...
Jeremias Maerki
2006-03-24
1
-6
/
+9
*
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
*
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
1
-1
/
+1
*
Each block in inline content now appears in its own line area.
Simon Pepping
2005-12-28
1
-202
/
+191
*
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
1
-4
/
+16
*
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
1
-136
/
+110
*
Another workaround/hack to deal with non breaking spaces. Also some minor adj...
Manuel Mall
2005-12-17
1
-1
/
+1
*
Bugzilla #37875:
Jeremias Maerki
2005-12-15
1
-9
/
+9
*
Don't hyphenate when wrap is set to "no-wrap".
Jeremias Maerki
2005-12-14
1
-1
/
+5
*
New method: FONode.decorateWithContextInfo() adds context information to an e...
Jeremias Maerki
2005-12-13
1
-6
/
+20
*
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
1
-19
/
+18
*
Fix for bug 37306 - for text-align="start" ipd was incorrectly adjusted with ...
Manuel Mall
2005-10-31
1
-3
/
+0
*
Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).
Jeremias Maerki
2005-10-24
1
-11
/
+17
*
Fixing a ClassCastException due to the incorrect "pattern" of elements repres...
Luca Furini
2005-10-14
1
-2
/
+8
*
Take the case into account when another LM starts a block sequence.
Simon Pepping
2005-10-11
1
-13
/
+31
*
Added support for leader with pattern "use-content" and recovered a previousl...
Manuel Mall
2005-10-10
1
-3
/
+5
[next]