smfr%smfr.org
0a58503390
Widget part of fix for bug 297343: avoid re-entrant -[NSWindow makeKeyAndOrderFront:] calls by postponing the focus and activate calls into Gecko so that they get called the next time through the event loop, when window visibility and key status are correct. This allows embedder code that implements to nsIEmbeddingWindow::SetFocus() to check those and avoid re-entrant/redundant makeKeyAndOrderFront: calls. r=mento. Only affects Camino.
2005-09-30 00:59:29 +00:00
mark%moxienet.com
4d084d9b8b
Bug 310379, crash [@nsMacEventHandler::Scroll]. Check for !widgetToScroll. r=mano sr=smfr
2005-09-29 17:26:09 +00:00
sergei_d%fi.tartu.ee
1e2278105b
fixing BeOS-build bustage appeared with commiting fix for Bug 310293 fix. BeOS-only
2005-09-28 17:12:11 +00:00
sergei_d%fi.tartu.ee
7fe6703e92
Bug 310293 fix. Bringing menu popup to current workspace before show() now. r=thesuckiestemail@yahoo.se. BeOS-only, this no sr
2005-09-28 15:43:30 +00:00
neil%parkwaycc.co.uk
6774a48602
Supplementary patch to bug 305384 to fix alerts on GTK1 r+sr=roc
2005-09-27 12:40:37 +00:00
sergei_d%fi.tartu.ee
d1deefb85e
Bug 129310, Scrolling and related painting rewrite for BeOS widget, r=mailto:thesuckiestemail@yahoo.se, BeOS-only change, no sr required
2005-09-26 17:40:54 +00:00
bzbarsky%mit.edu
345acb42ac
Fixing the indent.
2005-09-25 18:19:18 +00:00
bmlk%gmx.de
998900d600
bustage fix, checkin patch as shown in bugzilla
2005-09-25 16:49:38 +00:00
bzbarsky%mit.edu
64d9954ae9
Fix bug 114929, finally! Patch by Dan Dickerman <dandickerman@speakeasy.net>,
...
r=bzbarsky, sr=shaver
2005-09-25 15:31:32 +00:00
mark%moxienet.com
ab4f639cb7
Bug 301338, sheets prevent their parent windows from updating. Don't clip out top-level windows. r=josh sr=smfr
2005-09-23 03:18:38 +00:00
mark%moxienet.com
a38e0cabd7
Bug 171680, modifier keys have no effect on mouse wheel (Mac). Handle modifier keys for scrollwheel events. Bug 255415, scroll wheel doesn't scroll the right scrollable thing until the mouse is moved. Walk the widget hierarchy to find out what's under the mouse. r=mano sr=smfr
2005-09-21 04:10:59 +00:00
mark%moxienet.com
db305d61f4
Bug 309395, scrollwheel doesn't work in non-toplevel window. Install the scroll event handler on appropriate window types. r=mano sr=smfr
2005-09-21 00:17:06 +00:00
masayuki%d-toybox.com
cb657121eb
Bug 306209 Should fire NS_FOCUSCONTENT event on nsPluginInstanceOwner by clicking plugin's content patch by VYV03354@nifty.ne.jp r+sr=roc
2005-09-18 09:41:37 +00:00
masayuki%d-toybox.com
ccc10dd215
Bug 307396 Add IME selection colors and Underline height (nsILookAndFeel) r+sr=roc
2005-09-17 11:34:27 +00:00
masayuki%d-toybox.com
977c7b7eeb
Bug 207102 Sound preview doesn't work if its path contains non-ASCII string r=amardare+jshin, sr=roc
2005-09-17 10:11:38 +00:00
timeless%mozdev.org
adcd5cac17
Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
...
patch by b.jacques@planet.nl r=darin sr=darin
2005-09-15 23:17:17 +00:00
joshmoz%gmail.com
5eff2f8120
knock out some unused code in widget/mac. no bug. sr=smfr
2005-09-15 19:16:18 +00:00
darin%meer.net
34a296d6d3
fixes bug 257196 "crash on exit after installing incompatible extension [@ moz_gtk_get_widget_border()]" r=bsmedberg sr=bryner
2005-09-13 22:06:41 +00:00
sergei_d%fi.tartu.ee
746e0e7475
Bug 296823 [BEOS] nsWindow::SetTitle should check if mView is NULL. r=sergei_d. BeOS-port only, no sr required
2005-09-13 20:13:19 +00:00
gerv%gerv.net
a656eecc05
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
mkaply%us.ibm.com
a45f2012ec
#307086
...
r=Peter Weilbacher, sr=mkaply (OS/2 only)
Patch from Rich Walsh - OS/2 drag drop is broken
2005-09-13 14:50:33 +00:00
cbiesinger%web.de
e3c9f390f9
fixing mac bustage
2005-09-12 13:01:21 +00:00
cbiesinger%web.de
2332875cab
bug 281298 replace nsIPref with nsIPrefService/nsIPrefBranch in widget
...
patch by Vidar Braut Haarr <vhaarr+bmo@gmail.com> r=bryner sr=bz
2005-09-12 12:36:11 +00:00
mats.palmgren%bredband.net
fbbf3b86c3
Make nsHTMLFormatConverter deal with an empty source string. Don't add an URL dataflavor if the source URI is empty. b=303818 r+sr=bzbarsky
2005-09-10 11:39:32 +00:00
joshmoz%gmail.com
97e40b6848
fix a couple bad hard-coded default colors in nsLookAndFeel.cpp. this whole system is bunk though, so no more bugs on it please. we don't even really use it. b=301364 r=pinkerton sr=smfr
2005-09-09 19:16:44 +00:00
joshmoz%gmail.com
e467d70190
don't play sound during GetAttention. b=307323 r=mano sr=smfr
2005-09-09 02:58:46 +00:00
mark%moxienet.com
d2674e48d4
Bug 266769, Mac windows can't be drag-moved when a sheet is open. Remove conditionals only intended for use on pre-OS X. Patch by Ari <the_great_spam_bin@yahoo.com> (if that even is a real address). r=me sr=smfr
2005-09-07 22:01:07 +00:00
scott%scott-macgregor.org
6d061f8a99
Bug #194632 --> notification preference to use a self-defined wav-file does not function well on Mac OS X
...
Patch by Jon Baumgartner
r=pinkerton
sr=sfraser
2005-09-06 18:25:53 +00:00
neil%parkwaycc.co.uk
530f235598
Bug 306686 Make / start FAYT even when it's Shift+7 also make menus and xbl agree on the legal modifier token delimiters p=dainis_jonitis@swh-t.lv r=bz sr=me
2005-09-02 15:54:27 +00:00
joshmoz%gmail.com
c934a93e53
Fix crash in nsFilePicker.cpp when too many file filters are used. Patch by Shane Caraveo from ActiveState. b=306351 r=josh sr=smfr
2005-09-01 19:16:33 +00:00
neil%parkwaycc.co.uk
6c1a3f40d7
Bug 269568 Prevent crash by starting drag session before firing drag enter event patch also seems to fix a couple of my other drag-and-drop issues r+sr=bryner
2005-08-31 22:56:37 +00:00
roc+%cs.cmu.edu
38e777c0c6
Bug 297508. Allow native theme drawing to overflow the frame bounds in a reliable way by setting the frame's overflow area. Use this to work around drawing errors in some GTK2 themes. r=bryner,sr=blizzard
2005-08-31 21:00:52 +00:00
dougt%meer.net
f424cd58e3
This patch does the following:
...
* Removes #ifndef WINCE around the OleRegisterMgr. I have implemented the
required OLE functions in the windows ce shunt layer.
* In nsWindow::InitEvent, i moved code from outside of the if-statement as it
was only being used within the true block.
* In nsWindow::EventIsInsideWindow, we need to treat Activation events are
non-fatal. That is to say, if a popup window gets an activation event, it
shouldn't cause the popup to go away on windows ce.
* Removing the #ifndef WINCE around the dialog code. Now eWindowType_dialog
really will get you a dialog just like on Windows.
* I have stubbed out MA_* defines in the WinCE shunt layer. This allowed us
to remove the #ifdef in nsWindow::ProcessMessage.
Window CE only. r/sr=dveditz. b=297683
2005-08-31 20:23:09 +00:00
ginn.chen%sun.com
c7de449b0d
Bug 287523 insensitive check/radio buttons can't be distinguished in some themes r+sr=bryner
2005-08-31 03:26:06 +00:00
pavlov%pavlov.net
2e781f3780
these files got put here by accident. removing them.
2005-08-30 23:40:30 +00:00
mats.palmgren%bredband.net
994a1d9993
Move nsBaseDragService::GetFrameFromNode() to Mac widget code (only consumer); clean it up a bit. b=299084 r+sr=roc
2005-08-29 04:16:48 +00:00
cls%seawood.org
cf8a7c4a80
Fix mingw bustage
...
Thanks to Eli Friedman <sharparrow1@yahoo.com> for the patch.
Bug #305708 r/sr=roc
2005-08-28 18:42:57 +00:00
dbaron%dbaron.org
4bfbc0e688
Back out most of the rest of bug 304462.
2005-08-28 16:45:39 +00:00
dbaron%dbaron.org
51f5f4e843
Give popup blocked events a message constant. b=304462 r+sr=bryner
2005-08-26 21:38:38 +00:00
zack%kde.org
d014afa85c
style fix and removing useless header
2005-08-25 23:05:31 +00:00
zack%kde.org
3baa6d2d12
fixing the toolbar issue. All the credit goes to biesi (he provided
...
the testcase for it)
2005-08-25 23:05:30 +00:00
zack%kde.org
065f8ada5c
Qt Mozilla port. For now the best way to start playing with it is the
...
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
2005-08-25 23:05:29 +00:00
jwatt%jwatt.org
597ff4f826
Fixing bug 302103. Implement SVG events. r=tor@acm.org, sr=jst@mozilla.org
2005-08-25 21:31:09 +00:00
roc+%cs.cmu.edu
9ada78a761
Bug 246560. Tweak event masks to get some plugins (acroread5/7, xpdf) working. rubberstamp r+sr=brendan. Still considering whether this is the right thing.
2005-08-24 21:58:52 +00:00
smfr%smfr.org
18b33b9e4d
Followup for bug 168378: make sure it builds.
2005-08-24 04:38:10 +00:00
smfr%smfr.org
f1b2f44349
Fix bug 168378: make sure that we correctly set up the event coordinates in drop events. Camino only, r/sr=me
2005-08-24 04:34:14 +00:00
smfr%smfr.org
8461976c05
Oops, removing unwanted line from previous checkin.
2005-08-23 22:07:06 +00:00
smfr%smfr.org
4eed58ae3d
Fix bug 305662: Camino regressed to non-native form controls because cocoa widget was ignored when moving nsNativeTheme to widget. r/sr=roc
2005-08-23 22:06:30 +00:00
masayuki%d-toybox.com
56f86eaf22
Bug 276727 Implement disable/enable IME API r=roc, timeless, pinkerton, amardare and katakai, sr=roc
2005-08-23 14:32:09 +00:00
roc+%cs.cmu.edu
31124c236b
Bug 296036. Remove the very poorly specified (and redundant) field 'point' of nsEvent. r+sr=roc, patch by Eli Friedman
2005-08-23 03:57:07 +00:00