Commit Graph

5294 Commits

Author SHA1 Message Date
pinkerton%netscape.com
d369202c6a new files for a native scrollbar frame via xbl. r=sdagley/sr=beard/a=valeski. bug#121440 2002-03-31 18:32:35 +00:00
katakai%japan.sun.com
4415a2bac8 bug 133211
Mozilla gtk embeded XIM bug - Candidate list window flushes to disappear
check mHasFocus before calling xic->ResetIC().
r=ftang,sr=blizzard,a=asa
2002-03-31 15:12:05 +00:00
mkaply%us.ibm.com
75e6e29df6 #133881
r=pedemont, sr=blizzard, a=asa
OS/2 only - get fullscreen mode working
2002-03-31 04:38:11 +00:00
danm%netscape.com
17976bcfa3 tie popup widgets to their parent browser window (really, stop not tying them) so the OS won't try to activate them when the browser is minimized. bug 120155 r=hyatt,kmcclusk a=asa 2002-03-28 21:25:21 +00:00
ccarlen%netscape.com
5acd1026e5 Bug 105445 - Difficult to process PLEvents without either latency or CPU hogging. r=pink/sr=sfraser/a=asa 2002-03-27 07:16:12 +00:00
joki%netscape.com
c0d70b7c42 Fix for bug 114366, fix UMR in nsEvent struct by adding constructor. r:saari, sr:jst, a:roc+moz 2002-03-27 06:24:55 +00:00
sfraser%netscape.com
bef4b9ae53 Fix Mach-O static build. Bug 127186. r=cls, sr=scc, a=dbaron 2002-03-27 03:15:58 +00:00
hewitt%netscape.com
a6c6743038 133426 - can't get coordinates from popup events, r=jgaunt, sr=jst, a=asa 2002-03-27 02:59:39 +00:00
sdagley%netscape.com
3493794af6 Fix #133319 - Passing NULL for clientData parameter for NavServices dialogs not a good idea since it's supposed to be self. r=bnesse, a=smoketestblocker 2002-03-25 20:49:06 +00:00
sdagley%netscape.com
a0141acb8a Fix #132467 - Now that the Mac PutFile dialogs support a format menu allow pre-selecting the menu item. r=ccarlen,sr=sfraser,a=scc 2002-03-25 01:15:42 +00:00
sfraser%netscape.com
97b8bbbd39 Fix for bug 115698 -- crashes when sounds are playing and a window is closed. Create QuickTime movies using a permanent, singleton GWorld port, rather than using the current port, to ensure that they always have a valid port. Also fix some loop logic, and a problem where a time was not cancelled because base and derived classes erroneously duplicated some member variables. r=pinkerton, sr=beard/scc, a=scc 2002-03-24 20:22:25 +00:00
dbaron%fas.harvard.edu
66238732c8 Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 22:26:36 +00:00
jaggernaut%netscape.com
ddf193a3c8 Bug 126897: OSF 4.0d needs '#define explicit Explicit' before X11/XKBlib.h (fix OSF 4.0d bustage), patch by tilps@hotmail.com, r=jdunn, sr=jag, a=asa 2002-03-23 20:22:51 +00:00
ftang%netscape.com
c08c3b95e1 fix bug 129789
r=yokoyama, sr=kin a=asa
fix simplified chinese input method which follow the caret position to
show candidate window.
2002-03-22 23:09:01 +00:00
mkaply%us.ibm.com
2dfed2e029 #1131461
r=cls, a=asa
Remove unused widget/src/os2/res directory
2002-03-21 23:29:11 +00:00
bryner%netscape.com
06103e4d4f Fixing bustage from darin's checkin. Not part of the build. 2002-03-21 08:50:45 +00:00
dean_tessman%hotmail.com
efc7ae0c4e bug 130206 - crash using jsd
added a null check to nsDragService::GetNumDropItems on windows
r=rginda, pink  sr=jag  a=asa
2002-03-21 02:50:59 +00:00
akkana%netscape.com
3ded9c54cd 43433: Enable meta modifier in gtk event handler. Fix from jay.yan@sun.com, r=akkana, brade, sr=blizzard, a=asa 2002-03-21 02:39:12 +00:00
darin%netscape.com
9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
sfraser%netscape.com
fb795c0731 Fix for bug 130753 -- avoid ugly page-flash when going Back to a scrolled page by not redrawing widgets which have a hidden parent. r=pinkerton, sr=hyatt, a=scc 2002-03-20 01:37:02 +00:00
bryner%netscape.com
a391a523ef Bug 81727 - implement Shift+F10 to bring up context menu on linux. Patch from Gilbert.Fang@sun.com, r=bryner, sr=blizzard, a=asa. 2002-03-20 01:28:48 +00:00
alecf%netscape.com
451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
timeless%mac.com
dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
yokoyama%netscape.com
8df9321a5d Bug 125573
Call IME-W APIs instead of IME-A APIs to prevent moz
from crashing only in
Win2K-Chinese Simplified and WinXP-Chinese Simplified

