Commit Graph

5164 Commits

Author SHA1 Message Date
hyatt%netscape.com
c8fa85e9ef Disable popups in Cocoa completely. They need work. NPOB. 2002-03-15 18:46:39 +00:00
blizzard%redhat.com
7b97896f77 Get this code building and linking again after the Enable changes and the -symbolic changes. 2002-03-15 05:08:44 +00:00
sdagley%netscape.com
7742579242 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 2002-03-15 03:33:10 +00:00
sdagley%netscape.com
4298b8f639 Fix #107521 - support Format popup menu in Mac PutFile dialogs. r=pinkerton,ccarlen,sr=scc,a=asa 2002-03-15 03:24:50 +00:00
serge%netscape.com
e56b81814e fix for #101974 acrobat plugin resize problem, r=pavlov, sr=blizzard,a=asa 2002-03-15 02:37:18 +00:00
mkaply%us.ibm.com
01519195b6 OS/2 only - mistake in checkin for 70045 - forgot to initialize/persist mSelectedType 2002-03-14 14:16:24 +00:00
mkaply%us.ibm.com
1a54b12cba #70045
r=pedemont, sr=blizzard, a=asa
OS/2 only - fix for filters on OS/2 - we weren't honoring the user selection
2002-03-14 04:15:39 +00:00
rjc%netscape.com
08ecfb8dba Fix bug # 130218: Mac OS X: support resizable sheets. r=pink sr=sfraser a=asa 2002-03-14 01:13:52 +00:00
katakai%japan.sun.com
a38050b457 bug 126123
FreeWnn: BS after ECS key causes Mozilla hangs
Check mIMECompUnicode->Length() before doing mIMECompUnicode->Cut()
r=ftang,sr=alecf,a=asa
2002-03-13 05:41:28 +00:00
arougthopher%lizardland.net
b172805113 Fix for Bug#129964
regxpcom fails due to app_server interaction

regxpcom and the other utility functions to not create a BApplication.  The beos widget component was creating some static BCursors that were invoked when trying to be loaded by regxpcom, which caused it to fail.  The cursors are now created dynamically.

r=cls
a=asa
2002-03-13 01:09:29 +00:00
mkaply%us.ibm.com
9137f1b773 #129716
r=pedemont, sr=blizzard, a=roc+moz
OS/2 only - Initialize titlebars to a blank rather than 0
2002-03-12 15:04:03 +00:00
hyatt%netscape.com
d96c837d35 Fix refPoint event field values to be correct. Cocoa. NPOB. 2002-03-11 23:31:39 +00:00
hyatt%netscape.com
ff30b1df16 Fix chimera's crash on shutdown problem. This is caused by popups being over-released because of a close message. NPOB 2002-03-11 02:56:59 +00:00
hyatt%netscape.com
5494a6f2c1 General cleanup of cocoa widget code. NPOB 2002-03-11 02:39:45 +00:00
hyatt%netscape.com
b0d9cab1a4 Fix mouseDragged events so that capture works. NPOB. 2002-03-10 03:48:55 +00:00
hyatt%netscape.com
8b191754f8 Make sure right mouse down gets fired into Gecko from the cocoa widget code. NPOB. 2002-03-10 02:04:21 +00:00
hyatt%netscape.com
f70e0754d8 Make the middle mouse button events go into Gecko from cocoa. NPOB. 2002-03-09 23:09:34 +00:00
hyatt%netscape.com
cd813d1cd0 Make the context menu event fire into Gecko successfully. NPOB. 2002-03-09 22:58:13 +00:00
hyatt%netscape.com
742fee1d28 Add support for dispatching of focus events got/lost focus stuff. NPOB. 2002-03-09 22:43:04 +00:00
blizzard%redhat.com
bf3c72e787 Bug #121011. Rewrite the gtk event handler. Specificially, mouse up is missed by the mozilla code when used in embedding when the event doesn't take place over the mozilla window area. r=bryner,sr=shaver,a=asa 2002-03-09 17:14:23 +00:00
arougthopher%lizardland.net
8f67dfbb94 Fix for Bug#129599
Breakage of BeOS build due to checkin for fix of bug#124042

change
#include nsIFileChannel.h
to
#include nsIFileURL.h

r=cls
a=asa
2002-03-08 22:43:15 +00:00
bryner%netscape.com
d2229cbf68 - Implement the :checked CSS pseudoclass which maps to the "selected" property on option elements.
- Eliminate the _moz-option-selected attribute; move the actual selected state into the option content node.
- Change all users of _moz-option-selected to use :checked.
- Add a third parameter to nsIDocument[Observer]::ContentStatesChanged to indicate which pseudoclass changed, this is used for optimizing handling of :checked state changes.

