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

1020 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com 24d51b22b3 Moving ValidateDocData() to mozilla/network/util/mkbuf.c for all platforms 1999-02-01 12:45:49 +00:00
mcafee%netscape.com 1aa57637a8 Moving ValidateDocData() stub to mozilla/network/util/mkbuf.c 1999-02-01 12:36:46 +00:00
mcafee%netscape.com 1d692fe60f Adding license; moved XP_Rebuffer() and XP_Trace() stubs to lib/xp/xp_stubs.c 1999-02-01 11:06:22 +00:00
rickg%netscape.com 268a2896a6 changed pointcom to pointcast 1999-02-01 06:33:22 +00:00
ftang%netscape.com def5f11b9f add Charset Converter Manager and converters 1999-01-30 17:00:54 +00:00
ftang%netscape.com df9f90c6ae add -I uconv 1999-01-30 16:52:29 +00:00
karnaze%netscape.com b9d192770b Made table frame construction flexible enough to allow arbitrary content to be mapped
to arbitrary table related display types.
1999-01-30 15:52:19 +00:00
jfrancis%netscape.com f91431221e strstream -> strstream.h to satify sunos 1999-01-28 23:44:41 +00:00
joki%netscape.com 93bb8ce0eb Adding new history interface method onto webshell, removing enums types from linkhandler 1999-01-28 23:13:48 +00:00
jfrancis%netscape.com e8a5d320d0 changed DoCopy() to use stringstream on mac instead of ostrstream. ostrstream is broken on mac - also ostrstream is deprecated and we may want to move to stringstream on all platforms eventually. Greg and I couldn't get stringstream to work on windows so for now DoCopy() has ifdef'd code for each platform. 1999-01-28 22:58:52 +00:00
buster%netscape.com 3ee1142942 changed nsIEditor to enable undo separately from Init 1999-01-28 06:02:13 +00:00
michaelp%netscape.com 8af9024dff modified for new DrawString() API. 1999-01-28 05:05:14 +00:00
mscott%netscape.com 535a2e5875 Link with sockstuburl library. 1999-01-28 01:59:52 +00:00
jj%netscape.com 27a10ef132 fixed non-debug build bustage 1999-01-27 22:10:44 +00:00
slamm%netscape.com 17218bc164 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 b5c100350e 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 6a781524b3 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 e0697d5beb Return a result (duh) from InitNativeWindow() 1999-01-27 06:47:08 +00:00
sfraser%netscape.com 71b6e514e1 Fix menu ID conflict between Print one column, and tree view menu items. 1999-01-27 05:22:06 +00:00
sfraser%netscape.com 578d056ee7 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 3fdb63d704 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 78925ca932 Fix the about box so that it doesn't refer to PowerPlant 1999-01-27 05:05:52 +00:00
rods%netscape.com 9c6348e012 I uncommented out the progation of the EndLoadURL notification 1999-01-27 03:50:10 +00:00
mcmullen%netscape.com 302ce3167e 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 26a22f6a4f turned on the throbbing N again. 1999-01-26 19:09:22 +00:00
mcafee%netscape.com 9093e3aa4c 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 86fefd3b47 Fixing Solaris build breakage 1999-01-26 11:44:32 +00:00
mcafee%netscape.com 2f7fb83c17 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 e2f6ee73a1 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 1b5b2b332f Added some more LINCS after the big OJI checkin... 1999-01-26 07:46:51 +00:00
mcafee%netscape.com 7de263a2a3 Renaming to nsMotifMain.cpp to be consistant with nsGTKMain.cpp 1999-01-26 07:40:57 +00:00
mcafee%netscape.com c28ccba4d0 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 73b08c6904 fix build crash 1999-01-26 03:02:29 +00:00
rickg%netscape.com a6145da967 fix build crash 1999-01-26 02:59:09 +00:00
ramiro%netscape.com ec483a05f4 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 fe0abd8157 Fixing build bustage 1999-01-25 12:18:51 +00:00
amusil%netscape.com 67c6f7634a Fix Mac build bustage 1999-01-25 11:39:48 +00:00
amusil%netscape.com 5a35ce0b7a Changed function name 1999-01-25 10:57:57 +00:00
sudu%netscape.com 6624efe2b9 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
peterl%netscape.com fae7da309c added style menu 1999-01-23 07:10:37 +00:00
peterl%netscape.com 8a92e5a3c0 sync to style set api change 1999-01-23 07:09:27 +00:00
troy%netscape.com c2564fa2ce Fixed a memory leak of the web shell in LoadURL() 1999-01-23 04:16:18 +00:00
troy%netscape.com ea2a942a90 Fixed some assertions that didn't compile... 1999-01-23 03:19:38 +00:00
radha%netscape.com 9514f0d690 Remove that stupid printf from fe_GetConfigDir 1999-01-23 00:59:41 +00:00
radha%netscape.com 309ad88b1e 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 9b0ad02bd1 Few debug statements added 1999-01-23 00:52:52 +00:00
radha%netscape.com 42405a3631 gWebShell_UnixEventQueue is gone. Use the Event queue service instead 1999-01-23 00:52:01 +00:00
mcafee%netscape.com 7276bab10a OBJS rule is in mozilla/config/rules.mk, don't duplicate it here. 1999-01-22 01:20:34 +00:00
kostello%netscape.com 7fe64aa375 Changed Code to match new selection work 1999-01-21 21:51:21 +00:00
waterson%netscape.com ca056e0c11 Renamed 'stream data source' to 'RDF/XML data source'; renamed 'data base' to 'composite data source'. 1999-01-20 01:43:39 +00:00