7942 Commits

Author SHA1 Message Date
mozilla.mano%sent.com
425b7c9aef Bug 364661 - [cocoa] nsDragService::IsDataFlavorSupported should not throw for unsupported data flavors. r=josh, sr=pink. 2006-12-23 20:09:43 +00:00
gijskruitbosch%gmail.com
5cb6806ff0 Bug 361781 - nsIDomInternalWindow::GetAttention on GTK2 doesn't behave "right" in all cases. (Second try)
r+sr=roc@ocallahan.org (Robert O'Callahan)
2006-12-20 09:05:19 +00:00
joshmoz%gmail.com
f6b613b4e7 remove unused quickdraw code. b=364415 r=cl 2006-12-20 03:41:43 +00:00
joshmoz%gmail.com
c3f68dbe1c nsChildView comment, whitespace, and includes cleanup, no actual code changes. makes the file much easier to read. r=smorgan 2006-12-20 02:13:57 +00:00
bzbarsky%mit.edu
72054faca4 Remove the GetScrollBarDimensions API from device contexts. Bug 364345, r+sr=roc 2006-12-20 02:04:00 +00:00
joshmoz%gmail.com
06a47aa4d6 followup to menubarless dialog fix. sometimes during startup it is normal to not have a native application menu yet. b=355138 2006-12-19 22:54:14 +00:00
joshmoz%gmail.com
ffc51bbca3 Remove non-cairo gfx support from cocoa widgets. This isn't going to work soon anyway, camino can't build without cairo already, and it is a lot of clutter. Carbon widgets will still build with non-cairo gfx. b=364379 r=smorgan r=mento sr=pinkerton 2006-12-19 20:47:53 +00:00
joshmoz%gmail.com
a02ce87de5 fix menu bar for menubarless dialogs. b=355138 r=hwaara r=mento sr=pinkerton 2006-12-19 19:26:41 +00:00
gijskruitbosch%gmail.com
68f1cf3bb8 Bug 361781 - Backing out due to orange on older boxes. 2006-12-19 12:07:10 +00:00
gijskruitbosch%gmail.com
2fe5c58d8a Bug 361781 - try nullchecking lib to fix orange. 2006-12-19 11:46:37 +00:00
gijskruitbosch%gmail.com
5ef1e33b1b Bug 361781 - nsIDomInternalWindow::GetAttention on GTK2 behaves non-optimal
r+sr=roc@ocallahan.org (Robert O'Callahan, Novell)
2006-12-19 11:01:12 +00:00
mozilla.mano%sent.com
d3f1ffa62a Bug 362578 - 'autocheck' doesn't work in cocoa widget menus. r=josh, sr=pinkerton. 2006-12-18 20:14:47 +00:00
joshmoz%gmail.com
2ae672b230 don't use quartz/qd font prefs under cairo. b=363501 r=mento r=smorgan 2006-12-18 19:50:14 +00:00
joshmoz%gmail.com
d43630ba4c remove unused code from cocoa cursor code. b=363629 r=cbarrett r=smorgan 2006-12-15 17:32:16 +00:00
hwaara%gmail.com
c23c2de4e3 Make sure disabled buttons never get the default button look. r=josh, sr=pavlov, b=362820 2006-12-13 21:37:34 +00:00
mozilla.mano%sent.com
23ec0eb290 Bug 360211 - text fields are transparent in cocoa-cairo builds. r=josh, sr=pavlov. 2006-12-13 21:13:42 +00:00
mozilla%weilbacher.org
b9522fa7ee [OS/2] Bug 358296: fix crash when closing filepicker with the system menu, r=mkaply 2006-12-12 22:24:52 +00:00
joshmoz%gmail.com
196aba5515 When a top-level window's parent is destroyed, the parent should set the parent pointer on its children to null. We do this in the other Mac nsIWidget impls, someone just forgot to do it in cocoa top-level windows. b=362952 r=mano r=smorgan 2006-12-12 18:55:24 +00:00
joshmoz%gmail.com
6fc4e63f30 different approach for fixing 363002. b=363002 r=mento 2006-12-11 21:40:32 +00:00
gerv%gerv.net
caae487a24 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-12-11 09:45:41 +00:00
joshmoz%gmail.com
d90417e60a Some keys like arrow keys send double command events to NSView's performKeyEquivalent:, one for key up and one for key down. This doesn't make sense for us, so only handle key down command events. b=363005 r=cbarrett r=froodian r=cl 2006-12-11 05:31:33 +00:00
kjh-5727%comcast.net
8ef6d01e4d Bug 360485 - Factor out nsIDeviceContextSpecFactory. Part B: deleted files. r=pavlov, sr=roc. 2006-12-10 13:02:12 +00:00
kjh-5727%comcast.net
c4eea82d93 Bug 360485 - OS/2 build bustage fix. Patch by Andy Williams <abwillis1@gmail.com>. 2006-12-10 12:47:13 +00:00
mozilla%weilbacher.org
4deb44606c [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 1, changes to OS/2 only core code. r=abwillis1, sr=mkaply 2006-12-10 08:53:03 +00:00
kjh-5727%comcast.net
5f49ed61b9 Bug 360485 - Factor out nsIDeviceContextSpecFactory. Part 1: changed files. r=pavlov, sr=roc. 2006-12-09 17:18:56 +00:00
joshmoz%gmail.com
ce3bf498d2 merge nsToolkit and nsToolkitBase in cocoa widgets. b=363117 r=mento sr=pinkerton 2006-12-08 08:29:46 +00:00
mats.palmgren%bredband.net
04d6967c4d Syncing with branch fix for bug 363054: Ctrl-Shift Keyboard Shortcuts broken (linux). r=zeniko sr=pavlov 2006-12-08 03:18:29 +00:00
joshmoz%gmail.com
b37262ebab don't include nsMimeMapper.h in the cocoa drag service, it is unused and causes problems compiling trunk on 10.5. r=mento 2006-12-07 19:16:08 +00:00
smontagu%smontagu.org
cc5c4bf596 Compiler bustage fix 2006-12-07 05:10:12 +00:00
joshmoz%gmail.com
ac7175d07b copy nsLookAndFeel to cocoa dir so we don't depend on widget/mac, we can use cocoa, and our impl can diverge from mac widgets. remove cocoa ifdefs, de-tab files. b=362999 r=smorgan sr=pinkerton 2006-12-06 22:31:17 +00:00
mnyromyr%tprac.de
8bace7602b Bug 351108: Tooltips in OS X need to not be banana-yellow; p=<stefanh@bluebottle.com>, r=josh, sr=pinkerton - "too....much....free....time..." 2006-12-06 22:19:45 +00:00
smontagu%smontagu.org
abc8374f34 Make alert notifications popup over the left end of the taskbar on right-to-left desktops. Bug 132733, r=ere, sr=neil 2006-12-06 20:52:09 +00:00
joshmoz%gmail.com
eb8ce31513 fix "Some Cmd+Shift+letter shortcuts are broken". This is a big step towards fixing menuless dialogs as well. b=355817 r=mento sr=pinkerton 2006-12-06 17:04:13 +00:00
mkaply%us.ibm.com
a5088e17e2 OS/2build break 2006-12-06 16:14:41 +00:00
joshmoz%gmail.com
82e851b011 (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_3) is never true any more on trunk. r=smorgan 2006-12-06 00:14:47 +00:00
joshmoz%gmail.com
9b79590b09 Treat control-click on mac as a right click. b=362812 r=mano sr=pink 2006-12-05 18:38:17 +00:00
mats.palmgren%bredband.net
0ed0241be0 Fix regression from bug 286622. r=cbiesinger sr=dveditz 2006-12-04 23:47:34 +00:00
emaijala%kolumbus.fi
ae0091f3b4 Fix for bug 362162: copy image to other app and crash on exit
r+sr=pavlov
2006-12-03 10:10:30 +00:00
stuart.morgan%alumni.case.edu
3cd18026cf Bug 362488: Copied images are byte-swapped on Intel. r=josh 2006-12-02 04:54:26 +00:00
Olli.Pettay%helsinki.fi
268521297c Trying to fix Thunderbird bustage, Bug 360731 2006-12-01 14:40:05 +00:00
Olli.Pettay%helsinki.fi
5c3a11f4f4 Bug 360731, Back and Forward buttons on mouse no longer work, also Bug 330938, r=emaijala, sr=roc 2006-12-01 11:09:53 +00:00
joshmoz%gmail.com
1b93ffb172 fix submenus in context menus on mac os x. b=350165 r=smorgan sr=pav 2006-11-30 05:39:40 +00:00
pavlov%pavlov.net
105a014990 fixing linux printing bustage 2006-11-30 02:12:03 +00:00
pavlov%pavlov.net
c3a0763e5f don't implement nsIPrintingContext in cairo builds 2006-11-30 01:57:15 +00:00
pavlov%pavlov.net
9c613f0e7a missed file 2006-11-30 00:04:33 +00:00
pavlov%pavlov.net
f0eb225e80 printing on linux bug 323928. r=vlad 2006-11-29 23:40:16 +00:00
joshmoz%gmail.com
c7d84bb473 crashes clicking on menubar while popup displayed (OS X 10.3 only) [@ FadeMenuWindows]. cocoa widgets fix. b=351230 r=mento 2006-11-29 23:06:11 +00:00
joshmoz%gmail.com
941bfa8e75 Fix tabs on Mac OS X 10.3 under cairo.
Fix things so we don't depend on including local system headers. We should never do that because we should be using only sdk headers.

Remove a bunch of camino-specific hacks so they could compile. Everything should work for Camino now.

b=362014 r=smorgan sr=pinkerton
2006-11-28 23:07:13 +00:00
pavlov%pavlov.net
21165fdebb cocoa-cairo printing. bug 359124. r=vlad 2006-11-28 21:10:05 +00:00
mats.palmgren%bredband.net
b0a2cbb089 Use the unshifted charCode when the Shift key and other modifiers are down (for accesskey handling). b=351310 r=zeniko sr=pavlov 2006-11-28 11:58:29 +00:00