Граф коммитов

2752 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com 4406d09257 Compute percentage base properly 1998-12-09 23:51:39 +00:00
buster%netscape.com da215d84c1 an even cleaner implementation of InsertRow 1998-12-09 23:30:06 +00:00
buster%netscape.com 919aaf7123 fixed nsHTMLTableElement::InsertRow() 1998-12-09 23:19:12 +00:00
troy%netscape.com b60421fcef Moved StartDocument/EndDocument calls to document viewer impl's Print() member
function. This fits better with the Mac's printing model
1998-12-09 22:36:57 +00:00
jfrancis%netscape.com 18e895c2ac checking in a bit more of deleteContents; hard part still not done. 1998-12-09 22:07:00 +00:00
akkana%netscape.com 6759f530b0 implementation for CompareEndPoints 1998-12-09 19:21:49 +00:00
akkana%netscape.com cbf9d5a5e9 Update Range spec 1998-12-09 18:44:26 +00:00
buster%netscape.com ffb50a065b tables can now have independent horizontal and vertical cell spacing
("cellspacing" HTML attribute == "border-spacing" CSS property, go figure...)
1998-12-09 06:37:18 +00:00
buster%netscape.com b1b5bade52 cellspacing split out into x and y, HTML attribute sets both to same value 1998-12-09 06:36:32 +00:00
buster%netscape.com 9873d0f394 added implementation for CSS-2 style attributes border-collapse, border-spacing, empty-cells, caption-side 1998-12-09 06:24:50 +00:00
buster%netscape.com a8d87b8305 added implementation for CSS-2 style attributes border-collapse, border-spacing, empty-cells, caption-side
this is sufficient for now, but incomplete.  It doesn't handle inherit properly.
1998-12-09 06:24:27 +00:00
troy%netscape.com 2a501cc669 Added new atoms to nsLayoutAtoms for additional named frame child lists 1998-12-09 05:30:17 +00:00
troy%netscape.com 210e88984f Fixed a crash when resizing the print preview window 1998-12-09 04:26:42 +00:00
kipp%netscape.com 4ade3b797e Backed out one change 1998-12-09 03:40:42 +00:00
kipp%netscape.com 670133e557 new 1998-12-09 03:40:03 +00:00
kipp%netscape.com cd49c25d47 new 1998-12-09 03:31:08 +00:00
sfraser%netscape.com 987c13b953 Adding nsBlockBandData.cpp 1998-12-09 00:26:56 +00:00
cltbld%netscape.com 621f682be8 add nsBlockBandData.h per kipp's addition 1998-12-08 23:25:30 +00:00
kipp%netscape.com 579388fc87 new 1998-12-08 21:44:22 +00:00
kipp%netscape.com ca429dbaea Added some debug checks to sizes; keep zero sized items on the same line whenever possible 1998-12-08 21:43:42 +00:00
kipp%netscape.com 00165848ff Factored out the block-band-data class; fixed a bug with treating block objects that weren't really nsBlockFrame's like they were (bug #1713) 1998-12-08 21:43:15 +00:00
kipp%netscape.com e865f17469 Added nsBlockBandData 1998-12-08 21:42:35 +00:00
akkana%netscape.com 662cbc664e GetOwnerDocument should return NS_ERROR_NOT_IMPLEMENTED if it's not going to modify its input 1998-12-08 19:53:25 +00:00
buster%netscape.com a9e64dfedc fixed a minor glitch I introduced where nested tables cells were getting
robbed of a few pixels in width in some cases.
1998-12-08 19:18:33 +00:00
akkana%netscape.com f48a212dcd Remove old selection code (and fix linux build) 1998-12-08 18:55:00 +00:00
danm%netscape.com 283ef12507 removed nsSelection.cpp, nsSelectionPoint.cpp, nsSelectionRange.cpp. yell at mjudge if this causes problems. 1998-12-08 18:34:59 +00:00
mjudge%netscape.com c549a78e51 chagnes to selection 1998-12-08 18:26:06 +00:00
mjudge%netscape.com f4b7dee737 changes to selection 1998-12-08 18:25:47 +00:00
mjudge%netscape.com 8242e39f7f changes to remove selection 1998-12-08 18:25:27 +00:00
troy%netscape.com e56553b995 Initial table pagination support 1998-12-08 17:57:45 +00:00
kipp%netscape.com c8aad55ba1 Fixed an improper use of NS_RELEASE 1998-12-08 16:08:44 +00:00
kipp%netscape.com ef43e0bd4f Fixed bug #1621 - if a floater was too wide and it was right aligned it would end up positioned off the left edge of the block 1998-12-08 03:57:12 +00:00
kipp%netscape.com 0d7c32d9ad Removed check for a band count of when when clearing floaters because if the floater is large the band may only have one trapezoid in it 1998-12-08 03:47:44 +00:00
kipp%netscape.com 408a88fb6c new 1998-12-08 03:36:34 +00:00
jfrancis%netscape.com 9b3d64567a removing tabs; started deleteContents() imp 1998-12-08 02:26:15 +00:00
buster%netscape.com 6093d1b292 fixed a bug in table-layout:fixed mode
fixed bug fixed a few small bugs
1998-12-08 01:00:14 +00:00
buster%netscape.com ab6e5d8e3e fixed default cellspacing and cellpadding 1998-12-08 00:59:15 +00:00
kipp%netscape.com 75e7cac317 new 1998-12-08 00:57:45 +00:00
troy%netscape.com 3fbdae4f66 Improved height calculation when there are floaters. Now we check against
the content area y-most rather than the frame bounds y-most. This ensures
that border and padding are respected along the bottom edge
1998-12-08 00:01:12 +00:00
kipp%netscape.com 78b7ec988a Made image documents layout again 1998-12-07 22:29:13 +00:00
kipp%netscape.com dc53d20c74 Disabled fixed height/width ignoring code for shrink-wrap blocks; fixed crash bug with premature deleting of a line 1998-12-07 22:28:55 +00:00
kipp%netscape.com 8676a93261 Added DeleteLine method 1998-12-07 22:28:23 +00:00
kipp%netscape.com 44ab1f89b5 Slightly better handling of left/right block margins 1998-12-07 19:34:41 +00:00
harishd%netscape.com 1e21693ed2 changed the code that previously accessed mBorderStyle and mBordercolor
with new methods added in nsStyleSpacing
1998-12-07 19:07:45 +00:00
harishd%netscape.com 09ebef5fb2 Changed code that previously accessed mBorderStyle and mBorderColor with
new methods added in nsStyleSpacing
1998-12-07 19:06:55 +00:00
harishd%netscape.com 545162f28e Changed code that previously accessed mBorderStyle and mBorderColor
with new mehtods added in nsStyleSpacing
1998-12-07 19:05:40 +00:00
harishd%netscape.com 5399d4b7b7 Included a new DrawDashedSide() function prototype and modified DrawSide() function. 1998-12-07 19:04:39 +00:00
harishd%netscape.com 2c4898f5b1 Changed code that previously accessed mBorderStyle and mBorderColor
with new methods added in nsStyleSpacing
1998-12-07 19:02:13 +00:00
harishd%netscape.com d6f7cc1d25 No change 1998-12-07 19:00:45 +00:00
harishd%netscape.com 058bfc3274 Changed code that previously accessed mBorderStyle and mBorderColor
with new methods added in nsStyleSpacing
1998-12-07 18:56:29 +00:00