Граф коммитов

1595 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 8d63f61a95 implementation using NavServices. Makes things easier for Carbon. 1999-04-06 18:46:54 +00:00
ramiro%netscape.com 61a2afc325 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 a819964f6f Backout pavlov refcount/cleanup changes. They are causing core dumps in
strange places.
1999-04-06 12:45:23 +00:00
pavlov%pavlov.net 9dcc71f5b8 refcounting cleanups. more to come. 1999-04-06 05:50:37 +00:00
pavlov%pavlov.net 3c0ab316be remove extra member that wasn't being used. 1999-04-06 03:25:34 +00:00
davidm%netscape.com ea5eb2b071 Added code to pass handle keyevents in modal windows 1999-04-06 01:41:02 +00:00
hyatt%netscape.com bd4f54a21d This assert shouldn't be present. 1999-04-06 00:49:50 +00:00
danm%netscape.com c159def79e shortcut events and updates while window is being deleted 1999-04-06 00:11:43 +00:00
sdagley%netscape.com 703135055f 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 21c8600afa Removed. It is now in xpwidgets 1999-04-05 21:45:17 +00:00
syd%netscape.com 3edfeff5dd Get PATH_MAX right for Neutrino 2.0 (QNX - photon UI). 1999-04-05 21:45:08 +00:00
ftang%netscape.com 26362bcce3 Fix breakage. Add #include <Resources.h> 1999-04-05 18:38:27 +00:00
ftang%netscape.com fe360b2913 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 6a1ede68f3 Adding XIFFormatConverter to widget factory. 1999-04-04 08:44:05 +00:00
mcafee%netscape.com 7eeca18338 Adding default window icon; SetIcon() method for nsWindow. Gtk-only for now. 1999-04-04 08:20:51 +00:00
mcafee%netscape.com d4ffd07cfe Removing a duplicate if-then clause, this looks like a cut & paste error. 1999-04-04 01:05:57 +00:00
kipp%netscape.com 2f67a95ece 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 30906032a1 Eliminate compiler warnings 1999-04-03 18:38:47 +00:00
mcafee%netscape.com 0270c85745 Cleaning up some debug cruft. 1999-04-02 20:38:39 +00:00
sdagley%netscape.com 747c3e4f4d Implemented GetFile(nsFileSpec&) method for Mac 1999-04-02 20:19:25 +00:00
pinkerton%netscape.com 6bee6e43ee fix win32 bustage with nsCOMPtr. doh! 1999-04-02 19:00:51 +00:00
pinkerton%netscape.com 5d2f11bfc1 use new transferable interfaces that were previously in here as placeholders. 1999-04-02 18:22:59 +00:00
pinkerton%netscape.com 2a1b764154 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 7522971bd1 some comments about data ownership. 1999-04-02 03:57:31 +00:00
pinkerton%netscape.com 4986fe8ed4 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 980a0d4378 use the right delete in all places (delete[]) 1999-04-02 03:01:57 +00:00
mcafee%netscape.com 459c507096 Implement GetFile(). 1999-04-02 02:16:28 +00:00
mcafee%netscape.com a6c19cc984 Adding nsFileSpec version of GetFile(). a=sdagley@netscape.com 1999-04-02 02:07:34 +00:00
hyatt%netscape.com 349ab46142 Landing new GetFile(nsFileSpec&) method on windows. 1999-04-02 02:07:15 +00:00
sdagley%netscape.com 1699796bb9 Add new GetFile method that uses an nsFileSpec instead of an nsString 1999-04-02 02:06:16 +00:00
pinkerton%netscape.com af383552eb copy to macos clipboard implemented. 1999-04-02 01:33:56 +00:00
pinkerton%netscape.com 9cfb1602c6 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 d8d76dad0f add IID method. 1999-04-02 00:10:10 +00:00
pinkerton%netscape.com 6f9055c65d add IID methods so we can use nsCOMPtr w/ them. 1999-04-02 00:06:37 +00:00
pinkerton%netscape.com 43940e5cc5 adding data flavor, clipboard, xif converter, and transferable. 1999-04-01 18:40:34 +00:00
pinkerton%netscape.com f27dbc7676 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 30f5eae6a7 First Checked In. 1999-04-01 18:37:45 +00:00
pinkerton%netscape.com 04a90335ab changes to get mac to build. same as unix for now. 1999-04-01 18:37:19 +00:00
mcafee%netscape.com 4c0c92c549 Removing an old comment. 1999-04-01 18:20:14 +00:00
mcafee%netscape.com 9de91778cd cleanup, added nsXIFFormatConverter.cpp. 1999-04-01 18:11:14 +00:00
mcafee%netscape.com 2a1396ede1 cleanup, added nsIClipboardOwner, nsIFormatConverter. 1999-04-01 18:09:04 +00:00
rods%netscape.com a5bc68f7ba removed nsIXIFConverter include 1999-04-01 15:23:03 +00:00
rods%netscape.com 3aa0611ccb Added nsIFormatConverter 1999-04-01 15:03:12 +00:00
rods%netscape.com 762b4039f6 added nsIFormatConverter 1999-04-01 14:53:34 +00:00
rods%netscape.com 939e3f3617 added nsXIFFormatConverter 1999-04-01 14:42:29 +00:00
rods%netscape.com cae0d17a42 Updated clipboard support to use converters 1999-04-01 14:40:52 +00:00
rods%netscape.com 246ee0ec1e removed include of Transferable 1999-04-01 14:40:36 +00:00
rods%netscape.com a74e2142d5 Minor change for debugging 1999-04-01 14:39:55 +00:00
rods%netscape.com 5f702faa25 Added converter support 1999-04-01 14:39:00 +00:00
rods%netscape.com 8835799aa3 Added nsXIFFormatCOnverter 1999-04-01 14:38:45 +00:00