Commit Graph

6295 Commits

Author SHA1 Message Date
joshmoz@gmail.com
e9322fe62a Rework the way we handle mouse move events targeted at popup windows. This behavior is more correct (mimics gtk2) and the impl is cleaner. Fixes bugs 376811, 371405, 354768, 377105, and probably 378316. r=cbarrett sr=sicking 2007-04-24 12:02:31 -07:00
benjamin@smedbergs.us
2e25a321f8 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
joshmoz@gmail.com
f9d668d308 get rid of the rest of PR_Malloc and PR_Free usage from cocoa widgets. Who knows why using it here doesn't cause a linking problem but using it in the menu code does... followup, b=363574 2007-04-22 22:33:57 -07:00
joshmoz@gmail.com
7c587d0302 try to fix seamonkey orange, will hopefully revert this change when we figure out what is going on. 2007-04-22 18:35:48 -07:00
enndeakin@sympatico.ca
2012087fb2 Bug 375681, fix bustage on os2, patch by Walter Meinl, r=kaply 2007-04-22 10:47:28 -07:00
joshmoz@gmail.com
b2c4a3679b add the ability to show icons in native menus under cocoa widgets. b=363574 r=mento sr=pav 2007-04-21 18:42:17 -07:00
masayuki@d-toybox.com
d697387605 Bug 376093 When writing in Korean, one has to press enter two times to break the line r=josh, sr=stuart 2007-04-21 17:37:27 -07:00
joshmoz@gmail.com
d6f86ad3bf Ctrl-click doesn't select tree items before triggering context menu. fix that. b=368397 r=cbarrett sr=pav 2007-04-19 13:18:46 -07:00
joshmoz@gmail.com
64e6f0d1ce followup for bug 376109, fix compile of mac carbon code. r=me, dead code. 2007-04-18 09:50:21 -07:00
joshmoz@gmail.com
b469d60c85 remove unnecessary semicolon in method impl signature. no bug. 2007-04-17 15:32:40 -07:00
joshmoz@gmail.com
ae4d5e1770 use the Cocoa method for hiding cursor, not Quickdraw. b=377807 r=cbarrett sr=pav 2007-04-17 14:41:31 -07:00
dbaron@dbaron.org
10314006af Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg 2007-04-15 15:22:58 -07:00
masayuki@d-toybox.com
9737b98f68 Bug 358899 [Cocoa] Improve nsIKBStateControl implementation r=josh+ere+masaki.katakai+roc, sr=roc 2007-04-15 06:43:55 -07:00
enndeakin@sympatico.ca
8b6667e253 Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc 2007-04-11 21:37:39 -07:00
mozilla.mano@sent.com
4fb830fb09 Bug 377181 - 'Jump to here' system preference is not followed by (new) non-native scrollbars. r-cbarrett, sr=roc. 2007-04-11 17:36:40 -07:00
joshmoz@gmail.com
de74587135 add NS_VK_HELP to GUI event macros. no bug. r/sr=pav 2007-04-11 16:44:19 -07:00
marco@gnome.org
84266dc3d0 #376777 Only set text/uri-list from x-moz-url when no uri-list has beenexplicitly set. Patch by Tomeu Vizoso.r=roc sr=roc 2007-04-11 02:06:02 -07:00
joshmoz@gmail.com
a96b0154ec Draw native scrollbars using nsITheme on Mac OS X. Don't use a cocoa control. Fixes a whole host of clipping and visibility bugs and bugs 339447, 369293, 370439. r=josh sr=roc 2007-04-10 17:25:11 -07:00
joshmoz@gmail.com
646aacbd98 re-work the way we send NS_MOUSE_ENTER and NS_MOUSE_EXIT events to be more robust, don't drop events, and always order events correctly. This fixes 355102 and 332138 for sure, and probably fixes most of 354768 and 357253. The latter two bugs can sometimes have other causes as well. r=shebs sr=pav 2007-04-10 13:07:49 -07:00
enndeakin@sympatico.ca
161a0520b6 Bug 372047, support reversing scale widget,r=neil,josh 2007-04-09 15:59:42 -07:00
enndeakin@sympatico.ca
45f7765a85 Bug 372047, support reverse direction scales, r=neil,josh 2007-04-09 15:39:57 -07:00
enndeakin@sympatico.ca
0ff9439b71 Bug 376245, follow up which removes the scaling as the units for nsIImage:Draw are pixels, r+sr=roc 2007-04-06 04:40:58 -07:00
joshmoz@gmail.com
675b04d082 some cocoa widget cleanup. no bug. r=cbarrett sr=pav 2007-04-05 17:26:53 -07:00
joshmoz@gmail.com
db04886459 fix hang on page with five or more Flash objects. patch by Steven Michaud. r=josh r=mento sr=pav 2007-04-05 17:16:07 -07:00
joshmoz@gmail.com
087aa65283 add native resize animation support to nsIDOMChromeWindow. b=347452 r=mento r=jst sr=pav 2007-04-05 17:11:41 -07:00
enndeakin@sympatico.ca
1425aecc37 Bug 376245, custom drag images not drawn properly, r+sr=roc 2007-04-04 05:46:36 -07:00
surkov.alexander@gmail.com
2ebd95ae97 Bustage fix for bug 374790 2007-04-04 02:00:47 -07:00
vladimir@pobox.com
8ec66d82be b=374462, update cairo to 1.4.2, r=stuart 2007-04-03 18:09:15 -07:00
joshmoz@gmail.com
6186a9702c srcdir build bustage fix from bug 349618. r=mento 2007-04-03 15:19:48 -07:00
joshmoz@gmail.com
8949ad1c8e Package cursor images correctly on Mac OS X so that all CSS cursor values work. b=349618 r=smorgan sr=bsmedberg 2007-04-03 13:19:36 -07:00
roc+@cs.cmu.edu
f8f42fffb6 Bug 368016. Don't XFlush() in SetCursor(), it's slow and can be called often. r=caillon 2007-04-02 20:21:39 -07:00
vladimir@pobox.com
b7dff3361d b=374262, fix win32 chromeless window opacity, r=stuart 2007-04-02 11:53:43 -07:00
philringnalda@gmail.com
0663f2d991 Bug 367658 - implement nsIIdleService on OS X, patch by Shawn Wilsher <comrade693+bmo@gmail.com>, r=josh, sr=pink 2007-03-31 18:51:18 -07:00
bugzilla@standard8.demon.co.uk
81665583cd Bug 373420 Uppercase the VK_* bits for consistency with the rest of the codebase (Fv1 /widget) comment only change p=Serge Gautherie <sgautherie.bz@free.fr>,r=joshmoz 2007-03-31 01:18:09 -07:00
joshmoz@gmail.com
800a0389c0 remove app-specific code from tier-9 code. add a pref to handle native popup windows on Mac OS X instead. b=323062 r=smorgan sr=bsmedberg 2007-03-30 12:51:51 -07:00
Olli.Pettay@helsinki.fi
959c2ec0d0 Bug 375687, nsBaseDragService::GetPresShellForContent leaks r=enndeakin,sr=roc 2007-03-28 14:18:11 -07:00
joshmoz@gmail.com
79734f63d4 Followup for bug 369767. Remove old workaround for the bug in our menu overlay, hide about menu item separator like we do for prefs and quit. b=369767 r=mano 2007-03-27 22:10:53 -07:00
joshmoz@gmail.com
0e455e9143 Fix Mac OS X printing, don't just print blank pages. Patch by Stuart Parmenter. b=368933 r=josh sr=pav 2007-03-27 22:04:28 -07:00
joshmoz@gmail.com
e8ed703c84 Make the "About" menu item in the Mac OS X application menu work like the Prefs and Quit menu item. Fixes non-functional about menu item in Venkman. b=369767 r=smorgan sr=pinkerton 2007-03-27 15:40:27 -07:00
dbaron@dbaron.org
85eb65ced4 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 08:33:38 -07:00
joshmoz@gmail.com
094f428519 Implement CoreGraphics NPAPI Drawing Model. NPAPI plugins now have the option to render using CoreGraphics instead of Quickdraw. b=344427 r=sfraser sr=jst 2007-03-26 18:07:57 -07:00
enndeakin@sympatico.ca
d8627a0a9d Bug 374832, lower opacity on drag images, Bug 375038, dragging doesn't work on blocks inside inlines, r+sr=roc 2007-03-25 20:27:53 -07:00
joshmoz@gmail.com
e660d48ecc allow DOM to unhide menus and menu items whether or not their initial state is hidden. fixes bidi menu items. b=364994 r=mano sr=roc 2007-03-22 17:57:45 -07:00
joshmoz@gmail.com
500c06e1d0 fix crash, suspend native events when instantiating plugins. patch by Steven Michaud. b=345627 r=josh sr=roc 2007-03-22 16:04:51 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00