Commit Graph

30204 Commits

Author SHA1 Message Date
mcafee%netscape.com
5dc5fe9f5e Removing nsDialog.cpp 1999-06-13 04:24:21 +00:00
mcafee%netscape.com
b94dc94eaa Removing obsolete nsIDialog interface. 1999-06-13 04:00:06 +00:00
mcafee%netscape.com
1422f5676c Removing nsIDialog interface. 1999-06-13 03:59:10 +00:00
mcafee%netscape.com
5ad2830ff8 Removing nsDialog from the build. 1999-06-13 03:57:24 +00:00
mcafee%netscape.com
7098d2f6b4 Removing nsDialog from the build. 1999-06-13 03:41:31 +00:00
danm%netscape.com
9bf4058960 moved GetPrimordialThread from nsAppShellService to nsThread, as suggested by warren 1999-06-13 03:30:38 +00:00
kin%netscape.com
e470e4cb84 Added support for nsIFileSpec writing. We now write out the log to a file
called journal.js.NEW. Changed all calls to printf to Write() and WriteInt().
1999-06-13 03:09:00 +00:00
morse%netscape.com
7596265d08 fix bug 8050 1999-06-13 02:05:14 +00:00
mcafee%netscape.com
36aa30e579 Removing nsDialog from the build. 1999-06-13 01:01:26 +00:00
talisman%anamorphic.com
cc3cf38af3 Changed from using plain-jane JButtons to the new ToolBarButton class I wrote. 1999-06-13 00:45:40 +00:00
talisman%anamorphic.com
ae9ffbac47 Implements the standard Netscape toolbar button behaviour of painting a raised border when the mouse is passed over it. 1999-06-13 00:44:28 +00:00
mcafee%netscape.com
679787e046 Removing nsDialog from the build. 1999-06-13 00:18:39 +00:00
mcafee%netscape.com
521df2c6e3 Removing nsDialog from the build, cleanup. 1999-06-13 00:17:00 +00:00
sspitzer%netscape.com
17f657c9c3 fix for build bustage 1999-06-13 00:09:00 +00:00
mcafee%netscape.com
e2a630604b Removing nsDialog.cpp from the build. 1999-06-13 00:08:55 +00:00
mcafee%netscape.com
501a398000 Backing out pavlov's change to ressurect the menubar. pavlov, please test your changes before you check them in! 1999-06-13 00:06:38 +00:00
sspitzer%netscape.com
85cda373b9 fix build breakage for steve clark 1999-06-12 23:14:37 +00:00
buster%netscape.com
3c164138fd fixed a syntax problem, just a typo 1999-06-12 23:13:54 +00:00
cmanske%netscape.com
d5a334dbe5 More improvements to HLine dialog 1999-06-12 22:35:39 +00:00
buster%netscape.com
5cfe276237 added style for disabled text controls 1999-06-12 22:33:45 +00:00
buster%netscape.com
82ee6d0c3e added support for ender GFX-Rendered text control 1999-06-12 22:32:41 +00:00
buster%netscape.com
fe7d0dd997 added support for getting and setting default background and font info 1999-06-12 22:31:57 +00:00
buster%netscape.com
a9f36a0958 added support for style contexts getting background and font defaults from
the pres context.
1999-06-12 22:31:15 +00:00
buster%netscape.com
bb7e3f641a added support for Ender GFX-rendered text control
made nsTextControlFrame an abstract base class for nsGfxTextControlFrame and
nsNativeTextControlFrame
1999-06-12 22:29:54 +00:00
buster%netscape.com
a2c09e8db1 added support for Ender GFX-rendered text control 1999-06-12 22:28:11 +00:00
buster%netscape.com
f277bd1b0d used by ender GFX-rendered text widget as the default document to edit 1999-06-12 22:26:22 +00:00
cmanske%netscape.com
22a602e2c3 Fixed bug in HLine code. Replaced itoa with PR_snprintf 1999-06-12 22:11:59 +00:00
mcafee%netscape.com
bf19d795c2 Removing NS_CreateDialog(), nsDialog is obsolete. 1999-06-12 21:40:10 +00:00
av%netscape.com
88039a278d *** empty log message *** 1999-06-12 21:32:49 +00:00
cmanske%netscape.com
0e98fa1f0d Horizontal Line dialog and setting/getting hline settings from prefs implemented. Masked effect of bug 8058 by removing popupanchor attribute. 1999-06-12 21:22:12 +00:00
waterson%netscape.com
5949af5126 Change GetElementRefResource() to use rdf_MakeAbsoluteURI() to resolve attribute names. This makes it work more like '<a href=...>', which seems right (and fixes some problems that will occur with sitemaps). Inline code in GetElementResource() that was previously shared between the two. 1999-06-12 21:21:47 +00:00
buster%netscape.com
f9ffc2238d changed the way nsEditProperty is used. Right now, it's our placeholder
for HTML and CSS atoms, since we can't get these from layout yet.  The old
use assumed one editor, but as we know many editors can exist simultaneously.
Now, the editors share a singleton which is fetched from a factory method,
saving memory and allocation overhead.
1999-06-12 21:15:14 +00:00
waterson%netscape.com
6f511a0e84 Add a rdf_MakeAboluteURI() that's overloaded to take an nsIURL. 1999-06-12 21:14:32 +00:00
buster%netscape.com
b76bed3c61 minor cleanup, removal of old code 1999-06-12 21:13:15 +00:00
erik%netscape.com
b40c0cd0ba Support for non-Latin-1 menus. We now convert from Unicode to the locale's
encoding, and use a set of default fonts in the non-Latin-1 case only.
1999-06-12 21:09:16 +00:00
erik%netscape.com
605e35b9f9 Was crashing when property already existed. Fixed now, by ignoring
subsequent attempts.
1999-06-12 21:07:22 +00:00
erik%netscape.com
7a833358ff LC_ALL -> LC_CTYPE (LC_ALL returns multiple values on some Unixes).
"" -> NULL (pass NULL to setlocale to query).
"locale." -> "locale.all." (someone forgot the "all." part of the key).
1999-06-12 20:56:45 +00:00
bruce%cybersight.com
fdd462c57a This file depends directly upon nsFileSpec .. with an upcoming checkin, that include may not be happening in one of the files currently included here, so we best include it here directly. 1999-06-12 20:40:29 +00:00
waterson%netscape.com
ee1c9aa7cc Fix incorrect usage of dont_QueryInterface(). Fix bogus refcounting cruft in the nsIContent manipulators that must've been left over from when mChildren was an nsVoidArray. 1999-06-12 19:39:11 +00:00
waterson%netscape.com
6eb6f4542d Fix incorrect use of dont_QueryInterface() that was causing massive leakage. 1999-06-12 19:35:54 +00:00
waterson%netscape.com
ae793413a5 Fix incorrect use of dont_QueryInterface() with dont_AddRef(). Use nsCOMPtr in broadcast hookup code. 1999-06-12 19:33:37 +00:00
waterson%netscape.com
6ad255a7dc Fix incorrect use of dont_QueryInterface() with dont_AddRef(). 1999-06-12 19:31:36 +00:00
sspitzer%netscape.com
c90553e24b ignore the generated Makefile 1999-06-12 19:23:17 +00:00
mcafee%netscape.com
99a9e71be1 Removing NS_CreateDialog(), nsDialog is obsolete. a=rickg 1999-06-12 18:57:22 +00:00
sspitzer%netscape.com
3fb23d25c5 set the default nntp server to "news.mozilla.org". I'll change it back to "news" before beta. (see bug #8053) 1999-06-12 18:38:53 +00:00
sspitzer%netscape.com
80afae942f initial work to make posting to any news host.
currently, you can only post to the server specified by the
"network.hosts.nntp_server" pref.  by default, the value of this pref "news".

more work needs to be done to complete this.

fix for #6655
1999-06-12 18:10:58 +00:00
sspitzer%netscape.com
21c0e6686c fix for #7891. commit db after we mark a header read. 1999-06-12 18:07:21 +00:00
sspitzer%netscape.com
96255e3aef rewrite to use nsString. 1999-06-12 17:51:55 +00:00
morse%netscape.com
b6d17a54d5 fix regression -- bug 8052 1999-06-12 17:43:42 +00:00
bruce%cybersight.com
2931e016b0 Add newline at end of file for commercial unix compilers. 1999-06-12 16:59:57 +00:00