Commit Graph

10108 Commits

Author SHA1 Message Date
danm%netscape.com
8214e69b08 view menu reflects configurable toolbar state 1998-10-15 19:11:01 +00:00
cyeh%netscape.com
e03dc39162 remove unneeded #define. 1998-10-15 18:51:42 +00:00
shaver%netscape.com
582327af4c Fixed tree generation and added new STYLE_NODE flags for content-hiding. 1998-10-15 18:34:05 +00:00
shaver%netscape.com
689593b998 (All DOM changes.)
Fixed layer properties.  Links and images-within-links get the right appearance
even when there are no style rules.  Started on lo_SetStyleSheetBoxProperties.
Don't force the creation of a style db, ever.  Handle style-system failures
more gracefully.  Update to use ACTIVE_NODE where appropriate.
1998-10-15 18:32:04 +00:00
slamm%netscape.com
2c7973abe0 Add translations to URLBar 1998-10-15 18:29:42 +00:00
shaver%netscape.com
8bfbc26656 LO_Anchor now has a DOM_Node 1998-10-15 18:27:20 +00:00
slamm%netscape.com
113b1ff718 Add instance pointer for button sensitivity. 1998-10-15 18:15:59 +00:00
fur%netscape.com
e8a1ca2e0f 1) Change HAVE_LONG_LONG to be JS_HAVE_LONG_LONG to avoid collision with NSPR.
2) On Linux, define JS_HAVE_LONG_LONG since we're using gcc.
1998-10-15 18:10:39 +00:00
blizzard%appliedtheory.com
e360cbcf7a enable GNOME_GetDocPosition 1998-10-15 18:00:28 +00:00
blizzard%appliedtheory.com
c1f2310f72 don't set the tile in the gc, that's for window backgrounds, not drawing 1998-10-15 17:57:13 +00:00
spider%netscape.com
c60e81e40d Support Command Line Parsing 1998-10-15 17:56:49 +00:00
shaver%netscape.com
5caf09b547 memory management fixes and debug cleanup 1998-10-15 17:45:03 +00:00
troy%netscape.com
7a5d65c074 Removed use of NS_VMREFRESH_SCREEN_RECT which is deprecated and going away 1998-10-15 16:00:09 +00:00
karnaze%netscape.com
1ffe0ebea1 fixed combo box PostCreateWidget to size properly 1998-10-15 15:51:31 +00:00
blythe%netscape.com
e178922316 Partial fix for 328650, startup performance 1998-10-15 14:56:39 +00:00
blythe%netscape.com
3520a57206 Bugzilla 140 code improvement by ben@algroup.co.uk 1998-10-15 14:25:36 +00:00
terry%netscape.com
39c755517b Remove code to test if passwd is different than Netscape passwd. It no longer works, anyway. 1998-10-15 13:58:41 +00:00
ftang%netscape.com
346c49b6c0 Make Toolbar menu measure and render UTF8 text. reviewed and approved by saari 1998-10-15 13:55:28 +00:00
ftang%netscape.com
f098211cb5 enable toolbar item to render UTF8 text. Change several XmString related function in RDFUtils.c to also return a font list associated with the XmString. approved by slamm 1998-10-15 13:45:54 +00:00
ftang%netscape.com
61c4871164 change code to support HyperTree 1998-10-15 13:43:08 +00:00
dcone%netscape.com
428aee3253 fixed some clipping and updating stuff 1998-10-15 13:39:47 +00:00
blythe%netscape.com
cea27c3522 Fix bugs on win95 builds, aprvd briano law 1998-10-15 12:44:03 +00:00
blythe%netscape.com
4154e1878e Fix bugs on win95 builds, aprvd briano law 1998-10-15 12:38:26 +00:00
gagan%netscape.com
89bdd0ad57 Fix warnings on Mac. 1998-10-15 08:11:42 +00:00
buster%netscape.com
73b4846430 progress on table incremental reflow of row group insert/append/delete 1998-10-15 07:46:16 +00:00
nisheeth%netscape.com
409b28fe50 Resizing from the middle of the document was resetting the scrollbar to the
top and then setting it back to the remember position.  Fixed the unnecessary
up and down jumping of the scrollbar.
1998-10-15 06:16:16 +00:00
nisheeth%netscape.com
bb8022c4f8 Fix for Bugzilla bug 492. We were inserting the floating element for the
left/right aligned tables into the line list at the beginning of the list
rather than the end.  This caused re-ordering of floating tables as well
as display problems.
1998-10-15 05:32:19 +00:00
troy%netscape.com
a3faadc325 Changed scroll view frame to have the scrolling view create a child widget.
This allows us to clip child views with widgets, e.g. form elements
1998-10-15 05:28:13 +00:00
troy%netscape.com
6ad120c16d Changed GetWindowOffsets() to specify the view to check rather than assuming
the root view. This fixes scrolling problems when scrolling views are used
as a sub-view
1998-10-15 05:27:00 +00:00
kipp%netscape.com
fb3e6503a0 Create style context for blank frame; added in some missing release calls 1998-10-15 05:13:21 +00:00
kipp%netscape.com
c151b51242 Added new atom 1998-10-15 05:11:40 +00:00
kipp%netscape.com
9fb39f0732 Setup display:none for NOEMBED, NOSCRIPT and NOFRAMES 1998-10-15 05:11:23 +00:00
troy%netscape.com
68659f29d8 Changed it so that we have a dirty region per view with a widget rather
than having just one dirty region. Also changed it so that we stop painting
when we get to a view that has a widget
1998-10-15 04:55:21 +00:00
roeber%netscape.com
feaefda4fa Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
racham%netscape.com
6e245d2e56 BUG329102 : Modified code to allow overwrite of existing connectoids without complaining about RNA entry 1998-10-15 03:45:42 +00:00
mccabe%netscape.com
2ae425ed8c Change "%c" date specifier for document.lastModified to "%#c" on
windows to get a 4-digit date in the string produced.

