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

1006 Коммитов

Автор SHA1 Сообщение Дата
slamm%netscape.com 6a6b2674ee Use TK_CFLAGS instead of TK_(MOTIF|GTK)_CFLAGS. Use TK_LIBS instead of TK_(MOTIF|GTK)_LIBS to simplify makefile rules. Also general Makefile clean up. 1999-01-27 19:54:40 +00:00
rods%netscape.com 70bb3c7d63 The :prefs" variable in the "Print" method is null so I changed
NS_RELEASE(prefs) to NS_IF_RELEASE(prefs) why is prefs null??
1999-01-27 15:25:56 +00:00
saari%netscape.com f680767b34 nsIMenu.h - Add SetLabel method nsMenu.h - Added SetLabel method nsMenu.cpp - Added SetLabel method nsIWidget.h - Added AddMenuListener method /m/pub/mozilla/webshell/tests/viewer/nsSetupRegistry.cpp - Registered factories for nsMenuBar, nsMenu, and nsMenuItem 1999-01-27 07:51:20 +00:00
sfraser%netscape.com 9a905477aa Return a result (duh) from InitNativeWindow() 1999-01-27 06:47:08 +00:00
sfraser%netscape.com 6e3b00d540 Fix menu ID conflict between Print one column, and tree view menu items. 1999-01-27 05:22:06 +00:00
sfraser%netscape.com 9a4ac794ae Added a method to nsBrowserWindow to allow platform-specific subclasses to set up native window data on window creation. On Mac, the viewer uses the window refCon to store an nsBrowserWindow now. Also fixed menu item numbering, as two different items were using 2000. 1999-01-27 05:21:43 +00:00
sfraser%netscape.com 88f0c9245d Added a method to nsBrowserWindow to allow platform-specific subclasses to set up native window data on window creation. On Mac, we use this to set refCon data. On other platforms, it's just a stub. 1999-01-27 05:20:43 +00:00
sfraser%netscape.com 028c391b41 Fix the about box so that it doesn't refer to PowerPlant 1999-01-27 05:05:52 +00:00
rods%netscape.com 8759206a92 I uncommented out the progation of the EndLoadURL notification 1999-01-27 03:50:10 +00:00
mcmullen%netscape.com a58105db04 Added a new InitializeMacToolbox() to NSStdLib (declared in macstdlibextras.h) and exported it. This makes all the Mac Toolbox Init calls, and also (if DEBUG) initializes SIOUX without menus. Safe to call this multiple times (it has a static boolean). Removed toolbox initialization from constructor of nsAppShell, and called InitializeMacToolbox() instead. Called InitializeMacToolbox from main in viewer app, and also from a static initializer in nsAppRunner.cpp. 1999-01-27 02:11:56 +00:00
michaelp%netscape.com 06c16a187a turned on the throbbing N again. 1999-01-26 19:09:22 +00:00
mcafee%netscape.com df650d7537 Use local TOOLKIT_LIBS instead of hard-coding in gtk. Still needs to be fixed in rules.mk 1999-01-26 11:59:48 +00:00
mcafee%netscape.com 3223988547 Fixing Solaris build breakage 1999-01-26 11:44:32 +00:00
mcafee%netscape.com a64be0a95a Switch to using rules in rules.mk instead of making them up here. Nuked unnecessary link lines, fixed incorrect reference to viewer.exe. 1999-01-26 09:29:54 +00:00
mcafee%netscape.com 6b9ca2b482 Use logic in rules.mk for -DWIDGET_DLL and -DGFXWIN_DLL defines; nuked unnecessary INCLUDES addition; renamed nsUnixMain.cpp to nsMotifMain.cpp to be consistant with the Gtk naming here. 1999-01-26 07:48:13 +00:00
rpotts%netscape.com 92357e6f04 Added some more LINCS after the big OJI checkin... 1999-01-26 07:46:51 +00:00
mcafee%netscape.com 69ae25b012 Renaming to nsMotifMain.cpp to be consistant with nsGTKMain.cpp 1999-01-26 07:40:57 +00:00
mcafee%netscape.com 9a5a4de884 Moving nsUnixMain.cpp to nsMotifMain.cpp to be consistant with nsGTKMain.cpp, unix is ambiguous and might be misleading 1999-01-26 07:31:44 +00:00
rickg%netscape.com bfc83c83b9 fix build crash 1999-01-26 03:02:29 +00:00
rickg%netscape.com ded7918ef1 fix build crash 1999-01-26 02:59:09 +00:00
ramiro%netscape.com eb15f57d71 Added that lovely alternate/default style selector to the menu (it works great
on Linux), and fixed a typo in the compatibility menu. Just little stuff, as
usual...
Thanks to Steve Morrison <smorrison@gte.com> for providing the fix.
1999-01-25 18:54:10 +00:00
amusil%netscape.com 350f11e0fa Fixing build bustage 1999-01-25 12:18:51 +00:00
amusil%netscape.com 2706d76d58 Fix Mac build bustage 1999-01-25 11:39:48 +00:00
amusil%netscape.com 5c2d63cafb Changed function name 1999-01-25 10:57:57 +00:00
sudu%netscape.com c94385ee94 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
peterl%netscape.com 9d1ac341e5 added style menu 1999-01-23 07:10:37 +00:00
peterl%netscape.com 291b002887 sync to style set api change 1999-01-23 07:09:27 +00:00
troy%netscape.com 6810e3ae38 Fixed a memory leak of the web shell in LoadURL() 1999-01-23 04:16:18 +00:00
troy%netscape.com 777169fea7 Fixed some assertions that didn't compile... 1999-01-23 03:19:38 +00:00
radha%netscape.com 1a6b2be567 Remove that stupid printf from fe_GetConfigDir 1999-01-23 00:59:41 +00:00
radha%netscape.com 9c2300ac01 Use the EventQueueService instead of creating the PLEventqueue directly.
Not quite sure if it works in motif.
1999-01-23 00:53:49 +00:00
radha%netscape.com 7237c0f644 Few debug statements added 1999-01-23 00:52:52 +00:00
radha%netscape.com 00e422d147 gWebShell_UnixEventQueue is gone. Use the Event queue service instead 1999-01-23 00:52:01 +00:00
mcafee%netscape.com aebdd887f9 OBJS rule is in mozilla/config/rules.mk, don't duplicate it here. 1999-01-22 01:20:34 +00:00
kostello%netscape.com bbac03f2b3 Changed Code to match new selection work 1999-01-21 21:51:21 +00:00
waterson%netscape.com 15b8b4b414 Renamed 'stream data source' to 'RDF/XML data source'; renamed 'data base' to 'composite data source'. 1999-01-20 01:43:39 +00:00
waterson%netscape.com 3628dde43d Removed unnecessary #includes. 1999-01-20 01:42:34 +00:00
dougt%netscape.com 9e8fd3d208 Adding SilentDownload startup and shutdown to the viewer application. 1999-01-19 23:37:17 +00:00
karnaze%netscape.com 44d24e235a added GetIsFrame, SetIsFrame to distinguish <frame> documents 1999-01-19 23:14:31 +00:00
rpotts%netscape.com 5a21fff729 fixed bug when firing the OnConnectionsComplete() notification. If one of the listeners initiated a new URL load then state in the doc loader became inconsistent... 1999-01-19 22:48:05 +00:00
karnaze%netscape.com d29710743f <form> inside <table> submits; marginwidth, marginheight in <frame> working; scrolling in <frame>, <iframe> working 1999-01-19 17:26:06 +00:00
pierre%netscape.com 4908a5c207 moved ConvertOSMenuResultToPPMenuResult() to the message pump 1999-01-19 10:29:14 +00:00
jfrancis%netscape.com 9771b5f4ed added Show() to DoFileOpen() - fixes bug #2415 1999-01-19 03:12:18 +00:00
locka%iol.ie cec0019a73 Renamed m_nReadyState as m_nBrowserReadyState
Added fix to get_LocationURL, courtesy of Ryota Ando <rando@ca2.so-net.ne.jp>
1999-01-18 23:04:25 +00:00
locka%iol.ie dfc23e5895 Added plugin headers. These are still #ifdef'd out for backwards compatibility 1999-01-18 22:38:46 +00:00
locka%iol.ie 958be9dc0e First impl of ActiveX control site plugin 1999-01-18 22:29:43 +00:00
karnaze%netscape.com 7b139f6c8e scrollable row groups 1999-01-17 23:35:56 +00:00
rpotts%netscape.com 7143f7092b Changed NS_DOCUMENTLOADER_CID to the new NS_DOCUMENTLOADER_SERVICE_CID 1999-01-17 11:49:41 +00:00
rpotts%netscape.com 7dd5ee5f53 The DocumentLoader is now a global service. Rather than creating document loaders via the factory, they are now created as child loaders of the global DocumentLoader service which is accessable via GetService. 1999-01-17 11:48:58 +00:00
rpotts%netscape.com b287a5399b Changed NS_DOCUMENTLOADER_CID to NS_DOCUMENTLOADER_SERVICE_CID 1999-01-17 11:47:27 +00:00