rods%netscape.com
|
f20581abd5
|
removed "int" definition from two for loops and am using PRUin32 to remove warnings.
|
1999-04-06 20:13:48 +00:00 |
|
rods%netscape.com
|
3028d55fda
|
Implemented GetFile
|
1999-04-06 19:45:08 +00:00 |
|
rods%netscape.com
|
17b23cd83f
|
It is removed. (it is in build now)
|
1999-04-06 19:40:17 +00:00 |
|
rods%netscape.com
|
dc1a6e5087
|
It is removed
|
1999-04-06 19:39:39 +00:00 |
|
rods%netscape.com
|
9d30e57580
|
Initial checkin
|
1999-04-06 19:39:21 +00:00 |
|
rods%netscape.com
|
5ae26d237f
|
Made sure "in" parameter pointer is set to null when transferable is null
on GetTransferable
|
1999-04-06 19:37:45 +00:00 |
|
pinkerton%netscape.com
|
bc6b14d08f
|
implementation using NavServices. Makes things easier for Carbon.
|
1999-04-06 18:46:54 +00:00 |
|
ramiro%netscape.com
|
8de88ee40c
|
The (x,y) components of the bounds are always zero. Dont change
them here or the compositor (and other things probably) freaks out.
|
1999-04-06 13:23:08 +00:00 |
|
ramiro%netscape.com
|
d6fae6175b
|
Backout pavlov refcount/cleanup changes. They are causing core dumps in
strange places.
|
1999-04-06 12:45:23 +00:00 |
|
pavlov%pavlov.net
|
6955e85efd
|
refcounting cleanups. more to come.
|
1999-04-06 05:50:37 +00:00 |
|
pavlov%pavlov.net
|
45e6de7d85
|
remove extra member that wasn't being used.
|
1999-04-06 03:25:34 +00:00 |
|
davidm%netscape.com
|
020ff3537f
|
Added code to pass handle keyevents in modal windows
|
1999-04-06 01:41:02 +00:00 |
|
hyatt%netscape.com
|
e50b1f72ce
|
This assert shouldn't be present.
|
1999-04-06 00:49:50 +00:00 |
|
danm%netscape.com
|
3ba29450fc
|
shortcut events and updates while window is being deleted
|
1999-04-06 00:11:43 +00:00 |
|
sdagley%netscape.com
|
3d1bc8d320
|
Mac specific hack to address bug #3976. Add code to pin bottom of created window to bottom of grayregion so user can grab resize area of window. This should be removed when we have a real cross platform method of addressing this issue.
|
1999-04-05 22:07:06 +00:00 |
|
rods%netscape.com
|
67492db671
|
Removed. It is now in xpwidgets
|
1999-04-05 21:45:17 +00:00 |
|
syd%netscape.com
|
91ce66fe70
|
Get PATH_MAX right for Neutrino 2.0 (QNX - photon UI).
|
1999-04-05 21:45:08 +00:00 |
|
ftang%netscape.com
|
c006f4fb85
|
Fix breakage. Add #include <Resources.h>
|
1999-04-05 18:38:27 +00:00 |
|
ftang%netscape.com
|
d5b29173d7
|
Fix non ASCII font name problem by using a hashtable . It also improve the performance for GetMacFontNum 25.4 time faster. Reviewed and approved by pierre
|
1999-04-05 18:06:55 +00:00 |
|
mcafee%netscape.com
|
a2f985005e
|
Adding XIFFormatConverter to widget factory.
|
1999-04-04 08:44:05 +00:00 |
|
mcafee%netscape.com
|
37dd3316b2
|
Adding default window icon; SetIcon() method for nsWindow. Gtk-only for now.
|
1999-04-04 08:20:51 +00:00 |
|
mcafee%netscape.com
|
03365c9622
|
Removing a duplicate if-then clause, this looks like a cut & paste error.
|
1999-04-04 01:05:57 +00:00 |
|
kipp%netscape.com
|
088dde4ed7
|
Spanked the way refcnt'ing was done for event flow; fixed up destruction code a bunch; cleaned up inheritance of addref/release
|
1999-04-03 18:39:52 +00:00 |
|
kipp%netscape.com
|
c9c6dba638
|
Eliminate compiler warnings
|
1999-04-03 18:38:47 +00:00 |
|
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 |
|