Граф коммитов

8061 Коммитов

Автор SHA1 Сообщение Дата
enndeakin%sympatico.ca 275a8d4f20 Bug 376245, follow up which removes the scaling as the units for nsIImage:Draw are pixels, r+sr=roc 2007-04-06 11:40:58 +00:00
joshmoz%gmail.com 003f771089 some cocoa widget cleanup. no bug. r=cbarrett sr=pav 2007-04-06 00:26:53 +00:00
joshmoz%gmail.com 12d7b692a8 fix hang on page with five or more Flash objects. patch by Steven Michaud. r=josh r=mento sr=pav 2007-04-06 00:16:07 +00:00
joshmoz%gmail.com e7fba95b6c add native resize animation support to nsIDOMChromeWindow. b=347452 r=mento r=jst sr=pav 2007-04-06 00:11:42 +00:00
enndeakin%sympatico.ca 7119451316 Bug 376245, custom drag images not drawn properly, r+sr=roc 2007-04-04 12:46:36 +00:00
surkov.alexander%gmail.com 8d25649e15 Bustage fix for bug 374790 2007-04-04 09:00:47 +00:00
vladimir%pobox.com 0ec62b8c64 b=374462, update cairo to 1.4.2, r=stuart 2007-04-04 01:09:16 +00:00
joshmoz%gmail.com 895db1a1c0 srcdir build bustage fix from bug 349618. r=mento 2007-04-03 22:19:48 +00:00
joshmoz%gmail.com 9c1b4db876 Package cursor images correctly on Mac OS X so that all CSS cursor values work. b=349618 r=smorgan sr=bsmedberg 2007-04-03 20:19:36 +00:00
roc+%cs.cmu.edu 56a3cdb7b3 Bug 368016. Don't XFlush() in SetCursor(), it's slow and can be called often. r=caillon 2007-04-03 03:21:39 +00:00
vladimir%pobox.com f4e1fe9408 b=374262, fix win32 chromeless window opacity, r=stuart 2007-04-02 18:53:43 +00:00
philringnalda%gmail.com 74c78fed8b Bug 367658 - implement nsIIdleService on OS X, patch by Shawn Wilsher <comrade693+bmo@gmail.com>, r=josh, sr=pink 2007-04-01 01:51:18 +00:00
bugzilla%standard8.demon.co.uk df679543cf 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 08:18:09 +00:00
joshmoz%gmail.com 7e2d9903fc 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 19:51:52 +00:00
Olli.Pettay%helsinki.fi 3a4a602138 Bug 375687, nsBaseDragService::GetPresShellForContent leaks r=enndeakin,sr=roc 2007-03-28 21:18:11 +00:00
joshmoz%gmail.com 4cf767f140 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-28 05:10:53 +00:00
joshmoz%gmail.com a984d6ed0d Fix Mac OS X printing, don't just print blank pages. Patch by Stuart Parmenter. b=368933 r=josh sr=pav 2007-03-28 05:04:28 +00:00
joshmoz%gmail.com 217beb6f0b 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 22:40:27 +00:00
dbaron%dbaron.org a32fb9b241 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 15:33:45 +00:00
joshmoz%gmail.com 37919a3119 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-27 01:07:58 +00:00
enndeakin%sympatico.ca cc2acf1711 Bug 374832, lower opacity on drag images, Bug 375038, dragging doesn't work on blocks inside inlines, r+sr=roc 2007-03-26 03:27:53 +00:00
joshmoz%gmail.com 4f23b95b7d 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-23 00:57:45 +00:00
joshmoz%gmail.com 3f113a64e3 fix crash, suspend native events when instantiating plugins. patch by Steven Michaud. b=345627 r=josh sr=roc 2007-03-22 23:04:51 +00:00
enndeakin%sympatico.ca ad0fdd492a Bug 178513, fix Windows build 2007-03-20 13:58:11 +00:00
enndeakin%sympatico.ca 9d16167952 Bug 178513, add missing semicolon 2007-03-20 12:35:14 +00:00
enndeakin%sympatico.ca 2d5467a6f1 Bug 178513, support translucent drag feedback when dragging nodes and selections on Mac and GTK, r=vlad,josh,roc,sr=roc 2007-03-20 12:14:52 +00:00
surkov.alexander%gmail.com f5fdf37745 Bustage fix for bug 373532 2007-03-15 02:57:04 +00:00
surkov.alexander%gmail.com a778eb4e0c Fix bustage for bug 373532 2007-03-15 02:46:45 +00:00
joshmoz%gmail.com ed7e499a68 don't mark methods as NS_METHOD when they are not. b=364994 r=mano sr=pav 2007-03-14 20:12:21 +00:00
joshmoz%gmail.com 973f05e860 Quit menu-item/Cmd+Q is broken in windows which don't have their own menu_FileQuitItem set. b=368911 r=mano sr=pav 2007-03-13 23:09:36 +00:00
joshmoz%gmail.com ec6e299f88 Fixes a visibility logic bug. Also extends support for the collapsed attribute to all menu node types (menu, menu item, and separator). Apparently there was a previous assumption that collapsed would only be used on the menu type, but that is nonsense. In XUL collapsed=true is the same as visibility:collapsed, and according to CSS2 visibility:collapsed outside the context of a table is the same as hidden:true. Cleans up the code for hidden and collapsed attribute checks. b=373730 r=mano sr=pav 2007-03-13 22:28:08 +00:00
joshmoz%gmail.com f281f0d7d8 remove theme constant overrides. b=372996 r=smorgan sr=vlad 2007-03-13 21:07:41 +00:00
joshmoz%gmail.com 5d1ab8dc29 null check native data pointer from GetNativeData. b=364994 r=mano sr=pav 2007-03-12 20:58:02 +00:00
pedemont%us.ibm.com 0b3c62dfb0 Bug 371828 - Need to generate events for midifer keys. r=mento. 2007-03-12 16:04:40 +00:00
emaijala%kolumbus.fi 4c87d6d642 Fix for Bug 372177: No focus event fired when a window "gets focus" because another one has been minimized
Patch by Oliver Yeoh
r=emaijala
sr=roc
2007-03-10 19:08:21 +00:00
tor%cs.brown.edu d5ab9275eb Build bustage fix for 373089. 2007-03-10 14:03:09 +00:00
mozilla%weilbacher.org 01b15e956a [OS/2] Bug 371302: fix build break due to export library changes, p=wuno, r=benjamin 2007-03-10 07:23:01 +00:00
joshmoz%gmail.com c4886dbebb don't claim to be in menu construction when we're not. b=373378 r=mento 2007-03-09 21:08:58 +00:00
vladimir%pobox.com 5a5590516a b=using opacity with windows native widgets causes bogus rendering/lack of rendering; r=stuart 2007-03-03 00:18:34 +00:00
pavlov%pavlov.net ced5fce97d fixing build bustage 2007-03-01 00:29:39 +00:00
pavlov%pavlov.net 6f7242c36f enabling PDF surface on windows. bug 369930. r/sr=vlad 2007-03-01 00:02:27 +00:00
pavlov%pavlov.net a0c1f91751 fixing build bustage 2007-02-28 21:29:53 +00:00
joshmoz%gmail.com acc4cbb446 fix chrome button heights, fix some native button rendering issues, clean up some CSS. b=371080 r=mano sr=vlad 2007-02-27 21:54:52 +00:00
joshmoz%gmail.com 3460832e10 Replace convertLocation with other ways of doing the same thing. The name didn't make much sense, the code was messy, and it was inefficient. b=371902 r=smorgan sr=pav 2007-02-27 21:36:40 +00:00
emaijala%kolumbus.fi c5fab9dba2 Fix for bug 371564: Disabled keyboard until focus set with mouse, on Alt-Tab to Error Console (or Browser or MailNews)
Patch by Oliver Yeoh
r=emaijala
sr=roc
2007-02-27 17:50:16 +00:00
joshmoz%gmail.com 33604b3433 optimize and clean up child view event handling. b=371902 r=smorgan sr=pinkerton 2007-02-27 17:23:58 +00:00
joshmoz%gmail.com 2d4c714512 can't open libmozz dynamic library referenced from libthebes. b=370672 r=mento 2007-02-23 18:57:19 +00:00
joshmoz%gmail.com d5f4220098 nsScreenManagerCocoa::ScreenForRect won't match any screen when window partly offscreen. Patch by Sylvain Pasche. b=370107 r=josh sr=pav 2007-02-23 03:35:59 +00:00
joshmoz%gmail.com 7ef3957211 Need to translate from Cocoa to Gecko coordinates in nsScreen[Manager]Cocoa. Original patch by Sylvain Pasche. b=370106 r=josh sr=pav 2007-02-22 21:56:50 +00:00
mozilla.mano%sent.com a1246aa268 Bug 365405 - the xbl binding for a menupopup is attached only once the menu is opened, after popupshowing is dispatched. r=josh, sr=jst. 2007-02-21 23:37:34 +00:00