21159 Commits

Author SHA1 Message Date
mcmullen%netscape.com
4c8d6d0484 Added PrefsCore.idl 1999-03-27 00:03:50 +00:00
mcmullen%netscape.com
3955b8a1f4 export nsIDOMPrefsCore.h 1999-03-27 00:01:48 +00:00
mcmullen%netscape.com
bdee835a32 Export nsIDOMPrefsCore.h 1999-03-27 00:01:25 +00:00
mcmullen%netscape.com
f867b9e073 Export the xul files for preferences. 1999-03-27 00:00:50 +00:00
chuang%netscape.com
f2774e240b Fix throbber icon url 1999-03-27 00:00:05 +00:00
mcmullen%netscape.com
0df819c5d9 Made mList static. 1999-03-26 23:59:35 +00:00
alecf%netscape.com
96462e0796 add libreg to mime libraries so that there are no undefined symbols 1999-03-26 23:59:15 +00:00
mcmullen%netscape.com
1de08fef04 Hooked up preferences 1999-03-26 23:58:22 +00:00
mcmullen%netscape.com
6cc6f93b58 Added NS_PREFCORECID 1999-03-26 23:57:30 +00:00
mcmullen%netscape.com
41dfa15dd2 Added prefs core files 1999-03-26 23:56:33 +00:00
mcmullen%netscape.com
3fc593e746 Added nsIDOMPrefCore.h 1999-03-26 23:56:06 +00:00
mcmullen%netscape.com
ee012fe6da First Checked In. 1999-03-26 23:55:32 +00:00
pinkerton%netscape.com
1f1eca5c36 better handle borders and sizing when laying out children. 1999-03-26 23:51:05 +00:00
dougt%netscape.com
ed6efa59f9 Thou shall not build on unix.
I am turning xpinstall install off on unix until we figure out the
linking problem that all components are having.
donm approved.
1999-03-26 23:20:09 +00:00
sspitzer%netscape.com
82e235aed3 fix so that libmailnews.so will pick up
FindDescendant__16nsMsgGroupRecordPCc
also known as,
nsMsgGroupRecord::FindDescendant(char const *)
1999-03-26 23:13:13 +00:00
briano%netscape.com
8394a60939 Fixed the bug that was assuming Linux==x86 (only). 1999-03-26 23:06:38 +00:00
endico%mozilla.org
9c5c15e55f Change the title and change link to point to newsbot instead of
main web site.
1999-03-26 21:18:24 +00:00
dougt%netscape.com
1507aaee65 Bug 4303. libjar should not be build as a component. 1999-03-26 20:49:52 +00:00
donm%netscape.com
0a6d95351a backing out evaughan's changes. tree closed. 1999-03-26 19:39:23 +00:00
slamm%netscape.com
8768434a58 Make user/rev link goto the diffs like it used to. What I would really like to have is a tools that is a combined blame/diff. 1999-03-26 19:20:36 +00:00
evaughan%netscape.com
94c59cde73 added files: mozilla/layout/xul/base/src/nsBoxFrame.cpp, mozilla/layout/xul/base/src/nsBoxFrame.h 1999-03-26 18:53:36 +00:00
evaughan%netscape.com
dc2fa174cc Added box layout system. 1999-03-26 18:51:08 +00:00
dp%netscape.com
d56049e04f One more point where load fail is detected. Adding error message 1999-03-26 18:49:46 +00:00
dp%netscape.com
e421ba61c2 Showing a error message when lib loading fails. 1999-03-26 18:23:04 +00:00
rods%netscape.com
7388e450bf Added correct include file 1999-03-26 15:55:38 +00:00
rods%netscape.com
e0fd185fb8 Change DoCopy for new clipboard support to put XIF on clipboard 1999-03-26 15:51:07 +00:00
rods%netscape.com
00af88c97a Minor changes to call to new clipboard 1999-03-26 15:49:28 +00:00
rods%netscape.com
29901c6520 removed two unused mthoed change GetData to be '*' instead of '**' 1999-03-26 15:45:04 +00:00
rods%netscape.com
b7f25f7231 Clipboard now derived from nsBaseClipboard 1999-03-26 15:43:48 +00:00
rods%netscape.com
c29725dbeb removed DataFlavor and Transferable 1999-03-26 15:43:22 +00:00
rods%netscape.com
94fb18dade Added parser for linking in XIF support 1999-03-26 15:40:32 +00:00
rods%netscape.com
68479a9f1d Added additional MIME constants 1999-03-26 15:03:59 +00:00
rods%netscape.com
36aa6c0524 Added XIF support 1999-03-26 15:03:13 +00:00
rods%netscape.com
cb8e3a9527 added nsBaseClipboard.cpp 1999-03-26 15:02:44 +00:00
rods%netscape.com
fb9b640e4c initial checkin 1999-03-26 15:01:23 +00:00
rods%netscape.com
d9caf6f3ce Added ShowClipboard method 1999-03-26 14:54:10 +00:00
karnaze%netscape.com
a2ba57a987 bug 4141, space bar activating button 1999-03-26 13:47:35 +00:00
ramiro%netscape.com
b07b79a055 Fix indiscriminate debug comment spewage. 1999-03-26 11:34:21 +00:00
ramiro%netscape.com
131a03a4c1 Opps, forgot a debug abort(). 1999-03-26 10:40:44 +00:00
ramiro%netscape.com
baf417e684 Fix 2 things.
1) dont do the RGB -> BGR conversion.  Its not needed thanks
to a IMGLIB workaround i just checked in.

2) create a pixmap from the image data only ONCE for unique image bits and
re paint that, instead of doing this every single time we render.
1999-03-26 09:53:13 +00:00
ramiro%netscape.com
2b93ebeee6 Change ConvertRGBToRGB24 to be dumb on unix so that it doesn reverse the
byte order.  This is needed because the unix gtk image munging code expects
the image data to be in RGB format.

The ConvertRGBToRGB24 conversion is obviously a waste of time on unix and
probably mac.

Unfortunately, the alternative seems to require significant IMGLIB
work.  Simply seeting to ic->converter to NULL for the 24 bit case
did not work as expected.

The correct fix might be to not do any conversion if the image data
is already in the format expected on the nsIImage end.
1999-03-26 09:50:40 +00:00
ramiro%netscape.com
ff9b98f856 noisy fonts only on debug build. 1999-03-26 09:46:28 +00:00
ramiro%netscape.com
71089e6f15 print depth on debug printf 1999-03-26 09:43:57 +00:00
rjc%netscape.com
0105d109d4 Buffer up a line at a time when reading in FTP input. 1999-03-26 07:44:01 +00:00
rjc%netscape.com
34cf08f2d9 Gotta luv Makefiles! 1999-03-26 06:06:16 +00:00
rjc%netscape.com
0e0cfecb0d Add FTP datasource into build. 1999-03-26 05:57:22 +00:00
briano%netscape.com
0d1a5da7a8 Automated update 1999-03-26 05:44:30 +00:00
slamm%netscape.com
c7c9b0bf0a 1. Turn --enable-md on by default if using GNU tools.
2. Remove "-include" test again. I thought we needed it but we don't.
3. Standardize GNU_CC and GNU_CXX usage.
4. General clean-up.
1999-03-26 05:37:38 +00:00
waterson%netscape.com
28828bd01f Fixed bad merge. 1999-03-26 05:34:36 +00:00
rjc%netscape.com
d1bee60226 More FTP changes. (Not yet in build) 1999-03-26 05:20:25 +00:00