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

293 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com ab9b4f8563 fix up right justification by setting width on absolute positioned frame. 1999-02-03 18:42:05 +00:00
pinkerton%netscape.com da079d07b3 add mac to the appcore ifdef's. 1999-02-03 18:24:26 +00:00
pinkerton%netscape.com 4f60960ee9 turn off "use mod date caching" for dep build. 1999-02-03 18:16:19 +00:00
pinkerton%netscape.com 1d1a961bab fix typo. 1999-02-03 18:13:31 +00:00
pinkerton%netscape.com 72b0dfd327 First Checked In. 1999-02-03 18:08:53 +00:00
rods%netscape.com fd25f48b07 Added installing of gifs to makefile 1999-02-03 17:35:15 +00:00
rods%netscape.com 0c17ba5d98 Rename gifs and am checking them in. 1999-02-03 17:34:31 +00:00
rods%netscape.com 7d218fcb4f Added AppCores to build 1999-02-03 16:52:14 +00:00
rods%netscape.com 2d59bdc21c Added appcores stuff just for Windows, working on Mac and Linux 1999-02-03 16:50:05 +00:00
rods%netscape.com 370cc58503 Fixed up some debug 1999-02-03 16:48:55 +00:00
rods%netscape.com 1b4df317e8 Added appcores 1999-02-03 16:48:20 +00:00
rods%netscape.com 68d91db84f Added Debug statements 1999-02-03 16:47:16 +00:00
rods%netscape.com 56aa19a8a7 Moved the Mail XUL files to their own directory 1999-02-03 16:29:54 +00:00
rods%netscape.com 677b422631 Moved files from AppCores to public and src directories 1999-02-03 15:54:07 +00:00
mcmullen%netscape.com 8ec785eea3 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 11b55d93fc Commented out some lines to make it work better. 1999-02-02 19:28:52 +00:00
rods%netscape.com 895fe73248 Initial checkin 1999-02-02 18:37:20 +00:00
kipp%netscape.com 52c1ecd3ee Make sure program is built before installing it 1999-02-02 17:42:10 +00:00
pinkerton%netscape.com e95a0752ce 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 f62669ced6 right justify throbber, probably incorrectly, but it looks better ;) 1999-02-02 17:02:51 +00:00
pinkerton%netscape.com 97d693a669 add html namespace prefix per peterl's change to namespace rules. 1999-02-02 16:43:07 +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
ftang%netscape.com df9f90c6ae add -I uconv 1999-01-30 16:52:29 +00:00
sar%netscape.com 2b9db9c822 fixing build breakage. 1999-01-30 03:53:39 +00:00
mcmullen%netscape.com 29013999db Hooked up menus to commands (just like toolbar buttons) converted to nsCOMPtr everywhere. 1999-01-30 00:39:25 +00:00
davidm%netscape.com e4a5a77d16 The prefixes were switched which is not a good thing 1999-01-29 01:34:58 +00:00
pinkerton%netscape.com 5b5f42d865 added psuedo-styles for grippies. 1999-01-28 23:57:36 +00:00
mscott%netscape.com 3fb5bdc405 Link with sockstuburl 1999-01-28 04:11:44 +00:00
mscott%netscape.com 3eb4155ab6 Add sockstuburl to list of libraries we link against for the apprunner. 1999-01-28 03:11:31 +00:00
pinkerton%netscape.com a394808bb4 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 6df788eb0d make the toolbar area taller to account for 2 toolbars. 1999-01-28 01:34:45 +00:00
pinkerton%netscape.com fd6078dc2e add a 2nd toolbar 1999-01-28 01:34:30 +00:00
pinkerton%netscape.com bbc85d72fd now hookup commands to multiple toolbars and fix compiler warnings. 1999-01-28 01:30:38 +00:00
pinkerton%netscape.com 5614fd0fc0 backing out my last backout: toolbox and xul namespace changes. 1999-01-28 00:21:33 +00:00
pinkerton%netscape.com b4ad382f4f 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 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
slamm%netscape.com 59b1a1e320 Removing module name that does not apply. 1999-01-27 19:54:36 +00:00
slamm%netscape.com 031200a41c 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 7c1a8d4c89 backing out last two changes because they hork everything up. 1999-01-27 19:10:16 +00:00
pinkerton%netscape.com d338ab5e6c make toolbox gray, not green. 1999-01-27 17:36:39 +00:00
pinkerton%netscape.com 4dd14e0465 add in toolbox 1999-01-27 17:36:12 +00:00
saari%netscape.com 9ded84731b fixed a previous typo of mine 1999-01-27 17:33:55 +00:00
saari%netscape.com 0ab0a8c15c hacking xptoolkit menus 1999-01-27 17:33:00 +00:00
saari%netscape.com 5b16c4ea90 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 bc1825764d add xul namespace line. 1999-01-27 17:11:02 +00:00
saari%netscape.com 882f36666d /m/pub/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Several menu construction changes 1999-01-27 16:25:22 +00:00
rods%netscape.com ca7d9de485 Commented out some debug statements 1999-01-27 15:32:19 +00:00
rods%netscape.com b2e9ab299f Added Throbber 1999-01-27 15:15:21 +00:00
saari%netscape.com 95af91ca2a 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