/r=shanjian, /sr=brendan, /a=asa
2002-03-18 23:29:39 +00:00
mkaply%us.ibm.com
8671f92b07 approver was actually dbaron for that last checkin 2002-03-18 02:09:35 +00:00
mkaply%us.ibm.com
6ef256a220 #70045
r=pedemont, sr=blizzard, a=asa
OS/2 only - detect OS/2 mouse scroll
2002-03-18 02:08:44 +00:00
cbiesinger%web.de
ba017f4412 bug 131297 r=akkana sr=blizzard a=dbaron
nsWindow::SetTitle() leaks |platformText|
2002-03-17 09:53:22 +00:00
danm%netscape.com
81d10b3159 remove redundant zoomwindow and switch to user state on resize. 125711 r=pinkerton,scc a=asa 2002-03-16 02:25:18 +00:00
danm%netscape.com
c5cf6fabaf stop reentrant window zooming and switch to user state after sizing. bug 125711 r=pinkerton,scc a=asa 2002-03-16 02:24:13 +00:00
hyatt%netscape.com
0c941eae07 Better version. NPOB. 2002-03-15 19:02:54 +00:00
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
bzbarsky%mit.edu
b37995bb9e Correctly set X display on plugins. Bug 116924, patch by Sergi
<sep@sparc.spb.su>, r=serge, sr=beard, a=roc+moz
2002-02-22 00:28:44 +00:00
pinkerton%netscape.com
a16063b2cb fix scrollwheel issues. make sure we reset origin before calling GlobalToLocal() and xlate local mouse coord into widget-relative coords for gecko. r=bryner/sr=sfraser/a=shaver. bug#125570 2002-02-21 23:09:13 +00:00
hyatt%netscape.com
535619cffb Make sure port state is properly saved and restored. Not part of build. 2002-02-21 20:17:51 +00:00
hyatt%netscape.com
f0da95b50c Fix the rendering context leak on painting in Cocoa. Not part of build. 2002-02-21 02:24:18 +00:00
jst%netscape.com
19b9e3ce32 Checking in Boris Zbarsky's <bzbarsky@mit.edu> fix for bug 117269. Making mozilla not invent silly file extensions when saving files. r=law@netscape.com, rs=jaggernaut@netscape.com, jst@netscape.com 2002-02-20 07:50:52 +00:00
seawood%netscape.com
dd1eb9b55e Updating REQUIRES.
Fixing win32 gmake tinderbox bustage
2002-02-20 07:18:05 +00:00
seawood%netscape.com
e60f0e6b08 Adding missing file to win32 gmake build.
Fixing tinderbox bustage
2002-02-20 05:59:02 +00:00
rjc%netscape.com
d157ef3ec0 Fix bug # 125158: force focus on Mac OS X sheets. code from saari, r=bryner sr=hyatt 2002-02-20 05:42:24 +00:00
arougthopher%lizardland.net
3c4612992d Fix for Bug#125898
Fix for "tearing" of page while scrolling

