Commit Graph

3938 Commits

Author SHA1 Message Date
pinkerton%netscape.com
42d11e403d put code in InvokeDragSession() to turn off mouseCapture when the drag begins. moved code that finds a frame from a DOM node from mac code into base class. bug 48250. 2000-08-16 01:46:34 +00:00
sfraser%netscape.com
d91252cc2d Fix for 34741 -- command-drag background windows when a dialog is up. r=danm 2000-08-15 19:14:04 +00:00
pinkerton%netscape.com
4d6f0e2dd4 part of fix for 47105, clear canDrop every time we dispatch a dragOver event. it will be set accordingly if it is meant to be. 2000-08-15 18:22:39 +00:00
valeski%netscape.com
e23e79e1a0 26719. applying patch for bns_robson@hotmail.com to fix handle leak. r=valeski 2000-08-15 01:35:30 +00:00
pinkerton%netscape.com
f9d4185419 Remove Start/StopTracking methods. 2000-08-09 07:45:12 +00:00
pinkerton%netscape.com
4e3b94140e Stop using dragtracker (bug 43428) 2000-08-09 07:43:12 +00:00
pinkerton%netscape.com
886cb5ccdc Stop using dragTracker (bug 43428) 2000-08-09 07:41:31 +00:00
pinkerton%netscape.com
028fd2878c stop using dragTracker (bug 43428). 2000-08-09 07:40:54 +00:00
pavlov%netscape.com
2e29bade77 additional removal of static nsCOMPtrs for bug 43580 r=scc 2000-08-09 05:28:45 +00:00
pavlov%netscape.com
4944838104 avoid pulling the event out of the queue and putting it right back when typing.. working on linux performance bug 26502 r=beard 2000-08-09 05:16:17 +00:00
mkaply%us.ibm.com
22fb378e7d #47874
r=mkaply, a=brendan
Remove unused widget files
2000-08-07 21:40:45 +00:00
mkaply%us.ibm.com
88cb2bb655 #47874
r=mkaply, a=brendan
remove obsolete nsTooltip* files
2000-08-07 20:56:20 +00:00
mkaply%us.ibm.com
94bededfa0 #47874
r=mkaply, a=brendan
nsFontServices is not used
2000-08-07 20:53:28 +00:00
mkaply%us.ibm.com
428b8d9862 #47874
r=mkaply, a=brendan
Bring nsToolkit up to par with the Windows code
2000-08-07 20:51:47 +00:00
mkaply%us.ibm.com
bb06aba776 #47874
r=mkaply, a=brendan
Bring nsLookAndFeel up to par with the Windows code
2000-08-07 20:48:09 +00:00
mkaply%us.ibm.com
a9489a1e0c #47874
r=mkaply, a=brendan
Bring nsSound up to par with the Windows code
2000-08-07 20:47:05 +00:00
pierre%netscape.com
298c25e155 Bug 38445: Complete support of CSS2/3 cursors on Mac 2000-08-04 23:40:10 +00:00
shanjian%netscape.com
de23b7e7a9 #14022 IME98 Reconversion does not work in HTML Editor
r = jfrancis
a = ftang
fix proposed by m_kato@ga2.so-net.ne.jp

New events are added to support reconversion. As a result, many files
are affected. They are:
editor:
  nsEditor.h nsEditor.cpp nsEditorEventListeners.cpp nsEditorEventListeners.h
  nsHTMLEditor.h nsHTMLEditor.cpp nsIEditorIMESupport.h
dom and layout:
  nsIPrivateCompositionEvent.h nsDOMEvent.h nsDOMEvnet.cpp nsEventListenerManager.cpp
  nsIDOMCompositionListener.h
widget:
  nsGUIEvent.h nsWindow.h nsWindow.cpp
