gecko-dev/layout/tables
karnaze%netscape.com 854d511d3e bug 28811, 29459, 32507 - added flag to reflow state to handle table cells.
changed table min and max width calculations to include percent and proportional cells.
Include border and padding in min table width calc.
2000-05-16 22:55:34 +00:00
..
BasicTableLayoutStrategy.cpp bug 28811, 29459, 32507 - added flag to reflow state to handle table cells. 2000-05-16 22:55:34 +00:00
BasicTableLayoutStrategy.h bug 29459 - strategy's table min and max width is calculated to include 2000-05-10 00:54:00 +00:00
celldata.h bug 24880 colspan/rowspan=0 handling, bug 22122 handle *0 proportional width; r=kmcclusk. 2000-02-01 03:23:29 +00:00
FixedTableLayoutStrategy.cpp bug 29459 - strategy's table min and max width is calculated to include 2000-05-10 00:54:00 +00:00
FixedTableLayoutStrategy.h bug 10636, 15499(partial) - correctly get margin,border,padding from reflow info. calculate it for percentage padding when reflow state not available. r=troy 2000-02-12 01:55:40 +00:00
nsCellMap.cpp r:mjudge 2000-05-11 01:04:39 +00:00
nsCellMap.h r:mjudge 2000-05-11 01:04:39 +00:00
nsITableCellLayout.h Added support for Ctrl+Shift+mouseclick to select block of cells. Rewrote nsITableLayout::nsGetCellData() to be much more efficient, eliminating a method in the process. Implemented nsTableCellFrame::Get[Previous|Next]CellInColumn for cursor key navigation in tables. r=mjudge,karnaze. 2000-03-23 04:24:58 +00:00
nsITableLayout.h Table editing (bug 20973): return reported and actual rowspan and colspan values from GetCellDataAt(), r=karnaze 2000-01-26 14:56:06 +00:00
nsITableLayoutStrategy.h bug 29459 - strategy's table min and max width is calculated to include 2000-05-10 00:54:00 +00:00
nsTableCellFrame.cpp r: mjudge 2000-04-30 18:56:26 +00:00
nsTableCellFrame.h Added support for Ctrl+Shift+mouseclick to select block of cells. Rewrote nsITableLayout::nsGetCellData() to be much more efficient, eliminating a method in the process. Implemented nsTableCellFrame::Get[Previous|Next]CellInColumn for cursor key navigation in tables. r=mjudge,karnaze. 2000-03-23 04:24:58 +00:00
nsTableColFrame.cpp Add ifdef'ed Performance Reflow Counting code 2000-04-21 21:36:33 +00:00
nsTableColFrame.h Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161. 2000-03-22 02:43:08 +00:00
nsTableColGroupFrame.cpp Add ifdef'ed Performance Reflow Counting code 2000-04-21 21:36:33 +00:00
nsTableColGroupFrame.h Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161. 2000-03-22 02:43:08 +00:00
nsTableFrame.cpp r:mjudge 2000-05-11 01:04:39 +00:00
nsTableFrame.h r:mjudge 2000-05-11 01:04:39 +00:00
nsTableOuterFrame.cpp Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsTableOuterFrame.h Removed FixBadReflowState, added an assert if boxes try to set outer table reflow state computed values when a caption is present. 2000-05-01 02:25:08 +00:00
nsTableRowFrame.cpp bug 37037, 37490, and a table paganation problem when captions are present. 2000-05-04 23:16:42 +00:00
nsTableRowFrame.h new reflow/layout code for outer table to handle captions and margins. better % height handling. 2000-04-28 21:05:31 +00:00
nsTableRowGroupFrame.cpp avoiding confusion between line iterator between layout and navigation. 2000-05-16 08:11:14 +00:00
nsTableRowGroupFrame.h avoiding confusion between line iterator between layout and navigation. 2000-05-16 08:11:14 +00:00