Sweden-Number/dlls/shell32
Damjan Jovanovic 19379007e5 shell32: Fix pasting from the shellview context menu.
Pasting from the shellview context menu is completely broken,
as the desktop folder's BindToObject() always fails since the CIDA
parent folder PIDL is an empty PIDL. The desktop shell folder
doesn't support the ISFHelper interface either. Rather bind to
each item's immediate parent, and copy each item individually.
Also try get error handling to work a little better.

Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-05-03 20:42:29 +02:00
..
resources
tests shell32: Implement some of the missing shellview IContextMenu command verbs. 2021-05-03 20:42:29 +02:00
Makefile.in
appbar.c
assoc.c
autocomplete.c
brsfolder.c
changenotify.c
classes.c
clipboard.c
control.c
cpanel.h
cpanelfolder.c shell32: Implement IID_IContextMenu in CreateViewObject() methods for shell folders that support it. 2021-05-03 20:42:29 +02:00
dataobject.c
dde.c
debughlp.c
debughlp.h
dialogs.c
dragdrophelper.c
ebrowser.c
enumidlist.c
folders.c
iconcache.c
pidl.c
pidl.h
recyclebin.c shell32: Implement IID_IContextMenu in CreateViewObject() methods for shell folders that support it. 2021-05-03 20:42:29 +02:00
shell32.manifest
shell32.rc
shell32.rgs
shell32.spec
shell32_classes.idl
shell32_main.c winecrt0: Determine the registration module handle directly in __wine_register_resources(). 2021-04-30 22:59:50 +02:00
shell32_main.h
shell32_tlb.idl
shelldispatch.c
shellfolder.h
shellitem.c
shelllink.c
shellole.c
shellord.c
shellpath.c
shellreg.c
shellstring.c
shfldr.h
shfldr_desktop.c shell32: Implement IID_IContextMenu in CreateViewObject() methods for shell folders that support it. 2021-05-03 20:42:29 +02:00
shfldr_fs.c shell32: Implement IID_IContextMenu in CreateViewObject() methods for shell folders that support it. 2021-05-03 20:42:29 +02:00
shfldr_mycomp.c shell32: Implement IID_IContextMenu in CreateViewObject() methods for shell folders that support it. 2021-05-03 20:42:29 +02:00
shfldr_netplaces.c shell32: Implement IID_IContextMenu in CreateViewObject() methods for shell folders that support it. 2021-05-03 20:42:29 +02:00
shfldr_printers.c shell32: Implement IID_IContextMenu in CreateViewObject() methods for shell folders that support it. 2021-05-03 20:42:29 +02:00
shfldr_unixfs.c shell32: Implement IID_IContextMenu in CreateViewObject() methods for shell folders that support it. 2021-05-03 20:42:29 +02:00
shlexec.c
shlfileop.c
shlfolder.c
shlfsbind.c
shlmenu.c
shlview.c
shlview_cmenu.c shell32: Fix pasting from the shellview context menu. 2021-05-03 20:42:29 +02:00
shpolicy.c
shresdef.h
systray.c
trash.c
undocshell.h
version.h
xdg.c
xdg.h