pavlov%netscape.com
629ddf7294
use nsIFile instead of nsIFileSpec
2000-03-21 07:03:34 +00:00
danm%netscape.com
ed92dea786
clean up window style code. code by roc+moz@cs.cmu.edu
2000-03-21 03:42:00 +00:00
waqar%netscape.com
5124eaa1f0
#=25493
...
r=pollmann@netscape.com
d=Toolbar elements stay hilited after the mouse has left the window.
2000-03-21 01:45:27 +00:00
sfraser%netscape.com
6a7a6253fa
Fix a missing break in the menu bar click code. No bug, r=pinkerton
2000-03-20 23:20:12 +00:00
pavlov%netscape.com
c2eb172a94
fix for 32534, 32243. most of the work done for 20901 -- waiting for dependancy to finish.
2000-03-20 22:39:57 +00:00
Jerry.Kirk%Nexwarecorp.com
1434008c91
Fix numeric keypad for Photon. Previous fix caused the main enter key
...
not to work. PHOTON ONLY.
2000-03-20 14:12:33 +00:00
bryner%uiuc.edu
c877fdc831
Make sure to initialize the 'isMeta' member of the
...
struct. r=jst@netscape.com .
2000-03-18 19:54:40 +00:00
blizzard%redhat.com
4602ee02e7
fix for #27791 . assume that any drag motion events are not valid drop targets unless someone explicitly sets the canDrop = true in the JS event handler. this makes dragging feedback correct on linux. r=pavlov
2000-03-18 05:00:45 +00:00
bryner%uiuc.edu
1215d53a50
Handle Win95 MSH_MOUSEWHEEL messages in addition to WM_MOUSEWHEEL
...
messages. r=law@netscape.com .
2000-03-18 00:57:23 +00:00
mccabe%netscape.com
7cef346a78
Add [noscript] to a number of non-scriptable attributes in [scriptable] interfaces. (They're not scriptable, because they refer to native types.) This is in preparation for a new compile-time check in xpidl to require the [noscript] annotation for attributes, as it is required for methods.
...
Preparatory to fix to 11454.
r=jband
2000-03-17 23:47:48 +00:00
blizzard%redhat.com
cace8e1fae
fix for bug #26508 . rewrite the main event hander for gtk to properly handle all the possible grab combinations properly. this should fix problems with scrollbars on popups and on modal dialogs.
2000-03-17 22:05:00 +00:00
pinkerton%netscape.com
fdcf455115
fix for 29016 (again) don't pass the click through if there is a popup, just roll it up. this is what macOS native context menus do. r=sfraser.
2000-03-17 01:42:19 +00:00
sfraser%netscape.com
ae72e54de5
File Removed.
2000-03-16 23:04:08 +00:00
sfraser%netscape.com
e83ed3ccd9
Activate repeating timers for the Mac. bug 904. r=pinkerton
2000-03-16 23:02:32 +00:00
sfraser%netscape.com
f1d7ab6651
Comment out some printfs. r=me
2000-03-16 23:01:04 +00:00
sfraser%netscape.com
22d5d0eb3e
First Checked In.
2000-03-16 22:57:02 +00:00
nhotta%netscape.com
40dbdfc97f
Changed to use do_GetService instead of CreateInstance, bug 30209, r=cata.
2000-03-15 23:31:08 +00:00
sspitzer%netscape.com
9084c85e5c
add Delete() to the nsIFileSpec interface.
2000-03-15 07:07:56 +00:00
cls%seawood.org
d195646c2d
C++ comments in C code is A Bad Thing(tm).
2000-03-15 06:52:45 +00:00
blizzard%redhat.com
30636fce87
patch for bug #31662 . we can't compress Expose events out of order with the ConfigureNotify events so add and interface to the superwin object to handle compressing Expose events. r=pavlov
2000-03-15 02:02:22 +00:00
nhotta%netscape.com
2dd9f9079b
Changed to use do_GetService instead of CreateInstance, bug 30210, r=cata.
2000-03-15 01:41:38 +00:00
nhotta%netscape.com
49256e72c0
Changed to use do_GetService instead of CreateInstance, bug 30210, r=cata.
2000-03-15 01:35:02 +00:00
kmcclusk%netscape.com
e50c3192c4
b=29311 r=rods@netscape.com Added code in nsWindow::Move
...
Check to see if window needs to be removed first
to avoid a costly call to SetWindowPos.
2000-03-15 01:17:29 +00:00
rods%netscape.com
169c3c95b2
This fixes a problem introduced bu checkin 3.258 and Bug 26834,
...
and is the branch checkin for bug 31713.
The problem is the code cheked into 3.258 does it for all windows, when you really
only want to do it for top level windows.
r=kmcclusk b=31713
2000-03-14 11:44:04 +00:00
tbogard%aol.net
1b2556c2c0
Removed un-needed forward declare of nsIBrowserWindow.
2000-03-14 03:57:42 +00:00
pavlov%netscape.com
23ecb3ae41
remove all the menu stuff from the build to fix 21652
2000-03-14 02:55:59 +00:00
cls%seawood.org
6e33e7ef4f
Remove unconditional define of HAVE_DEV_ZERO for solaris.
...
Add NEED_USLEEP_PROTOTYPE define for osf1.
Replace the osf specific ifdefs in widget with NEED_USLEEP_PROTOTYPE ifdefs.
2000-03-13 08:35:57 +00:00
dcone%netscape.com
e48a73e9eb
Changed the SelectPallete attribute for the forground from true to false, it will
...
now select a palette that is not a background palette. r=rods b=25979
2000-03-13 03:38:52 +00:00
pavlov%netscape.com
7c2ff3c89f
remove useless #include's
2000-03-12 09:28:10 +00:00
rickg%netscape.com
4791ab3e8f
removed calls to deprecated string methods
2000-03-12 09:14:14 +00:00
pavlov%netscape.com
b5164d7cc3
use a comptr for the nsIRegion in nsWidget, fix a leak with lookandfeel objects in widget that both dbaron@fas.harvard.edu and I found at about the same time. and clean up more carefully and avoid processing events if we are destroyed or being destroyed to avoid those natsty lil crashes. fixes bug 20291 and 29342
2000-03-12 07:26:04 +00:00
pavlov%netscape.com
3a20a73f66
remove pointless #if 1
2000-03-11 10:38:09 +00:00
pavlov%netscape.com
33ce2d4e90
changes to let us build on MacOS X
2000-03-11 03:08:04 +00:00
tbogard%aol.net
620e9f7db7
Remove dependency on nsIBrowserWindow.
2000-03-11 00:21:27 +00:00
tbogard%aol.net
fd07187fcb
Changed to retrieve the contentViewer from the docShell APIs instead of the webShell's.
2000-03-11 00:13:10 +00:00
tbogard%aol.net
5cd08c73cb
Removed nsMenuItem.cpp as it is no longer used.
2000-03-11 00:12:08 +00:00
tbogard%aol.net
465e651b71
Remove nsMenuItem.cpp as it is no longer needed.
2000-03-11 00:10:50 +00:00
tajima%eng.sun.com
83c77e34b0
Fix for 17419. a=bobj@netscape.com, r=ftang@netscape.com
2000-03-10 01:30:07 +00:00
pinkerton%netscape.com
f9f27ea8d8
fix for 31267. call oncreate handler for the help menu as well. r=don, a=jar.
2000-03-10 00:28:32 +00:00
danm%netscape.com
54bd670caa
propagate zoom event to xp window. bug 30116 r=scc a=jevering
2000-03-09 01:58:04 +00:00
danm%netscape.com
d785b3735c
adding methods to set and get the size mode (normal,minimized...). bug 30116 r=scc a=jevering
2000-03-09 01:55:48 +00:00
danm%netscape.com
2fab5f234a
adding definition for new sizemode event. bug 30116 r=scc a=jevering
2000-03-09 01:54:14 +00:00
Jerry.Kirk%Nexwarecorp.com
9e09be656e
Remove #if DEBUG condition for some functions that really should be debug
...
but need to be included/excluded some other way, when I have time.
PHOTON ONLY
2000-03-08 13:42:46 +00:00
Jerry.Kirk%Nexwarecorp.com
6b0e02ccd8
Remove the -DDEBUG lines that were keeping builds from working without
...
debug. PHOTON ONLY
2000-03-08 13:40:11 +00:00
saari%netscape.com
29fdf9d070
windows fix for 26834, windows need sanity checks to keep them on screen. r=hyatt, a=jar
2000-03-08 04:41:12 +00:00
saari%netscape.com
0b14059836
GTK fix for PDT+ 26834, windows need sanity checks on positioning to stay on screen. r=pavlov, a=jar
2000-03-08 04:33:59 +00:00
saari%netscape.com
9c0d1e6017
Mac fix for PDT+ 26834, placing sanity checks on resizing and moving of windows to make sure things stay on screen. r=danm, a=jar
2000-03-08 04:32:37 +00:00
Jerry.Kirk%Nexwarecorp.com
5a41762864
Remove -DDEBUG from the Makefile
...
Fix the numeric keypad keys under PHOTON.
2000-03-07 13:57:43 +00:00
jim_nance%yahoo.com
9da1db5237
This is xptcall code for Tru64 Unix (Formerly Digital Unix, Formerly OSF/1).
...
It was written by Steve Streeter <streeter@zk3.dec.com> of Compaq.
r=jlnance a=shaver
2000-03-07 00:15:07 +00:00
Jerry.Kirk%Nexwarecorp.com
7ff94b908f
Fix some compiler warning and turn off some DEBUG code.
...
PHOTON ONLY
2000-03-06 13:54:57 +00:00