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

12854 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com 14d0a212d5 new 1998-12-08 21:44:22 +00:00
kipp%netscape.com 4f02f0ae72 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 e10802d09e 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 e86402c7a3 Added nsBlockBandData 1998-12-08 21:42:35 +00:00
akkana%netscape.com 9fa4b16fc0 GetOwnerDocument should return NS_ERROR_NOT_IMPLEMENTED if it's not going to modify its input 1998-12-08 19:53:25 +00:00
pnunn%netscape.com 07b5dbddf7 update to png version 1.0.2. -pnunn. 1998-12-08 19:44:02 +00:00
pinkerton%netscape.com 3b93638e26 Don't build NavServices stuff because it doesn't work with the 3.2 universal headers (apple changed a struct). 1998-12-08 19:42:52 +00:00
pnunn%netscape.com 89e5a10872 update to png version 1.0.2. -pnunn. Note: gamma is temporarily disabled. 1998-12-08 19:41:25 +00:00
buster%netscape.com 868ce29c21 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
waterson%netscape.com 4aaee5bfc6 Obsolete. 1998-12-08 19:14:43 +00:00
akkana%netscape.com fe0a67aa9b Remove old selection code (and fix linux build) 1998-12-08 18:55:00 +00:00
danm%netscape.com 305391ae1a 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 e5a777ddc5 changes to default to new selection 1998-12-08 18:26:34 +00:00
mjudge%netscape.com 948d2e6638 chagnes to selection 1998-12-08 18:26:06 +00:00
mjudge%netscape.com 35b965b62b changes to selection 1998-12-08 18:25:47 +00:00
mjudge%netscape.com 24b5ddbeb3 changes to remove selection 1998-12-08 18:25:27 +00:00
troy%netscape.com 399c1e7868 Initial table pagination support 1998-12-08 17:57:45 +00:00
raman%netscape.com 2d987076de Bug fix for 928. Check for null address in the URL_s structure. 1998-12-08 17:55:03 +00:00
kipp%netscape.com e3b700735e backed out last changes 1998-12-08 17:33:28 +00:00
kipp%netscape.com bf1ae8fe33 Fix a cut-paste coding error 1998-12-08 17:19:17 +00:00
kipp%netscape.com 825f4e5f8b Fixed an improper use of NS_RELEASE 1998-12-08 16:08:44 +00:00
kipp%netscape.com a986505b5c Updated to latest nsIWebShellContainer API 1998-12-08 15:51:42 +00:00
waterson%netscape.com 6995c4fe4a Cleaned up data source construction, made more consistent with other NGLayout modules. 1998-12-08 06:53:49 +00:00
waterson%netscape.com 27c65d8512 Changed nsRDFDataSource::Initialize to Init to be consistent with the rest of the world. 1998-12-08 06:28:36 +00:00
waterson%netscape.com 30936717ff Some stuff to the TO DO list. 1998-12-08 06:24:28 +00:00
waterson%netscape.com 4b956c6761 Some horrible hackery to get hyatt started on debugging the tree with a real content model. 1998-12-08 05:10:35 +00:00
waterson%netscape.com 22475ce871 Added CID for RDF tree document. 1998-12-08 04:56:10 +00:00
waterson%netscape.com b927d8b4cf Fixed a missing refcount. 1998-12-08 04:55:25 +00:00
kipp%netscape.com 320f0facc1 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
waterson%netscape.com 81f4c717f0 Moved the RDF document interfaces out into the open. Added some stuff to make it easier to construct a data source from outside of normal channels. 1998-12-08 03:49:14 +00:00
kipp%netscape.com 2025694b82 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 abfa4440e7 new 1998-12-08 03:36:34 +00:00
kipp%netscape.com 8aff77b70d Implement new NewWebShell API 1998-12-08 02:39:48 +00:00
jfrancis%netscape.com 464959493a removing tabs; started deleteContents() imp 1998-12-08 02:26:15 +00:00
mcmullen%netscape.com f52218c896 Added nsFileSpec.cpp to this project (you also get nsFileStream, but this is all done with templates in a header - this may need to be revisited). This is the first real checkin of nsFileSpec.*, and the first ever checkin of nsFileStream.h. This provides typesafe file specifications, interconversions, and full Standard Library support for iostreams, based on these specifications. The next step is checking by Bill Law and Steve Lamm for Win and Unix. Then it's open season. 1998-12-08 02:24:19 +00:00
mcmullen%netscape.com 4e1f4f4572 First Checked In. 1998-12-08 02:22:54 +00:00
sfraser%netscape.com 42226c005a Added Debug and Tools menus, and hooked up some of the menu items. They don't all work yet. 1998-12-08 02:16:42 +00:00
mcmullen%netscape.com 0fd0d405c3 First Checked In. 1998-12-08 02:15:50 +00:00
sfraser%netscape.com 18caeacae0 Don't crash when failing to create dialogs (which we don't have a widget for yet on Mac). 1998-12-08 02:15:21 +00:00
kipp%netscape.com 8cde7abb9e Implement new NewWebShell API 1998-12-08 01:57:40 +00:00
kipp%netscape.com 3f81658697 Added 2 more arguments to NewWebShell so that new top-level windows could be created properly 1998-12-08 01:57:00 +00:00
kipp%netscape.com 4ae3c44b2c Pass in chrome and visibility during web-shell creation 1998-12-08 01:56:31 +00:00
pierre%netscape.com 9d05ec1948 optimized and cleaned up 1998-12-08 01:47:04 +00:00
buster%netscape.com c85a6cdd73 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 bc20fdad3a fixed default cellspacing and cellpadding 1998-12-08 00:59:15 +00:00
kipp%netscape.com bce8bc5489 new 1998-12-08 00:57:45 +00:00
troy%netscape.com 7cf1fde73d 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
law%netscape.com 1871d64a59 Accept URL on command line 1998-12-07 23:35:02 +00:00
waterson%netscape.com 985fad839d Removed obsolete file. 1998-12-07 23:18:11 +00:00
kipp%netscape.com 924b3d53b7 Made image documents layout again 1998-12-07 22:29:13 +00:00