Commit Graph

1956 Commits

Author SHA1 Message Date
rods%netscape.com
0f8fdbdf6e added nsFileListTransferable to build 1999-05-14 12:34:54 +00:00
rods%netscape.com
0079643c85 Changed to adhere to interface changes 1999-05-14 12:34:33 +00:00
rods%netscape.com
21e5446153 added font iterators 1999-05-14 12:27:06 +00:00
rods%netscape.com
cda664cf34 Each font has a struct and keeps track of its sizes in a nsVoidArray 1999-05-14 12:26:40 +00:00
rods%netscape.com
33ca79ed0b Added FontIterator 1999-05-14 12:26:03 +00:00
rods%netscape.com
4eedfa8bb9 Added Font Iterator interfaces 1999-05-14 12:25:18 +00:00
pierre%netscape.com
2ed581547c fixed a glitch due to the TARGET_CARBON conversion in nsWindow::Update() 1999-05-14 10:18:33 +00:00
pierre%netscape.com
81efee415a hooked up DoDisk() to handle disk events 1999-05-14 10:15:55 +00:00
pierre%netscape.com
0524e81bb5 The constructor takes a nsMacWindow instead of a nsWindow. Removed HandleDiskEvent(): disk events are handled in our message pump or left to the embedding apps. 1999-05-14 10:14:46 +00:00
pierre%netscape.com
69da4c453c fix list boxes with a temporary hack to access the 'ldes' resource from the Finder 1999-05-14 10:09:14 +00:00
akkana%netscape.com
4102e15a59 Fix crash introduced by change of APIs 1999-05-14 00:40:13 +00:00
rods%netscape.com
9fd3b90b44 Initial checkin 1999-05-13 22:41:37 +00:00
rods%netscape.com
67ee40cff4 Inital checkin 1999-05-13 22:39:31 +00:00
rods%netscape.com
ef83f44d43 moved nsITransferable include from header to impl 1999-05-13 22:32:49 +00:00
mcafee%netscape.com
7e81897fa7 Removing nsDataFlavor.cpp from the build. 1999-05-13 22:29:57 +00:00
rods%netscape.com
f902420a27 removing nsIDataFlavor and nsIGenericTransferable 1999-05-13 22:24:53 +00:00
pinkerton%netscape.com
ed85e64137 removing nsDataFlavor.cpp 1999-05-13 22:24:35 +00:00
mcafee%netscape.com
ce591f04cc Clipboard restructuring. 1999-05-13 22:24:26 +00:00
pinkerton%netscape.com
a5afc89978 removing nsidataFlavor and nsIGenericTransferable 1999-05-13 22:24:25 +00:00
rods%netscape.com
cec0ca9365 removed nsIDataFlavor and merged transferable interfaces 1999-05-13 21:56:23 +00:00
mcafee%netscape.com
6125768f62 Clipboard restructuring. 1999-05-13 21:55:40 +00:00
pinkerton%netscape.com
0a17195eff updated clipboard apis and merging transferable into one api and getting rid of nsiDataFlavor. 1999-05-13 21:54:14 +00:00
rods%netscape.com
e4ee930f8c removed reference to nsIDataFlavor and merged nsITransferable and nsIGenericTransferable 1999-05-13 21:53:57 +00:00
donm%netscape.com
9ae1f6b61f backing out linux build bustage. see bug #6331 1999-05-13 18:24:31 +00:00
warren%netscape.com
703d8f5396 Fixed mac and linux uses of Count 1999-05-13 05:28:31 +00:00
warren%netscape.com
87b26617d5 Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +00:00
sspitzer%netscape.com
8fbd48d85f cvs ignorage 1999-05-13 03:53:42 +00:00
pavlov%pavlov.net
edb8213262 misc changes including things to attempt to get command line things working in
apprunner
1999-05-13 00:53:50 +00:00
briano%netscape.com
117d2e58dc Fix for Motif builds. 1999-05-13 00:52:06 +00:00
pinkerton%netscape.com
fe4da4f603 put code that didn't compile yesterday back in. Now i know that ::Foo doesn't work too well if Foo is a macro. 1999-05-13 00:14:22 +00:00
pinkerton%netscape.com
e057e1b380 dispatch the drag and drop event to the correct widget 1999-05-13 00:13:44 +00:00
pinkerton%netscape.com
d6180a5890 somehow, these files got extra blank lines in them between every source file line. Removing them. Also removing duplicate implementations of addref, release, and QI, since we inherit them from nsBaseDragService. 1999-05-13 00:13:06 +00:00
pierre%netscape.com
d81a210920 profiler-ready + put added mMouseRgn 1999-05-12 07:26:55 +00:00
pinkerton%netscape.com
a1f7c32029 disposing of event proc has changed under Carbon. tweaking. 1999-05-12 02:35:28 +00:00
blizzard%redhat.com
b7cd7d8010 catch up with the new nsIMenuBar interface 1999-05-12 01:27:06 +00:00
pinkerton%netscape.com
c0c5d27106 fix bustage. 1999-05-12 00:28:20 +00:00
pinkerton%netscape.com
812bb80a2f using accessors when required by Carbon. Also adding lots of preliminary macOS drag and drop stuff. Wish I could have separated these into multiple checkins, but not possible. 1999-05-12 00:02:09 +00:00
pinkerton%netscape.com
cc378d7595 use accessors for opaque data structs where required for carbon. Make sure we return grafptrs when asking for graphics and windowptrs when asking for windows, since they are very different under Carbon. 1999-05-11 21:56:17 +00:00
pinkerton%netscape.com
2393079fea scroll action proc's need keyword pascal for Carbon. conditionally added it. Ugly, but it works. 1999-05-11 21:51:33 +00:00
pinkerton%netscape.com
01692677ca using accessors for opaque data structs where necessary for Carbon. 1999-05-11 21:46:10 +00:00
pinkerton%netscape.com
66b7154dab moved the ifdefs around the printing code to be more correct. 1999-05-11 21:40:25 +00:00
pinkerton%netscape.com
cf909d0bf5 comment out printing code under carbon. The api's have all been obsoleted and we need to rework them. Also font/encoding stuff is messed up in WWDC builds so some hacks are in here to work around. That code should all go away when Carbon is fixed. 1999-05-11 21:36:19 +00:00
pinkerton%netscape.com
46a75080ad add "MacOS Support:Universal Headers" access path to debug and opt targets in order to pick up new carbon includes. This will not effect non-carbon builds since this path exists already. Just compiler weirdness makes this necessary. 1999-05-11 21:29:07 +00:00
saari%netscape.com
5a3418751e break fix attempt 1999-05-11 19:03:25 +00:00
saari%netscape.com
d9c2ce89dc missed a file 1999-05-11 18:21:39 +00:00
saari%netscape.com
1892663048 changing nsIMenuItem for context menu support 1999-05-11 18:16:25 +00:00
saari%netscape.com
e92b2b2d4c nsIMenuItem changes for context menus 1999-05-11 18:15:48 +00:00
jdunn%netscape.com
10f2ab7832 Fix error with OR'ing ENUMS. ansi C++ doesn't allow the direct OR'ing of them. 1999-05-11 00:03:17 +00:00
pinkerton%netscape.com
11a972393a Using ControlDefinition.h for Carbon. 1999-05-10 23:36:19 +00:00
pinkerton%netscape.com
7e08f31ab1 add GetIID() method. 1999-05-10 23:15:21 +00:00