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

5135 Коммитов

Автор SHA1 Сообщение Дата
brade%netscape.com 398aee257e 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 35d4b4fddc 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 d0c092e76d One last .cvsignore fixup. a=leaf. 2002-03-01 00:22:07 +00:00
danm%netscape.com 1c56c6a5e7 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 d576d041b2 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 be620580a5 add new attribute "enabled". bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:19:04 +00:00
danm%netscape.com 3a6f6d1855 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 e5b342dd32 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 6092ff252b add new method IsEnabled. bug 126786 r=hyatt,rginda,rods a=asa 2002-02-28 23:09:34 +00:00
bryner%netscape.com c94ed06de4 Adding missing .cvsignore files. a=leaf. 2002-02-27 23:53:14 +00:00
dp%netscape.com 0961b44d14 bug 127092 Fine tuning heap dump output to detect regions and
uncommitted free
2002-02-27 22:36:08 +00:00
rjc%netscape.com 33c5ddd832 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 abc1c583a2 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 71df6835db 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 ebc5549698 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 cf8642b915 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 5415250597 Obscure the cursor during wheel scrolling. 2002-02-24 02:56:07 +00:00
hyatt%netscape.com f75b9dd3f7 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 0606afc10b Implement key events in cocoa. Rough, but works. Not part of build. 2002-02-22 08:48:25 +00:00
hyatt%netscape.com 1b2d1e091e Implement key events in cocoa. Rough, but works. Not part of build. 2002-02-22 08:44:16 +00:00
hyatt%netscape.com 088fe72b5c Make cocoa support mouse moves. Yay. Not part of build. 2002-02-22 01:58:21 +00:00
bzbarsky%mit.edu 7e9411b463 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 99c427f69f 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 2febacbd29 Make sure port state is properly saved and restored. Not part of build. 2002-02-21 20:17:51 +00:00
hyatt%netscape.com 151d546b55 Fix the rendering context leak on painting in Cocoa. Not part of build. 2002-02-21 02:24:18 +00:00
jst%netscape.com 8fd2822bf1 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 309ddcb648 Updating REQUIRES.
Fixing win32 gmake tinderbox bustage
2002-02-20 07:18:05 +00:00
seawood%netscape.com 4b18d1d72d Adding missing file to win32 gmake build.
Fixing tinderbox bustage
2002-02-20 05:59:02 +00:00
rjc%netscape.com d0cbf839c8 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 b32265c725 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 86dce2f6d1 whoops, didn't intend to check this in 2002-02-20 03:53:33 +00:00
dbaron%fas.harvard.edu 744d3904ec 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 c094bb8636 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 b37a70ce74 Fix bustage from hewitt's checkin by exporting nsIFullScreen.idl. b=68136 2002-02-20 03:42:42 +00:00
hewitt%netscape.com 2e2dac20fe 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:33:52 +00:00
hyatt%netscape.com 3b7cb2f261 Scrolling ROCKS in Cocoa now. Not part of build. 2002-02-20 01:09:25 +00:00
hyatt%netscape.com e56fdb147b Scrolling ROCKS in Cocoa now. Not part of build. 2002-02-20 01:07:39 +00:00
alecf%netscape.com 5ec5cd62b2 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 8d48d2e7e6 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 a37fc12bb6 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 e198fc0e02 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 864d6d5ce5 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 87bc903b39 Implement mouse wheel support in Cocoa. Not part of build. 2002-02-17 19:09:07 +00:00
dbaron%fas.harvard.edu d376f6e5e2 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 9b3adef764 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 af6a5bed20 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 fac5a6bcea 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 a6be49a85a Refining the event loop for cocoa plevents. Not part of build. 2002-02-14 02:55:52 +00:00
hyatt%netscape.com 6f56378dd7 Make cocoa as fast as macho. Not part of build. 2002-02-14 02:36:19 +00:00
hyatt%netscape.com 7b30ffc103 Speeding up cocoa by increasing the frequency of the timer. Not part of build. 2002-02-13 23:04:38 +00:00