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

10199 Коммитов

Автор SHA1 Сообщение Дата
peterl%netscape.com e59f0b3a61 corrected order of properties 1998-10-13 19:13:14 +00:00
peterl%netscape.com e2d33cd37b shifted absolute font sizes so initial value matches HTML
removed table border style
1998-10-13 19:12:19 +00:00
peterl%netscape.com edfd96bdd8 made type optional on linked style sheets 1998-10-13 19:11:42 +00:00
peterl%netscape.com 798863f91e set correct border style 1998-10-13 19:10:25 +00:00
peterl%netscape.com b4fcd606d7 added recycler for rules array 1998-10-13 19:09:39 +00:00
peterl%netscape.com 929cb288c5 guess at x-height since text metrics is unreliable on windows 1998-10-13 19:08:43 +00:00
terry%netscape.com 5c2392ca45 Fixed bug 1083 -- was some stupid problems with creating a new account. 1998-10-13 18:15:37 +00:00
jsun%netscape.com b696604239 Move Nova bug fix 328185 to Zulu. 1998-10-13 17:32:43 +00:00
dcone%netscape.com cb68173af5 added support to offset child window to correct location. 1998-10-13 16:33:39 +00:00
ramiro%netscape.com 06ef02bf00 Move "More..." button hackery to XFE_MenuUtils. 1998-10-13 14:47:43 +00:00
ramiro%netscape.com 7173e75a48 Move configure functions to XFE_RDFUtils. 1998-10-13 14:23:57 +00:00
kin%netscape.com 9b5cc1c903 Fix build bustage on Unix when MOZ_ENDER_MIME is defined by checking for
MOZ_MAIL_COMPOSE.
1998-10-13 14:14:24 +00:00
ramiro%netscape.com 193679d3f7 Move getStyleAndLayout() functions to XFE_RDFUtils. 1998-10-13 14:06:26 +00:00
ramiro%netscape.com 8e21238b3b Move getPixmapsForEntry() to XFE_RDFUtils. 1998-10-13 13:52:43 +00:00
ramiro%netscape.com 8b6c12c2bb Add menu utils. The menu hackery code cut-and-paste is really out of hand. 1998-10-13 13:50:45 +00:00
ramiro%netscape.com e26e8971d3 Add ToolbarCascade.cpp. 1998-10-13 11:32:34 +00:00
ramiro%netscape.com 729762bbac Make the tooltip interface more useful. Do all the magic in the super class.
Add callback interface.  Update XFE_ToolbarCascade.
1998-10-13 11:32:17 +00:00
ramiro%netscape.com ee14ba3d25 Add gNavCenter declaration. 1998-10-13 11:29:24 +00:00
rpotts%netscape.com d8b8bcc6e3 Commented out the template vector code for now since it is busting the build :-( 1998-10-13 11:19:15 +00:00
rpotts%netscape.com 382bd81888 Move the /GX flag into a LCFLAGS define, since the core config.mak overwrites OS_CLFAGS... 1998-10-13 11:18:01 +00:00
nisheeth%netscape.com 32b1991ee4 Windows now refresh properly when you resize them on the WinFe. Fixes Bugzilla
bug 1079 and bugsplat bug 313562.
1998-10-13 10:44:54 +00:00
nisheeth%netscape.com e06a1c658f Fixed bug 328921. Resizing no longer jumps to the top of the document. The
position that you are at when you resize is remembered.
1998-10-13 10:01:53 +00:00
mcafee%netscape.com ce646c2682 Adding libns_mime.a for SMART_MAIL + MOZ_SECURITY case 1998-10-13 09:45:20 +00:00
nisheeth%netscape.com 6d82bdd258 Fix Mac build bustage by doing an explicit cast to an LO_Element *. 1998-10-13 08:05:10 +00:00
ramiro%netscape.com 96cf526134 Make the sensitive interface more useful. 1998-10-13 07:32:03 +00:00
ramiro%netscape.com 9b622618bc Improve the toolbar item configure and initialize interfaces 1998-10-13 07:22:09 +00:00
ramiro%netscape.com f9776e6e51 Use XFE_ToolbarItem instead of widget hacks 1998-10-13 07:22:01 +00:00
ramiro%netscape.com c9b90152f1 Add ToolbarSeparator.cpp 1998-10-13 07:21:55 +00:00
ramiro%netscape.com 2fbd4eec4d Add toolbar separator. 1998-10-13 07:17:38 +00:00
racham%netscape.com a6e5f27bf7 Removing RegServ.IAS for 4.5 release 1998-10-13 06:52:31 +00:00
racham%netscape.com 7ace6fc84f Modified for 4.5 release 1998-10-13 06:47:52 +00:00
waterson%netscape.com 2b0ab92e11 Landed progress bar changes from PROGRESS_19981006_BRANCH. 1998-10-13 06:47:43 +00:00
racham%netscape.com 3f169095f2 Modified prompt message 1998-10-13 06:40:30 +00:00
racham%netscape.com 7f016e2fbe Added 2step server option to global options 1998-10-13 06:38:18 +00:00
racham%netscape.com 7165f5cce5 Added supporting code to new global options UI 1998-10-13 06:36:25 +00:00
cyeh%netscape.com 6893a3c1fc something is wrong. for whatever reason there was a -DNO_SECURITY
that was always enabled, whether security was enabled or not. this caused
a confusion on the compile line, there -DMOZ_SECURITY and -DNO_SECURITY would
be simultaneously defined.
as a temporary hack, duplicate the logic on mozilla/config/config.mk
so that ifdef NO_SECURITY -DNO_SECURITY, else -DMOZ_SECURITY.

what a mess. this needs to be fixed right.
1998-10-13 06:08:31 +00:00
gagan%netscape.com 27de869a11 NuCache defines for mozilla.mak. 1998-10-13 05:44:34 +00:00
nisheeth%netscape.com 11ebae8a82 Fixing build bustage. 1998-10-13 05:32:09 +00:00
waterson%netscape.com 2b10029ed3 Removed #ifdef SMOOTH_PROGRESS to get Mac compiling. 1998-10-13 05:06:02 +00:00
sman%netscape.com 2e338849cd cleaned up the interfaces a bit. 1998-10-13 04:53:35 +00:00
troy%netscape.com 451a2736a5 More work in progress for scroll frame 1998-10-13 04:48:58 +00:00
nisheeth%netscape.com 1bc160d2b2 Changes to make Layer/Ilayer reflow work. This should fix sites like
altavista and slashdot.org.
1998-10-13 04:48:49 +00:00
ramiro%netscape.com 51c45ef132 Fix fos bugzilla bug 1074. Assert and crash in tooltip stage two handler. 1998-10-13 04:26:38 +00:00
troy%netscape.com 7e738b27c5 Added reference to NS_NewScrollFrame() 1998-10-13 03:32:49 +00:00
waterson%netscape.com 3404af0443 Touch down progress bar changes from PROGRESS_19981006_BRANCH. a=saari. 1998-10-13 02:53:01 +00:00
mcafee%netscape.com 598237a7b4 putting -DNO_X11 in the right place 1998-10-13 02:49:30 +00:00
waterson%netscape.com 61f48a574f Updated Makefile.in for progress bar changes. 1998-10-13 02:43:56 +00:00
spider%netscape.com 08fd8b69bf fix bustage 1998-10-13 02:16:43 +00:00
gagan%netscape.com a535c0c9e6 Temp fix for NuCache build on unix. 1998-10-13 02:11:49 +00:00
robinf%netscape.com c5dc105006 updating these files with final text/UI changes to ASE Global Options screen 1998-10-13 02:08:24 +00:00