Commit Graph

24045 Commits

Author SHA1 Message Date
pinkerton%netscape.com
b77d6218ba adding slider, scrollbar, spinner, font and color pickers to build. 1999-04-20 21:45:35 +00:00
av%netscape.com
096226647f Turning on previous changes 1999-04-20 21:45:26 +00:00
pinkerton%netscape.com
ca0f65130e make a slider, not a spinner. doh! 1999-04-20 21:43:09 +00:00
mcmullen%netscape.com
f662c72c7b Fix busted debug build by adding TextEditorTest.cpp. Somebody else should fix this properly. Grrr. 1999-04-20 21:41:02 +00:00
jfrancis%netscape.com
08f41d1832 File Removed. 1999-04-20 21:40:48 +00:00
jfrancis%netscape.com
c7dd8a6be9 First Checked In. 1999-04-20 21:39:53 +00:00
pinkerton%netscape.com
3aeac2fe48 First Checked In. 1999-04-20 21:39:52 +00:00
syd%netscape.com
65b71910d3 For Unix only (Gtk+): make the default rendering mode Gfx. The Gtk+
implementation is buggy, and we'll eventually be going in this direction anyway
of using gfx to render controls. Need to take out this #ifdef eventually for
Win and Mac.

To enable the native widgets, edit ~/.mozilla/prefs50.js, and add the line
user_pref("nglayout.widget.mode", 1);.
1999-04-20 21:34:34 +00:00
nhotta%netscape.com
ca947a1af7 I18n 7 bit data check for the body. 1999-04-20 21:22:54 +00:00
nhotta%netscape.com
1bbad0dca9 Changed to use UTF-8 for internal processing. 1999-04-20 21:20:28 +00:00
av%netscape.com
7a990f37bf Added width and height attributes for images 1999-04-20 21:07:26 +00:00
sfraser%netscape.com
ebc0d2da0b First Checked In. 1999-04-20 20:48:46 +00:00
davidmc%netscape.com
afdd395a17 continue long values using \linebreak notation; this is done in conjunction with a change to morkParser::ReadValue() which will correctly interpret this notation. Note this is technically a format change in the sense that old versions of Mork will not read such line continuations correctly; but the change is forward compatible so folks should not notice. 1999-04-20 20:33:56 +00:00
amusil%netscape.com
595e5e9462 Win32 compiler doesn't like var dec inside for loop dec 1999-04-20 20:32:06 +00:00
davidmc%netscape.com
58f9b6cefb fix morkParser::ReadValue() so that CR or LF following '\' is consumed as a line continuation, rather than escaping the byte after '\'; this is now done in conjunction with changing morkWriter to continue long values with \linebreak. 1999-04-20 20:31:36 +00:00
varada%netscape.com
de3ea7325a *** empty log message *** 1999-04-20 20:29:43 +00:00
rjc%netscape.com
7cc04a6075 Return names of FTP URLs. 1999-04-20 20:28:57 +00:00
rjc%netscape.com
617a5a1f40 When a sort order is imposed, try and insert new node(s) in the appropriate spot. 1999-04-20 20:26:13 +00:00
norris%netscape.com
aafb17e3e7 Forgot to add Messages.properties. 1999-04-20 20:21:55 +00:00
sspitzer%netscape.com
a9e98d629d added mailnews/mime/emitters/resources/Makefile to the list 1999-04-20 20:21:25 +00:00
sspitzer%netscape.com
5338c90093 ignore the generated Makefile on UNIX 1999-04-20 20:17:04 +00:00
sspitzer%netscape.com
508a42f886 moving this to Makefile.in 1999-04-20 20:16:38 +00:00
sspitzer%netscape.com
84571c060c moved makefile.in to Makefile.in 1999-04-20 20:13:02 +00:00
putterman%netscape.com
73d30ed0a8 Fixed Windows build. 1999-04-20 20:03:40 +00:00
troy%netscape.com
c68d3e2fd0 Changed CreateContinuingFrame() to know about positioned inline
frames
1999-04-20 20:00:52 +00:00
davidmc%netscape.com
7b327e8a74 several whitespace and content writing changes that do not change the format; write table kind as hex reference because this shortens overhead for small thread tables; suppress newline for table meta row, because this tends to put thread tables on one line when they have few rows; delay starting dict preceding table as long as possible, so that no dict appears at all when no new alias is written, because this also reduces per thread table overhead. 1999-04-20 19:58:16 +00:00
davidmc%netscape.com
09e7321118 increase kMaxIndent to 66 for better formatting; add boolean to suppress dirty row newline for table's meta row (because this more often causes a one line thread with few rows) 1999-04-20 19:55:08 +00:00
beard%netscape.com
cb697ded62 implementing GetMimeTypes(), GetPlugins() in terms of MimeTypeArrayImpl, PluginArrayImpl. 1999-04-20 19:41:17 +00:00
beard%netscape.com
0defe02269 added nsPluginArray.cpp, nsMimeTypeArray.cpp. 1999-04-20 19:38:54 +00:00
mcmullen%netscape.com
0c1a07d566 Oops. 1999-04-20 19:31:11 +00:00
pnunn%netscape.com
e99db1efbc replaced ++ comments. pnunn. 1999-04-20 19:30:33 +00:00
valeski%netscape.com
3a0ba2952d added more states in .h . added their logic in .cpp. Initial command channel (logging in) negotiation is almost complete, next comes the data channel. 1999-04-20 19:30:21 +00:00
beard%netscape.com
92a7533999 Added GetPluginCount, and GetPlugins, for DOM support 1999-04-20 19:29:28 +00:00
cyeh%netscape.com
713441297e fix build number again after hyatt whacked out the line.
please diff your changes to navigator.xul before committing them.
this file is both critical and fragile.
1999-04-20 19:25:50 +00:00
sspitzer%netscape.com
c6e6f16762 adding Makefile to the ignore list 1999-04-20 19:25:21 +00:00
beard%netscape.com
b546b154cf First Checked In. 1999-04-20 19:18:51 +00:00
troy%netscape.com
b952773b92 Added GetFrameType() member function 1999-04-20 19:11:37 +00:00
sspitzer%netscape.com
e1b67a070b more changes to get news in the folder pane 1999-04-20 19:10:43 +00:00
mcmullen%netscape.com
71ef3f328e Correct a problem my last change to GetParent() introduced. 1999-04-20 19:09:22 +00:00
sspitzer%netscape.com
b4e142b8f1 changes to get news in the folder pane 1999-04-20 19:08:10 +00:00
jdunn%netscape.com
444d30a864 Fix unix native compiler error: can't find libraries. TK_LIBS include both
the libraries and where to get them.
1999-04-20 19:03:53 +00:00
mccabe%netscape.com
71c8626072 Fixed erroneous comment.
Thanks to David Gardiner <david.gardiner@unisa.edu.au> for catching this.
1999-04-20 19:02:40 +00:00
pnunn%netscape.com
548c09a119 took out oo style comments. pnunn. 1999-04-20 18:51:20 +00:00
bienvenu%netscape.com
2b77686258 start working on more services, especially the url creation part of the services 1999-04-20 18:50:12 +00:00
ducarroz%netscape.com
155c4abfdf updated mac project, added nsMsgRDFUtils.cpp 1999-04-20 18:42:04 +00:00
ducarroz%netscape.com
ae3bda2f1c File moved into mime/emitters/resources 1999-04-20 18:32:32 +00:00
ducarroz%netscape.com
f3bf951ec4 add folder resources 1999-04-20 18:31:20 +00:00
ducarroz%netscape.com
24633a5c7d Moved css files to mime/emitters/resources 1999-04-20 18:30:45 +00:00
troy%netscape.com
daf0a5b6a6 Added positionedInlineFrame atom 1999-04-20 18:27:37 +00:00
ducarroz%netscape.com
6a482e175f Initial check in 1999-04-20 18:24:39 +00:00