gecko-dev/widget/src/mac
2000-05-02 00:30:35 +00:00
..
.cvsignore changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
Makefile.in changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
MANIFEST
nsAppShell.cpp fix for bug #34094: turned on USE_TLS_FOR_TOOLKIT, so only 1 per thread will be used, changed nsAppShell::Create(int* argc, char ** argv) to use NS_GetCurrentToolkit(). This is a total blocker for Mac. r=sfraser 2000-03-31 21:43:34 +00:00
nsAppShell.h fix for bug #34094: turned on USE_TLS_FOR_TOOLKIT, so only 1 per thread will be used, changed nsAppShell::Create(int* argc, char ** argv) to use NS_GetCurrentToolkit(). This is a total blocker for Mac. r=sfraser 2000-03-31 21:43:34 +00:00
nsButton.cpp Compatibility with Universal Headers 3.3 or later. a=leaf 2000-04-19 22:13:51 +00:00
nsButton.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsCheckButton.cpp removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pavlov ... who claims this shouldn't effect other platforms; but I'm watching anyway 2000-01-31 23:43:56 +00:00
nsCheckButton.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsChildWindow.cpp Remove an extraneous char* from mac widgets in non-debug builds. r=pinkerton 2000-03-21 21:36:33 +00:00
nsChildWindow.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsClipboard.cpp new clipboard interfaces for unix selection clipboard. 2000-04-14 02:52:38 +00:00
nsClipboard.h new clipboard interfaces for unix selection clipboard. 2000-04-14 02:52:38 +00:00
nsComboBox.cpp removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pavlov ... who claims this shouldn't effect other platforms; but I'm watching anyway 2000-01-31 23:43:56 +00:00
nsComboBox.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsContextMenu.cpp making string conversions explicit 2000-04-17 08:21:30 +00:00
nsContextMenu.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsDeleteObserver.cpp fixes an M13 crasher, bug=24124, r=saari 2000-01-18 01:04:43 +00:00
nsDeleteObserver.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsDeviceContextMac.cpp fix bug 7521. make the default font face listen to pref. r=erik. a=chofmann 1999-12-22 20:54:54 +00:00
nsDeviceContextMac.h Added an IsPrinter() call. Checkin ok'd by Hoffman. r=karnaze. Bug=21759 (dogfood) 1999-12-21 18:19:05 +00:00
nsDeviceContextSpecFactoryM.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsDeviceContextSpecFactoryM.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsDragService.cpp preliminary support for dragging files from the desktop into mozilla. works on macos for now. 2000-04-25 04:10:35 +00:00
nsDragService.h changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
nsDynamicMDEF.cpp Adding saftey checks to Mac dynamic menu MDEF to stop some crashes brade has been seeing. 2000-04-14 21:39:27 +00:00
nsDynamicMDEF.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsFilePicker.cpp making string conversions explicit 2000-04-17 08:21:30 +00:00
nsFilePicker.h update to the new apis 2000-03-24 03:15:33 +00:00
nsFileWidget.cpp making string conversions explicit 2000-04-17 08:21:30 +00:00
nsFileWidget.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsLabel.cpp Remove an extraneous char* from mac widgets in non-debug builds. r=pinkerton 2000-03-21 21:36:33 +00:00
nsLabel.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsListBox.cpp removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pavlov ... who claims this shouldn't effect other platforms; but I'm watching anyway 2000-01-31 23:43:56 +00:00
nsListBox.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsLookAndFeel.cpp Don't return an error code just because there was no nsXPLookAndFeel override (thanks to Pierre for noticing) 2000-04-20 22:43:25 +00:00
nsLookAndFeel.h Oops, fix a couple of build errors. 2000-03-30 22:58:49 +00:00
nsMacControl.cpp Compatibility with Universal Headers 3.3 or later. a=leaf 2000-04-19 22:13:51 +00:00
nsMacControl.h Added charset conversion between unicode and file systme charset, bug 23384, r=ftang. 2000-01-31 21:22:10 +00:00
nsMacEventHandler.cpp Just rename some mFoo static member variables to sFoo. 2000-04-20 03:55:00 +00:00
nsMacEventHandler.h Just rename some mFoo static member variables to sFoo. 2000-04-20 03:55:00 +00:00
nsMacMessagePump.cpp Tweak the WaitNextEvent sleep time depending on what the browser is doing (if there are file or network connections active). r=jfrancis 2000-04-20 03:57:39 +00:00
nsMacMessagePump.h Tweak the WaitNextEvent sleep time depending on what the browser is doing (if there are file or network connections active). r=jfrancis 2000-04-20 03:57:39 +00:00
nsMacMessageSink.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsMacMessageSink.h changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
nsMacResources.cpp changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
nsMacResources.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsMacTSMMessagePump.cpp changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
nsMacTSMMessagePump.h fix bug 21205. Make nsMacTSMMessagePump a singleton so it won't install and remove TSM AEHandler when modle dialogbox appShell create/destroy. r=pinkerton/waterson 1999-12-10 20:37:50 +00:00
nsMacWidget.rsrc
nsMacWindow.cpp another tweak for bug 34631 2000-04-06 00:37:51 +00:00
nsMacWindow.h implementing z-level control. not polished, but functional. 2000-04-05 02:48:29 +00:00
nsMenu.cpp making string conversions explicit 2000-04-17 08:21:30 +00:00
nsMenu.h fix for 29257, onDestroy being called after the window had gone away. also calling onDestroy when menu item is selected. r=saari, a=jar. 2000-02-26 00:52:56 +00:00
nsMenuBar.cpp making string conversions explicit 2000-04-17 08:21:30 +00:00
nsMenuBar.h changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
nsMenuItem.cpp making string conversions explicit 2000-04-17 08:21:30 +00:00
nsMenuItem.h Fix for bug 26150, implementing radio behavior in mac native menus. also some minor cleanup and dead code removal. r=saari, a=jar. 2000-02-22 04:47:12 +00:00
nsMimeMapper.cpp preliminary support for dragging files from the desktop into mozilla. works on macos for now. 2000-04-25 04:10:35 +00:00
nsMimeMapper.h changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
nsRadioButton.cpp removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pavlov ... who claims this shouldn't effect other platforms; but I'm watching anyway 2000-01-31 23:43:56 +00:00
nsRadioButton.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsScrollbar.cpp Compatibility with Universal Headers 3.3 or later. a=leaf 2000-04-19 22:13:51 +00:00
nsScrollbar.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsSound.cpp Fix bug 36112 -- check for QuickTime being installed before using it. 2000-05-02 00:30:35 +00:00
nsSound.h Fix bug 36112 -- check for QuickTime being installed before using it. 2000-05-02 00:30:35 +00:00
nsTextAreaWidget.cpp Remove an extraneous char* from mac widgets in non-debug builds. r=pinkerton 2000-03-21 21:36:33 +00:00
nsTextAreaWidget.h changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
nsTextHelper.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsTextHelper.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsTextWidget.cpp Compatibility with Universal Headers 3.3 or later. a=leaf 2000-04-19 22:13:51 +00:00
nsTextWidget.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsToolkit.cpp Work in progress for bug 17369 (not activated yet). 2000-03-21 21:38:10 +00:00
nsToolkit.h Work in progress for bug 17369 (not activated yet). 2000-03-21 21:38:10 +00:00
nsWidgetFactory.cpp add filepicker to the widget factory 2000-03-29 01:46:28 +00:00
nsWidgetSupport.cpp removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pavlov ... who claims this shouldn't effect other platforms; but I'm watching anyway 2000-01-31 23:43:56 +00:00
nsWindow.cpp Remove an extraneous char* from mac widgets in non-debug builds. r=pinkerton 2000-03-21 21:36:33 +00:00
nsWindow.h Remove an extraneous char* from mac widgets in non-debug builds. r=pinkerton 2000-03-21 21:36:33 +00:00