Commit Graph

5268 Commits

Author SHA1 Message Date
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
pinkerton%netscape.com
7180e5e8d1 allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
gordon%netscape.com
7cf5c26933 fix bug 120833 "default value of nsICacheEntryInfo::expirationTime should be PRUint32(-1)". r=gagan, sr=darin. 2002-01-24 03:06:28 +00:00
bryner%netscape.com
c22fbaedbb Bug 120252 - paint flashing broken on gtk. Also removed a lot of old cruft, changed #ifdef NS_DEBUG (which we don't define any more) to #ifdef DEBUG. r=waterson, sr=blizzard. 2002-01-24 01:18:36 +00:00
rjc%netscape.com
d0292937d7 Fix bug # 83643: Mac OS X sheets. r=pinkerton sr=ben 2002-01-24 01:17:48 +00:00
blizzard%redhat.com
72f10fd207 Part of bug #121252. Start work on getting grabs implemented. Rollup isn't happening yet. Not part of the build. 2002-01-23 06:39:48 +00:00
sfraser%netscape.com
dfb2e2dfc2 Fix for bug 107827 -- avoid excess repainting on Mac when the paint-suppressed page is loading by ignoring widgets belonging to a widget hierarchy whose root is hidden. Improves page load time by 16-20%. r=pinkerton, sr=hyatt, a=asa 2002-01-23 00:48:19 +00:00
blizzard%redhat.com
8ae6cad12a Fix minor gtk2 bug with focus. Not part of the build. 2002-01-22 06:21:09 +00:00
timeless%mac.com
1cfc2efe22 Bug 117472 [Xlib] Crash in HandleQueueXtProc()
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless a=asa
2002-01-21 21:05:54 +00:00
ben%netscape.com
08ad291ceb Fix 116263, part of earlier patch reviewed by law & hewitt, but forgot to land as part of landing prior to .9.8 close.
Make the windows file picker use the specified file type index rather than hardcoded '1'.