Bug 128947, r=dbaron, sr=jst, a=asa.
2002-03-07 03:34:29 +00:00
hyatt%netscape.com
ba89375bc1 Impl horizontal scroll invalidation properly in cocoa. NPOB. 2002-03-07 03:15:21 +00:00
bryner%netscape.com
b3ff325cc3 Fixing cocoa widget bustage. Not part of the build. a=shaver. 2002-03-07 01:41:51 +00:00
beard%netscape.com
b82c974a90 [NPOB] fix bustage. 2002-03-07 01:21:24 +00:00
dbaron%fas.harvard.edu
c08a6b4f8a Really fix the bustage (hopefully). b=124042 2002-03-06 15:58:35 +00:00
dbaron%fas.harvard.edu
f6188f0230 Fix OS/2 bustage from darin's checkin. b=124042 2002-03-06 15:56:23 +00:00
darin%netscape.com
87b54655ad fixes widget/src/os2 bustage 2002-03-06 11:02:30 +00:00
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
brade%netscape.com
560c74f044 bug 124393; r=pink, sr=sfraser, a=asa; convert from ns_vk* to nsIDOMKeyEvent constants, use VK_HELP instead of VK_insert, tab cleanup 2002-03-05 14:00:13 +00:00
ducarroz%netscape.com
f62c1a7727 Fix for bug 109081. IsEnable/GetEnable should return true by default and not false. That will avoid the regression 128659 caused by my previous checking for 109081. R=bryner, SR=blizzard, A=blizzard 2002-03-04 22:50:11 +00:00
bryner%netscape.com
0f60e7b693 One last .cvsignore fixup. a=leaf. 2002-03-01 00:22:07 +00:00
danm%netscape.com
355f7ae8cc basic implementation of new method nsIWidget::IsEnabled. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:34:51 +00:00
danm%netscape.com
bfc5f51129 filter mousedown and drag events depending on target window's enabled state. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:27:20 +00:00
danm%netscape.com
da65763223 add new attribute "enabled". bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:19:04 +00:00
danm%netscape.com
3d52efb8bf implement new method nsIWidget::IsEnabled and gut ModalEventFilter. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:16:16 +00:00
danm%netscape.com
2372d1f129 basic implementation of new method nsIWidget::IsEnabled. b ug 126786 r=hyatt,rginda a=asa 2002-02-28 23:10:04 +00:00
danm%netscape.com
d1a43965de add new method IsEnabled. bug 126786 r=hyatt,rginda,rods a=asa 2002-02-28 23:09:34 +00:00
bryner%netscape.com
5b25aa8efe Adding missing .cvsignore files. a=leaf. 2002-02-27 23:53:14 +00:00
dp%netscape.com
cad6294b0b bug 127092 Fine tuning heap dump output to detect regions and
uncommitted free
2002-02-27 22:36:08 +00:00
rjc%netscape.com
3f80755e2e Fix bug # 127763: on Mac OS X, sheets shouldn't deactivate their parent window's frame. r=pink sr=sfraser a=roc+moz 2002-02-27 21:40:32 +00:00
pinkerton%netscape.com
acca656099 fix scrollwheel issues for os9. we can't rely on the mouse location from GetMouse() because of os hackery w/in the mouse drivers. just fake the mouse position local to the widget we're using. r=brade/sr=sfraser/a=shaver. 2002-02-27 14:57:48 +00:00
dp%netscape.com
bad69bfe21 bug 127092 heap dumps for accurate heap measurement on MOZ_HeapDump
message r=blythe, sr=brendan, a=shaver
2002-02-27 02:18:12 +00:00
danm%netscape.com
03cfbb215d patch some leaks of the widget object and stop the forever flashing titlebar problem. bugs 99140,116074 code=ere@atp.fi r=hyatt,me a=asa 2002-02-27 01:30:40 +00:00
hyatt%netscape.com
f87679c42c Always use 0 0 as the mouse wheel coords. It's way faster and doesn't bog you down with stupid getframeforpoint calcs. Not part of build. 2002-02-26 00:42:32 +00:00
hyatt%netscape.com
54fa680332 Obscure the cursor during wheel scrolling. 2002-02-24 02:56:07 +00:00
hyatt%netscape.com
db4b17cb69 Increase the # of scroll ines on mouse wheel to match IE. COcoa not part of build. 2002-02-22 09:22:56 +00:00
hyatt%netscape.com
c86c91bf0b Implement key events in cocoa. Rough, but works. Not part of build. 2002-02-22 08:48:25 +00:00
hyatt%netscape.com
954cb6fb7f Implement key events in cocoa. Rough, but works. Not part of build. 2002-02-22 08:44:16 +00:00
hyatt%netscape.com
b79a1682c9 Make cocoa support mouse moves. Yay. Not part of build. 2002-02-22 01:58:21 +00:00