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

667 Коммитов

Автор SHA1 Сообщение Дата
kmcclusk%netscape.com c9025637bf Added test_gfx.html file to test gfx rendering of form elements. 1999-02-09 18:36:04 +00:00
waterson%netscape.com cd3d5eef8b Removed tree widget demo: obsolete. 1999-02-09 03:17:03 +00:00
waterson%netscape.com bbf9245c7f Removed RDF crap from nsSetupRegistry and made it automagically work by handling NSRegisterSelf() in rdf.dll 1999-02-09 03:16:51 +00:00
kipp%netscape.com 9d55ba4f10 Fixed exit crash by no longer addref'ing the viewer; rewrote regression comparision code; removed filter stuff 1999-02-08 17:57:46 +00:00
kipp%netscape.com 42beeec02d Removed obsolete -filter argument 1999-02-08 17:57:00 +00:00
mcafee%netscape.com 81a04b4c72 fe_GetConfigDir() is stubbed out in prefs now 1999-02-07 00:17:55 +00:00
erik%netscape.com 354f61bb4d Switched nsIStringBundle to service manager model. Cleaner now. 1999-02-05 21:11:25 +00:00
saari%netscape.com 67796a307b moving nsIXULCommand.h, nsXULCommand.h, and nsXULCommand.cpp to widget dll from appshell 1999-02-05 08:52:39 +00:00
kipp%netscape.com cad18383b2 Use file i/o for now to read regression data 1999-02-04 16:31:43 +00:00
ftang%netscape.com 1adbcea447 add several intl componment into nsSetupRegistry 1999-02-04 15:55:58 +00:00
waterson%netscape.com 5af8781d63 Added the XULBuilder CID. 1999-02-04 10:56:30 +00:00
amusil%netscape.com b6e6c7bd6b Added oji, liveconnect, and caps shared libs to the registry for Mac 1999-02-04 00:19:13 +00:00
vidur%netscape.com 43f2d11185 Added additional key argument to string parsing routine 1999-02-03 19:38:39 +00:00
troy%netscape.com a6aab2e8b9 Added two new sample tests 1999-02-03 17:16:11 +00:00
troy%netscape.com 5fc4a8488d Added some more test files 1999-02-03 17:05:48 +00:00
troy%netscape.com 42f9a584bc Initial check-in 1999-02-03 17:03:05 +00:00
hyatt%netscape.com 3fe1047f5d Implementation of the XUL content sink. Modifications to enable the instantiation
of the XUL data source and the XUL content sink classes.
1999-02-03 02:44:15 +00:00
kipp%netscape.com dfb33700da Cleaned up linkage of the viewer 1999-02-02 17:37:19 +00:00
waterson%netscape.com 9540122668 Renamed Init() to SetContentModelBuidler(). 1999-02-01 22:35:17 +00:00
mcafee%netscape.com 26aae3bdc9 Moving ValidateDocData() to mozilla/network/util/mkbuf.c for all platforms 1999-02-01 12:45:49 +00:00
mcafee%netscape.com 3c526eb4e5 Moving ValidateDocData() stub to mozilla/network/util/mkbuf.c 1999-02-01 12:36:46 +00:00
mcafee%netscape.com 04bc6c770d 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 558d6dee40 changed pointcom to pointcast 1999-02-01 06:33:22 +00:00
ftang%netscape.com d13957f1b8 add Charset Converter Manager and converters 1999-01-30 17:00:54 +00:00
ftang%netscape.com 85f86f3c27 add -I uconv 1999-01-30 16:52:29 +00:00
karnaze%netscape.com 6256ccca5b 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 426be54c43 strstream -> strstream.h to satify sunos 1999-01-28 23:44:41 +00:00
jfrancis%netscape.com 91519d4138 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 8583c23d49 changed nsIEditor to enable undo separately from Init 1999-01-28 06:02:13 +00:00
mscott%netscape.com 58ed6d74c0 Link with sockstuburl library. 1999-01-28 01:59:52 +00:00
jj%netscape.com 8d36a6fc05 fixed non-debug build bustage 1999-01-27 22:10:44 +00:00
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
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
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
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 2706d76d58 Fix Mac build bustage 1999-01-25 11:39:48 +00:00