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_11
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
jgoncalves-pdfa-extension-fix
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
/
table
/
TableCellLayoutManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bugfix: keep-together does not apply to fo:table-cell
Vincent Hennebert
2011-03-22
1
-6
/
+2
*
Fixed indentation
Vincent Hennebert
2010-08-27
1
-4
/
+4
*
Bugzilla #49733:
Jeremias Maerki
2010-08-14
1
-11
/
+4
*
Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...
Vincent Hennebert
2009-12-22
1
-10
/
+9
*
Application of the patch submitted by Alexander Kiel to improve variable name...
Adrian Cumiskey
2009-10-15
1
-1
/
+1
*
Bugzilla 46905: Added basic implementation for column-level keeps.
Andreas L. Delmelle
2009-08-23
1
-21
/
+22
*
Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...
Andreas L. Delmelle
2009-03-13
1
-2
/
+2
*
Fed up with all those trailing whitespaces. Let's remove them all (once... an...
Vincent Hennebert
2008-07-24
1
-8
/
+8
*
Moved the contents of TableBody into a new abstract base class TablePart, whi...
Adrian Cumiskey
2008-06-21
1
-2
/
+2
*
Replaced getLast() calls with calls to listUtil
Maximilian Berger
2008-06-10
1
-6
/
+6
*
Replaced LinkedList with generic List interface
Maximilian Berger
2008-06-09
1
-10
/
+13
*
Fix that preserves the final status of the fobj member variable.
Adrian Cumiskey
2008-05-03
1
-1
/
+0
*
Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...
Andreas L. Delmelle
2008-04-26
1
-2
/
+2
*
Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...
Jeremias Maerki
2008-04-25
1
-21
/
+10
*
First part of the implementation of stage 1 for advanced keeps (see Wiki): In...
Jeremias Maerki
2008-04-15
1
-58
/
+15
*
Cleanup and minor refactoring:
Andreas L. Delmelle
2008-03-23
1
-5
/
+5
*
Removed no longer used borderAndPaddingBPD field
Vincent Hennebert
2008-03-12
1
-17
/
+0
*
Fixed a copy-paste error (getPaddingStart instead of getPaddingEnd)
Vincent Hennebert
2008-03-11
1
-1
/
+1
*
Bugfix for row/body/col background painting when padding is used in the table...
Jeremias Maerki
2008-03-10
1
-8
/
+14
*
Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...
Jeremias Maerki
2008-03-10
1
-3
/
+4
*
- Fixed the rendering of the area of a table corresponding to border-separati...
Vincent Hennebert
2008-03-05
1
-24
/
+61
*
- added full support for keep-with-previous on table-row and in table-cell
Vincent Hennebert
2008-02-25
1
-1
/
+4
*
Added support for breaks before and after table cells
Vincent Hennebert
2008-02-13
1
-1
/
+11
*
Cleanup:
Vincent Hennebert
2008-01-24
1
-3
/
+3
*
Added support for conditional borders (and paddings) in tables.
Vincent Hennebert
2008-01-23
1
-110
/
+147
*
Clean up: removed all reset and resetPosition methods, which pre-date the Knu...
Vincent Hennebert
2007-12-14
1
-11
/
+0
*
Bugzilla #43803: table cells having no children are allowed in relaxed valida...
Vincent Hennebert
2007-11-20
1
-6
/
+14
*
Moved *GridUnit from layoutmgr/table to fo/flow/table
Vincent Hennebert
2007-11-13
1
-0
/
+2
*
Moved table-related FObj into new o.a.fop.fo.flow.table package
Vincent Hennebert
2007-11-05
1
-2
/
+2
*
Clean up the handling of startIndent
Vincent Hennebert
2007-08-02
1
-25
/
+14
*
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...
Andreas L. Delmelle
2007-07-18
1
-10
/
+10
*
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
1
-71
/
+48
*
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
1
-0
/
+2
*
- fix the painting of borders for spanning cells in collapsing model
Vincent Hennebert
2007-03-30
1
-85
/
+94
*
Replace deprecated addBorders method with the new ones in addAreas
Vincent Hennebert
2007-03-28
1
-2
/
+4
*
Small simplification: remove an unneeded parameter from the getContentHeight ...
Vincent Hennebert
2007-03-01
1
-3
/
+8
*
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
*
Bugzilla #39118:
Jeremias Maerki
2006-04-23
1
-0
/
+2
*
Here's why forcing to border-collapse="separate" on fo:table didn't work. D'oh!
Jeremias Maerki
2006-01-31
1
-2
/
+2
*
Implemented 5.3.4 overconstrained geometry without handling the case when the...
Jeremias Maerki
2005-12-02
1
-1
/
+2
*
Added support for border-separation.block-progression-direction (only inline-...
Jeremias Maerki
2005-11-24
1
-7
/
+6
*
Fix for bug #37415
Andreas L. Delmelle
2005-11-08
1
-1
/
+1
*
Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).
Jeremias Maerki
2005-10-24
1
-35
/
+54
*
Cleanup of unused imports.
Finn Bock
2005-09-01
1
-1
/
+0
*
Bugzilla #36379:
Finn Bock
2005-08-31
1
-20
/
+65
*
Set the background traits after the BPD and IPD are set.
Jeremias Maerki
2005-08-29
1
-7
/
+10
*
Bugfix: Fixes table-cell7 where display-align was off when border and/or padd...
Jeremias Maerki
2005-07-28
1
-4
/
+4
[next]