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
/
fo
/
flow
/
Table.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved table-related FObj into new o.a.fop.fo.flow.table package
Vincent Hennebert
2007-11-05
1
-555
/
+0
*
First step towards building row groups at the FO tree stage. The built row gr...
Vincent Hennebert
2007-11-05
1
-9
/
+48
*
Reworked the creation of implicit columns to match new behaviour: the number ...
Vincent Hennebert
2007-11-02
1
-28
/
+48
*
- Enforced check for proper number of columns in a table. Now if a table has ...
Vincent Hennebert
2007-10-31
1
-0
/
+7
*
- factored the management of column numbers into a separate helper class
Vincent Hennebert
2007-10-30
1
-125
/
+78
*
Made the columns field in Table private, and created suitable accessors to it
Vincent Hennebert
2007-10-26
1
-2
/
+20
*
Moved the creation of the columns list to the declaration of the columns fiel...
Vincent Hennebert
2007-10-26
1
-5
/
+3
*
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...
Andreas L. Delmelle
2007-07-18
1
-14
/
+9
*
Use a slightly more convenient name to keep the code somewhat readable
Andreas L. Delmelle
2007-07-14
1
-2
/
+1
*
Bugzilla 41656:
Andreas L. Delmelle
2007-07-07
1
-8
/
+0
*
Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)
Andreas L. Delmelle
2007-07-07
1
-9
/
+2
*
Time to enable border-collapse="collapse"
Vincent Hennebert
2007-04-20
1
-7
/
+0
*
Documentation, cleanup, log statements in the table layout code.
Vincent Hennebert
2007-03-19
1
-1
/
+5
*
The spec explicitely does not specify what should be done when bpd is set to ...
Vincent Hennebert
2007-02-07
1
-1
/
+6
*
In relaxed validation mode, it should be acceptable to have fo:table-footer /...
Vincent Hennebert
2007-01-09
1
-1
/
+1
*
Comment out unused properties. Patch by Richard Wheeldon
Simon Pepping
2006-12-20
1
-10
/
+6
*
Implemented limited support for extension properties through new methods on E...
Jeremias Maerki
2006-09-11
1
-6
/
+20
*
Minor enhancement of column-number property code / removal of unused method
Andreas L. Delmelle
2006-08-22
1
-6
/
+1
*
Rework of default column-creation and setting column-widths from the first ro...
Andreas L. Delmelle
2006-08-21
1
-41
/
+88
*
Rework of the marker/retrieve-marker implementation to cater for correct eval...
Andreas L. Delmelle
2006-08-06
1
-11
/
+32
*
Changed license headers and updated NOTICE file according to: http://www.apac...
Jeremias Maerki
2006-07-28
1
-5
/
+6
*
See r412224: forgot to move the related code for TableColumn...
Andreas L. Delmelle
2006-06-07
1
-4
/
+0
*
Fixes Bugzilla 39560: make sure the interaction between FOs and properties is...
Andreas L. Delmelle
2006-06-06
1
-20
/
+38
*
Implementation for from-table-column(). See: bugzilla 38282
Andreas L. Delmelle
2006-01-31
1
-18
/
+21
*
The border-collapse property on fo:table is now forced to the value "separate...
Jeremias Maerki
2005-12-05
1
-2
/
+5
*
Made the FO tree a little more consistent by renaming getName() to getLocalNa...
Jeremias Maerki
2005-11-11
1
-5
/
+3
*
Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).
Jeremias Maerki
2005-10-24
1
-12
/
+13
*
Removed warning for padding (r291267); padding never seems to be null, so war...
Andreas L. Delmelle
2005-09-25
1
-2
/
+2
*
Removed superfluous javadoc
Andreas L. Delmelle
2005-09-24
1
-5
/
+1
*
Added warning for padding on table with collapsing border-model
Andreas L. Delmelle
2005-09-24
1
-11
/
+14
*
Java 1.3 compatibility.
Jeremias Maerki
2005-09-22
1
-1
/
+3
*
Update for initial-values of column-number + some pending style-violation cor...
Andreas L. Delmelle
2005-09-20
1
-0
/
+1
*
Implementation for initial values of the column-number property
Andreas L. Delmelle
2005-09-17
1
-14
/
+79
*
An informative warning for the user if he doesn't supply enough table-column ...
Jeremias Maerki
2005-09-16
1
-1
/
+1
*
Bugzilla #36379:
Finn Bock
2005-08-31
1
-1
/
+3
*
Added warning for unimplemented feature
Andreas L. Delmelle
2005-08-28
1
-0
/
+3
*
Added support for table border-*-precedence properties in the table
Finn Bock
2005-08-26
1
-11
/
+12
*
Switch to .equals() instead of == for String compares of namespaces. Thanks ...
Glen Mazza
2005-06-26
1
-1
/
+1
*
Warning about collapsing border model.
Jeremias Maerki
2005-06-20
1
-0
/
+4
*
Initial keep-together support on table.
Jeremias Maerki
2005-05-23
1
-1
/
+14
*
Merge of branch Temp_KnuthStylePageBreaking back into HEAD.
Jeremias Maerki
2005-05-13
1
-7
/
+26
*
----------------------------------------------------------------------
Glen Mazza
2005-03-05
1
-0
/
+4
*
Validation for fo:table and fo:table-header added, some minor simplifications...
Glen Mazza
2005-03-05
1
-1
/
+59
*
Set border traits for fo:table only if border-collapse="separate".
Jeremias Maerki
2005-02-15
1
-0
/
+10
*
Implemented table-omit-header-at-break. The same for footers comes later when...
Jeremias Maerki
2005-02-11
1
-0
/
+10
*
No longer fail when no table-columns are defined. The table creates a "defaul...
Jeremias Maerki
2005-02-09
1
-0
/
+17
*
Accessor for table-layout property.
Jeremias Maerki
2005-02-09
1
-0
/
+5
*
Support for table-cells as direct children of table-body|header|footer.
Jeremias Maerki
2005-02-08
1
-0
/
+5
*
Support for border-spacing shorthand.
Jeremias Maerki
2005-02-07
1
-0
/
+5
*
Border, Padding and spaces on level fo:table.
Jeremias Maerki
2005-01-31
1
-18
/
+39
[next]