Commit Graph

7704 Commits

Author SHA1 Message Date
smontagu%smontagu.org
0e27f0f606 Never display a bidi caret marker if all installed keyboards have the same principal directionality. Bug 288839, r+sr=roc 2006-07-17 15:30:09 +00:00
masayuki%d-toybox.com
7241a787d2 Bug 339723 Ctrl++ doesn't work with JIS keyboard (second patch, this fixes Bug 341308 Tilde (~) key broken when using German keyboard layout, Bug 342197 Can't type '}' with a french keyboard) r=ere, sr=roc 2006-07-17 14:08:27 +00:00
masayuki%d-toybox.com
d905828651 back out previous patch because the tree is closed, sorry. 2006-07-17 09:30:49 +00:00
masayuki%d-toybox.com
bcde17e0f9 Bug 339723 Ctrl++ doesn't work with JIS keyboard (second patch, this fixes Bug 341308 Tilde (~) key broken when using German keyboard layout, Bug 342197 Can't type '}' with a french keyboard) r=ere, sr=roc 2006-07-17 09:22:22 +00:00
mark%moxienet.com
0a74cc959f 344238 <marquee> causes contextual menu highlight to flicker. Share event dispatch handler between top-level windows and their associated pop-up windows. r=josh sr=bryner 2006-07-14 20:23:46 +00:00
mark%moxienet.com
42f59aca02 344570 Make contextual menus look more native on the Mac. r=josh sr=bryner 2006-07-14 19:54:08 +00:00
mark%moxienet.com
b33de68cf1 344701 Leaking nsMacWindow objects for top-level windows. r=josh 2006-07-14 18:27:44 +00:00
gavin%gavinsharp.com
3848b35d36 Back out the patch from bug 267426 to fix Thunderbird (prometheus) build bustage. 2006-07-14 01:48:51 +00:00
gavin%gavinsharp.com
d5b7146c6a Bug 267426: revert second bustage fix that also didn't work 2006-07-14 01:31:27 +00:00
gavin%gavinsharp.com
c7dbe28b62 Bug 267426: revert bustage fix that didn't work 2006-07-13 23:37:12 +00:00
gavin%gavinsharp.com
43481b230f Bug 267426: Additional bustage fix for prometheus (Thunderbird) 2006-07-13 22:22:42 +00:00
gavin%gavinsharp.com
beb17f83e3 Bug 267426: Attempted bustage fix for prometheus (Thunderbird) 2006-07-13 22:03:21 +00:00
enndeakin%sympatico.ca
634828ca74 bug 155053, add spinbuttons widget, with native theming, r+sr=neil and roc 2006-07-13 17:40:49 +00:00
gavin%gavinsharp.com
8dd0d722a2 Bug 267426: use IStream and IAsyncOperation for Windows dragging, patch by Yuri Kovalchuk <kovalchuk77@list.ru>, r+sr=roc 2006-07-13 10:30:28 +00:00
Olli.Pettay%helsinki.fi
0a6715fc94 Bug 324011, initMouseEvent does not set relatedTarget property, r+sr=jst 2006-07-13 07:51:54 +00:00
ginn.chen%sun.com
9b24935637 Bug 339554 at-poke gets a focus-event for a blank panel
r=aaronleventhal sr=roc
2006-07-13 05:49:45 +00:00
ginn.chen%sun.com
0361d55348 Bug 341463 Firefox emits focus event before "window:activate" event
nsWindow.cpp r+sr=roc a11y part r=aaronleventhal
2006-07-13 05:42:32 +00:00
darin%meer.net
8a7344bcbc fixes bug 344309 "PostMessage WM_QUIT to FirefoxMessageWindow does not quit the app on the trunk since Bug 326273 landed" r=bsmedberg 2006-07-12 22:43:15 +00:00
jwalden%mit.edu
dd95e269cd Bug 307184 - activating tabs (fast mouse movement) produces accidently dragging of tabs (drag and drop). Patch by Michael Wu <michael.wu@mozilla.com>, r+sr=roc 2006-07-12 17:30:16 +00:00
vladimir%pobox.com
1c3a1c3775 b=336312, scrollbar stipple pattern is offset when scrolling on windows, r=stuart 2006-07-11 23:13:21 +00:00
joshmoz%gmail.com
83c14b811f implement GetAttention in top-level windows. fixes attention request for session restore, probably other stuff. b=342962 r=mento 2006-07-11 19:51:56 +00:00
joshmoz%gmail.com
ebe2388cbc fix a comment in mac window code. r=mento 2006-07-11 16:08:53 +00:00
hwaara%gmail.com
333e30dabd fix bug 344107, don't export platform-native headers to all platforms. r=mento 2006-07-11 09:06:24 +00:00
joshmoz%gmail.com
4e8c2db4e6 followup to 222488 - instead of making default dialog windows use kMovableModalWindowClass, use kDocumentWindowClass so we're not forcing modality on people. 2006-07-10 23:56:52 +00:00
joshmoz%gmail.com
33316f624c dialogs with the default style mask bit set (and only that bit) should have a reasonable window class. b=222488 r=mento 2006-07-10 22:22:57 +00:00
joshmoz%gmail.com
43de00d5af actively update native menu items based on command node content instead of menu item node content. makes menu blinking work when using keyboard commands. also, remove some old native help menu code. b=50590 r=mento sr=pinkerton 2006-07-10 17:50:30 +00:00
sergei_d%fi.tartu.ee
3a2d6e5ad1 [BeOS]Bug 343569, fixing typo from previous checkin,r=sergei_d, r=thesuckiestemail, BeOS-only 2006-07-08 21:46:21 +00:00
neil%parkwaycc.co.uk
148d1e71de Mouse exit should not generate spurious mouse move event b=319099 r=ere sr=roc 2006-07-08 12:32:40 +00:00
sergei_d%fi.tartu.ee
529c771dee [BeOS]Fixing dragging rect bounds, Bug 343569, p=sergei_d, r=thesuckiestemail, BeOS-only 2006-07-06 11:44:51 +00:00
smontagu%smontagu.org
952a1a4a12 Only display a bidirectional caret on platforms that implement nsIBidiKeyboard. Bug 272096, r+sr=roc 2006-07-06 08:29:53 +00:00
sergei_d%fi.tartu.ee
7c2941c851 [BeOS] DND in BeOS - set drag action in widget, Bug 343569, p=sergei_d, r=thesuckiestemail, BeOS-only 2006-07-05 11:18:50 +00:00
cvshook%sicking.cc
2c39937d84 Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
sergei_d%fi.tartu.ee
2a761195c7 [BeOS] Take in account mayWait parameter in nsAppShell::ProcessNextNativeEvent(). Bug 343100. p=sergei_d, r=thesuckiestemail, BeOS-only 2006-06-30 22:25:31 +00:00
wr%rosenauer.org
c66dc59144 Bug 342950 - crash when trying to print, r+sr=roc 2006-06-29 18:22:15 +00:00
leon.sha%sun.com
c0bbd435ed Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
alfred.peng@sun.com
dbaron: review+
roc: superreview+
2006-06-29 03:42:54 +00:00
joshmoz%gmail.com
b62cdee9d4 get rid of rollup code we don't need, clean up some OS function calls and a debug macro. no bug. r=mento 2006-06-29 01:33:57 +00:00
joshmoz%gmail.com
eb911aa207 no need to send pres context with menu events in mac widget code. b=343040 r=mento 2006-06-28 22:41:33 +00:00
leon.sha%sun.com
3a8932a88d Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
Patch by alfred.peng@sun.com.
dbaron: review+
roc: superreview+
2006-06-28 09:00:03 +00:00
leon.sha%sun.com
4cf8a60bd1 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
mark: review+
roc: review+
roc: superreview+
Patch by alfred.peng@sun.com
2006-06-28 05:38:18 +00:00
dbaron%dbaron.org
8f44aabccf Back out checkin for bug 333896 which causes tinderbox orange since nsWidgetAtoms aren't initialized. 2006-06-28 05:38:17 +00:00
leon.sha%sun.com
2e6587003f Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn
Patch by alfred.peng@sun.com.
roc: review+
mark: review+
roc: superreview+
2006-06-28 05:38:16 +00:00
gerv%gerv.net
1377c2bd58 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-06-28 05:38:15 +00:00
alecf%netscape.com
c0051a3d13 another part of the fix for bug 199170 - converting mac widget stuff over to static atoms
r=pinkerton, sr=sfraser
2006-06-28 05:38:14 +00:00
peterv%netscape.com
134e314c3b Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst. 2006-06-28 05:38:13 +00:00
hyatt%mozilla.org
e47912f728 Fix for 204672, Mac OS X menus don't respect autocheck, r/sr=bryner, a=asa 2006-06-28 05:38:12 +00:00
pinkerton%netscape.com
6a750943d2 rewrite to use a view instead of tracking frame resize/moves ourselves. when the view moves, the attached widget is moved automatically. r=ben/sr=hyatt/a=asa. bug# 135436 2006-06-28 05:38:11 +00:00
pinkerton%netscape.com
0684af19d4 new atoms needed for native scrollbars r=sdagley/sr=beard/a=valeski. bug# 121440 2006-06-28 05:38:10 +00:00
gerv%gerv.net
d26f2a3b97 Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2006-06-28 05:38:09 +00:00
pinkerton%netscape.com
23df27c4ff adding atom lists for widget, can't use the ones in content because of linkage. r=saari/sr=sfraser. 2006-06-28 05:38:08 +00:00
sergei_d%fi.tartu.ee
1d947365f0 [BeOS]widget code, Bug 342613, fixing performance regression, p=sergei_d, r=thesuckiestemail. Pure BeOS-only patch 2006-06-27 18:05:37 +00:00