gecko-dev/widget/src/mac
2004-04-12 22:48:33 +00:00
..
.cvsignore
DefProcFakery.cpp
DefProcFakery.h
Makefile.in cleanup, sharing toolkit base between carbon and cocoa, and using IOKit for 2003-10-31 02:30:22 +00:00
nsAppShell.cpp Bug 198333: Get rid of nsDispatchListener. r=darin, sr=bryner, a=Asa 2003-05-13 04:25:01 +00:00
nsAppShell.h Bug 198333: Get rid of nsDispatchListener. r=darin, sr=bryner, a=Asa 2003-05-13 04:25:01 +00:00
nsBidiKeyboard.cpp remove ifdef IBMBIDI from widget, r+sr=roc+moz bug 89203 2003-01-17 11:40:13 +00:00
nsBidiKeyboard.h
nsButton.cpp Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
nsButton.h
nsCheckButton.cpp Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
nsCheckButton.h
nsChildWindow.cpp Fix bustage. b=221316 2003-10-07 21:48:04 +00:00
nsChildWindow.h
nsClipboard.cpp Fix bug 202586: pull some .cpp files from widget/src/mac when building widget/src/cocoa to reduce code duplication, and divergence. r=pink, sr=bryner. 2003-04-21 22:24:12 +00:00
nsClipboard.h
nsDeleteObserver.cpp
nsDeleteObserver.h
nsDeviceContextMac.cpp
nsDeviceContextMac.h
nsDeviceContextSpecFactoryM.cpp
nsDeviceContextSpecFactoryM.h
nsDragHelperService.cpp Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
nsDragHelperService.h
nsDragService.cpp Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron. 2004-02-11 04:57:07 +00:00
nsDragService.h Bug 193053: drag and drop-related changes to allow for the dragging and copying of image bits, and to allow dragging into the file system. r=pinkerton/brade, sr=bryner/bz. 2003-04-18 20:20:04 +00:00
nsDynamicMDEF.cpp Improve the way in which nsEvent and its subclasses are initialized. Commonly-used members can now be initialized via an inline constructor, and all other members are initialized to zero. eventStructType is set automatically. This also fixes some cases where an eventStructType was doubling as a message -- NS_TEXT_EVENT is now only used as an eventStructType, with a message of NS_TEXT_TEXT. NS_COMPOSITION_* events get an eventStructType of NS_COMPOSITION_EVENT, and ditto for NS_RECONVERSION_*. NS_DRAGDROP_EVENT is no longer an eventStructType since it is not a unique type of struct. There is also some miscellaneous cleanup to nsDOMEvent. Bug 220228, r=jst, sr=blizzard. 2004-01-12 08:25:18 +00:00
nsDynamicMDEF.h
nsFilePicker.cpp Fix bug 167149: support modeOpenMultiple for the Mac (Carbon) file picker. r=pinkerton, sr=bryner. 2003-04-08 20:50:58 +00:00
nsFilePicker.h Fix bug 167149: support modeOpenMultiple for the Mac (Carbon) file picker. r=pinkerton, sr=bryner. 2003-04-08 20:50:58 +00:00
nsIChangeManager.idl Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky 2003-07-11 21:16:12 +00:00
nsIDragHelperService.idl
nsIMacTextInputEventSink.idl
nsIMenuCommandDispatcher.idl
nsLabel.cpp Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
nsLabel.h
nsLookAndFeel.cpp #188071 2003-06-18 21:16:29 +00:00
nsLookAndFeel.h
nsMacControl.cpp Improve the way in which nsEvent and its subclasses are initialized. Commonly-used members can now be initialized via an inline constructor, and all other members are initialized to zero. eventStructType is set automatically. This also fixes some cases where an eventStructType was doubling as a message -- NS_TEXT_EVENT is now only used as an eventStructType, with a message of NS_TEXT_TEXT. NS_COMPOSITION_* events get an eventStructType of NS_COMPOSITION_EVENT, and ditto for NS_RECONVERSION_*. NS_DRAGDROP_EVENT is no longer an eventStructType since it is not a unique type of struct. There is also some miscellaneous cleanup to nsDOMEvent. Bug 220228, r=jst, sr=blizzard. 2004-01-12 08:25:18 +00:00
nsMacControl.h argh, more bustage fixing - applying my original patch, which somehow never made the first landing 2003-06-11 21:25:12 +00:00
nsMacEventHandler.cpp landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
nsMacEventHandler.h landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
nsMacMessagePump.cpp Fix bug 161249: when a window is maximized, but partially offscreen, bits of the window were erased and not correctly redrawn, because of a historic EraseRect(), and some short-circuiting in the maximize code, so fix those. r=ben, sr=bryner. 2004-03-12 04:26:43 +00:00
nsMacMessagePump.h
nsMacNativeUnicodeConverter.cpp
nsMacNativeUnicodeConverter.h
nsMacResources.cpp
nsMacResources.h
nsMacTSMMessagePump.cpp landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
nsMacTSMMessagePump.h
nsMacWidget.r Fix for bug 78363 "Beachball in Mac `spinning' cursor should actually spin". 2003-05-26 17:49:38 +00:00
nsMacWindow.cpp Fix bug 161249: when a window is maximized, but partially offscreen, bits of the window were erased and not correctly redrawn, because of a historic EraseRect(), and some short-circuiting in the maximize code, so fix those. r=ben, sr=bryner. 2004-03-12 04:26:43 +00:00
nsMacWindow.h new |placement| parameter to PlaceBehind. bug 42557 r=neil (mostly), rjc. rs=hyatt 2003-10-07 01:19:51 +00:00
nsMenu.cpp Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org 2004-01-29 22:04:45 +00:00
nsMenu.h
nsMenuBar.cpp Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths. 2004-04-12 22:48:33 +00:00
nsMenuBar.h Bug 181808: Use macros to declare and implement nsIDocumentObserver 2002-11-25 08:33:30 +00:00
nsMenuBarX.cpp Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths. 2004-04-12 22:48:33 +00:00
nsMenuBarX.h Bug 181808: Use macros to declare and implement nsIDocumentObserver 2002-11-25 08:33:30 +00:00
nsMenuItem.cpp Fixing build bustage. 2003-09-27 05:49:52 +00:00
nsMenuItem.h
nsMenuItemX.cpp Fixing build bustage. 2003-09-27 05:49:52 +00:00
nsMenuItemX.h
nsMenuX.cpp Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org 2004-01-29 22:04:45 +00:00
nsMenuX.h
nsMimeMapper.cpp Bug 193053: drag and drop-related changes to allow for the dragging and copying of image bits, and to allow dragging into the file system. r=pinkerton/brade, sr=bryner/bz. 2003-04-18 20:20:04 +00:00
nsMimeMapper.h
nsNativeScrollbar.cpp Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
nsNativeScrollbar.h
nsPIEventSinkStandalone.idl
nsPIWidgetMac.idl
nsSound.cpp Bug 214497 Unused variable initMovieCount in nsSound.cpp 2003-09-11 01:52:43 +00:00
nsSound.h
nsStylClipboardUtils.cpp
nsStylClipboardUtils.h
nsTextHelper.cpp
nsTextHelper.h
nsTextWidget.cpp Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
nsTextWidget.h
nsToolkit.cpp cleanup, sharing toolkit base between carbon and cocoa, and using IOKit for 2003-10-31 02:30:22 +00:00
nsToolkit.h cleanup, sharing toolkit base between carbon and cocoa, and using IOKit for 2003-10-31 02:30:22 +00:00
nsToolkitBase.cpp allow pref to always use aa fonts, even at small sizes (this is what 2004-01-23 22:43:09 +00:00
nsToolkitBase.h make sure we unregister our interest in being asked for sleep notification 2004-01-19 23:48:15 +00:00
nsTSMStrategy.cpp
nsTSMStrategy.h
nsWidgetFactory.cpp unify contract ids (omitting platform); r=smontagu, rs=blizzard (also discussed 2003-07-02 21:38:04 +00:00
nsWindow.cpp 227796 - XPInstall InstallTrigger API changes - add a parameter to the install js object that supports an icon, also make the install FE parameterizable via a pref. r=bsmedberg, dveditz. 2004-02-11 03:46:30 +00:00
nsWindow.h 227796 - XPInstall InstallTrigger API changes - add a parameter to the install js object that supports an icon, also make the install FE parameterizable via a pref. r=bsmedberg, dveditz. 2004-02-11 03:46:30 +00:00
widget_mac.pkg Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00