Displaying 4 results from an estimated 4 matches for "dragleave".
2015 Nov 20
0
Wine release 1.8-rc1
...Add CDATA block to whitespace trimming tests.
winex11.drv: Send WM_DROPFILES if IDropTarget_Drop failed or DROPEFFECT_NONE was set.
winex11.drv: Inform x11 that we're interested in drop if windows expects WM_DROPFILES message.
winex11.drv: Don't call IDropTarget::{DragOver,DragLeave,Drop} functions if DragEnter fails.
Qian Hong (3):
atl100: Implemented semi stub AtlAxCreateControlLic and AtlAxCreateControlLicEx.
ntoskrnl.exe: Add PsRemoveCreateThreadNotifyRoutine stub.
server: Remove out of date comment.
Sebastian Lackner (2):
ntdll/tests: Print the c...
2015 Dec 25
0
Wine release 1.9.0
...ged attribute is case-insensitive.
dwrite: Fix identical ranges merging.
Paul Gofman (1):
msvcrt: Rename __libm_sse2_* functions to fix compilation when using Intel compiler.
Piotr Caban (17):
winex11.drv: Ignore effect returned in IDropTarget::DragEnter.
winex11.drv: Call DragLeave instead of Drop if DROPEFFECT_NONE was set.
winex11.drv: Only update drop effect if IDropTarget::DragOver returned S_OK.
winex11.drv: Reset XDNDAccepted flag if IDropTarget::DragEnter fails.
winex11.drv: XDNDDropEffect stores OLE Drag&Drop effect so don't use it WS_EX_ACCE...
2010 Mar 19
0
Wine release 1.1.41
...Item() with basic test.
shell32/shellview: Implemented IFolderView::GetFocusedItem.
shell32/shellview: Implement IFolderView::GetFolder() for IID_IShellFolder.
shell32/shellview: Implement IFolderView::ItemCount for SVGIO_ALLVIEW flag.
shell32/shellview: Don't crash on ::DragLeave called without droptraget.
shell32: Add SHCreateFileExtractIconW stub.
shlwapi: Partially implement SHGetObjectCompatFlags with tests.
avifil32: Registry access calls don't return HRESULT codes.
msi: Convert IWineMsiRemoteDatabase BSTR parameters to LPCWSTR to avoid type...
2010 May 07
0
Wine release 1.1.44
...e function.
ole32/ole2: Fix simple parameter handling for DoDragDrop().
ole32/tests: Additional test for RevokeDragDrop with destroyed window.
ole32/ole2: After IDropTarget::DragEnter() failure target doesn't count as valid.
ole32/ole2: If no effect action selected use ::DragLeave() instead of ::Drop().
rasdlg: Add RasEntryDlgW stub.
ole32/marshal: Compare with S_OK instead of keeping in mind that it's zero.
comctl32/rebar: Try to center child rectangle only if cyChild height is not zero.
ole32/ole2: Use W calls for registry access.
Octavian Voic...