Commit Graph

492 Commits

Author SHA1 Message Date
smichaud@pobox.com
6d86e37dc1 Fix multiple focus bugs. b=403232 r=joshmoz sr=roc 2007-12-18 16:35:14 -08:00
vladimir@pobox.com
1f7f3e59ed b=406458; code cleanup: add new ThebesContext() call as opposed to NATIVE_THEBES_CONTEXT hackery, r=stuart 2007-12-18 15:01:15 -08:00
maxf@magma.ca
49eda3bf0d See bugzilla bug 280725. Changes were made to the xremote mechanism to move it out of the os-specific widget code and into the more generic command line code in the toolkit. This bug implements the corresponding changes for the QNX Neutrino Mozilla based browser: 1) The xremote related code is removed from widget/src/photon/. 2) The nsPhMozRemoteHelper.* source files removed in step 1 are renamed to nsPhRemoteService.* and modified to work under toolkit/components/remote/. 3) Finally the photon specific code in widget/src/xremoteclient is modified so that the mozilla-xremote-client utility works as it did before. These changes are all Neutrino-only and should not affect any other platform, and in theory cannot bust any Tinderbox builds. p=407800 r=bsmedberg 2007-12-18 14:00:51 -08:00
reed@reedloden.com
6bcdccdb1a Back out patch by Ian Spence in bug 407069 due to regressions. 2007-12-17 21:45:24 -08:00
reed@reedloden.com
64c4b90d72 Bug 406407 - "Accelerators for textEdit should not be affected by keyboard group/level" [p=lolkaantimat@gmail.com (Evgeniy Ivanov) r+sr=roc a1.9=damons] 2007-12-17 21:41:56 -08:00
reed@reedloden.com
5dd645565e Bug 408705 - "Default buttons should be painted as such" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=beltzner] 2007-12-17 21:29:27 -08:00
joshmoz@gmail.com
1a765a6961 fix multiple bugs related to mouse event handling. b=407876, 396952, 408319 r=smichaud sr=roc 2007-12-17 20:44:30 -08:00
mozilla@weilbacher.org
22a6a163bb [OS/2] Bug 368864: try to make menu selection visible on Warp3, r=mkaply 2007-12-14 12:30:02 -08:00
reed@reedloden.com
874a80563f Back out patch from bug 406047, as it is causing orange on Linux and Tp regression on Mac. 2007-12-14 00:55:08 -08:00
reed@reedloden.com
d774c0ef72 Bug 316748 - "[RTL] [GTK] dropdown arrow is on the wrong side" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep] 2007-12-13 23:26:03 -08:00
reed@reedloden.com
7ef5d7c383 Bug 406407 - "Accelerators for textEdit should not be affected by keyboard group/level" [p=lolkaantimat@gmail.com (Evgeniy Ivanov) r+sr=roc a1.9=stuart] 2007-12-13 23:20:32 -08:00
reed@reedloden.com
08dd83d014 Bug 408023 - "The indicator doesn't look disabled in a disabled check menu item" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2007-12-13 23:02:05 -08:00
reed@reedloden.com
b5b5ae9810 Bug 407982 - "More events should walk the Gdk tree instead of being dropped" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2007-12-13 23:00:44 -08:00
cbarrett@mozilla.com
ee1f94a08f Bug 407063 - Bottom border of title bar on Leopard does not dim properly. r=joshmoz, sr=roc. 2007-12-11 11:52:26 -08:00
reed@reedloden.com
029e5b4292 Bug 118299 - "NS_THEME_RESIZER implementation (GTK)" (use window manager's resize and support it in gtk2) [p=ian@mckellar.org (Ian McKellar) r+sr=roc a1.9=mconnor] 2007-12-11 02:08:35 -08:00
reed@reedloden.com
98371122a6 Bug 407069 - "GTK Menus ignore native vertical padding" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=beltzner] 2007-12-11 01:19:52 -08:00
reed@reedloden.com
bc725fc31c Bug 406676 - "GTK Menu Separator is not painted natively" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=beltzner] 2007-12-11 01:09:09 -08:00
reed@reedloden.com
c78b6908ce Bug 386687 - "mouse wheel events propagated from plugin windows are dropped and so do not scroll" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=damons] 2007-12-11 00:49:46 -08:00
reed@reedloden.com
c79de8eb98 Bug 21747 - "Implement backend for cmd_copyImageContents" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner] 2007-12-11 00:42:30 -08:00
mark@moxienet.com
867dfb80ed 407535 Compilation with Apple gcc 4.2 fails with: nsMenuBarX.h:134: error: extra qualification 'nsMenuBarX::' on member 'CreateNativeAppMenuItem' and other extra qualification errors. Remove redundant qualifications. Patch by Simon Howes <simon.bugzilla@googlemail.com>. r=me sr=roc a/1.9=mtschrep 2007-12-10 19:44:51 -08:00
joshmoz@gmail.com
794a5410b7 Only send a synthetic mouse down on mouse up when there is a rollup widget. Stops windows from getting incorrectly raised on mouse up. b=407310 r=smichaud sr=roc 2007-12-10 15:22:31 -08:00
dholbert@cs.stanford.edu
d5d4ab9daa Bug 403887: disable broken window-resizer on GTK. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r+sr=roc, a=dsicore 2007-12-06 13:47:35 -08:00
joshmoz@gmail.com
38d4c44eec Mouse move events can be double processed, causes menu flicker and other issues. b=406362 r=smichaud sr=roc 2007-12-05 15:17:08 -08:00
joshmoz@gmail.com
db99b9e5d9 back out 376077, too problematic for beta 2. 2007-12-05 13:19:07 -08:00
joshmoz@gmail.com
704924cfd4 Closing a child window can hide its parent incorrectly. "Clicking Done in toolbar customization panel hides parent window". Original patch by Neil Deakin, updated by Josh Aas. b=406342 r=Enn r=josh sr=vlad 2007-12-05 11:19:08 -08:00
mkaply@us.ibm.com
39d9cbbab4 OS/2 build bustage - bug 406956 2007-12-05 04:55:31 -08:00
reed@reedloden.com
a3ee1cccb3 Bug 404816 - "Visual bug in list view header" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=damons] 2007-12-04 17:09:29 -08:00
joshmoz@gmail.com
9bd7cea3bd if we send a gecko event into gecko from performKeyEvent, assume it was handled despite any return value. b=376077 r=masayuki sr=roc 2007-12-04 16:08:33 -08:00
joshmoz@gmail.com
aac8fc9f43 init mIgnoreDoCommand, part of 358379, r=cbarrett sr=roc 2007-12-04 16:05:07 -08:00
gijskruitbosch@gmail.com
d104564b21 Commenting out test due to spurious centos failure 2007-12-04 14:24:35 -08:00
martijn.martijn@gmail.com
b0f0adb6bf Bug 398342 - Print Preview says An unknown error occurred while printing. when there's no printer installed, r=mats.palmgren, sr=roc, a=mtschrep 2007-12-04 07:56:17 -08:00
reed@reedloden.com
1a3396c0ad Bug 404498 - "Improve GTK look of menu selection" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=schrep] 2007-12-03 22:28:34 -08:00
joshmoz@gmail.com
fd8bb8f823 don't call RemoveAll when responding to DOM label change for a submenu in Cocoa menu code. b=406631 r=cbarrett sr=roc a=schrep 2007-12-03 22:10:51 -08:00
joshmoz@gmail.com
aba0e4cbc3 Set menu object title to the same thing as it's parent menu item title because it turns out in some cases the menu's title itself does matter. Patch by Colin Barrett. b=405674 r=josh sr=roc 2007-12-03 20:24:52 -08:00
cbarrett@mozilla.com
988a73577d Bug 404096 - For windows that don't have @titlebarcolor, draw titlebar background state if needed. r=josh, sr=roc. 2007-12-03 10:48:24 -08:00
enndeakin@sympatico.ca
0414ebb213 Bug 401627, better way of handling click to close menu so that it doesn't reopen the menu again, r+sr=roc 2007-12-03 08:33:42 -08:00
joshmoz@gmail.com
2f80c68f13 Don't allow really big windows to freeze the system. Patch by Stan Shebs. b=398336 r=josh sr=roc 2007-12-03 08:25:36 -08:00
enndeakin@sympatico.ca
184ef14eca Bug 405899, autoscroll causes window to close, r+sr=roc 2007-12-03 06:32:26 -08:00
reed@reedloden.com
f786e11862 Bug 404751 - "Change menu spacing to match native GTK apps" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2007-12-03 01:16:15 -08:00
reed@reedloden.com
97d54f7b27 Bug 404514 - "Native GTK active button look" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep] 2007-12-03 01:14:18 -08:00
reed@reedloden.com
612b8ed335 Bug 406075 - "Firefox does not use native toolbar separator" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=schrep] 2007-12-03 01:13:29 -08:00
cbarrett@mozilla.com
3370d6c2a7 Bug 402627 - Squelch warning about calling SetTitlebarColor on the hidden window. r=josh sr=roc a1.9=dsicore. 2007-11-30 11:18:01 -08:00
reed@reedloden.com
2695b6afe8 Bug 404495 - "Native GTK style for menu checkboxes" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner] 2007-11-28 14:46:14 -08:00
reed@reedloden.com
6796ca89d1 Bug 404493 - "Native GTK style for arrows" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner] 2007-11-28 14:45:21 -08:00
reed@reedloden.com
1ef8699f72 405259 - "Compile error in nsNativeThemeWin.cpp with MingW GCC" [p=jfwfreo@tpgi.com.au r+sr=roc a1.9=beltzner] 2007-11-28 14:37:40 -08:00
enndeakin@sympatico.ca
4e6ed3e728 Bug 395334, allow noautohide panels to have a parent so they that float and move with their parent, also fixes bug 395123, r=josh,roc,sr=roc 2007-11-28 12:18:11 -08:00
joshmoz@gmail.com
d8587d42b6 check to see if our widget got destroyed after a couple of gecko events get sent in our mouse moved handler. b=405606 r=smorgan sr=roc 2007-11-28 10:49:55 -08:00
vladimir@pobox.com
83af0dfc4c b=355177, window.resizeTo behaviour changed with cocoa widgets (flicker when resizing windows); r=josh,sr=stuart 2007-11-26 16:24:13 -08:00
joshmoz@gmail.com
04a1cea6b5 Clicking on submenu item in bookmarks toolbar shouldn't cause submenu to go away. b=402926 r=smichaud sr=roc 2007-11-26 15:19:04 -08:00
joshmoz@gmail.com
cb9608ac86 fix various bugs with cocoa key handling. b=404632 r=masayuki sr=roc 2007-11-26 10:09:38 -08:00