Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: facfd9012e9f95679dc054fde69c13d5d4b514ca
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/facfd9012e9f95679dc054fde69c13d5d4b514ca Author: Eliot Miranda <
[hidden email]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M platforms/Cross/plugins/DropPlugin/DropPlugin.h
M platforms/iOS/vm/OSX/sqSqueakOSXDropAPI.m
M platforms/iOS/vm/OSX/sqSqueakOSXMetalView.m
M platforms/unix/plugins/DropPlugin/sqUnixDragDrop.c
M platforms/unix/vm-display-X11/sqUnixXdnd.c
M platforms/win32/plugins/DropPlugin/sqWin32Drop.c
M src/plugins/DropPlugin/DropPlugin.c
Log Message:
-----------
CogVM source as per
VMMaker.oscog-eem.2923
DropPlugin:
Add primitiveDropRequestURI to support launch apple events as drop events
on MacOS. Nuke the unused setFileAccessCallback:. Delete unused functions from
DropPlugin.h and implementors.
Currently the only full implememntation (unu=tested) is on X11/Unix. The Mac
implementation is skeletal; it should be filled in real soon now.