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

5074 Коммитов

Автор SHA1 Сообщение Дата
arougthopher%lizardland.net 2b7b07bdb8 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 570e8d4bdf #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 8274918566 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 2edfd7c269 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 1f77d83173 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 ee8941927e 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 3cddf87698 72796 - alt+space depresses focused elt additionally. r=ben sr=hewitt 2002-02-02 05:26:36 +00:00
peterlubczynski%netscape.com 545d72dbe5 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 cfd24db8eb 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 101d65ef75 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 a7ab3326cf 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 b1dd515726 Fix bug # 112860: trivial null check for PPEmbed. r=ccarlen 2002-02-01 00:03:25 +00:00
blizzard%redhat.com 97cdb21e91 Back out fixes for 121011 until I fix more issues. 2002-01-31 22:45:26 +00:00
pinkerton%netscape.com 0d74c60c01 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 9a412f826e 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 6975955b79 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 d285f8f560 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
blizzard%redhat.com 5ac4749c95 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 d8c6999735 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 890ad4b4dd 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 cbd69ffc74 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 878a1752e4 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 dbbbdfac03 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 dc67f81457 Add debugging hooks for invalidation. Not part of the build. 2002-01-28 08:11:50 +00:00
blizzard%redhat.com deb4d527b1 Bug #121263. Get cursors working with gtk2. Not part of the build. 2002-01-28 06:47:47 +00:00
blizzard%redhat.com 3790ce75b1 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 53f70a3f6d 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 7294110bc7 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 6a70bafd9e Fix "static" build support for win32 gmake builds.
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
bzbarsky%mit.edu 007a14ce1e 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 30c642c36e 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 7687c13e73 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 2d321f2a9a 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 d5671a60f8 Fix bug # 83643: Mac OS X sheets. r=pinkerton sr=ben 2002-01-24 01:17:48 +00:00
blizzard%redhat.com d781adbf40 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 9d02dfdad5 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 98ac41c406 Fix minor gtk2 bug with focus. Not part of the build. 2002-01-22 06:21:09 +00:00
timeless%mac.com 8add27df05 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 8bf891d658 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 67d3dc97a7 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 880fdbee62 Fix cocoa widgets to compile again. Not part of build. 2002-01-18 00:55:49 +00:00
seawood%netscape.com fa5df5e54c 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 db566a1e35 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 1633c022c7 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 c7b623af29 No bug - correct some incorrect system color mapping 2002-01-15 23:07:03 +00:00
pinkerton%netscape.com e0ea61b217 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 2e1e0be117 pull in InterfacesXStubs for CarbonLibFramework. r=sdagley/sr=sfraser. bug# 108804 2002-01-15 23:04:34 +00:00
mkaply%us.ibm.com 021d94692b #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 4d177fe081 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 263fc8336b 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