2000-08-04 21:43:29 +00:00
blizzard%redhat.com
7f0e5cf2cb fix for bug #26509. in nsIWidget::Show() try to grab if the last grab attempt wasn't successful since in unix the window has to be visible to complete a grab. context menus shouldn't travel to seperate desktops now. r=pavlov, a=waterson 2000-08-04 20:42:11 +00:00
danm%netscape.com
6d9f758aba (empty) implementations of new nsIWidget method ConstrainPosition. bug 31516 r=saari@netscape.com 2000-08-04 14:49:36 +00:00
danm%netscape.com
aef2763295 implement new method ConstrainPosition. bug 31516 r=saari@netscape.com 2000-08-04 14:48:33 +00:00
danm%netscape.com
b3dfb63d25 new method ConstrainPosition provides implementation-dependent on-screen check for top-level windows. bug 31516 r=saari@netscape.com 2000-08-04 14:47:46 +00:00
pavlov%netscape.com
24f2e6af90 removing an ifdef DEBUG_pavlov printoutlotsofstuff line 2000-08-04 06:02:42 +00:00
pinkerton%netscape.com
6ce2873456 Damn, forgot to check this in too 2000-08-03 22:48:07 +00:00
pinkerton%netscape.com
fc5313569d part of fix for 46001, support |collapsed| attribute in addition to |hidden| to hide mac menus. 2000-08-03 22:09:00 +00:00
ftang%netscape.com
ce70ada340 fix bug 46684 r=nhotta a=ftang convert unicode to file system charset 2000-08-03 22:07:14 +00:00
pinkerton%netscape.com
3666dafef9 Actually set the modifier keys before dispatching d&d event into gecko. r=bienvenu, bug#47195 2000-08-03 22:06:10 +00:00
pinkerton%netscape.com
ed54a54a8e Fix for 47413, better impl of ResolveShortcut() thanks to sean@beatnik.com a=waterson 2000-08-03 22:05:09 +00:00
pinkerton%netscape.com
8ae822b2ad Most of fix for 37412. Expand d&d so that when we're asking for a url and
don't have one, we check if a file is being dropped. If so, either give
the file:// url or read in the InternetShortcut.
2000-08-03 00:47:36 +00:00
pinkerton%netscape.com
fba45d6729 Fix for 40890, pin mouse to center of translucent drag to avoid large gaps between the mouse cursor and the item being dragged. r=sfraser 2000-08-03 00:43:28 +00:00
sfraser%netscape.com
9c39057d7a Fix bug 34741 -- command-drag should not activate windows. r=pinkerton 2000-08-02 00:30:41 +00:00
saari%netscape.com
15801ea3e2 fix for nsbeta3+ 37301, dynamically created menus crash on MacOS. r=pinkerton 2000-08-01 22:11:11 +00:00
brade%netscape.com
abea185e60 initialize menuhandle to null; r=sfraser; bug #45245 2000-08-01 09:06:25 +00:00
cls%seawood.org
b7c77de2ab Snarf'd gtk's NS_GetCurrentThread() implementation. 2000-08-01 06:02:28 +00:00
pinkerton%netscape.com
cc711195d0 Fix for 38359, reset cursor to arrow before invoking d&d. 2000-08-01 00:32:17 +00:00
bryner%uiuc.edu
7c742d4083 Patch from blizzard to fix 45808 (unable to get focus in file input
textfield on Linux).  r=me.
2000-07-31 23:00:28 +00:00
pinkerton%netscape.com
cba35a2377 for bug 39326, don't send the drop event to gecko if the canDrop is false on the drag session. 2000-07-31 22:54:03 +00:00
sfraser%netscape.com
b3526bf5d1 Fix for bug 47084 - assertion because GetElementById was sometimes called with an empty string. r=pinkerton. 2000-07-31 21:47:44 +00:00
pinkerton%netscape.com
98c2e53a99 Make the document where the drag originated available from the drag session. bug 39326 2000-07-31 20:51:42 +00:00
pavlov%netscape.com
d467e64d06 fix for creating too many nsToolkit objects on unix bug 16328 r=cls 2000-07-30 03:39:42 +00:00
pavlov%netscape.com
f9c3799093 fix for mem leak bug 43580 r=slamm 2000-07-28 23:59:37 +00:00
pavlov%netscape.com
d593736515 fix for clipboard crash bug #46195 r=slamm 2000-07-28 23:56:43 +00:00
pinkerton%netscape.com
f6c4469bf4 fix for bug 29569, truncating mac menus better. Also pushes around and refactors a lot of our ugly i18n font code. r=sfraser. 2000-07-28 23:12:43 +00:00
anthonyd%netscape.com
940be572c5 bug fixes:
39529 - caret width not correct for single/muti line textfields, which relied on:
46445 -  nsLookAndFeel needs to be a service.
r: mjudge@netscape.com, kin@netscape.com
a:beppe
2000-07-28 22:12:45 +00:00
attinasi%netscape.com
cd47afa037 Fix for bug 36849: Script animation that changes location and clip simultaneously no longer will flicker.
Checking in (for Robert O'Callahan) a change to the event priorities: reverting to standard priorities.
This was tested for weeks by several individuals with no bad effects reported. b=36849 r=attinasi
2000-07-28 21:58:14 +00:00
blizzard%redhat.com
ce3fb01de3 XSync after doing a window scroll. visually, this looks a lot better and is an improvement for scrolling on linux. patch from imoT r=me 2000-07-28 04:32:22 +00:00
saari%netscape.com
af34e4532e Mac fix that derived out of 43470. r=danm 2000-07-28 03:47:55 +00:00
sfraser%netscape.com
571d0bfd1a Fix menu ordering on hide/show menus, bugs 45798, 29835, 45874, and 45914. r=saari, pinkerton. 2000-07-28 00:45:56 +00:00
pinkerton%netscape.com
b3ed8efc92 Fix for bug 46223, not being able to accept drops from other applications. Basically,
when a drag came in from outside, the drag service was never being notified and a drag
session was never being created. Fix is to use the Start/EndDragSession() methods which
were designed for just this situation. r=hyatt
2000-07-26 04:03:42 +00:00
mkaply%us.ibm.com
f21fe51ae8 #46428
r=mkaply, a=brendan
Numeric keypad performs cursor actions in addition to inputting text
2000-07-25 22:46:57 +00:00