Commit Graph

19860 Commits

Author SHA1 Message Date
mjudge%netscape.com
343558ec19 backing out fix 1999-03-12 01:35:13 +00:00
mjudge%netscape.com
a6ca07e3b7 backing out fix. i hate this 1999-03-12 01:34:44 +00:00
mjudge%netscape.com
5bd9ac0bd9 fixing libs phase to make the windows lib to be used by \widget 1999-03-12 01:29:31 +00:00
mjudge%netscape.com
64003df130 changing the build system to export the "lib" on the libs phase not wait for install 1999-03-12 01:28:52 +00:00
ducarroz%netscape.com
44cacb9e76 Fix transparency color problem 1999-03-12 01:27:54 +00:00
waterson%netscape.com
e0d7b0dd30 s/rdfb/rdf 1999-03-12 01:25:30 +00:00
waterson%netscape.com
2bf8166342 Added rules for personal toolbar GIFs. 1999-03-12 01:23:00 +00:00
rhp%netscape.com
f228a9d6f1 Changes for linux build. 1999-03-12 01:22:30 +00:00
waterson%netscape.com
a3ccdda0ca Added rules for personal toolbar folder GIFs. 1999-03-12 01:21:40 +00:00
waterson%netscape.com
52b813084e Added icons and style rules for the personal toolbar folder. 1999-03-12 01:21:20 +00:00
sdagley%netscape.com
c76429f73c Fixing the Mac build bustage by calling the get() accessor for comparison 1999-03-12 01:16:08 +00:00
ftang%netscape.com
4ffd0da95f Add atsui work for non ASCII text. Reviewed and approved by pierre. Need more work to convert more text into MacRoman. 1999-03-12 01:15:52 +00:00
ducarroz%netscape.com
db0788363d Part of integration of preference into compose 1999-03-12 01:10:43 +00:00
ducarroz%netscape.com
cc770eb230 Add pref for user real name, organization and user email address 1999-03-12 01:09:48 +00:00
warren%netscape.com
4da682e5a9 Added menu item to bring up messenger. 1999-03-12 01:08:17 +00:00
ducarroz%netscape.com
107ba596d8 Part of the intregration of preferences into compose 1999-03-12 01:07:30 +00:00
mjudge%netscape.com
43c3c35906 need to swap positions for mac. need to put COMPtr on right side of == 1999-03-12 01:02:34 +00:00
ducarroz%netscape.com
fbb6806b42 Initial checkin, part of integration of preference into compose 1999-03-12 00:47:09 +00:00
waterson%netscape.com
b3290410a8 Fixed spaces in Makefile.in. 1999-03-12 00:31:40 +00:00
briano%netscape.com
c9053b42df Now static builds can find the static libraries they need. 1999-03-12 00:30:52 +00:00
rods%netscape.com
3bc7fc543c removed D&D define 1999-03-12 00:24:36 +00:00
akkana%netscape.com
037b0567a4 nsConvertKey should only set the key code to zero if the key is one
of the special keys.
Also, handle_key_press/release_event shouldn't pass events for shift,
control, and alt keys -- other platforms don't treat those as key events,
so the XP code isn't prepared to handle them.
This fixes typing of punctuation marks in the editor.
1999-03-12 00:23:11 +00:00
rods%netscape.com
274932eb30 Fixed up some of the drag & drop codce
Added the filling in of the charCode  field in nsKeyEvent
1999-03-12 00:21:11 +00:00
mjudge%netscape.com
26d8cc3a13 fixed memory leaks in nsRangelist.cpp. uninitialized memory in nsTextframe, simplified APIs in nsIFrame and the underlying implementations. see layout.checkins 1999-03-12 00:17:14 +00:00
dp%netscape.com
63ec363dda Unix: Autoregistration disabled at initialization. This should be done by app. 1999-03-12 00:05:54 +00:00
dp%netscape.com
808d876c4b Autoregistration at startup on unix from the app 1999-03-12 00:04:39 +00:00
cyeh%netscape.com
727ac1e4df re-enabling this directory. if the tree breaks again, i'll yank it again, but i have built and clobber_alled and i still can't reproduce the problem. 1999-03-12 00:04:23 +00:00
bienvenu%netscape.com
26233e5538 fix off by 1 error in buffer growing code 1999-03-12 00:01:37 +00:00
mjudge%netscape.com
d765fc4d34 fixed copy paste issue on windows, linking wrong.lib file 1999-03-12 00:01:24 +00:00
waterson%netscape.com
4fcaa31487 Added rules to export bookmark images. 1999-03-12 00:01:22 +00:00
waterson%netscape.com
1289e9ff7b Use xul:titledbutton instead of xul:treeicon for now. 1999-03-11 23:59:26 +00:00
waterson%netscape.com
e991120721 Added bookmark images and style rules to apply them. 1999-03-11 23:58:51 +00:00
sfraser%netscape.com
99d381c9a4 Added EditorInitPagePlain.html, for plain text testing. Changed editor XUL file to load this. 1999-03-11 23:31:58 +00:00
morse%netscape.com
caa2c0c263 added include for wallet 1999-03-11 23:30:49 +00:00
sfraser%netscape.com
13a50cda2d First Checked In. 1999-03-11 23:30:44 +00:00
briano%netscape.com
4cb22e817d Automated update 1999-03-11 23:30:41 +00:00
michaelp%netscape.com
32573c2d5b added Sample 13 1999-03-11 23:22:46 +00:00
sfraser%netscape.com
8e83922850 Fix a crash if a xul file specifies a non-existent start page (NS_ADDREF changed to NS_IF_ADDREF). 1999-03-11 23:17:29 +00:00
briano%netscape.com
b91bd9b1d1 Fix for the NetBSD build breakage (hopefully). 1999-03-11 23:16:49 +00:00
alecf%netscape.com
5cf6c68027 purify fixes from bruce@cybersight.com 1999-03-11 22:58:25 +00:00
cyeh%netscape.com
cc9159b956 i have no idea why clobber_all isn't working in this directory. instead
of letting the tree burn forever, i am removing from mainline build until
i can reproduce this problem on my machine
1999-03-11 22:55:08 +00:00
alecf%netscape.com
d82ffb8be1 purify fix from bruce@cybersight.com 1999-03-11 22:53:02 +00:00
amusil%netscape.com
4cccceb77f Minor API change. Added support for tags that don't specify SRC or DATA params. 1999-03-11 22:50:58 +00:00
amusil%netscape.com
cabca15143 Added some mimetypes. Fixed bugs. 1999-03-11 22:49:51 +00:00
amusil%netscape.com
a170265a54 Redesigned plugin cache code for StreamAsFile operations. Removed NEW_PLUGIN_STREAM_API ifdefs. 1999-03-11 22:48:58 +00:00
terry%netscape.com
6daa1cc59f Added new pages to edit existing components. 1999-03-11 22:48:42 +00:00
alecf%netscape.com
8241bb996c update this interface, rename CreateAndInit->CreateAndInitialize 1999-03-11 22:46:56 +00:00
hyatt%netscape.com
6b3e340e14 Adding GetIID methods to the content viewer and document loader. 1999-03-11 22:38:38 +00:00
cata%netscape.com
a4e985f2b1 EUCJP encoder test 1999-03-11 22:37:53 +00:00
cata%netscape.com
5f1af02b74 EUCJP encoder 1999-03-11 22:37:27 +00:00