ccarlen%netscape.com
|
2fc0a652f0
|
Bug 105445 - Difficult to process PLEvents without either latency or CPU hogging. r=pink/sr=sfraser/a=asa
git-svn-id: svn://10.0.0.236/trunk@117623 18797224-902f-48f8-a5cc-f745e15eee43
|
2002-03-27 07:16:12 +00:00 |
|
sdagley%netscape.com
|
4aeb1e81fd
|
Fix #116774 - when in background Moz shouldn't directly test mouse button state to decide if it needs to process events (was causing Moz to peg CPU when mouse was down and it was in background). r=ccarlen,pinkerton,sr=sfraser,a=asa
git-svn-id: svn://10.0.0.236/trunk@116613 18797224-902f-48f8-a5cc-f745e15eee43
|
2002-03-15 03:33:10 +00:00 |
|
danm%netscape.com
|
83a2d3351f
|
filter mousedown and drag events depending on target window's enabled state. bug 126786 r=hyatt,rginda a=asa
git-svn-id: svn://10.0.0.236/trunk@115524 18797224-902f-48f8-a5cc-f745e15eee43
|
2002-02-28 23:27:20 +00:00 |
|
rjc%netscape.com
|
4073594551
|
Fix bug # 127763: on Mac OS X, sheets shouldn't deactivate their parent window's frame. r=pink sr=sfraser a=roc+moz
git-svn-id: svn://10.0.0.236/trunk@115442 18797224-902f-48f8-a5cc-f745e15eee43
|
2002-02-27 21:40:32 +00:00 |
|
pinkerton%netscape.com
|
01a14f6fd6
|
Rollup popups before dragging a window. patch by ajfeldman@brown.edu. r=pink/sr=sfraser. bug# 99987
git-svn-id: svn://10.0.0.236/trunk@114812 18797224-902f-48f8-a5cc-f745e15eee43
|
2002-02-18 22:41:59 +00:00 |
|
sfraser%netscape.com
|
f5ca579709
|
Fix port/GDevice management issues in Mac code, fixes bugs 113480, 103234, 105946, and 104781. Changes ensure that the current graphics device is set correctly when SetPort is used to change the current graphics port (to window or GWorld). r=pinkerton, rs=brendan
git-svn-id: svn://10.0.0.236/trunk@112119 18797224-902f-48f8-a5cc-f745e15eee43
|
2002-01-14 23:26:49 +00:00 |
|
pinkerton%netscape.com
|
db6a4e2321
|
support dragging from background windows r=sdagley/sr=sfraser. bug#51323
git-svn-id: svn://10.0.0.236/trunk@109842 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-12-06 15:29:15 +00:00 |
|
pinkerton%netscape.com
|
901ad8ab6a
|
removing nsMacMessageSink for standalone and embedding. Replacing with nsIEventSink and a couple of internal interfaces. r=ccarlen/sr=sfraser. bug#110851
git-svn-id: svn://10.0.0.236/trunk@109214 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-11-29 14:38:56 +00:00 |
|
rjc%netscape.com
|
e41baa73d3
|
Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@108960 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-11-27 01:47:41 +00:00 |
|
pinkerton%netscape.com
|
958cf38835
|
fix overzealous ifdef causing some keys to not go into gecko. r=saari/sr=sfraser. bug#108722
git-svn-id: svn://10.0.0.236/trunk@108091 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-11-14 22:28:04 +00:00 |
|
seawood%netscape.com
|
4551221bef
|
Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
git-svn-id: svn://10.0.0.236/trunk@106461 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-10-27 07:38:18 +00:00 |
|
pinkerton%netscape.com
|
d3777355aa
|
rewrite osx menus to use carbon command events to work around all MenuSelect problems on carbon on 9. r=beard/sr=sfraser, bug#58227
git-svn-id: svn://10.0.0.236/trunk@106270 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-10-25 13:58:13 +00:00 |
|
sfraser%netscape.com
|
8061f838ef
|
Fix bug 103031 -- don't put the top-left of the structure region into event.where before passing it off to raptor, because this might actually be outside of that window (like on X when windows have rounded corners). Instead, offset event.where by the amount that the window was moved. r=sdagley, sr=hyatt.
git-svn-id: svn://10.0.0.236/trunk@104902 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-10-09 06:02:08 +00:00 |
|
gerv%gerv.net
|
13afb6d0f9
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
git-svn-id: svn://10.0.0.236/trunk@104119 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-09-28 20:14:13 +00:00 |
|
sfraser%netscape.com
|
72d1338b0a
|
Fix for bug 67409 -- don't use the necko connection counts to see if we're busy, because mailnews holds IMAP connections open, and that causes us to remain busy for too long. Looking for pending PLEvents is enough. r=sdagley, saari, sr=kin.
git-svn-id: svn://10.0.0.236/trunk@103731 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-09-25 22:15:03 +00:00 |
|
danm%netscape.com
|
73d5550252
|
allow larger windows when sizing with the mouse. also moved standard-state calculation to nsMacWindow. some code by rjc@rjcdb.com. bugs 80431,95740 r=hyatt,pinkerton
git-svn-id: svn://10.0.0.236/trunk@101572 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-08-22 00:18:45 +00:00 |
|
sfraser%netscape.com
|
9187bad8ce
|
Fix for bug 82474; ignore the console window on Mac when sending off events. r=conrad, sr=scc, a=blizzard
git-svn-id: svn://10.0.0.236/trunk@96906 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-06-11 23:44:46 +00:00 |
|
sfraser%netscape.com
|
013cc7712b
|
Fix bug 70243; yield more time to background applications when we're not busy. r=pinkerton, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@94016 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-05-05 02:35:58 +00:00 |
|
pinkerton%netscape.com
|
406d53d7a9
|
don't use SIOUX debug calls under osx (there is no sioux console).
git-svn-id: svn://10.0.0.236/trunk@92502 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-04-17 03:20:30 +00:00 |
|
pinkerton%netscape.com
|
ba32268a60
|
don't process mouseMove events if the app is in the bg. r=saari/sr=sfraser. bug# 70518.
git-svn-id: svn://10.0.0.236/trunk@88729 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-03-07 00:52:43 +00:00 |
|
pinkerton%netscape.com
|
4c94bdb338
|
carbon changes. r=pink/sdagley/beard. a=sfraser.
git-svn-id: svn://10.0.0.236/trunk@86937 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-02-13 21:48:26 +00:00 |
|
pinkerton%netscape.com
|
5f0af57773
|
per the current universal headers, ::DrawGrowIcon() has been depricated since MacOS 8.0 (the wdef does it). removing the two places we call it. r=danm/sr=scc.
git-svn-id: svn://10.0.0.236/trunk@86505 18797224-902f-48f8-a5cc-f745e15eee43
|
2001-02-07 06:51:21 +00:00 |
|
warren%netscape.com
|
a8b9664a8c
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
git-svn-id: svn://10.0.0.236/trunk@81967 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-10-28 22:17:53 +00:00 |
|
warren%netscape.com
|
bb561fcbb0
|
Removed extra 0 param
git-svn-id: svn://10.0.0.236/trunk@81920 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-10-28 02:18:32 +00:00 |
|
warren%netscape.com
|
c6b67eceeb
|
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
git-svn-id: svn://10.0.0.236/trunk@81885 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-10-27 22:43:51 +00:00 |
|
pinkerton%netscape.com
|
66397df03c
|
turn off watch cursor before going into native code. make the cursor not turn on when library loads so embedding clients don't get screwed. r=pchen/a=hyatt, bug# 53121.
git-svn-id: svn://10.0.0.236/trunk@80539 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-10-06 00:57:40 +00:00 |
|
pinkerton%netscape.com
|
acecf6b5f9
|
remove watch task, it went into gfx. add accessors to get it.
git-svn-id: svn://10.0.0.236/trunk@79718 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-09-21 05:11:54 +00:00 |
|
danm%netscape.com
|
ad0184667c
|
added null check to previous version's change. bug 53472.
git-svn-id: svn://10.0.0.236/trunk@79691 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-09-21 01:58:25 +00:00 |
|
danm%netscape.com
|
cd9e2a50ef
|
re-allow generalized event dispatch for windowshaded windows, but disallow mousemoved events. fixes bugs 33735, 51649, 52950, 51642. reverts bug 49007. sorry. r=pinkerton,sfraser.
git-svn-id: svn://10.0.0.236/trunk@79572 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-09-19 23:13:39 +00:00 |
|
pinkerton%netscape.com
|
44b75acd70
|
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.
git-svn-id: svn://10.0.0.236/trunk@78921 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-09-12 22:51:16 +00:00 |
|
danm%netscape.com
|
b098c05318
|
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.)
git-svn-id: svn://10.0.0.236/trunk@76661 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-08-18 22:49:02 +00:00 |
|
saari%netscape.com
|
3ae9cffa35
|
fix for nsbeta3+ 43254. r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@76534 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-08-17 03:41:56 +00:00 |
|
sfraser%netscape.com
|
1f4e9d74e3
|
Fix bug 34741 -- command-drag should not activate windows. r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@75368 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-08-02 00:30:41 +00:00 |
|
beard%netscape.com
|
225060e4fa
|
bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser
git-svn-id: svn://10.0.0.236/trunk@72686 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-06-20 23:10:06 +00:00 |
|
pinkerton%netscape.com
|
ac2afd46d6
|
fix for 35119, mouseDown events never going to popups. Check if a popup is onscreen when we determine if the event should be fired. r=danm.
git-svn-id: svn://10.0.0.236/trunk@71563 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-06-05 22:39:22 +00:00 |
|
pinkerton%netscape.com
|
75d743e1e7
|
Fix for bug 7956, don't change cursor when app is in background. added knowledge of if we're in the bg to the nsToolkit and nsWindow now checks it. r=sfraser.
git-svn-id: svn://10.0.0.236/trunk@70792 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-05-25 03:35:13 +00:00 |
|
sfraser%netscape.com
|
b2af441c4b
|
Tweak the WaitNextEvent sleep time depending on what the browser is doing (if there are file or network connections active). r=jfrancis
git-svn-id: svn://10.0.0.236/trunk@66516 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-04-20 03:57:39 +00:00 |
|
danm%netscape.com
|
272c27c2de
|
bug 34631 -- host window was forcing itself above popup menus created from clicks in window content. r=saari a=leaf
git-svn-id: svn://10.0.0.236/trunk@65385 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-04-05 23:11:44 +00:00 |
|
danm%netscape.com
|
4a69fa07d1
|
implementing z-level control. not polished, but functional.
git-svn-id: svn://10.0.0.236/trunk@65306 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-04-05 02:48:29 +00:00 |
|
sfraser%netscape.com
|
77b9d33c13
|
Fix for bug 33742 -- call EventAvail instead of OSEventAvail, and look for udpate events. r=beard
git-svn-id: svn://10.0.0.236/trunk@64523 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-03-29 23:56:30 +00:00 |
|
sfraser%netscape.com
|
f756f64f68
|
Tweak our call frequency of WaitNextEvent for performance, and fix a bug in mouse moved handling that caused bad refreshes. r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@63617 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-03-21 21:41:05 +00:00 |
|
sfraser%netscape.com
|
c7db5c436c
|
Fix a missing break in the menu bar click code. No bug, r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@63489 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-03-20 23:20:12 +00:00 |
|
pinkerton%netscape.com
|
3163a44acc
|
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.
git-svn-id: svn://10.0.0.236/trunk@63227 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-03-17 01:42:19 +00:00 |
|
pavlov%netscape.com
|
1fdd348954
|
changes to let us build on MacOS X
git-svn-id: svn://10.0.0.236/trunk@62619 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-03-11 03:08:04 +00:00 |
|
pinkerton%netscape.com
|
7942dfc2b6
|
fix for 29016. tell the rollup listener to rollup xul popups when the user clicks in the menubar or a DA. r=sfraser a=jar.
git-svn-id: svn://10.0.0.236/trunk@61620 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-02-25 00:51:51 +00:00 |
|
scc%netscape.com
|
11bee2e856
|
removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pavlov ... who claims this shouldn't effect other platforms; but I'm watching anyway
git-svn-id: svn://10.0.0.236/trunk@59312 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-01-31 23:43:56 +00:00 |
|
brade%netscape.com
|
eb5b79bd37
|
call MenuKey if only the cmdKey is pressed (don't call it if the shift key or other modifier keys are pressed). r=saari
git-svn-id: svn://10.0.0.236/trunk@58438 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-01-23 19:02:40 +00:00 |
|
pinkerton%netscape.com
|
11a66eab33
|
Removing ifdefs for TARGET_CARBON code. Using inline functions in Universal Headers and nsCarbonHeaders.h.
git-svn-id: svn://10.0.0.236/trunk@57360 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-01-11 05:20:12 +00:00 |
|
sdagley%netscape.com
|
692284d503
|
Fix #18399 - Support selection of Desk Accessories from Apple menu. Still need to do something with the About... menu item but that's another problem. r=saari, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56246 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-12-20 23:33:42 +00:00 |
|
ftang%netscape.com
|
2426564a47
|
fix bug 21205. Make nsMacTSMMessagePump a singleton so it won't install and remove TSM AEHandler when modle dialogbox appShell create/destroy. r=pinkerton/waterson
git-svn-id: svn://10.0.0.236/trunk@55860 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-12-10 20:37:50 +00:00 |
|