mcafee%netscape.com
|
18155ba3fe
|
Cleaning up some debug cruft.
|
1999-04-02 20:38:39 +00:00 |
|
sdagley%netscape.com
|
6444ca8f25
|
Implemented GetFile(nsFileSpec&) method for Mac
|
1999-04-02 20:19:25 +00:00 |
|
pinkerton%netscape.com
|
25da6e65fa
|
fix win32 bustage with nsCOMPtr. doh!
|
1999-04-02 19:00:51 +00:00 |
|
pinkerton%netscape.com
|
30b7bab824
|
use new transferable interfaces that were previously in here as placeholders.
|
1999-04-02 18:22:59 +00:00 |
|
pinkerton%netscape.com
|
d10b0e7c3d
|
added new interfaces for closure over all flavors and converters when clients ask for a list of known flavors.
|
1999-04-02 18:22:36 +00:00 |
|
pinkerton%netscape.com
|
a814e3cd7b
|
some comments about data ownership.
|
1999-04-02 03:57:31 +00:00 |
|
pinkerton%netscape.com
|
5c3cd09cfd
|
getting data from clipboard now works. Factored code into FlavorsTransferableCanImport/Export() as temp holding ground before moving into nsITransferable.
|
1999-04-02 03:56:11 +00:00 |
|
pinkerton%netscape.com
|
a5e81d74aa
|
use the right delete in all places (delete[])
|
1999-04-02 03:01:57 +00:00 |
|
mcafee%netscape.com
|
e1ac89cf8e
|
Implement GetFile().
|
1999-04-02 02:16:28 +00:00 |
|
mcafee%netscape.com
|
038ba314d9
|
Adding nsFileSpec version of GetFile(). a=sdagley@netscape.com
|
1999-04-02 02:07:34 +00:00 |
|
hyatt%netscape.com
|
4336a65c75
|
Landing new GetFile(nsFileSpec&) method on windows.
|
1999-04-02 02:07:15 +00:00 |
|
sdagley%netscape.com
|
1a4f805e40
|
Add new GetFile method that uses an nsFileSpec instead of an nsString
|
1999-04-02 02:06:16 +00:00 |
|
pinkerton%netscape.com
|
ff1d650929
|
copy to macos clipboard implemented.
|
1999-04-02 01:33:56 +00:00 |
|
pinkerton%netscape.com
|
51c4a71898
|
don't addref list items going into the list of data flavors. AppendElement addrefs for us.
|
1999-04-02 01:32:41 +00:00 |
|
pinkerton%netscape.com
|
d5bf54ed32
|
add IID method.
|
1999-04-02 00:10:10 +00:00 |
|
pinkerton%netscape.com
|
ef2d0d18d7
|
add IID methods so we can use nsCOMPtr w/ them.
|
1999-04-02 00:06:37 +00:00 |
|
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 |
|