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

288 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com 2c2920cde9 Added installing of gifs to makefile 1999-02-03 17:35:15 +00:00
rods%netscape.com 50c2249ec4 Rename gifs and am checking them in. 1999-02-03 17:34:31 +00:00
rods%netscape.com c202c90c3b Added AppCores to build 1999-02-03 16:52:14 +00:00
rods%netscape.com ed5b1ff50e Added appcores stuff just for Windows, working on Mac and Linux 1999-02-03 16:50:05 +00:00
rods%netscape.com b8a0c6175e Fixed up some debug 1999-02-03 16:48:55 +00:00
rods%netscape.com 87c71e57f5 Added appcores 1999-02-03 16:48:20 +00:00
rods%netscape.com 4099bf7657 Added Debug statements 1999-02-03 16:47:16 +00:00
rods%netscape.com 36d745985d Moved the Mail XUL files to their own directory 1999-02-03 16:29:54 +00:00
rods%netscape.com b85a15353f Moved files from AppCores to public and src directories 1999-02-03 15:54:07 +00:00
mcmullen%netscape.com 70f1ea2b11 Put NS_INIT_REFCNT in all constructors, it says. So I moved this call out of the Initialize() method, and into the constructor. And lo! the assert went away. Magic. 1999-02-03 03:13:53 +00:00
rods%netscape.com 3ef13c8351 Commented out some lines to make it work better. 1999-02-02 19:28:52 +00:00
rods%netscape.com 13f730ffcf Initial checkin 1999-02-02 18:37:20 +00:00
kipp%netscape.com f6ffafec0d Make sure program is built before installing it 1999-02-02 17:42:10 +00:00
pinkerton%netscape.com 491f016ba9 Fix solaris bustage by including headers instead of using forward class decl's for nsCOMPtr'd interfaces in a header file. 1999-02-02 17:09:44 +00:00
pinkerton%netscape.com 5290418a41 right justify throbber, probably incorrectly, but it looks better ;) 1999-02-02 17:02:51 +00:00
pinkerton%netscape.com b44e30fc0d add html namespace prefix per peterl's change to namespace rules. 1999-02-02 16:43:07 +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
ftang%netscape.com 85f86f3c27 add -I uconv 1999-01-30 16:52:29 +00:00
sar%netscape.com 274dfd6e04 fixing build breakage. 1999-01-30 03:53:39 +00:00
mcmullen%netscape.com 8e00ddb05c Hooked up menus to commands (just like toolbar buttons) converted to nsCOMPtr everywhere. 1999-01-30 00:39:25 +00:00
davidm%netscape.com e8ab14c8fa The prefixes were switched which is not a good thing 1999-01-29 01:34:58 +00:00
pinkerton%netscape.com fa78acf21b added psuedo-styles for grippies. 1999-01-28 23:57:36 +00:00
mscott%netscape.com a3110bec8b Link with sockstuburl 1999-01-28 04:11:44 +00:00
mscott%netscape.com 1786cbf786 Add sockstuburl to list of libraries we link against for the apprunner. 1999-01-28 03:11:31 +00:00
pinkerton%netscape.com f7c2c5bb3c fix win32 compiler errors (can't do (nsnull != foop) where foop is a nsCOMPtr, which is fine by me) and fix command hookup code to actually work for multiple toolbars. I dunno what I was smoking with the last checkin. 1999-01-28 02:26:27 +00:00
pinkerton%netscape.com 723830c730 make the toolbar area taller to account for 2 toolbars. 1999-01-28 01:34:45 +00:00
pinkerton%netscape.com b09d368159 add a 2nd toolbar 1999-01-28 01:34:30 +00:00
pinkerton%netscape.com 9e22d8864c now hookup commands to multiple toolbars and fix compiler warnings. 1999-01-28 01:30:38 +00:00
pinkerton%netscape.com 77f6a25833 backing out my last backout: toolbox and xul namespace changes. 1999-01-28 00:21:33 +00:00
pinkerton%netscape.com 793e49c199 fix the dom dredging code to handle the presense of a xul namespace in the xml file and clean up things with nsCOMPtr. 1999-01-28 00:21:12 +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
slamm%netscape.com 29c35b283d Removing module name that does not apply. 1999-01-27 19:54:36 +00:00
slamm%netscape.com b78d7ef52a Use TK_CFLAGS instead of TK_(MOTIF|GTK)_CFLAGS. Use TK_LIBS instead of TK_(MOTIF|GTK)_LIBS to simplify makefile rules. 1999-01-27 19:51:59 +00:00
pinkerton%netscape.com fc9c1939c8 backing out last two changes because they hork everything up. 1999-01-27 19:10:16 +00:00
pinkerton%netscape.com 79a8a67fb9 make toolbox gray, not green. 1999-01-27 17:36:39 +00:00
pinkerton%netscape.com 9bb17cae02 add in toolbox 1999-01-27 17:36:12 +00:00
saari%netscape.com da1e49724c fixed a previous typo of mine 1999-01-27 17:33:55 +00:00
saari%netscape.com 6a6c15ac31 hacking xptoolkit menus 1999-01-27 17:33:00 +00:00
saari%netscape.com 88b10b270a Adding in a XUL menubar. This isn't really the right place for a XUL menubar, but it will do for the M1 demo. 1999-01-27 17:16:38 +00:00
pinkerton%netscape.com 05fb6700cf add xul namespace line. 1999-01-27 17:11:02 +00:00
saari%netscape.com 483bcdb3ba /m/pub/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Several menu construction changes 1999-01-27 16:25:22 +00:00
rods%netscape.com 3bb837335c Commented out some debug statements 1999-01-27 15:32:19 +00:00
rods%netscape.com 8735cfa4de Added Throbber 1999-01-27 15:15:21 +00:00
saari%netscape.com 1f05fc29a1 mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Added LoadMenus method to construct menus mozilla/xpfe/appshell/src/nsWebShellWindow.h - Added LoadMenus method 1999-01-27 10:51:28 +00:00
saari%netscape.com 4999ccae6a Adding a nsnull check before we call through a returned pointer. Breaking on linux 1999-01-27 06:01:38 +00:00
ramiro%netscape.com 8fb4952bb4 Fix it for real this time. I thought i fixed before. Why is this so hard ? 1999-01-27 05:55:09 +00:00
ramiro%netscape.com 40c9c81e4b Ignore generated files. 1999-01-27 05:09:47 +00:00
mcafee%netscape.com 5854a9b69e ignore generated Makefile 1999-01-27 05:06:20 +00:00
rods%netscape.com e65332688f Added setting of the initial URL in the URL Bar 1999-01-27 04:53:10 +00:00