Commit Graph

1846 Commits

Author SHA1 Message Date
ramiro%netscape.com
5207b614ce Comment out unused code that was breaking aix, dec and some others. 1999-05-03 21:36:18 +00:00
ramiro%netscape.com
b31c443d09 Fix bugs 4445, 4768. Make form widgets work a little better. This includes:
1) Radio/Toggle button initial state properly set.
2) Radio/Toggle button toggling works as expected.
3) Form Buttons work/submit on the first click as expected.

The problem was that enter/leave events expected by the form controlling
frames were not properly emitted.  They were being emitted for the parent
widget and not the buttons.

I also had to add a pathetically lame hack to work around artificial
intelligence in the GtkToggleButton widget.  Because the gtk toggle widget
changes its state on button press, we are out of whack by one.

Finally, some minor cleanup to event debug code in nsWidget.
1999-05-03 21:29:28 +00:00
kipp%netscape.com
52dcf42237 Fix menubar bug to avoid dup menubars 1999-05-03 20:50:01 +00:00
kipp%netscape.com
9611a59431 Added more null pointer checks to avoid crashes 1999-05-03 20:49:45 +00:00
kostello%netscape.com
42d872e576 Changed to match new API for the nsHTMLContentSinkStream 1999-05-03 18:49:59 +00:00
pierre%netscape.com
c99d248157 Copied Pink's fix for #4883 from nsTextWidget. 1999-04-30 22:57:33 +00:00
pierre%netscape.com
214f27ed0b Fixed previous checkin: Destroy() calls the inherited function and returns a value. 1999-04-30 22:55:58 +00:00
pierre%netscape.com
3bb9f2c12b Oops... CalcWindowRegions() was hiding the inherited function from nsWindow. For some reason, I missed the compiler warning in my previous checkin. 1999-04-30 22:54:34 +00:00
mcafee%netscape.com
a2bdf15231 Switching to NS_WITH_SERIVICE() to properly release services (5403). a=chofmann, r=warren@netscap.com 1999-04-30 22:20:24 +00:00
pinkerton%netscape.com
6abfbefeda Fix for bug 4883. Added Destroy() method to do the same as the Repeater dtor would do but it wasn't getting called because the timer still held a ref to the widget. Appr chofmann. 1999-04-30 22:14:01 +00:00
saari%netscape.com
354115f5d6 Fix for bug 5676 1999-04-30 21:13:42 +00:00
rods%netscape.com
15ecefa2cb Fixes for bug #4698
Win98 allocates global in DWORD chunks, WinNT does not. CF_TEXT on the
clipboard must be null terminated. The copy to the clipboard makes sure the proper
amount of memory is allocated and zeroed. he get from the clipboard makes no asummptions
about CF_Text's length other than they are null terminated, so it now removed the extra
terminating zeros, there can be more than one.
1999-04-30 19:41:14 +00:00
pierre%netscape.com
c296477ce5 Landing framesets changes. Numerous changes, essentially around mVisRegion and CalcWindowRegions(). Approved: choffmann. Bug #2236 et al. 1999-04-30 13:54:51 +00:00
pierre%netscape.com
e8d613aa03 Landing framesets changes. Added mVisRegion, mResizingChildren and mSaveVisible. Approved: choffmann. Bug #2236 et al. 1999-04-30 13:54:28 +00:00
pierre%netscape.com
d115fcf23c Landing framesets changes. Made nsMacWindow inherit from nsChildWindow. Approved: choffmann. Bug #2236 et al. 1999-04-30 13:54:04 +00:00
pierre%netscape.com
f263c86a85 Landing framesets changes. Enabled the file. 1999-04-30 13:51:35 +00:00
kipp%netscape.com
e109da7959 Wired up gtk widget destruction to nsWidget and related classes so that we don't ever have dangling points to dead gtk objects 1999-04-30 00:13:47 +00:00
akkana%netscape.com
f8d73c5821 5674: temp fix to prevent dialogs from grabbing selection ownership forever. r=mcafee/a=chofmann 1999-04-29 20:43:37 +00:00
bruce%cybersight.com
0b8ea3a37e s/NULL/nsnull/ 1999-04-29 00:45:41 +00:00
ramiro%netscape.com
80906f1409 WIP for changing widget colors on the fly. Its commented out for the time
being.
1999-04-28 05:57:45 +00:00
ramiro%netscape.com
b73617d5d1 Fix radio and check buttons some more. There are still some issues with
the default values for radio buttons being off by one.
1999-04-28 05:53:36 +00:00
bruce%cybersight.com
25345b7651 Remove -lnetlib from link lines. Not needed. 1999-04-28 05:30:09 +00:00
pierre%netscape.com
a812bf19e0 end of the debate? changing the defaults back to 96 dpi and do display small fonts 1999-04-28 05:06:41 +00:00
sfraser%netscape.com
b714ca7b9a Temporary, #ifdeffed hack to get Apple Menu on Mac. reviewed saari. 1999-04-28 04:51:40 +00:00
bruce%cybersight.com
c6f963f5a9 Remove dependency upon (and use of) -lnetutil on Unix. 1999-04-28 04:40:46 +00:00
pierre%netscape.com
71681e7913 fixed a syntax error in DisplayVerySmallFonts(): the first time only we were returning a wrong value 1999-04-28 03:32:52 +00:00
pierre%netscape.com
59a39b08ae added the "browser.display_very_small_fonts" pref changed the default dpi to 72 1999-04-28 02:45:49 +00:00
saari%netscape.com
016d84a085 fixing more win menu bugs. Fixing dynamics. Fixing webshell refcounts 1999-04-28 01:45:33 +00:00
saari%netscape.com
71795c831d fixing bug 4942 1999-04-28 00:40:09 +00:00
pierre%netscape.com
710dd4f29d #5000: added "browser.screen_resolution" pref 1999-04-28 00:20:58 +00:00
pinkerton%netscape.com
f50c5bab75 add nsMimeMapper.cpp 1999-04-27 22:51:13 +00:00
pinkerton%netscape.com
934c6edb57 move mapping of mime type -> OS type to nsMimeMapperMac instead of implementing it here. THis way drag and drop can use it to. 1999-04-27 22:50:44 +00:00
pinkerton%netscape.com
8a0c5bb8d8 First Checked In. 1999-04-27 22:49:51 +00:00
ramiro%netscape.com
a0649120a5 Removed gratuitous semicolon. 1999-04-27 22:20:45 +00:00
ramiro%netscape.com
ca63b7e7b6 Add cast to quiet compiler. 1999-04-27 21:40:05 +00:00
ramiro%netscape.com
3cfee053f7 Adding a gtk utilities class to the build. 1999-04-27 21:26:10 +00:00
saari%netscape.com
0709663fbb fixing double submenu bug on win32 1999-04-27 18:41:07 +00:00
ramiro%netscape.com
9cc9159bfc Fixing event mask being set on wrong widget, dumb typo from a previous checkin. 1999-04-27 18:27:29 +00:00
ramiro%netscape.com
1b8d5ba06d Fix for bug 4647. Could not resize frames (ie, the apprunner side bar). 1999-04-27 18:15:47 +00:00
saari%netscape.com
961dd56970 fix double menus on GTK 1999-04-27 18:10:47 +00:00
saari%netscape.com
68615076e1 Mac menu cleanup. No more holding onto the nsWebShell 1999-04-27 09:09:44 +00:00
pierre%netscape.com
9644229c74 #5000 "GFX changes required to assume 96 dpi default scaling": enabled the 96 dpi checked in earlier 1999-04-27 08:20:49 +00:00
pierre%netscape.com
78e941dc79 #5000 "GFX changes required to assume 96 dpi default scaling" 1999-04-27 06:45:09 +00:00
pierre%netscape.com
950ba5b0b5 fixed a flicker when the control is deleted 1999-04-27 05:32:50 +00:00
pierre%netscape.com
0877ee86e8 #4777 "cannot do multiple selection of menulist" 1999-04-27 05:32:36 +00:00
mcafee%netscape.com
129ee14fba Implementing folder picker by hiding the file column of the file selection dialog. Thanks to Syd for the hint to do this. 1999-04-27 04:49:53 +00:00
saari%netscape.com
7273f7dc49 more cleaning 1999-04-27 04:23:05 +00:00
sdagley%netscape.com
978b1ed7f1 Fix bug #4095 - zoom widget now works to re-size windows on Mac. 1999-04-27 03:41:17 +00:00
saari%netscape.com
596de73a4d more menu cleanup. Menus should no longer be holding on to WebShells in any way on GTK 1999-04-27 03:12:29 +00:00
sdagley%netscape.com
041bb47567 Renaming nsMode to nsFileDlgMode for mcafee 1999-04-27 03:11:21 +00:00