Commit Graph

6735 Commits

Author SHA1 Message Date
mark%moxienet.com
e1a6e25275 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
10e28f98ab 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
fda95dd5cf 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
127b2f38f1 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
0e9399d843 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
b3067884a8 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
1d9a7fe2d8 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
b7f0d3876c 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
44ab268ff3 these files got put here by accident. removing them. 2005-08-30 23:40:30 +00:00
mats.palmgren%bredband.net
06566eee67 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
6ff12c1cf3 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
9bc4f35244 Back out most of the rest of bug 304462. 2005-08-28 16:45:39 +00:00
dbaron%dbaron.org
f7622a3b1c Give popup blocked events a message constant. b=304462 r+sr=bryner 2005-08-26 21:38:38 +00:00
zack%kde.org
fec8e10456 style fix and removing useless header 2005-08-25 23:05:31 +00:00
zack%kde.org
e9694b539b 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
7cfd1cb2e3 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
59e42c6cd2 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
6a15d0a539 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
e20adc4401 Followup for bug 168378: make sure it builds. 2005-08-24 04:38:10 +00:00
smfr%smfr.org
aec59a3580 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
8c8dae0f6d Oops, removing unwanted line from previous checkin. 2005-08-23 22:07:06 +00:00
smfr%smfr.org
3d69ed6687 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
5b6275e573 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
6377fe1d40 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
pavlov%pavlov.net
bfdd80a04c include nsIDrawingSurfaceMac 2005-08-23 02:55:10 +00:00
pavlov%pavlov.net
37b1e11b1f QI to nsIDrawingSurfaceMac instead of just casting 2005-08-23 02:54:35 +00:00
pavlov%pavlov.net
33668f32b2 cry harder, gtk1 2005-08-23 02:48:17 +00:00
pavlov%pavlov.net
0cbf83b279 fix burning 2005-08-23 02:36:33 +00:00
pavlov%pavlov.net
9d85e378b2 moving native theme stuff to widget (bug 305291) and landing the remaining thebes gfx changes (bug 305538). r=vlad sr=roc 2005-08-23 02:11:54 +00:00
bzbarsky%mit.edu
0d6a610963 Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param.  Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-08-22 22:24:29 +00:00
emaijala%kolumbus.fi
af53009fd0 Fix for bug 297563: Transparency doesn't seem to work in 16bit color depth
patch by Dainis Jonitis
r=emaijala
sr=roc
2005-08-22 15:17:53 +00:00
emaijala%kolumbus.fi
41bb85f656 Fix for bug 304955: Crash when scrolling through page [@ nsWindow::GetTopLevelWindow]
r+sr=roc
2005-08-22 04:18:47 +00:00
cbiesinger%web.de
d12ec873bf bug 302821 correctly match LockLooper/UnlockLooper calls
patch by Doug Shelton <doug@sheltonfamily.org> r=tqh a=cbeard
2005-08-21 19:42:41 +00:00
zack%kde.org
f102909dcb style fix and removing useless header 2005-08-20 07:14:33 +00:00
mozilla.mano%sent.com
5fd382e8ca Bug 301688 - [Mac] Disabled buttons shoud never have a 'default button' look&feel. r=josh, sr=smfr, a=bsmedberg. 2005-08-20 07:14:32 +00:00
zack%kde.org
dac784b5f8 fixing the toolbar issue. All the credit goes to biesi (he provided
the testcase for it)
2005-08-20 07:14:31 +00:00
zack%kde.org
ef9d29ba5a 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-20 07:14:30 +00:00
mconnor%steelgryphon.com
e9e6b26374 bug 255947 - missing borders for the progress bar in with native classic widget on windows, patch by Mathieu Pellerin <nirvn.asia@gmail.com>, r+sr=roc, a=shaver 2005-08-20 07:14:29 +00:00
mozilla.mano%sent.com
07c00856cd Bug 203734 - enable focus ring on push buttons in 10.4 (Tiger) and above. r=jhpedemonte sr=smfr a=asa 2005-08-20 07:14:28 +00:00
dougt%meer.net
9cfc34aae4 Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa. 2005-08-20 07:14:27 +00:00
cbiesinger%web.de
5547496844 Bug 176177 use the correct flag for buttons that are checked
patch by Son Le <son.le0@gmail.com> r=emaijala sr=bz
2005-08-20 07:14:26 +00:00
mozilla.mano%sent.com
6d45bd865c Bug 265282 - Unsorted tree columns are drawn as sorted columns. r=jhpedemonte sr=neil 2005-08-20 07:14:25 +00:00
mozilla.mano%sent.com
1886ce6a57 Bug 118025 - nsITheme menupopup/menuitem implementations (Mac). r=pinkerton sr=smfr (for gfx) r=kmgerich (for pinstripe) 2005-08-20 07:14:24 +00:00
aaronleventhal%moonset.net
12f08c25eb Bug 303404. Crash when hitting escape in context menu for a menu item. r=dbaron, sr=neil 2005-08-20 07:14:23 +00:00
caillon%redhat.com
fc06b4aa18 Null out static variables after we destroy the widgets to avoid crashing.
Bug 244549.  GTK2 patch by Pete Zha, GTK1 patch by Ben Bucksch.
r=caillon, sr=blizzard.
2005-08-20 07:14:22 +00:00
ginn.chen%sun.com
3ec08a8566 Bug 174740 Black checkboxes in menus (e.g. View->Toolbars->Navigation Bar)
r=robin.lu sr=bryner
2005-08-20 07:14:21 +00:00
bzbarsky%mit.edu
87e41849db Fix horizontal scrollbar rendering with GTK theming when steppers are not
square.  Bug 258758, patch by Benjamin Leviant <benjamin@ethium.net>,
r+sr=bryner
2005-08-20 07:14:20 +00:00
dougt%meer.net
eaa7aebde1 bug 281948. WinCE changes to GFX and Widget. r=ere, sr=darin 2005-08-20 07:14:19 +00:00
smfr%smfr.org
e32f99a3b5 Fix bug 279510: remove all the pre-Carbon code and TARGET_CARBON #idfefs from gfx. Patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net>, r=pink, sr=me 2005-08-20 07:14:18 +00:00
dbaron%dbaron.org
eb52d978b9 Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2005-08-20 07:14:17 +00:00