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
*
Use a list of active cells for computing steps, continued:
Vincent Hennebert
2007-07-09
1
-59
/
+56
*
Also display the width of the penalty in the toString method
Vincent Hennebert
2007-07-09
1
-0
/
+2
*
Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)
Andreas L. Delmelle
2007-07-07
7
-763
/
+887
*
Cleaner way to handle border-separation in ActiveCell
Vincent Hennebert
2007-07-06
1
-11
/
+7
*
Add a signalMinStep method in ActiveCell
Vincent Hennebert
2007-07-06
1
-18
/
+24
*
Move the getNextStep method into ActiveCell
Vincent Hennebert
2007-07-06
1
-86
/
+65
*
Remove decrease of activeRowIndex when backtracking
Vincent Hennebert
2007-07-06
1
-10
/
+1
*
Organize imports and remove no longer used methods
Vincent Hennebert
2007-07-06
1
-15
/
+0
*
First step towards using a list of active cells for computing steps
Vincent Hennebert
2007-07-06
2
-260
/
+226
*
Bugzilla #42576
Chris Bowditch
2007-06-22
1
-9
/
+24
*
Bugzilla #42109:
Jeremias Maerki
2007-05-21
2
-7
/
+11
*
Bugfix for ClassCastException with spaces inside a table-cell (using fox:wido...
Jeremias Maerki
2007-05-17
1
-4
/
+9
*
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
*
Bugfixes:
Vincent Hennebert
2007-04-30
3
-66
/
+48
*
Fix a NPE when break-before is specified on the first row of a table, and whe...
Vincent Hennebert
2007-04-26
2
-16
/
+2
*
Make keep-with-next and keep-with-previous work on fo:table
Vincent Hennebert
2007-04-26
1
-0
/
+6
*
Fix the handling of padding for spanning cells in the collapsing-border model
Vincent Hennebert
2007-04-20
1
-2
/
+2
*
Fix the computation of cells' IPD when they contain children with forced breaks.
Vincent Hennebert
2007-04-20
2
-71
/
+50
*
Bugfix: update dx also for grid units having no border, in the addAreas method
Vincent Hennebert
2007-04-19
1
-31
/
+29
*
- remove call to addPadding in TraitSetter.addCollapsingBorders
Vincent Hennebert
2007-04-19
2
-2
/
+2
*
Fix the handling of forced breaks which were sometimes counted twice.
Vincent Hennebert
2007-04-18
1
-16
/
+6
*
Extract the logic for advancing to the next grid row, from the getNextStep me...
Vincent Hennebert
2007-04-18
1
-53
/
+56
*
... and correct the test for early returning if stepFound is false
Vincent Hennebert
2007-04-18
1
-1
/
+1
*
Replace the seqCount integer with a stepFound boolean in the getNextStep method
Vincent Hennebert
2007-04-18
1
-3
/
+3
*
Replace the array of forced breaks with a single boolean, which should be eno...
Vincent Hennebert
2007-04-18
1
-12
/
+4
*
- add a columnCount field for clarity
Vincent Hennebert
2007-04-17
1
-19
/
+19
*
Fixes for issues introduced with fox:destination:
Jeremias Maerki
2007-04-04
1
-2
/
+8
*
Allow for the case where a block-container occurs inside an inline
Simon Pepping
2007-04-03
1
-3
/
+7
*
In collapsing-border model, tables have no padding and borders are determined...
Vincent Hennebert
2007-04-02
1
-2
/
+4
*
changes to support named destination
Jay Bryant
2007-04-01
1
-0
/
+3
*
Bugfix for keep-with-next inside tables:
Jeremias Maerki
2007-04-01
1
-0
/
+6
*
- fix the painting of borders for spanning cells in collapsing model
Vincent Hennebert
2007-03-30
3
-97
/
+129
*
Replace deprecated addBorders method with the new ones in addAreas
Vincent Hennebert
2007-03-28
1
-2
/
+4
*
TableRowIterator:
Vincent Hennebert
2007-03-28
3
-119
/
+121
*
Factorize in a method the code handling TableContentPosition elements, in Tab...
Vincent Hennebert
2007-03-27
1
-22
/
+22
*
Some more comments for RowPainter.
Jeremias Maerki
2007-03-23
2
-1
/
+18
*
Better document some of the code in RowPainter.
Jeremias Maerki
2007-03-23
1
-7
/
+23
*
Avoid an IndexOutOfBoundsException when more columns are used than are specif...
Jeremias Maerki
2007-03-23
1
-2
/
+8
*
Small improvements in the SpaceResolver class:
Vincent Hennebert
2007-03-22
1
-3
/
+3
*
Documentation, cleanup, log statements in the table layout code.
Vincent Hennebert
2007-03-19
9
-70
/
+185
*
Some javadoc and variables renaming in TableStepper.
Vincent Hennebert
2007-03-13
1
-28
/
+46
*
Fixed an IllegalArgumentException for absolutely positioned block-containers ...
Jeremias Maerki
2007-03-12
1
-1
/
+3
*
Extract sub-classes from TableContentLayoutManager and make them top-level cl...
Vincent Hennebert
2007-03-06
7
-197
/
+282
*
Tweak: add FO context info to clarify the message.
Andreas L. Delmelle
2007-03-02
1
-2
/
+2
*
Tweak: add FO context info to clarify the message.
Andreas L. Delmelle
2007-03-02
1
-1
/
+2
*
Small simplification: remove an unneeded parameter from the getContentHeight ...
Vincent Hennebert
2007-03-01
1
-3
/
+8
*
Small factorization: put painter.addAreasAndFlushRow at the end of iterateAnd...
Vincent Hennebert
2007-03-01
1
-3
/
+1
*
Extract RowPainter from TableContentLayoutManager and make it a top-level class.
Vincent Hennebert
2007-02-28
2
-240
/
+279
*
Add code guards around log statements for better performance when they are di...
Vincent Hennebert
2007-02-28
1
-2
/
+6
[next]