r=mozilla@switkin.com
2002-02-20 05:34:02 +00:00
hewitt%netscape.com
667203dfe4 whoops, didn't intend to check this in 2002-02-20 03:53:33 +00:00
dbaron%fas.harvard.edu
1f6e7ebcd5 No newline at end of file could be dangerous -- I'm not sure. So preventing potential bustage. 2002-02-20 03:53:30 +00:00
hewitt%netscape.com
b0b59edc7b 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:50:48 +00:00
dbaron%fas.harvard.edu
e995b53d3c Fix bustage from hewitt's checkin by exporting nsIFullScreen.idl. b=68136 2002-02-20 03:42:42 +00:00
hewitt%netscape.com
5c354e81e6 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:33:52 +00:00
hyatt%netscape.com
0c75301741 Scrolling ROCKS in Cocoa now. Not part of build. 2002-02-20 01:09:25 +00:00
hyatt%netscape.com
903808e108 Scrolling ROCKS in Cocoa now. Not part of build. 2002-02-20 01:07:39 +00:00
alecf%netscape.com
66e767c7b8 one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
cathleen%netscape.com
a6a1655268 eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan 2002-02-19 16:01:45 +00:00
ftang%netscape.com
3cf7bf67db fix bug 90583. r=yokoyama sr=alecf
ignore the invalid position of the cursor so the input method
candidate window won't block the view of the current cursor.
2002-02-18 23:46:51 +00:00
pinkerton%netscape.com
9de5f23201 Rollup popups before dragging a window. patch by ajfeldman@brown.edu. r=pink/sr=sfraser. bug# 99987 2002-02-18 22:41:59 +00:00
blakeross%telocity.com
4b705602a2 126058 - right mouse down on outliner item while context menu is open doesn't select new item. Allow the right mouse button down event to be dispatched when rolling up context menus. r=pink sr=hewitt 2002-02-17 23:47:09 +00:00
hyatt%netscape.com
ce01bd18c0 Implement mouse wheel support in Cocoa. Not part of build. 2002-02-17 19:09:07 +00:00
dbaron%fas.harvard.edu
59892aa65e Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag 2002-02-16 16:18:13 +00:00
aaronl%netscape.com
e649e00645 Bug 50255. Some Ctrl key sequences don't generate the correct event in Windows. Patch from bernie5412@hotmail.com. r=rods,dveditz, sr=attinasi 2002-02-16 01:44:54 +00:00
yokoyama%netscape.com
5dae93ac3c Bug 119927:
Instead of using the static variable in /gfx to maintain the state
of font download (eg. static BOOL gCheckJAFont = PR_FALSE;),
we use a nsFontPackageService::FontPackageHandled() API to allow
resetting of the font download.
/r=ftang; /sr=brendan
2002-02-16 01:39:56 +00:00
timeless%mac.com
74bcab176b Bug 125601�ABS()-->PR_ABS() && PR_ABS()-cleanup
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-02-15 01:01:06 +00:00
hyatt%netscape.com
fb3c11fe91 Refining the event loop for cocoa plevents. Not part of build. 2002-02-14 02:55:52 +00:00
hyatt%netscape.com
05ada4384a Make cocoa as fast as macho. Not part of build. 2002-02-14 02:36:19 +00:00
hyatt%netscape.com
fde867884c Speeding up cocoa by increasing the frequency of the timer. Not part of build. 2002-02-13 23:04:38 +00:00
peterlubczynski%netscape.com
1347683650 Backing out patch in bug 38484 2002-02-13 20:00:12 +00:00
hyatt%netscape.com
e12981886e Make iframes and framesets do proper paint suppression as well. Not part of build. 2002-02-13 19:57:10 +00:00
peterlubczynski%netscape.com
bdd0c6b4a7 Fix for native context menu for plug-in doesn't close mozilla context menu for browser bug 38484 r=saari sr=attinasi 2002-02-13 03:52:55 +00:00
hyatt%netscape.com
67b2ee6518 Add a SetFocus impl. 2002-02-13 02:09:13 +00:00
hyatt%netscape.com
21762536e3 Paint suppression lives! Making cocoa widgets properly show/hide and work with paint suppression. 2002-02-12 08:30:01 +00:00
ducarroz%netscape.com
3ae0f8b9c3 Fix for bug 100591. We need to replace illegal characters in file name before trying to use it during a file save. R=cavin, law, SR=alecf, mscott 2002-02-12 03:57:39 +00:00
sfraser%netscape.com
967476ac9a Debug-only changes for better paint/invalidate debugging on Mac. Moved some code around, so the diff looks bigger than it is. Bug 120167, r=pinkerton. 2002-02-12 02:07:08 +00:00
sfraser%netscape.com
aca427a0dc Fix for bug 122012 -- make sure we use the correct WIndowRef for offsetting the event coords, so that moving the mouse over a background window does not mess up scrolling or autoselect. r=pinkerton, sr=beard. 2002-02-12 01:29:32 +00:00
sfraser%netscape.com
db23565e42 Fix bug 124517 -- double delete caused by making more than one nsMacMemoryCushion object (one for each event loop). This should fix a ton of random crashes on Mac. r=pinkerton, sr=beard 2002-02-12 01:22:23 +00:00
bzbarsky%mit.edu
e8baec817f Make scrollbar thumbs for selects size correctly in GTK builds. Bug
45731, patch by Michiel van Leeuwen <hmvleeuwen@altavista.com>,
r=blizzard, sr=shaver
2002-02-08 23:16:43 +00:00
danm%netscape.com
cf092ddb1e reset sizemode to normal when window is sized using the mouse. bug 107937 r=ben,jag 2002-02-08 22:35:15 +00:00
arougthopher%lizardland.net
c5db6d50f5 Fix for Bug#63640
An implementation of different mouse cursors for BeOS.

