karnaze%netscape.com
|
b6968c9fae
|
bug 12910 - SetPass1MaxElementSize considers nowrap on cell
|
1999-09-30 14:11:16 +00:00 |
karnaze%netscape.com
|
48e4116d09
|
bug 10009 - uses width set on <td> in figuring width of nested table
|
1999-09-28 21:57:44 +00:00 |
putterman%netscape.com
|
4dcd4bda98
|
Fix for 14386. Prevent memory corruption when opening and closing an account.
Approved = leaf. Reviewed -= karnaze.
|
1999-09-23 22:44:47 +00:00 |
mjudge%netscape.com
|
f9f66c8c83
|
changes to selection code to stop a never ending loop
|
1999-09-21 22:58:14 +00:00 |
mjudge%netscape.com
|
c5dad98607
|
adding change for selection. modifing inside out behavior for table selection. drawing tables being seleted different.
|
1999-09-17 23:33:39 +00:00 |
kipp%netscape.com
|
ef095efd3a
|
Squish a warning or two
|
1999-09-17 20:16:37 +00:00 |
karnaze%netscape.com
|
1b5d0bcca9
|
bug 13683 - fixed memory leak.
|
1999-09-16 22:24:03 +00:00 |
karnaze%netscape.com
|
a51cb0d3e5
|
bug 13135, removed unused code
|
1999-09-14 01:27:40 +00:00 |
karnaze%netscape.com
|
fc2e6ba5c0
|
removed border subtraction from out table frame and adjusted in layout strategy.
|
1999-09-13 21:45:58 +00:00 |
karnaze%netscape.com
|
f1e469b769
|
bug 11776, stopped doing arithmetic on unconstrained sizes
|
1999-09-13 14:35:00 +00:00 |
troy%netscape.com
|
e574cd2b26
|
Added support for incremental table painting
|
1999-09-13 03:19:39 +00:00 |
karnaze%netscape.com
|
d0114f8195
|
better handling of empty cell widths, especially involving colspans. support for bug 7121.
|
1999-09-10 18:55:46 +00:00 |
karnaze%netscape.com
|
cf129b7b39
|
fixed bug in debug output for reflow
|
1999-09-10 13:03:32 +00:00 |
briano%netscape.com
|
9abfe6b7ae
|
General cleanup.
|
1999-09-10 00:18:42 +00:00 |
troy%netscape.com
|
55df05944d
|
Eliminated compiler warnings
|
1999-09-08 20:29:56 +00:00 |
karnaze%netscape.com
|
a3225bbcb0
|
bugs 965, 1053, 1163 - improved handling of borders; bug 10216 align, text-align on caption.
|
1999-09-02 00:07:14 +00:00 |
mjudge%netscape.com
|
947ca97b34
|
getting rid of build warnings
|
1999-09-01 21:37:32 +00:00 |
kipp%netscape.com
|
c126113270
|
Remove a warning
|
1999-09-01 20:59:13 +00:00 |
troy%netscape.com
|
2e716cc18e
|
Optimized IR_TargetIsChild() so in the simple case where the row frame
has no cells that span into or across the row we don't call CalculateRowHeights()
|
1999-09-01 05:16:12 +00:00 |
troy%netscape.com
|
3b10f798f0
|
Added definition for RowHasSpanningCells()
|
1999-09-01 04:36:47 +00:00 |
cyeh%netscape.com
|
26effbde96
|
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
|
1999-09-01 01:13:14 +00:00 |
kipp%netscape.com
|
dff5b76938
|
Updated SizeOf methods to not waste space when doing a non-debug build
|
1999-09-01 01:02:16 +00:00 |
troy%netscape.com
|
2cc22d56b9
|
Changed ReflowMappedChildren() to reset max element size to 0 for an
incremental reflow
|
1999-08-31 05:55:33 +00:00 |
kipp%netscape.com
|
fd426dec6a
|
Reimplemented SizeOf methods in some of the frame classes; partial rework of first-line handling snapshot
|
1999-08-31 03:09:40 +00:00 |
troy%netscape.com
|
428ded8cf6
|
Changing tables to return max element size during an incremental reflow
|
1999-08-30 22:30:32 +00:00 |
karnaze%netscape.com
|
2dd51718a3
|
backed out fix for bug 6674 because it broke resizing collapsing rows
|
1999-08-30 22:00:12 +00:00 |
hyatt%netscape.com
|
8c3c551001
|
Changes to the cell map to support incremental insertion and removal of rows. Currently
only used by the tree widget.
|
1999-08-30 00:01:09 +00:00 |
hyatt%netscape.com
|
63776f4172
|
Teaching the fixed layout strategy how to deal with relative/proportional specified
widths.
|
1999-08-29 06:00:32 +00:00 |
troy%netscape.com
|
bebd447494
|
Fix for bug #12592. Optimized style change reflow commands targeted at
a cell frame
|
1999-08-29 04:18:00 +00:00 |
hyatt%netscape.com
|
544eff13a4
|
Tweaks to be able to see the RowReflowState over in trees
|
1999-08-28 00:43:53 +00:00 |
kipp%netscape.com
|
844fbc08d1
|
Fixed bug #6674 by honoring the css overflow property and only setting the clip rect when overflow is 'hidden'
|
1999-08-27 21:53:04 +00:00 |
karnaze%netscape.com
|
70d9f1496f
|
bug 12287 - removed nsTableFrame::GetContainerWidth, renamed TableIsAutoWidth to IsAutoWidth and simplified.
|
1999-08-27 21:15:21 +00:00 |
karnaze%netscape.com
|
12f210923a
|
bug 12590 - vertical-align:middle working on cell
|
1999-08-27 04:29:05 +00:00 |
karnaze%netscape.com
|
8007c18c46
|
backing out recent changes that failed table regression tests
|
1999-08-26 16:56:42 +00:00 |
hyatt%netscape.com
|
4e150561fe
|
Fix for bug 12887.
|
1999-08-26 10:23:49 +00:00 |
karnaze%netscape.com
|
0b5b66f195
|
bug 1271 - percentage height cells, added GetNumCellsOriginatingInRow, fixed GetNumCellsOriginatingInCol
|
1999-08-25 21:49:18 +00:00 |
karnaze%netscape.com
|
9305f5241c
|
replaced debug flags with class. removed compiler warnings.
|
1999-08-24 12:01:31 +00:00 |
karnaze%netscape.com
|
4b72f89911
|
bugs 9123, 10002 - percentage height tables exclude margin/border/padding of HTML and BODY
|
1999-08-24 04:17:05 +00:00 |
karnaze%netscape.com
|
59dfefdff7
|
bug 11026 - rounding error on balancing when max element size is too large.
|
1999-08-23 04:41:30 +00:00 |
karnaze%netscape.com
|
ef5e992e74
|
removed assertions in new incremental layout methods
|
1999-08-22 23:56:39 +00:00 |
hyatt%netscape.com
|
88b3bd5e71
|
Patching a function used only by the tree code.
|
1999-08-22 09:50:22 +00:00 |
karnaze%netscape.com
|
793d6e9850
|
changed initial value in ColumnsAreValidFor.
|
1999-08-22 02:36:00 +00:00 |
troy%netscape.com
|
61f5d63599
|
Minor cleanup
|
1999-08-21 21:24:42 +00:00 |
troy%netscape.com
|
bc0b798958
|
Removed some code that was accidentally added back in the previous revisions
|
1999-08-21 21:17:23 +00:00 |
troy%netscape.com
|
cf38c609d5
|
Optimized incremental reflow and split some code out into member functions
so there's less dusplication of code
|
1999-08-21 20:16:32 +00:00 |
karnaze%netscape.com
|
8a61d5c83a
|
bug 11944 - correct placement of row group using table border/padding. bug 625 - reinitialized col sizes before 2nd pass 1 reflow.
|
1999-08-21 06:38:07 +00:00 |
karnaze%netscape.com
|
69ea614920
|
bug 11944 - row group is properly offset using table border. cleaned up new incremental reflow methods.
|
1999-08-20 23:27:54 +00:00 |
troy%netscape.com
|
91af44d712
|
Optimized CalculateRowHeights() to skip step 2 if there are no cells that
have row spans
|
1999-08-20 23:27:39 +00:00 |
brade%netscape.com
|
f301d55556
|
remove mac compiler warning
|
1999-08-20 13:32:23 +00:00 |
brade%netscape.com
|
5fb540a0ac
|
remove macintosh compiler warnings
|
1999-08-20 13:27:48 +00:00 |