a=asa@mozilla.org
2002-01-19 07:52:23 +00:00
bryner%netscape.com
216304024c Bug 97708 - copying text to another application can cause a crash. Need to divide the size of the data in the nsTransferable by 2 to get the number of characters, since they are unicode. r=bbaetz, sr=jst, a=dbaron. 2002-01-19 04:00:53 +00:00
hyatt%netscape.com
920e8270bd Fix cocoa widgets to compile again. Not part of build. 2002-01-18 00:55:49 +00:00
seawood%netscape.com
e56e20b1dc Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
dbaron%fas.harvard.edu
228fbc553f Undo my backout of the code to flush trace-malloc logfiles. b=111651 rs=brendan 2002-01-16 00:40:39 +00:00
timeless%mac.com
39c5bad177 Bug 112635 [Xlib] XXlibRgb revamp ..
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timecop@network.email.ne.jp rs=attinasi
2002-01-15 23:30:16 +00:00
mkaply%us.ibm.com
28f8221d7a No bug - correct some incorrect system color mapping 2002-01-15 23:07:03 +00:00
pinkerton%netscape.com
420fd4f780 use setWindowGroup to put popups in the tooltip layer on osx and make it so they don't get activate events r=sdagley/sr=sfraser. bug# 108804 2002-01-15 23:06:20 +00:00
pinkerton%netscape.com
c911b3d5ef pull in InterfacesXStubs for CarbonLibFramework. r=sdagley/sr=sfraser. bug# 108804 2002-01-15 23:04:34 +00:00
mkaply%us.ibm.com
40453ad4b9 #120127
r=pedemont, sr=blizzard
OS/2 only - store away the lastPath from the file dialog and use it if one wasn't passed in
2002-01-15 22:32:18 +00:00
briane%qnx.com
e748472301 PHOTON ONLY, not part of build
Fixes for drag code headers, allow keypad to function correctly when num-lock
is off/on
2002-01-15 16:56:33 +00:00
sfraser%netscape.com
b050f87ab1 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 2002-01-14 23:26:49 +00:00
mkaply%us.ibm.com
2f545596be #1192111
r=mkaply, sr=blizzard
OS/2 only - better file dialog
2002-01-14 21:17:43 +00:00
sdagley%netscape.com
08fa569190 Fix #104765 - Cleanup nsMacWindow::WindowEventHandler result code reporting. r=pinkerton,sr=sfraser 2002-01-14 20:14:46 +00:00
timeless%mac.com
1ebede96c3 Bug 119391 nsBaseWidget::GetRenderingContext() does not correctly check for errors
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-01-13 00:28:11 +00:00
blizzard%redhat.com
5a6c5cb760 Checkpointing changes. Get adding and removing event queues working properly. Change printf() logging to prlog logging. Get window modality working. (Check it out, modal dialogs only block their parents!) Oh. Right. Not part of the build. 2002-01-12 07:14:54 +00:00
cathleen%netscape.com
92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
pinkerton%netscape.com
1b54a2d6cb invisible windows need the windowConstrain event handler. It was left out by mistake for those windows in my last checkin. Pull the invisible window code out in its own case so this doesn't happen again. r=sdagley, sr=sfraser. bug#118198 2002-01-10 15:40:33 +00:00
katakai%japan.sun.com
dd401af673 bug 109723
Mozilla will crash when the XIM server is terminated.
gdk_im_ready() checking is needed before XGet/SetICValues()
r=pavlov, sr=blizzard
2002-01-10 08:06:09 +00:00
katakai%japan.sun.com
8255228076 bug 110411
XIM performance improvement for over-the-spot mode
avoid unnecessary calls for over-the-spot
r=pavlov, sr=blizzard
2002-01-10 07:58:09 +00:00
bzbarsky%mit.edu
614dc253ca Replace DEBUG_PRINTF with NS_WARNING/NS_ASSERTION. Bug 117440, patch by
Morten Nilsen <Morten@Nilsen.com>, r=timeless, sr=brendan
2002-01-09 18:49:43 +00:00
danm%netscape.com
30f6104107 implement new 'aAllowSlop' parameter to nsIWidget::ConstrainPosition. bug 113283 r=hyatt,pavlov 2002-01-09 01:30:06 +00:00
danm%netscape.com
72d70d876a adding parameter to nsIWidget::ConstrainPosition. bug 113283r=hyatt,pavlov 2002-01-09 01:29:18 +00:00
alecf%netscape.com
5965318acb C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin 2002-01-08 01:31:25 +00:00
blizzard%redhat.com
44e9e661fc Bug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=bryner 2002-01-08 00:35:08 +00:00
dbaron%fas.harvard.edu
051d7cc944 Add nsTraceRefcnt debugging hooks for a few MS-COM objects, some of which are leaking. r=rods sr=jag b=114171 2002-01-07 23:55:11 +00:00
dbaron%fas.harvard.edu
6ef5940320 Remove duplicate initialization of nsDeviceContext reference count by derived class constructor (which is dangerous since it could be incremented during the base class constructor). Various other cleanup, mostly in xlib port. b=111088 r=rbs sr=jag 2002-01-06 18:37:27 +00:00
hyatt%netscape.com
c386006aac Fix for 118368, support for drop shadows under menus and tooltips on WinXP, r=bryner, sr=blake 2002-01-05 23:50:52 +00:00
blizzard%redhat.com
82de04b607 Bug #115764. sporadic Trunk crashes in [@ nsWindow::OnDragMotionSignal] w/drag'n'drop. Use cool and smooth native gtk timers instead of cranky fake-o XP timers that don't have a deterministic order in the mainloop. r=bryner, sr=shaver (2!) 2002-01-04 05:07:44 +00:00
blizzard%redhat.com
bec4516156 woops, remove printf() I left in 2002-01-03 05:06:13 +00:00
blizzard%redhat.com
476096933f Bug #117398. flash plugin pauses if you don't move the mouse. Add polling timer when a flash plugin is active so Xt timers will be processed. Try to improve interactive performance while there's a lot of flash activity by trying to interleave the Xt and gtk events more smoothly. r=serge, sr=shaver 2002-01-03 05:02:01 +00:00
bryner%netscape.com
670b7f776c Fixing mach-o bustage. 2002-01-03 00:25:45 +00:00
pinkerton%netscape.com
3393feb2ae separate out drag code into a helper so embedding apps can make use of it. Also add live-resize support to resizable dialogs. Don't add things like drag handlers or carbon event handlers to windows we don't own (read: embedding). bug 102529, 112197. r=ccarlen/sr=sfraser. 2002-01-02 21:18:38 +00:00
pinkerton%netscape.com
8b4f7ef7fb separate out drag code into a helper so embedding apps can make use of it. bug 102529. r=ccarlen/sr=sfraser. 2002-01-02 21:16:37 +00:00
av%netscape.com
10baa6270b Bug 116392 -- passing key events to windowless plugins, patch by peterl, r=av, sr=rpotts 2001-12-29 22:21:31 +00:00
blizzard%redhat.com
e7f3161197 reorder some link line parameters in an attempt to fix gcc 2.95 2001-12-29 02:53:55 +00:00
blizzard%redhat.com
462bbdefd0 Bug #117160. Create a small stand alone client for xremote client requests. r=cls,sr=brendan 2001-12-28 22:17:20 +00:00
timeless%mac.com
61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
rjesup%wgate.com
e6fcf16556 Bug 116413: Backing out patch. This is nsSupportsArray, not nsVoidArray.
(Whomever didn't have Supports inherit from VoidArray should be shot.)  Bug
to be reopened.  Sorry
2001-12-22 02:46:24 +00:00
rjesup%wgate.com
0f238b249b Bug 116413: Use SafeElementAt for Mac nsMenuStack::GetMenuAt/HaveMenuAt.
sr=jst, no r= needed as per jst
2001-12-22 01:20:26 +00:00
rjesup%wgate.com
2e680f1b17 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
dbaron%fas.harvard.edu
7a72f2d9f4 Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527 2001-12-20 02:09:49 +00:00
seawood%netscape.com
b825b1771f Amazing what you find when you build in a fresh tree 2001-12-19 07:47:15 +00:00
seawood%netscape.com
5a3236c910 Use srcdir when calling midl 2001-12-19 00:54:08 +00:00
seawood%netscape.com
45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
pavlov%netscape.com
c3c2ee9576 fixing macho bustage for zach 2001-12-17 23:38:09 +00:00
hyatt%netscape.com
0ec3f045d8 Fix for 112980, nsITheme API and dynamic skin switching re-enabling. r=ben, sr=waterson 2001-12-17 22:51:39 +00:00
blizzard%redhat.com
cf3e88b58e Checkpointing changes. Not part of the build. Get scrollbars working. Fix lots of bugs in widget destruction. Port bryner's scrolling fix over to gtk2. Lots and lots of other random bugs fixed as well. 2001-12-17 22:05:58 +00:00
jaggernaut%netscape.com
f1eeec7164 Fix OS2 bustage 2001-12-17 14:25:20 +00:00
jaggernaut%netscape.com
a3cb8e4a9e Fix Darwin bustage 2001-12-17 10:16:37 +00:00
hewitt%netscape.com
57b02b47fb (jag using hewitt's account): Darn xml files 2001-12-17 09:56:11 +00:00
jaggernaut%netscape.com
e44e7d9ec8 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
mkaply%us.ibm.com
7f5806b092 I know nothing about this stuff, but I think this will at least get BeOS building 2001-12-17 05:10:38 +00:00
jaggernaut%netscape.com
3ae7255fc0 Took out a little too much, it looks like. Hope this fixes the bustage. 2001-12-16 20:12:19 +00:00
jaggernaut%netscape.com
e13cbc58e1 Undoing this Makefile.in change until Pavlov fixes widget/src/beos/nsAppRunner.cpp 2001-12-16 20:09:52 +00:00
jaggernaut%netscape.com
ee12112b29 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
pavlov%netscape.com
fc87fb1465 still working on the os2 build... 2001-12-16 14:03:46 +00:00
jaggernaut%netscape.com
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
pavlov%netscape.com
1181001d1f fixing os2 bustage (bogus #include for some #if0'd code from windows) 2001-12-16 11:18:27 +00:00
pavlov%netscape.com
95f5285559 Removing old timer code. 2001-12-16 06:15:58 +00:00
pavlov%netscape.com
15273ea50a bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:13:17 +00:00
pinkerton%netscape.com
a35866f8c5 Add keycode of powerbook's Enter key as a special key as it differs from
the keycode for desktops. r=sdagley/sr=sfraser/a=asa. bug# 111723.
2001-12-15 05:16:59 +00:00
blizzard%redhat.com
102d893057 Try to reduce the amount of useless X traffic that happens at startup. Don't show widgets with invalid sizes. Reduce the number of Resize() requests that are sent back to the layout engine. 2001-12-15 05:06:01 +00:00
bryner%netscape.com
dfec53386c Bug 115198 - event clientX and clientY coordinates are wrong if the event occurs within a child window. r=sfraser, sr=blizzard. 2001-12-15 02:18:41 +00:00
seawood%netscape.com
51fa852613 Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
Thanks to Javier Pedemonte (pedemont@us.ibm.com) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
blizzard%redhat.com
91731f0f76 Checkpointing changes. Not part of the build. Get scrollbars stubbed out and get the factory changes in place so they can be created. 2001-12-13 04:42:22 +00:00
blizzard%redhat.com
fd609f18fa Checkpointing changes. Fix scrolling with scrollmouse. Start getting native scrollbars off the ground. Not part of the build. 2001-12-12 23:56:21 +00:00
blizzard%redhat.com
6790f0e7f5 Checkpointing changes. Not part of the build. Pep up window scrolling performance by compressing motion notify events. Also, add an option to the appshell to turn on gdk window paint debugging with MOZ_DEBUG_PAINTS=1 in the environment. 2001-12-12 22:51:19 +00:00
brade%netscape.com
4a76e7bb22 attmpt to fix bug #110828; disable all unicode input for OS < 9.0 (r=pink; sr=brendan) 2001-12-12 06:38:49 +00:00
blizzard%redhat.com
d7f188f509 Checkpointing Changes. Not part of the build. Call Resize() after the widgets are created to make sure they are all the right size when they are shown. Make sure to flush the window draw queue after scrolling to get an immidiate repaint. 2001-12-12 05:50:47 +00:00
ben%netscape.com
35d4bc6f3a bug 11632 - save page with images, stylesheets, objects and applets.
r=hewitt, brade, sr=hyatt
2001-12-12 04:17:26 +00:00
blizzard%redhat.com
db60e241fd Checkpointing changes. Not part of the build. Get simple key events working. 2001-12-12 03:03:05 +00:00
kmcclusk%netscape.com
09cb388941 Move management of the backbuffer from the viewmanager to the rendering context and make the backbuffer transient on WIN32 and GTK. bug 95952 sr=attinasi r=karnaze 2001-12-12 01:35:31 +00:00
blizzard%redhat.com
3bb185a3ac Checkpointing changes. Not part of the build. Got focus working. 2001-12-11 22:22:48 +00:00
mkaply%us.ibm.com
27712185d7 #104174
r=mkaply, sr=blizzard
OS/2 only - beginnings of a system sound implentation. still need work to actually play the WAV
2001-12-11 20:48:24 +00:00
mkaply%us.ibm.com
dfbf3d32b6 Remove unncessary cruft 2001-12-11 20:33:57 +00:00
saari%netscape.com
277e5b088d fix for 105061, mac shifted keybindings don't work. Just needed to offset the keycode properly. r=brade,ftang, sr=sfraser 2001-12-11 11:19:20 +00:00
blizzard%redhat.com
a662d1bddd Checkpointing changes. Window positions are now properly saved on exit. 2001-12-11 07:20:30 +00:00
blizzard%redhat.com
d6a9bdfa37 Checkpoint changes. Not part of the build. Got popups working, hooked up more mouse events, window scrolling. 2001-12-11 06:21:22 +00:00
dean_tessman%hotmail.com
10982a3fe2 Bug 86606 - <SELECT>s disappear when using X-Mouse
r=timeless, sr=hewitt
2001-12-11 06:16:07 +00:00
ccarlen%netscape.com
af646e6f1f Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
bryner%netscape.com
8e65045000 Bug 108787 -- unable to type in Open Web Location dialog when it first appears. r=saari, sr=blizzard. 2001-12-11 05:34:32 +00:00
mkaply%us.ibm.com
6f15bba73c Debug only OS/2 build bustage as a result of _DEBUG being turned on 2001-12-11 02:46:22 +00:00
blizzard%redhat.com
a278eab591 Checkpointing changes. Mouse events being hooked up, invalidation implemented. 2001-12-11 02:38:51 +00:00
ccarlen%netscape.com
c343dad63a Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
ccarlen%netscape.com
b564bb181b Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:20:58 +00:00
blizzard%redhat.com
c1baa75a23 Checkpointing changes. Expose events, window destruction and window close are now handled. Not part of the build. 2001-12-10 17:37:36 +00:00
timeless%mac.com
54e199871d Bugzilla Bug 84568 xlib port does not support netscape plugins
patch work by timecop@network.email.ne.jp and Roland.Mainz@informatik.med.uni-giessen.de
r=timeless, sr=beard
2001-12-10 01:22:29 +00:00
bryner%netscape.com
22c00b89f4 Fixing comments, bug 113038. Patch from diego@biurrun.de, r=bryner, rs=brendan. 2001-12-09 01:36:47 +00:00
dbaron%fas.harvard.edu
b4ec9a8f10 Fix the holding past XPCOM shutdown of an nsTimerManager in a static nsCOMPtr. r=jag sr=shaver b=43589 2001-12-08 22:40:08 +00:00
darin%netscape.com
c02d7e7ac6 fixes bug 107759 "Drag&drop to and from content area not working [Mach]"
r=pink, sr=jband
2001-12-07 22:01:26 +00:00
blizzard%redhat.com
5a122b1c5e checkpointing changes. mainloop runs, event queues run, windows will show and resize. not part of the build. 2001-12-07 05:23:56 +00:00
law%netscape.com
87e765c949 Bug 105151; check for ERROR_INVALID_PARAMATER and retry with empty file name (because we get that when the file name is too long); r=bryner, sr=hyatt 2001-12-07 00:26:59 +00:00
pinkerton%netscape.com
51e37b43df support dragging from background windows r=sdagley/sr=sfraser. bug#51323 2001-12-06 15:29:15 +00:00
kmcclusk%netscape.com
ab264321c2 Suppress NS_MOUSE move on WIN32 if the mouse hasn't actually moved. b=113627 r=rod sr=attinasi 2001-12-06 02:55:06 +00:00
blizzard%redhat.com
11e672924b Share timer implementation with gtk and gtk2. r=pavlov 2001-12-05 15:38:59 +00:00
leaf%mozilla.org
8310ba80d7 remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
blizzard%redhat.com
7594ead959 Checkpointing changes. Not part of the build. Some more methods flushed out including widget creation and moving and resizing. 2001-12-04 16:58:04 +00:00
mcafee%netscape.com
61d8eedd8c Changing to long hashtable tag (113175). code=gisburn, r=mcafee 2001-12-03 02:31:46 +00:00
mkaply%us.ibm.com
8c50c78b98 #110927
r=mkaply, sr=blizzard
OS/2 only - Code from jblanco to fix Alt Key handling with menus
2001-11-30 23:29:29 +00:00
pinkerton%netscape.com
22f8e18060 Fix some complilation errors, change line endings on scrollbar. [not part of build] 2001-11-29 22:37:48 +00:00
pinkerton%netscape.com
40652110a1 fix regressions with carbon events. r=ccarlen/sr=sfraser. bug# 112653 2001-11-29 22:36:22 +00:00
pinkerton%netscape.com
a512af0943 fixing mach-o bustage 2001-11-29 16:03:38 +00:00
pinkerton%netscape.com
19d70dc8bd fix bustage 2001-11-29 15:39:33 +00:00
pinkerton%netscape.com
d5853084df removing nsMacMessageSink.h 2001-11-29 15:11:13 +00:00
pinkerton%netscape.com
7d257e40f5 removing per bug 110851, replaced with nsIEventSink on each window. r=ccarlen/sr=sfraser. 2001-11-29 14:43:45 +00:00
pinkerton%netscape.com
b2ede84bf3 make sure mouse loc is in local coordinates on a scrollwheel event. sr=sfraser. bug# 112448. 2001-11-29 14:41:10 +00:00
pinkerton%netscape.com
d71235b9a6 removing nsMacMessageSink for standalone and embedding. Replacing with nsIEventSink and a couple of internal interfaces. r=ccarlen/sr=sfraser. bug#110851 2001-11-29 14:38:56 +00:00
rods%netscape.com
1e8b3fac6b Use system IDC_HAND cursor when available
Bug 104035 r=dcone sr=attinasi
2001-11-29 09:41:19 +00:00
dbaron%fas.harvard.edu
3892434dfd Remove |#ifdef NS_TRACE_MALLOC| code to flush logfiles for real-time TM readers until we figure out a better way to do it that doesn't break low and lowest priority timers. b=111651 r=brendan sr=waterson 2001-11-28 04:48:38 +00:00
rjc%netscape.com
fe5d808f73 Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2001-11-27 01:47:41 +00:00
timeless%mac.com
b350a4d16e Bugzilla Bug 111922�[Xlib] Fatal crash at shutdown in nsAppShellService destructor
Roland.Mainz@informatik.med.uni-giessen.de r=leaf
2001-11-26 19:52:29 +00:00
timeless%mac.com
93c8cee063 Bugzilla Bug 111508 [xlib] Xlib timer code is scary
by Roland.Mainz@informatik.med.uni-giessen.de (xlib peer)
r=timeless
2001-11-26 10:18:14 +00:00
bzbarsky%mit.edu
edfb3b268f Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
sspitzer%netscape.com
8fd267de3e fix for smoketest blocker bug #111242. menus not doing anything. patch by pink. 2001-11-21 19:40:17 +00:00
dinglis%qnx.com
750e902568 -not part of build-
added NOTIFY flag to drawing region.
2001-11-21 18:53:23 +00:00
timeless%mac.com
8a4c29e9f5 Bugzilla Bug 110643�[xlib] Minor Xlib toolkit cleanup ...
work by Roland.Mainz@informatik.med.uni-giessen.de (de facto module owner)
r=timeless
2001-11-21 14:33:08 +00:00