Were that it were just a Date object instead of a string.  Oh, woe.
1998-10-15 02:49:44 +00:00
kipp%netscape.com
c01a050ddd Change CreateAbsoluteView API so pass in a style context 1998-10-15 01:27:49 +00:00
kipp%netscape.com
a93c244b68 Set opacity in view 1998-10-15 01:27:25 +00:00
sman%netscape.com
6b7d665360 work in progress 1998-10-15 01:26:44 +00:00
pierre%netscape.com
8ab9979d90 fix build: added nsHTMLButtonControlFrame.cpp 1998-10-15 00:14:47 +00:00
rpotts%netscape.com
1e5af1e943 Added null tests after getting the plugin instance... 1998-10-14 23:57:12 +00:00
rpotts%netscape.com
a536953437 zero the pointer to the IL_ImageRequest being held by the ImageRequestImpl when the IL_ImageRequest is destroyed. The IL_imageRequest can be destroyed by either the ImageRequestImpl *or* the IL_ImageGroup... 1998-10-14 23:56:33 +00:00
kipp%netscape.com
32ea84d644 Temporary work around to setting hint better 1998-10-14 23:46:02 +00:00
terry%netscape.com
a48c95c5b1 Removed incorrect comment. 1998-10-14 23:23:30 +00:00
mjudge%netscape.com
5f185d6e92 this will fix it. i will get rid of unused files later. 1998-10-14 23:16:00 +00:00
terry%netscape.com
96d4aa0d59 Detect things we can't automatically back out, and say so. 1998-10-14 23:13:04 +00:00
valeski%netscape.com
e3c8021eca changed type BOOL to PRBool to get rid of warnings 1998-10-14 23:10:41 +00:00
valeski%netscape.com
c8dfc0a2d9 removed an unreferenced local variable 1998-10-14 23:09:30 +00:00
mjudge%netscape.com
cdba0f4d31 another file 1998-10-14 23:07:38 +00:00
karnaze%netscape.com
37f2d06fe4 generalized PostCreateWidget; better combo box rendering 1998-10-14 23:01:44 +00:00