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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Corrected expectation and behaviour for the text-indent property to only appl...
Jeremias Maerki
2006-03-24
1
-6
/
+9
*
Initial support for page-position="last". Feedback requested!
Jeremias Maerki
2006-03-23
3
-64
/
+194
*
Bugfix: display-align did not work if the first object in a page was a table.
Luca Furini
2006-03-23
1
-0
/
+5
*
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
*
block-container did not tell the breaker if it's in auto-height mode. That ca...
Jeremias Maerki
2006-03-21
1
-2
/
+2
*
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
*
Bugfix: Fixed a copy/paste error in the table layout code that caused wrong p...
Jeremias Maerki
2006-03-15
1
-1
/
+1
*
Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-...
Jeremias Maerki
2006-03-15
1
-0
/
+1
*
Removed stray debug message.
Jeremias Maerki
2006-03-06
1
-1
/
+0
*
InlineLM properly creates an AligmentContext for Title.
Simon Pepping
2006-02-25
4
-14
/
+18
*
Avoid a NullPointerException when fo:title is empty.
Simon Pepping
2006-02-24
4
-10
/
+44
*
Decorate warning with location info.
Jeremias Maerki
2006-02-09
1
-1
/
+3
*
Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.
Jeremias Maerki
2006-02-09
1
-7
/
+2
*
Bugfix: padding-top and padding-bottom on list-items could lead to wrong page...
Jeremias Maerki
2006-02-09
2
-15
/
+30
*
Added missing values in area tree XML for PageViewport (simple-page-master-na...
Jeremias Maerki
2006-02-08
1
-0
/
+2
*
Fix for bug 38507: the elements representing a non-breaking space were not al...
Luca Furini
2006-02-07
1
-190
/
+127
*
File missing from http://svn.apache.org/viewcvs?rev=374174&view=rev... Thanks...
Andreas L. Delmelle
2006-02-02
1
-3
/
+5
*
Further fine-tuning of white-space-handling during refinement
Andreas L. Delmelle
2006-02-01
1
-53
/
+0
*
Here's why forcing to border-collapse="separate" on fo:table didn't work. D'oh!
Jeremias Maerki
2006-01-31
1
-2
/
+2
*
Bugzilla #38397:
Jeremias Maerki
2006-01-26
1
-6
/
+23
*
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
*
(Re?)added integer page number to the PageViewport.
Jeremias Maerki
2006-01-20
2
-3
/
+4
*
Following a clarification by the XSL FO SG, space traits are only set on the ...
Jeremias Maerki
2006-01-19
6
-44
/
+26
*
The last page sequence should also follow its force-page-count trait.
Simon Pepping
2006-01-10
1
-3
/
+5
*
Implementation of force-page-count property, patch by Gerhard Oettl,
Simon Pepping
2006-01-06
1
-2
/
+74
*
Bugzilla #38102:
Jeremias Maerki
2006-01-04
1
-1
/
+2
*
Bugzilla #38102:
Jeremias Maerki
2006-01-04
1
-2
/
+3
*
Block Knuth sequences in inline content are properly joined, taking
Simon Pepping
2005-12-30
7
-133
/
+133
*
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
*
LineArea had a finalize method which caused a NPE when called from the garbag...
Manuel Mall
2005-12-28
1
-1
/
+12
*
I generalized several casts from KnuthElement to ListElement. This
Simon Pepping
2005-12-27
7
-22
/
+27
*
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
*
As announced, I brought FontTriplet to more life by making it Serializable an...
Jeremias Maerki
2005-12-22
1
-1
/
+22
*
More work on preparing for the intermediate format.
Jeremias Maerki
2005-12-22
7
-14
/
+22
*
Add a letterspace in InlineKnuthSequence
Simon Pepping
2005-12-22
2
-34
/
+47
*
Modified the KnuthSequence system. Transferred logic from the layout
Simon Pepping
2005-12-22
14
-295
/
+531
*
Introduced a flag to tell the page breaking to operate in auto-height mode, i...
Jeremias Maerki
2005-12-22
4
-9
/
+29
*
Further decoupling the area tree from the FO tree.
Jeremias Maerki
2005-12-21
7
-100
/
+164
*
Bugzilla #37964:
Jeremias Maerki
2005-12-20
2
-8
/
+5
*
Fix for width checks. They didn't take start-indent and end-indent into account.
Jeremias Maerki
2005-12-19
2
-2
/
+4
*
Another workaround/hack to deal with non breaking spaces. Also some minor adj...
Manuel Mall
2005-12-17
2
-2
/
+2
*
Debug optimization
Jeremias Maerki
2005-12-15
1
-1
/
+3
*
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
[next]