r=mozilla@switkin.com
2002-02-08 03:26:58 +00:00
mkaply%us.ibm.com
4b97fe7232 #121944
r=pedemont, sr=blizzard
OS/2 only - don't handle WM_ACTIVATE in DealWithPopups
2002-02-07 22:35:37 +00:00
sfraser%netscape.com
803a239462 Fix #include file case so that Mac builds on UFS volumes work. Bug 116709. r=tigger. 2002-02-07 00:03:06 +00:00
peterlubczynski%netscape.com
e1a7597cc0 Propigate wParam for mouse events directly to plugin bug 123005 r=kmcclusk sr=beard 2002-02-05 06:13:44 +00:00
blakeross%telocity.com
dc778eaccd Backing this out because it made shift+space not do a space, which I think is worse in the end. (122017). r=ben sr=hewitt 2002-02-05 04:43:47 +00:00
blakeross%telocity.com
1922a3d5a1 122017 - shouldn't always unset shift when dispatching keypress event. r=ben sr=hewitt 2002-02-04 06:14:10 +00:00
blakeross%telocity.com
a5fd6359f0 72796 - alt+space depresses focused elt additionally. r=ben sr=hewitt 2002-02-02 05:26:36 +00:00
peterlubczynski%netscape.com
2409487873 Send raw keyboard event for windowless plugins, bug 122501 r=kmcclusk@netscape.com sr=beard 2002-02-02 00:21:53 +00:00
law%netscape.com
89a16867ae Bug 120931; remember last used directory (for older versions of windows that don't do it automatically); r=cmanske, sr=ben 2002-02-01 23:58:55 +00:00
jaggernaut%netscape.com
6fa19767f3 Bug 90221: Click() needs to act like a real click. r=jst, sr=hyatt 2002-02-01 23:55:49 +00:00
law%netscape.com
3f9abc53ac Bug 94756; make file picker check for read-only files when saving; r=cmanske, sr=ben 2002-02-01 23:52:58 +00:00
rjc%netscape.com
ae2f10bd0b Fix bug # 112860: trivial null check for PPEmbed. r=ccarlen 2002-02-01 00:03:25 +00:00
blizzard%redhat.com
b38a9f8615 Back out fixes for 121011 until I fix more issues. 2002-01-31 22:45:26 +00:00
pinkerton%netscape.com
8b5e00b520 if label attribute changes, set the parent menu to dirty. r=sdagley/sr=blake. bug#122826, bugscape#11829 2002-01-31 20:43:17 +00:00
rods%netscape.com
f2c2102329 This does the following:
1) Removes the EnumeratePrinterExtended from nsIPrintOptions and all impls of it
2) Sets the Windows platform to once again use the native print dialog
3) The nsDeviceContextSpecWin will detect at runtime whether to use the standard PRINTDLG or the new PRINTDLGEX (supported by XP and WIN2k), this new code is only compiled in when the ifdef MOZ_REQUIRE_CURRENT_SDK is defined.
4) It adds an extra Property Sheet to the new dialog for Frameset Printing options
5) Now creates a DEVMODE before the diaog is created, this is used for setting different options in the print dialog before it comes up.
122530 r=dcone sr=hyatt
2002-01-31 14:30:22 +00:00
blakeross%telocity.com
b5e0a4704e 78509 - hang trying to make an internet shortcut with : / \ in title via dnd (and shortcut isn't created). r=pink sr=ben 2002-01-30 23:31:46 +00:00
sfraser%netscape.com
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
blizzard%redhat.com
bf36c82816 Bug #121011. widget misses mouse-up event after scrolling when mouse button is released outside the widget area. Track passive grabs with sButtonMotionTarget. r=bryner, sr=shaver 2002-01-30 14:57:53 +00:00
blizzard%redhat.com
f6f2eaff8a Get scrollbars on popups working properly. Not part of the build. No bug on this. 2002-01-30 04:52:29 +00:00
blizzard%redhat.com
1635c6d054 Bug #121246. Fix rendering problems with text areas and menus. Not part of the build. 2002-01-29 23:24:00 +00:00
nhotta%netscape.com
d0663c33f9 For Carbon only, changed to use Navigation Services 3.0 for GetLocalFile, GetLocalFolder, PutLocalFile,
bug 95478, r=ccarlen, sr=sfraser.
2002-01-29 21:34:21 +00:00
pinkerton%netscape.com
38562b4b9f make control-space send a context-menu event into gecko. r=brade/sr=sfraser. bug# 81727 2002-01-29 21:01:42 +00:00
pinkerton%netscape.com
5efe38e52d rebuild the parent menu when the title of the parent of a hierarchical menu changes (text-zoom%, for example). the old code would only work if the parent was the menubar. r=sdagley/sr=sfraser. bug#106394 2002-01-29 21:00:16 +00:00
blizzard%redhat.com
f731a45f66 Add debugging hooks for invalidation. Not part of the build. 2002-01-28 08:11:50 +00:00
blizzard%redhat.com
f434790eb9 Bug #121263. Get cursors working with gtk2. Not part of the build. 2002-01-28 06:47:47 +00:00
blizzard%redhat.com
18341ab05a Bugs #121252,#122120. Get grabs finished on Linux and implement nsWindow::CaptureMouse(). Not part of the build. 2002-01-28 06:23:27 +00:00
blizzard%redhat.com
1a88bdcbf4 Part of bug #121252. Get the rollup listener working properly. Grabs are mostly working now. Not part of the build. 2002-01-27 20:30:56 +00:00
jdunn%netscape.com
cd34d9887d Change certain AIX ifdefs to AIX_XLC_364 since these ifdefs are only
needed for AIX's xlC 3.6.4 compiler.  Add test to configure to check
compiler version.  NOTE: also adding hpux and aix check for keyboardutils.
r=cls@seawood.org
# 119179
2002-01-25 15:07:38 +00:00
seawood%netscape.com
39ba085fc5 Fix "static" build support for win32 gmake builds.
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
bzbarsky%mit.edu
0c3b7335fd Correct case of some includes so we build on UFS. Bug 108300, patch by
leaf@mozilla.org, r=beard, sr=darin
2002-01-24 18:49:11 +00:00