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

4142 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com 6075bf7d4e #47874
r=mkaply, a=brendan
Code from jkobal - continuing port of nsWindow.*
2000-09-18 20:39:13 +00:00
akkana%netscape.com aa0919a0aa 50252: fix key events for printable but non-alphabetic keys. r=dr 2000-09-18 19:50:50 +00:00
saari%netscape.com 8c69e9f876 fix for 49975. r=pinkerton and hyatt 2000-09-15 06:28:26 +00:00
rayw%netscape.com 3cd14f5878 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
pinkerton%netscape.com 3740b50638 flush chrome cache as well, from pnunn. bug#51249. 2000-09-14 23:13:54 +00:00
mkaply%us.ibm.com da4f261d09 #47874
r=rmkaply, a=brendan
Code from jkobal - step one of bring nsWindow current
2000-09-14 22:49:36 +00:00
saari%netscape.com fab5101b40 Fix for 51934, mac only. r=pinkerton 2000-09-14 19:39:18 +00:00
mkaply%us.ibm.com 0f5c027b6e #52467
r=jkobal, a=brendan
Default colors for info background and hilite foreground/background were wrong
2000-09-14 13:04:58 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
sfraser%netscape.com 01915b13d4 More work on 20743, the mac memory problems. Have an addition 64k buffer handle that gets purged when memory is low. r=scc 2000-09-13 07:19:35 +00:00
scc%mozilla.org f75af5e15f if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 02:48:08 +00:00
pinkerton%netscape.com 35ba98948e Install a VBL task to animate the watch cursor when we are away from the event loop for more that 3/4 of a second. r=sfraser, bug#52108. 2000-09-12 22:51:16 +00:00
mkaply%us.ibm.com b73a266b15 #47874
r=jkobal, a=brendan
Missed some code for dealing with popups
2000-09-12 22:41:07 +00:00
mkaply%us.ibm.com 9e76972bcb #47874
r=mkaply, a=brendan
Support for pointertype 27 (spinning)
2000-09-12 22:40:13 +00:00
rods%netscape.com bc110a51df forgot one small last jchange from the patch
b=49300 r=alex@cendio.se
2000-09-12 14:24:40 +00:00
blizzard%redhat.com 7ba0c56b16 patch for bug #49364. initialize key values during a drag. this should fix mail/news copying instead of moving messages on linux. r=pavlov,pinkerton a=brendan 2000-09-11 19:11:43 +00:00
pinkerton%netscape.com 23727ce05e make sure we only uncheck siblings if there is a name attribute and if we're a radio menu. r=saari, bug 51685 2000-09-11 18:53:39 +00:00
briane%qnx.com dede0b5c18 NOT PART OF BUILD - PHOTON ONLY
Varios fixes to allow the widget code to work with the latest
changes to the mozilla tree
Brian Edmond
2000-09-11 13:53:04 +00:00
rods%netscape.com 88ef4a03b8 Applied patches for Bugs 49300 and 44656. These patches reduce the number
of times the X-Server gets hits and speds up processing of events.
r=pavlov
2000-09-11 12:43:00 +00:00
bryner%uiuc.edu 39c1f1afd0 Checking in patch for bug 52054 by Decklin Foster <fosterd@hartwick.edu>. r=bryner, a=brendan. 2000-09-11 00:27:46 +00:00
jst%netscape.com 20e0e70734 Changing PLEvent que priority. r=pavlov,vidur 2000-09-09 06:11:50 +00:00
jst%netscape.com 4a59e000ba Backing out checkin for bug 36849. This change is the reason for mozilla to freeze while loading pages (by not processing paint events while loading pages), this has made mozilla feel really crappy for the last 5 weeks, this is unacceptable. r=vidur. 2000-09-09 04:46:36 +00:00
pinkerton%netscape.com 1fbe6a5718 put nsFileWidget back. 2000-09-08 23:21:28 +00:00
pinkerton%netscape.com fc7f984494 put nsFileWidget.cpp back into the build. 2000-09-08 23:21:09 +00:00
pinkerton%netscape.com 395497e0f8 oops, remove a line used in testing. 2000-09-08 22:28:41 +00:00
pinkerton%netscape.com ea957680de Use an additional layer of filtering based on file type if we fail on the IC check. This catches things that aren't mapped by IC but we still might want to open. Also fix up the event proc to process update events for windows in the bg. r=sfraser, bugs 50312, 51830 2000-09-08 22:27:37 +00:00
tajima%eng.sun.com 478f284e48 bug fixing for 3 nsbeta3+ bugs: 45287, 47568, and 47833. r=pavlov, a=waterson 2000-09-08 21:58:44 +00:00
pinkerton%netscape.com 32cf1108f8 remove nsFileWidget.cpp, replaced by nsFilePicker.cpp 2000-09-07 23:11:36 +00:00
pinkerton%netscape.com 47f2513541 removing the file widget (replaced by file picker). 2000-09-07 23:10:08 +00:00
pinkerton%netscape.com e85e34277a more api changes for strings 2000-09-07 23:09:22 +00:00
pinkerton%netscape.com e64b36806a fix bug where we were leaving off the null on our mapping flavor. 2000-09-07 23:08:33 +00:00
pinkerton%netscape.com 94e59deb6b updating a comment 2000-09-07 23:07:09 +00:00
pinkerton%netscape.com 1102c32cbd convert to NS_LITERAL_STRING and fixing some api's. 2000-09-07 23:06:52 +00:00
blizzard%redhat.com 57feb0c69d fix bug #41998. reset mouse motion variables whenever a drag is started. this should fix the lack of UI events after a drag. r=bryner, a=brendan 2000-09-06 22:37:55 +00:00
sfraser%netscape.com 4278e441aa Fix bugs 51368 and 51372 -- use InternetConfig.h from Universal Headers, renaming the IC SDK folder so that CodeWarrior does not search within it. r=pchen 2000-09-06 00:09:04 +00:00
bryner%uiuc.edu da7de9cbfd Classic skin polish (46613) - make the shadow/highlight colors look right. r=pavlov, ben. 2000-09-05 23:53:03 +00:00
blizzard%redhat.com 871f7add34 fix for bug #45919. x-remote understands ,noraise now. patch from jeffrey baker. r=me, a=brendan 2000-09-05 20:54:17 +00:00
bryner%uiuc.edu 956211f9f8 Classic skin polish (46613) - get the real gtk tooltip color so the tooltips look right. r=pavlov, ben. 2000-09-05 03:42:44 +00:00
bryner%uiuc.edu b6b61074dc Classic skin polish (46613) - make the shadows look better on unix by using the 'black' color. r=pavlov, ben. 2000-09-05 02:15:12 +00:00
saari%netscape.com 87c3cc9be0 Working around weird linux widget problem to fix focus bugs. Stabbing in the dark at 26882 2000-09-03 02:15:20 +00:00
scc%mozilla.org 512ef369e3 fixing code that relied on implicit string construction 2000-09-03 00:46:03 +00:00
scc%mozilla.org 25da052a0b fixing code that relied on implicit string construction 2000-09-03 00:31:01 +00:00
akkana%netscape.com 25b16b52f3 36809: don't print nastygrams when copied output is zero length. r=pavlov 2000-09-01 21:40:46 +00:00
mkaply%us.ibm.com 80386e4ea7 OS/2 GCC Tinderbox break
Since GCC doesn't have _System, these need to be extern C
2000-09-01 21:12:59 +00:00
mkaply%us.ibm.com 9962a1f69b #47874
r=mkaply, a=brendan
More fixups to widget - better menu code
Use Window Properties instead of PresParams
Rework subclass stuff to be more like Win
2000-09-01 13:09:21 +00:00
saari%netscape.com 0a86bc4cbd recommiting my mac only menu optimizations after the false alarm backout
earlier today.
2000-09-01 06:37:57 +00:00
vidur%netscape.com e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
mkaply%us.ibm.com b454b7f9a0 #47874
r=mkaply, a=brendan
More fixups to widget - better menu code
Use Window Properties instead of PresParams
Rework subclass stuff to be more like Win
2000-09-01 01:00:46 +00:00
saari%netscape.com ea1ac6ba71 backing out my mac menu changes 2000-08-31 19:25:10 +00:00
blizzard%redhat.com f8a6bbe60e fixes for bugs 27790 33649 37003 37004 37257 45499 45761 50009 48276. this is a rewrite of much of the DND code for linux. some of the big features include multiple item drags inside of mozilla, support for _NETSCAPE_URL memory leak fixes and tree scrolling during drags. r=pavlov a=brendan 2000-08-31 14:48:14 +00:00
saari%netscape.com a43fa40784 Fixes for Mac menu bugs 49576, and 49142. r=pinkerton 2000-08-31 02:26:08 +00:00
mkaply%us.ibm.com 11f82c7a51 #47874
r=mkaply, a=brendan
Code from jkobal to fix menus rolling up prematurely - straight from Windows
2000-08-30 22:13:20 +00:00
danm%netscape.com 8bd9a1c0f9 add 'activate' parameter to nsIWidget::PlaceBehind. bug 22658 r=rods,kmcclusk 2000-08-30 21:21:39 +00:00
pinkerton%netscape.com d70667c007 fix for bugscape bug 2119. menu bars were not unregistering themselves as document observers when deleted. r=waterson. 2000-08-30 06:45:23 +00:00
bryner%uiuc.edu 1754d386cc Fixing my build bustage. r=beard. 2000-08-30 04:44:49 +00:00
bryner%uiuc.edu 5018b0f741 Bug 50664 - string leaks in nsBaseFilePicker. Patch from beard, r=me. 2000-08-30 04:20:08 +00:00
mkaply%us.ibm.com e292ed1d7a r=mkaply, a=brendan
Fix for OS/2 menu problem - just don't set owner on most Windows.
2000-08-30 01:15:17 +00:00
pavlov%netscape.com 3119296d65 fix for us not painting windows from time to time on linux bug #50606 r=blizzard 2000-08-29 23:56:53 +00:00
quy%igelaus.com.au 56ef0c603c single shot and reusable timers for xlib. Not yet part of build. Thanks to faulkner@igelaus.com.au 2000-08-29 06:20:07 +00:00
quy%igelaus.com.au a49dd18dd0 First Checked In. Not yet part of build 2000-08-29 05:05:32 +00:00
tajima%eng.sun.com 93948f243f bug fixes for 49148, 43108, and 41786. r=a=pavlov@netscape.com. 2000-08-28 23:48:38 +00:00
quy%igelaus.com.au cf461465c6 Fixed text hilighting color problem in Xlib. By peter@igelaus.com.au 2000-08-28 23:46:57 +00:00
quy%igelaus.com.au dce3172348 Fixed text hilighting color problem in Xlib. By peter@igelaus.com.au 2000-08-28 23:44:30 +00:00
bryner%uiuc.edu edf88abc56 Adding mousewheel support to xlib toolkit. r=quy@igelaus.com.au. Not
part of build.
2000-08-28 14:31:09 +00:00
quy%igelaus.com.au b47d81da2a Updating xlib. Not part of the build 2000-08-28 08:50:03 +00:00
quy%igelaus.com.au bdec44a8c1 Updating xlib. Not part of the build 2000-08-28 03:59:17 +00:00
quy%igelaus.com.au 2020b8cdf8 Updating xlib. Not part of the build 2000-08-28 02:35:35 +00:00
quy%igelaus.com.au e87bbca340 First Checked In. Not yet part of the build 2000-08-27 23:08:26 +00:00
quy%igelaus.com.au f765c79fd4 Updating xlib. Not part of the build 2000-08-27 22:53:11 +00:00
bryner%uiuc.edu dd1a838423 This is a better fix for 42345. It should fix some of the "window opening
offscreen" problems people have been seeing.  r=blizzard.
2000-08-26 04:37:47 +00:00
pinkerton%netscape.com 4416a593da include InternetConfig library to fix bustage. 2000-08-25 02:39:44 +00:00
pinkerton%netscape.com c6abb716c8 restructure xp picker to better reuse filtering code. implement filtering on macOS for navServices < 2.0 (bug 43932) 2000-08-25 02:17:53 +00:00
tajima%eng.sun.com a6420f1cc4 bugzilla=49671, a=waterson, r=katakai 2000-08-24 20:16:50 +00:00
tajima%eng.sun.com e716cc5d84 bugzilla=43108, a=waterson, r=pavlov 2000-08-24 20:14:58 +00:00
saari%netscape.com b35996ff85 46938, fire event so we can track when plugins are clicked on. r=rods 2000-08-24 04:53:31 +00:00
saari%netscape.com 1e6e0ac7af For bug 46938, adding event so we can tell when windows created by third party plugins have been activated 2000-08-24 04:49:00 +00:00
shanjian%netscape.com 897032bd28 #49342 IME98/IME2000 Reconversion does not work in text area
ar=ftang
Reconversion query is added to IME judge macro.
2000-08-24 02:10:28 +00:00
sfraser%netscape.com 1d82f13005 Fix for 41741, allow resizable dialogs on Mac. Note that we now have a stricter matching between XUL dialog attributes, and the window type. This means that some dialogs that used to have a titlebar now won't have one on Mac, so you should add "titlebar" where appropriate. r=danm 2000-08-24 01:36:46 +00:00
ftang%netscape.com 21ee0c54b0 fix 41305. r=jfrancis. send correct charcode for contrl key on mac. 2000-08-24 00:12:46 +00:00
mkaply%us.ibm.com d34ffeffe8 #49851
r=jkobal, a=brendan
Fixing up my crappy code
2000-08-23 01:38:04 +00:00
mkaply%us.ibm.com 936f8354de #49851
r=jkobal, a=brendan
Frame Windows should be owned by the passed in parent, not HWND_DESKTOP
2000-08-23 00:00:57 +00:00
pavlov%netscape.com f7cf2c4b48 fix hang when using apps that use lesstif for the motif clipboard (like nedit) bug 46409. fix for memory leak in clipboard bug 49582. fix for pasting from something like xterm -u8 that uses UTF8_STRING bug 36895 r=blizzard,bruce 2000-08-22 23:51:48 +00:00
rods%netscape.com 2419104f68 changed window class to "MozillaWindowClass"
b=29487 r=kmcclusk
2000-08-21 21:32:09 +00:00
blizzard%redhat.com f9073b1bd7 back out changes described in bug #46901 since it breaks DOM key press events as described in bug #14856. a=brendan 2000-08-20 15:51:33 +00:00
gagan%netscape.com f784213517 fixing for scc. 2000-08-20 08:09:00 +00:00
scc%mozilla.org d447c4b511 fixing code that relied on implicit string construction 2000-08-19 22:35:49 +00:00
pinkerton%netscape.com 55cced4fba Replaced lots of unnecessary code with OleFlushClipboard() so that we correctly flush
the clipboard when the app quits, but only if the data on the clipboard is ours to
begin with. r=scc, bug#49354.
2000-08-19 19:30:52 +00:00
pavlov%netscape.com ecd17a88e6 fix for wrong cursor when in wait state bug 48839 r=bruce 2000-08-19 06:13:08 +00:00
danm%netscape.com d1aeaaf481 Suppress dispatch of events to collapsed windows. bugs 49007, 48153. r=sfraser@netscape.com. (Note 49007 is expected Mac behaviour, but it seems like a bad thing.) 2000-08-18 22:49:02 +00:00
pavlov%netscape.com 72fe52e405 removing assertion when aData is null since it will always be null and isn't used (removing small part of akkana's patch for 46643) r=bryner 2000-08-18 05:26:05 +00:00
akkana%netscape.com 5d58e40c63 46643: Attempt to fix intermittent crash when clearing clipboard. r=pavlov 2000-08-18 01:33:09 +00:00
bryner%uiuc.edu 7e0981701c Making saari's debug output #ifdef DEBUG_FOCUS. r=pavlov. 2000-08-18 01:24:57 +00:00
akkana%netscape.com c07e47ef49 Define NS_VK keycodes in terms of nsIDOMKeyEvent keycodes. r=saari. Requires undefining ERROR on Win32, r=cmanske 2000-08-17 21:43:26 +00:00
pavlov%netscape.com 21dc75fc2e fir for bug 46729. convert things like smart quotes to normal quotes when pasting as plain text r=pinkerton 2000-08-17 21:37:09 +00:00
bryner%uiuc.edu f1ebc3acd0 Fixing bug 42345 - hook up NS_MOVE events when a toplevel window is moved
on Linux.  Also use get_root_origin instead of get_origin so that we
persist the correct position.  r=blizzard.
2000-08-17 20:51:43 +00:00
pinkerton%netscape.com 2ee7406a8e Fix for 48291, r=saari. For internal formats that are not CF_TEXT, eg text/html,
treat them like they are unicode and do the fiddling required for win98.
2000-08-17 04:19:14 +00:00
saari%netscape.com 6104e9059f fix for nsbeta3+ 43254. r=pinkerton 2000-08-17 03:41:56 +00:00
saari%netscape.com 436b62924e fix for nsbeta3+ 29800; deactivate not firing properly on linux. r=bryner 2000-08-17 03:29:06 +00:00
akkana%netscape.com 6c14f21233 23587: Make accelerator and menu access keys settable through a pref. r=saari 2000-08-17 00:09:16 +00:00
pinkerton%netscape.com 332aed2bf6 Don't break VC5 (yawn). 48862, a=waterson 2000-08-17 00:02:38 +00:00
dbaron%fas.harvard.edu 4c76c5fa87 Fix string leaks from nsWindow::SetTitle. r=pavlov b=49148 2000-08-16 23:18:33 +00:00
kmcclusk%netscape.com edf26e2b34 Suppress nsWidget::Move if the window is already at location specified b=44476 (p=Tomi.Leppikangas@oulu.fi) r=syd@netscape.com 2000-08-16 22:58:15 +00:00
kmcclusk%netscape.com 48710494bb Suppress nsWindow::Move if the window is already at location specified b=44476 (p=Tomi.Leppikangas@oulu.fi) r=syd@netscape.com 2000-08-16 22:53:32 +00:00
dbaron%fas.harvard.edu df5d6278e6 Add newline to end of file to fix HP bustage. 2000-08-16 03:26:51 +00:00
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