Commit Graph

1561 Commits

Author SHA1 Message Date
pinkerton%netscape.com
a7c8e9b6ba adding data flavor, clipboard, xif converter, and transferable. 1999-04-01 18:40:34 +00:00
pinkerton%netscape.com
858b5206d6 adding nsClipboard, nsBaseClipboard, and nsXIFConverter. Also add dependency on htmlParser for the xif converter stuff. This now must build after htmlParser. 1999-04-01 18:38:58 +00:00
pinkerton%netscape.com
8d59fb9425 First Checked In. 1999-04-01 18:37:45 +00:00
pinkerton%netscape.com
3752fe962a changes to get mac to build. same as unix for now. 1999-04-01 18:37:19 +00:00
mcafee%netscape.com
9200c01c42 Removing an old comment. 1999-04-01 18:20:14 +00:00
mcafee%netscape.com
9b5972205c cleanup, added nsXIFFormatConverter.cpp. 1999-04-01 18:11:14 +00:00
mcafee%netscape.com
7780586d23 cleanup, added nsIClipboardOwner, nsIFormatConverter. 1999-04-01 18:09:04 +00:00
rods%netscape.com
b6b6bf53aa removed nsIXIFConverter include 1999-04-01 15:23:03 +00:00
rods%netscape.com
ffc12c27a5 Added nsIFormatConverter 1999-04-01 15:03:12 +00:00
rods%netscape.com
2db0c9a4a3 added nsIFormatConverter 1999-04-01 14:53:34 +00:00
rods%netscape.com
63afec866b added nsXIFFormatConverter 1999-04-01 14:42:29 +00:00
rods%netscape.com
a3a8f77f46 Updated clipboard support to use converters 1999-04-01 14:40:52 +00:00
rods%netscape.com
2c1e32528e removed include of Transferable 1999-04-01 14:40:36 +00:00
rods%netscape.com
fffcdad912 Minor change for debugging 1999-04-01 14:39:55 +00:00
rods%netscape.com
46df2f2cd7 Added converter support 1999-04-01 14:39:00 +00:00
rods%netscape.com
d0d50184e8 Added nsXIFFormatCOnverter 1999-04-01 14:38:45 +00:00
rods%netscape.com
9f957a9164 Updated comments and added converter methods 1999-04-01 14:37:52 +00:00
rods%netscape.com
25a52f8016 Added nsIFormatConverter 1999-04-01 14:37:22 +00:00
mcafee%netscape.com
d75981ae77 Adding NS_XIFFORMATCONVERTER_CID define. 1999-04-01 02:08:40 +00:00
mcafee%netscape.com
f7349c629b Solaris needs newline at end of file. 1999-04-01 02:06:32 +00:00
mcafee%netscape.com
0351e9d225 First checkin. Converter for clipboard. 1999-04-01 02:04:53 +00:00
mcafee%netscape.com
a24018d3c2 First checkin. Converts text/HTML selection to XIF format. 1999-04-01 01:05:43 +00:00
jdunn%netscape.com
6f521e21f1 link in xmltok and expat to fix linking error 1999-04-01 00:20:47 +00:00
jdunn%netscape.com
424be13edf Include prenv to get PR_GetEnv prototype 1999-03-31 22:55:29 +00:00
pinkerton%netscape.com
91a1ba7c85 File Removed. 1999-03-31 22:19:31 +00:00
syd%netscape.com
9a4f6a4898 Fix for AIX compatibility 1999-03-31 20:18:11 +00:00
syd%netscape.com
c8989121cb Replace getenv with NSPR function, remove stdlib.h include. Partially done
for AIX build.
1999-03-31 20:17:01 +00:00
mcafee%netscape.com
30efc98a78 Comments only. 1999-03-31 19:53:40 +00:00
mcafee%netscape.com
8f86ec98c0 Some code got stomped, putting it back. Specifically we need a prototype for UnixPrData() for Solaris/CC. 1999-03-31 09:14:07 +00:00
kipp%netscape.com
6c8a8e4919 landed HPUX patch from Kartik Subbarao <subbarao@computer.org> 1999-03-31 04:54:42 +00:00
jdunn%netscape.com
2740fcabcc Fix compiler problem on AIX 1999-03-31 04:19:48 +00:00
Jerry.Kirk%Nexwarecorp.com
c051f651c7 Initial checkin of Photon Widget Factory for Photon UI
Added Files: Phdlldeps.cpp nsPhWidgetFactory.cpp
1999-03-30 19:05:42 +00:00
sdagley%netscape.com
305b9eb997 First Checked In. 1999-03-30 05:39:30 +00:00
ramiro%netscape.com
532f507e84 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
sdagley%netscape.com
92cf5ee8b4 Added KeyBindMgr to build (but nobody is calling it yet) 1999-03-30 04:53:37 +00:00
sdagley%netscape.com
972500a229 First Checked In. 1999-03-30 04:52:13 +00:00
waterson%netscape.com
d9f1b31bb8 Fixed a syntax error. Loser. 1999-03-30 02:49:33 +00:00
pierre%netscape.com
fcf9ca4c61 Use delete[] for strings allocated with ToNewCString(). 1999-03-30 01:12:13 +00:00
pierre%netscape.com
046409214e Fixed strings allocated with ToNewCString() that were either not disposed at all, either disposed with 'delete' instead of 'delete[]'. Thanks to Bruce Mitchener Jr. <bruce@cybersight.com>. 1999-03-30 00:40:04 +00:00
pinkerton%netscape.com
f0ca1e2882 strstream -> strstream.h for linux 1999-03-29 23:46:57 +00:00
pinkerton%netscape.com
25ca57afdd temp tweaks to get mac to build. 1999-03-29 23:26:01 +00:00
pinkerton%netscape.com
62c74954d1 adding nsDataFlavor and nsTransferrable to mac build. 1999-03-29 23:21:53 +00:00
akkana%netscape.com
48b49d453f fix hang that can result from pasting a null selection 1999-03-29 22:02:36 +00:00
ramiro%netscape.com
8afc56f449 Fix for the annoying misplaced corner view who sometimes appears on the
bottom right corner.  Bug #4319.
1999-03-29 15:21:22 +00:00
joki%netscape.com
e39e13cf18 Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
bruce%cybersight.com
c15b380090 Fix to deallocate some memory when done with it. 1999-03-28 15:36:38 +00:00
pavlov%pavlov.net
123cba344b some code cleanups and mem leak fixes 1999-03-28 15:11:43 +00:00
mcafee%netscape.com
b9eaba8ecd Adding nsClipboard to the Unix build. 1999-03-27 09:59:19 +00:00
mcafee%netscape.com
c456778478 Gtk version of nsClipboard. 1999-03-27 09:58:00 +00:00
mcafee%netscape.com
45479aea3b Removing windows include files from XP file. 1999-03-27 08:32:56 +00:00