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

136 Коммитов

Автор SHA1 Сообщение Дата
hewitt%netscape.com b0b59edc7b 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:50:48 +00:00
pinkerton%netscape.com c911b3d5ef pull in InterfacesXStubs for CarbonLibFramework. r=sdagley/sr=sfraser. bug# 108804 2002-01-15 23:04:34 +00:00
pinkerton%netscape.com 3393feb2ae separate out drag code into a helper so embedding apps can make use of it. Also add live-resize support to resizable dialogs. Don't add things like drag handlers or carbon event handlers to windows we don't own (read: embedding). bug 102529, 112197. r=ccarlen/sr=sfraser. 2002-01-02 21:18:38 +00:00
hewitt%netscape.com 57b02b47fb (jag using hewitt's account): Darn xml files 2001-12-17 09:56:11 +00:00
jaggernaut%netscape.com e44e7d9ec8 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
pavlov%netscape.com 15273ea50a bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:13:17 +00:00
ccarlen%netscape.com af646e6f1f Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
ccarlen%netscape.com b564bb181b Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:20:58 +00:00
pinkerton%netscape.com d71235b9a6 removing nsMacMessageSink for standalone and embedding. Replacing with nsIEventSink and a couple of internal interfaces. r=ccarlen/sr=sfraser. bug#110851 2001-11-29 14:38:56 +00:00
sspitzer%netscape.com 8fd267de3e fix for smoketest blocker bug #111242. menus not doing anything. patch by pink. 2001-11-21 19:40:17 +00:00
sfraser%netscape.com 6c5447787a Remove nsMacMessageSink.cpp from the widget module, since it is already in WidgetSupport. Bug 110109 r=pinkerton, sr=beard 2001-11-20 20:12:21 +00:00
sfraser%netscape.com 6125d919b7 Fix the carbon build. 2001-11-10 03:28:05 +00:00
sfraser%netscape.com f4da98e824 Change to convert Widget and Gfx into component DLLs on Mac, bug 94434. r=pchen, sr=beard/darin 2001-11-10 01:05:03 +00:00
beard%netscape.com ea71d3cf87 Fixing Carbon bustage: peterv's fix wasn't correct, seawood's checkin shouldn't have turned off opening the resource fork on TARGET_CARBON, only on XP_MACOSX. 2001-10-28 15:15:32 +00:00
peterv%netscape.com 9b4a127ffd Trying to fix OS X bustage by setting the entry points for Carbon targets to __NSInitialize and __NSTerminate as __initializeResources and __terminateResources were made #if !TARGET_CARBON. 2001-10-28 00:45:00 +00:00
pinkerton%netscape.com cbad003486 adding nsIMenuCommandDispatcher.idl 2001-10-25 15:00:45 +00:00
pinkerton%netscape.com 96d12a2ec0 rewrite osx menus to use carbon command events to work around all MenuSelect problems on carbon on 9. r=beard/sr=sfraser, bug#58227 2001-10-25 13:58:13 +00:00
ftang%netscape.com 63ff296384 fix 23363. add nsTSMStrategy.cpp to the build
This is part of implement TSM1.5
r=brade
sr=sfraser
2001-10-19 20:50:48 +00:00
saari%netscape.com b42c747d41 checking in mac project changes for bryner, bug 47551 2001-09-04 22:54:02 +00:00
dr%netscape.com e1178b9394 fix for 78010 (implement nsIClipboardHelper) -- mcp files 2001-05-10 02:41:24 +00:00
pinkerton%netscape.com 607cb4b25a add DefProcFakery to build. 2001-04-04 22:57:45 +00:00
pinkerton%netscape.com ac07ded896 add nsWidgetAtoms.cpp r=saari/sr=sfraser. 2001-03-22 03:51:40 +00:00
ftang%netscape.com dfd9e9f108 land the mac nsBidiKeyboard build change for b 68732. 2001-02-15 00:13:14 +00:00
pinkerton%netscape.com d465909997 carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
bryner%uiuc.edu 69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
jfrancis%netscape.com 077dbf7762 noxif landing continued; see jst's prior checkin comments 2000-10-07 11:17:27 +00:00
pinkerton%netscape.com fc7f984494 put nsFileWidget.cpp back into the build. 2000-09-08 23:21:09 +00:00
pinkerton%netscape.com 32cf1108f8 remove nsFileWidget.cpp, replaced by nsFilePicker.cpp 2000-09-07 23:11:36 +00:00
pinkerton%netscape.com 4416a593da include InternetConfig library to fix bustage. 2000-08-25 02:39:44 +00:00
pinkerton%netscape.com 96c4bec394 adding nsIDragTracker.idl bug #28226 2000-06-21 03:46:22 +00:00
beard%netscape.com 1c926d81a2 bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
pinkerton%netscape.com 2d1abbc7ae fixes for bug 31104 (radio menus not updating when poked in content model). involved making only the menubar be a document observer (which increased performance on mac) and passing attributeChanged messages to menuItems that cared. r=saari. 2000-05-26 00:15:33 +00:00
sfraser%netscape.com 6ecb8fa69e Remove linkage with NetworkModular.shlb, and add timer files. 2000-05-17 07:21:26 +00:00
pinkerton%netscape.com 38e87c2187 removing nsTextAreaWidget because it was only in the opt target. 2000-04-27 23:56:04 +00:00
pinkerton%netscape.com 51b0d387c1 whoops, forgot to weaklink in the optimized target. 2000-04-20 22:59:29 +00:00
pinkerton%netscape.com 57d6211fc9 remove contextmenu and quicktime stubs from the interfaces project and put them in widget so we can weakLink against them. 2000-04-18 02:35:09 +00:00
pinkerton%netscape.com 04e841b55e add nsMenuRollup.idl 2000-04-13 20:10:32 +00:00
beard%netscape.com 83960e5b66 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
akkana%netscape.com 21182b1009 Add nsXPLookAndFeel class. 2000-03-30 22:39:50 +00:00
sfraser%netscape.com 36719ce2e9 Added nsFilePicker for Pavlov. r=pavlov. 2000-03-29 01:34:55 +00:00
pinkerton%netscape.com 8cdc9e4a08 removal of WasteLib from viewer and un-necessary native widgets from Mac build. r=sfraser. 2000-02-10 04:18:55 +00:00
sfraser%netscape.com 676f672bae Remove ICGlueCFM-PPC.lib, which is not needed. r=mozbot 2000-02-09 01:24:52 +00:00
scc%netscape.com 73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
brade%netscape.com 27ca515c4c fix access paths for move to CW5 (bug #25949) 2000-02-02 22:45:39 +00:00
pavlov%netscape.com 6ebc2715a6 added files: mozilla/widget/public/nsIBaseWindow.idl 1999-11-17 05:10:11 +00:00
pavlov%netscape.com 6c82995254 added files: mozilla/widget/public/nsIFilePicker.idl 1999-11-15 09:34:26 +00:00
sfraser%netscape.com 417c837351 Removed nsKeyBindMgr.cpp from teh project. 1999-11-15 06:44:04 +00:00
beard%netscape.com fd8a0a6599 implementing InvalidateRegion. r=sfraser, a=chofmann, bug=porkjockey painting 1999-11-08 04:05:26 +00:00
dmose%mozilla.org 5312eacf8c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
beard%netscape.com 208d328010 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:47:12 +00:00