wine-wine/dlls
Ken Thomases 3482c47469 winemac: Make macdrv_process_text_input() asynchronous and process internal events while awaiting its result.
It had been using the synchronous OnMainThread() to submit its work to the
Cocoa thread, but only queries are processed while OnMainThread() waits for the
work to complete.  This led to QUERY_IME_CHAR_RECT queries being processed out
of order relative to IM_SET_TEXT events, making the character range out of
bounds with respect to the composition string.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-05 13:53:13 +09:00
..
acledit winebuild: Add DllMain to the list of functions that should be private. 2015-07-15 15:59:46 +09:00
aclui
activeds
actxprxy
adsiid
advapi32 advapi32/tests: Trace the SIDs if they are not as expected. 2016-01-28 21:27:34 +09:00
advpack Assorted spelling and grammar fixes. 2015-11-17 22:56:40 +09:00
amstream amstream/tests: Correct sizeof expression to actually get array size (PVS-Studio). 2015-10-13 18:41:27 +09:00
api-ms-win-core-com-l1-1-0
api-ms-win-core-console-l1-1-0
api-ms-win-core-datetime-l1-1-0
api-ms-win-core-datetime-l1-1-1
api-ms-win-core-debug-l1-1-0
api-ms-win-core-debug-l1-1-1
api-ms-win-core-errorhandling-l1-1-0
api-ms-win-core-errorhandling-l1-1-1
api-ms-win-core-errorhandling-l1-1-2
api-ms-win-core-fibers-l1-1-0
api-ms-win-core-fibers-l1-1-1
api-ms-win-core-file-l1-1-0
api-ms-win-core-file-l1-2-0
api-ms-win-core-file-l2-1-0
api-ms-win-core-file-l2-1-1
api-ms-win-core-handle-l1-1-0
api-ms-win-core-heap-l1-1-0
api-ms-win-core-heap-l1-2-0
api-ms-win-core-heap-obsolete-l1-1-0
api-ms-win-core-interlocked-l1-1-0
api-ms-win-core-interlocked-l1-2-0
api-ms-win-core-io-l1-1-1 kernel32: Add a stub for CancelSynchronousIo. 2015-10-13 23:35:23 +09:00
api-ms-win-core-kernel32-legacy-l1-1-0 kernel32: Implement SetFileCompletionNotificationModes as a stub. 2015-06-15 17:27:38 +09:00
api-ms-win-core-libraryloader-l1-1-0
api-ms-win-core-libraryloader-l1-1-1
api-ms-win-core-localization-l1-2-0 kernel32: Add stub for GetSystemPreferredUILanguages. 2016-01-19 23:00:51 +09:00
api-ms-win-core-localization-l1-2-1 kernel32: Add stub for GetSystemPreferredUILanguages. 2016-01-19 23:00:51 +09:00
api-ms-win-core-localization-obsolete-l1-1-0
api-ms-win-core-localregistry-l1-1-0
api-ms-win-core-memory-l1-1-0
api-ms-win-core-memory-l1-1-1
api-ms-win-core-misc-l1-1-0
api-ms-win-core-namedpipe-l1-1-0
api-ms-win-core-namedpipe-l1-2-0
api-ms-win-core-path-l1-1-0 api-ms-win-core-path-l1-1-0: Add stub dll. 2015-12-23 16:34:35 +01:00
api-ms-win-core-processenvironment-l1-1-0
api-ms-win-core-processenvironment-l1-2-0
api-ms-win-core-processthreads-l1-1-0
api-ms-win-core-processthreads-l1-1-1 kernel32: Add a stub for GetCurrentProcessorNumberEx. 2015-10-12 22:09:55 +09:00
api-ms-win-core-processthreads-l1-1-2 kernel32: Add a stub for GetCurrentProcessorNumberEx. 2015-10-12 22:09:55 +09:00
api-ms-win-core-profile-l1-1-0
api-ms-win-core-psapi-l1-1-0
api-ms-win-core-registry-l1-1-0
api-ms-win-core-rtlsupport-l1-1-0
api-ms-win-core-rtlsupport-l1-2-0
api-ms-win-core-shlwapi-legacy-l1-1-0
api-ms-win-core-string-l1-1-0
api-ms-win-core-synch-l1-1-0
api-ms-win-core-synch-l1-2-0
api-ms-win-core-sysinfo-l1-1-0 kernel32: Implement GetTimeZoneInformationForYear. 2016-02-03 00:00:32 +09:00
api-ms-win-core-sysinfo-l1-2-0
api-ms-win-core-sysinfo-l1-2-1 kernel32: Implement stub for GetPhysicallyInstalledSystemMemory. 2015-10-20 00:30:39 +09:00
api-ms-win-core-threadpool-legacy-l1-1-0
api-ms-win-core-timezone-l1-1-0 kernel32: Implement GetTimeZoneInformationForYear. 2016-02-03 00:00:32 +09:00
api-ms-win-core-url-l1-1-0
api-ms-win-core-util-l1-1-0
api-ms-win-core-winrt-error-l1-1-0
api-ms-win-core-winrt-error-l1-1-1
api-ms-win-core-winrt-l1-1-0 combase: Add RoGetActivationFactory stub. 2015-11-13 22:24:57 +09:00
api-ms-win-core-winrt-string-l1-1-0 combase: Implement WindowsConcatString. 2015-10-29 21:20:08 +09:00
api-ms-win-core-xstate-l2-1-0
api-ms-win-crt-conio-l1-1-0 api-ms-win-crt-conio-l1-1-0: Add stub dll. 2015-08-26 23:15:23 +09:00
api-ms-win-crt-convert-l1-1-0 msvcrt: Add _strtol_l implementation. 2015-12-21 18:19:54 +01:00
api-ms-win-crt-environment-l1-1-0 api-ms-win-crt-environment-l1-1-0: Add stub dll. 2015-08-26 23:15:24 +09:00
api-ms-win-crt-filesystem-l1-1-0 api-ms-win-crt-filesystem-l1-1-0: Add stub dll. 2015-08-26 23:15:24 +09:00
api-ms-win-crt-heap-l1-1-0 ucrtbase: Hook up the _set_app_type, _set_new_handler and _set_new_mode functions. 2015-08-27 17:10:03 +09:00
api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-locale-l1-1-0: Add stub dll. 2015-08-26 23:15:24 +09:00
api-ms-win-crt-math-l1-1-0 msvcr: Sync spec files. 2016-01-19 20:48:05 +09:00
api-ms-win-crt-multibyte-l1-1-0 msvcr: Sync spec files. 2016-01-19 20:48:05 +09:00
api-ms-win-crt-private-l1-1-0 ucrtbase: Implement __std_type_info_compare. 2015-11-06 21:59:08 +09:00
api-ms-win-crt-process-l1-1-0 api-ms-win-crt-process-l1-1-0: Add stub dll. 2015-08-26 23:15:25 +09:00
api-ms-win-crt-runtime-l1-1-0 msvcrt: Add _crt_debugger_hook implementation. 2016-01-20 01:48:52 +09:00
api-ms-win-crt-stdio-l1-1-0 msvcrt: Add _wtmpnam_s implementation. 2015-12-22 18:23:43 +01:00
api-ms-win-crt-string-l1-1-0 api-ms-win-crt-string-l1-1-0: Add stub dll. 2015-08-26 23:15:25 +09:00
api-ms-win-crt-time-l1-1-0 msvcr110: Add _W_Gettnames implementation. 2016-01-20 21:19:27 +09:00
api-ms-win-crt-utility-l1-1-0 api-ms-win-crt-utility-l1-1-0: Add stub dll. 2015-08-26 23:15:26 +09:00
api-ms-win-downlevel-advapi32-l1-1-0 advapi32: Add CreatePrivateObjectSecurityWithMultipleInheritance semi-stub. 2015-10-11 13:46:21 +09:00
api-ms-win-downlevel-advapi32-l2-1-0
api-ms-win-downlevel-normaliz-l1-1-0
api-ms-win-downlevel-ole32-l1-1-0
api-ms-win-downlevel-shell32-l1-1-0 shell32: Added GetCurrentProcessExplicitAppUserModelID() stub. 2015-07-22 16:42:42 +02:00
api-ms-win-downlevel-shlwapi-l1-1-0
api-ms-win-downlevel-shlwapi-l2-1-0
api-ms-win-downlevel-user32-l1-1-0
api-ms-win-downlevel-version-l1-1-0
api-ms-win-eventing-provider-l1-1-0
api-ms-win-ntuser-dc-access-l1-1-0
api-ms-win-security-base-l1-1-0 advapi32: Add CreatePrivateObjectSecurityWithMultipleInheritance semi-stub. 2015-10-11 13:46:21 +09:00
api-ms-win-security-base-l1-2-0 advapi32: Add CreatePrivateObjectSecurityWithMultipleInheritance semi-stub. 2015-10-11 13:46:21 +09:00
api-ms-win-security-lsalookup-l1-1-0 api-ms-win-security-lsalookup-l1-1-0: New dll. 2015-12-24 15:13:49 +01:00
api-ms-win-security-lsalookup-l1-1-1 api-ms-win-security-lsalookup-l1-1-1: Add dll. 2015-12-30 08:21:53 +01:00
api-ms-win-security-sddl-l1-1-0
api-ms-win-service-core-l1-1-1
api-ms-win-service-management-l1-1-0
api-ms-win-service-winsvc-l1-2-0
apphelp
appwiz.cpl mshtml: Wine Gecko 2.44 release. 2016-02-01 17:53:39 +09:00
atl atl100: Implemented semi stub AtlAxCreateControlLic and AtlAxCreateControlLicEx. 2015-11-17 22:56:38 +09:00
atl80
atl90
atl100 atl100/tests: Check Administrators group if UAC is disabled. 2015-11-23 13:25:31 +09:00
atl110
authz
avicap32
avifil32 avifil32: Use typed pointers in sizeof() and va_arg() (Coverity). 2016-01-11 19:54:15 +09:00
avifile.dll16
avrt
bcrypt bcrypt: Added BCRYPT_ALGORITHM_NAME property implementation. 2016-01-29 22:40:07 +09:00
bluetoothapis bluetoothapis: Add stub dll. 2015-11-11 19:39:23 +09:00
browseui browseui: Use defined context kind constant with CoGetMalloc(). 2015-12-04 21:56:18 +09:00
bthprops.cpl bthprops.cpl: Comment out CPLApplet from spec file. 2015-11-12 11:29:45 +09:00
cabinet Assorted spelling and grammar fixes. 2015-11-17 22:56:40 +09:00
capi2032
cards
cfgmgr32
clusapi
combase combase: Add RoGetActivationFactory stub. 2015-11-13 22:24:57 +09:00
comcat
comctl32 comctl32: Ensure that trackbar respond only to changes in WM_CAPTURECHANGED handler. 2016-02-02 22:21:31 +09:00
comdlg32 comdlg32: Don't use BOOL constants for regular integer type. 2016-01-11 19:54:15 +09:00
comm.drv16
commdlg.dll16 commdlg: Explicitely initialize remaining fields of CHOOSECOLORA (Coverity). 2015-12-29 22:38:32 +01:00
compobj.dll16
compstui
comsvcs
connect
credui Assorted spelling and grammar fixes. 2015-11-17 22:56:40 +09:00
crtdll msvcrt: Don't import atexit to avoid conflicts with the Mingw runtime. 2016-01-12 19:10:03 +09:00
crypt32 crypt32: Fix a leak on error path (Coverity). 2016-01-11 19:54:15 +09:00
cryptdlg
cryptdll
cryptext
cryptnet
cryptui
ctapi32
ctl3d.dll16
ctl3d32 ctl3d32: Claim success in Ctl3dRegister(). 2016-01-25 16:14:30 +09:00
ctl3dv2.dll16
d2d1 d2d1: Use drawing effect for underlines. 2016-01-29 00:42:24 +09:00
d3d8 d3d8/tests: Test the creation of render targets with invalid multisample settings. 2016-01-29 00:42:26 +09:00
d3d9 d3d9: Pass non-NULL rectangles to wined3d_texture_blt() in d3d9_device_GetRenderTargetData(). 2016-01-29 21:25:14 +09:00
d3d10 d3d10: Do not use '\n' in the middle of TRACE. 2015-08-18 18:34:46 +09:00
d3d10_1 d3d/tests: Check that device implements IDXGIDevice1. 2015-10-26 23:03:37 +09:00
d3d10core d3d10core/tests: Add test for SM4 sample_b instruction. 2016-02-03 21:57:11 +09:00
d3d11 d3d11: Rename WINE_D3D10_TO_STR to WINE_D3D_TO_STR. 2016-02-05 00:21:58 +09:00
d3dcompiler_33
d3dcompiler_34
d3dcompiler_35
d3dcompiler_36
d3dcompiler_37
d3dcompiler_38
d3dcompiler_39
d3dcompiler_40
d3dcompiler_41
d3dcompiler_42
d3dcompiler_43 d3dcompiler: Add D3DReadFileToBlob, D3DWriteBlobToFile stubs. 2015-10-20 01:19:50 +09:00
d3dcompiler_46 d3dcompiler: Add D3DReadFileToBlob, D3DWriteBlobToFile stubs. 2015-10-20 01:19:50 +09:00
d3dcompiler_47 d3dcompiler: Add D3DReadFileToBlob, D3DWriteBlobToFile stubs. 2015-10-20 01:19:50 +09:00
d3dim
d3drm d3drm/tests: Add QueryInterface tests for IDirect3DRMTexture*. 2016-01-22 01:26:16 +09:00
d3dx9_24 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_25 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_26 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_27 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_28 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_29 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_30 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_31 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_32 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_33 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_34 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_35 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_36 d3dx9: Fix a typo. 2016-01-26 14:48:25 +09:00
d3dx9_37 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_38 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_39 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_40 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_41 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_42 d3dx9_36: Add D3DXCreateFragmentLinker, D3DXCreateFragmentLinkerEx stubs. 2015-07-31 12:05:14 +02:00
d3dx9_43 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx10_33
d3dx10_34
d3dx10_35
d3dx10_36
d3dx10_37
d3dx10_38
d3dx10_39
d3dx10_40
d3dx10_41
d3dx10_42
d3dx10_43 configure: Create d3dx10 import library. 2015-12-07 21:29:34 +09:00
d3dx11_42
d3dx11_43
d3dxof d3dxof: Avoid undefined behavior in parse_object_parts. 2015-11-23 23:35:13 +09:00
davclnt davclnt: Add stub implementations of DavRegisterAuthCallback and DavUnregisterAuthCallback. 2015-07-21 16:33:23 +02:00
dbgeng
dbghelp dbghelp: Add even more symbol types. 2015-11-11 19:39:22 +09:00
dciman32
ddeml.dll16 ddeml: Don't trash 'cb' field of structure returned by DdeQueryConvInfo16() (Coverity). 2015-11-23 23:35:13 +09:00
ddraw ddraw: Use wined3d_texture_get_sub_resource() in ddraw_surface7_Flip(). 2016-02-05 13:52:49 +09:00
ddrawex
devenum
dhcpcsvc
difxapi
dinput dinput: Fail in SetCooperativeLevel on invalid hwnd. 2015-11-25 13:25:31 +09:00
dinput8
dispdib.dll16
dispex
display.drv16
dmband dmband: Add missing TRACE to QI. 2015-06-29 19:07:50 +09:00
dmcompos dmcompos: Mark IPersistStream_Save of DMSignPostTrack as a stub. 2015-06-29 19:07:49 +09:00
dmime dmime: Don't set DSBCAPS_CTRLPAN together with DSBCAPS_CTRL3D. 2016-01-11 19:54:16 +09:00
dmloader
dmscript
dmstyle dmstyle: Remove a not very useful macro. 2015-07-07 17:16:35 +09:00
dmsynth dmsynth: Remove a now unused macro. 2015-07-06 14:49:41 +09:00
dmusic dmusic: Remove old and ugly COM macros. 2015-06-29 19:07:55 +09:00
dmusic32
dnsapi dnsapi: Add a stub implementation of DnsFlushResolverCacheEntry_A/UTF8/W. 2015-12-23 16:32:14 +01:00
dplay
dplayx dplayx: Fix a possible memory leak on error path (Coverity). 2015-11-23 23:35:12 +09:00
dpnaddr
dpnet dpnet: Don't leak entry name. 2015-10-29 22:32:45 +09:00
dpnhpast
dpnlobby
dpvoice
dpwsockx
drmclien
dsound dsound: Use a better name for IDirectSoundBufferImpl_Create(). 2015-12-22 13:50:45 +01:00
dssenh
dswave dswave: Finish the cleanup of create_dswave(). 2015-06-10 15:26:10 +09:00
dwmapi dwmapi: Add DwmUpdateThumbnailProperties stub. 2015-09-08 21:59:18 +09:00
dwrite dwrite/tests: Skip tests if no English family name was returned. 2016-02-04 14:41:18 +09:00
dxdiagn dxdiagn: Improve error handling when converting to VT_BSTR (Coverity). 2015-12-22 09:51:22 +01:00
dxerr8
dxerr9
dxgi Assorted spelling fixes. 2015-12-02 12:59:52 +09:00
dxguid dxguid: Include d3dx10.h. 2015-12-08 17:26:39 +09:00
dxva2
esent esen: Added stub DLL. 2015-10-01 16:24:03 +09:00
evr
explorerframe Revert "explorerframe: Allow treeview expandos to open with a single click.". 2015-11-26 00:12:52 +09:00
ext-ms-win-gdi-devcaps-l1-1-0
faultrep
fltlib fltlib: Add stub for FilterLoad. 2015-06-25 16:32:02 +09:00
fltmgr.sys fltmgr.sys: Add FltInitializePushLock stub. 2015-11-05 20:22:37 +09:00
fntcache
fontsub
fusion fusion: Add a stub for CopyPDBs. 2015-12-07 22:37:42 +09:00
fwpuclnt
gameux gameux: Fix memory leaks (Valgrind). 2015-11-11 19:39:28 +09:00
gdi.exe16 Assorted spelling and typos fixes. 2015-08-31 20:18:46 +09:00
gdi32 gdi32: Implement synthesizing bold glyphs for bitmap fonts. 2016-01-15 23:49:54 +09:00
gdiplus gdiplus: Implement GdipGetPenTransform. 2016-02-04 14:41:05 +09:00
glu32
gphoto2.ds
gpkcsp winebuild: Add DllMain to the list of functions that should be private. 2015-07-15 15:59:46 +09:00
hal hal: Add READ_PORT_ULONG stub. 2015-12-24 12:03:26 +01:00
hhctrl.ocx
hid hid: Implement HidD_GetSerialNumberString. 2015-10-30 15:10:14 +09:00
hidclass.sys hidclass.sys: Properly quit hid_device_thread when both completion event and halt event are signaled. 2016-01-20 23:58:04 +09:00
hlink
hnetcfg hnetcfg: Return success from put_Enabled for a port. 2015-11-12 11:29:04 +09:00
httpapi
iccvid iccvid: Use a separate argument for inverted decompressing. 2015-11-03 23:05:38 +09:00
icmp
ieframe ieframe: Don't write icon file path and index to storage if not specified in shortcut (Valgrind). 2016-01-06 18:08:40 +01:00
ifsmgr.vxd
imaadp32.acm
imagehlp imagehlp: Remove unused structure. 2015-08-12 22:54:24 +09:00
imm.dll16
imm32 imm32: Messages from ImmGenerateMessage are sent not posted. 2016-02-01 23:17:49 +09:00
inetcomm ole32: The type of the size of IMalloc'ed blocks is SIZE_T. 2016-01-20 01:50:47 +09:00
inetcpl.cpl
inetmib1
infosoft
initpki
inkobj
inseng
iphlpapi iphlpapi: Implement GetIfTable2. 2015-08-18 17:30:14 +09:00
irprops.cpl irprops.cpl: Add stub dll. 2016-01-22 22:44:44 +09:00
itircl
itss
joy.cpl kernel32: Avoid resolving imports against the advapi32 forwards. 2015-06-10 15:26:05 +09:00
jscript jscript: Fixed tests on some old jscript versions. 2016-02-01 17:53:35 +09:00
jsproxy
kernel32 kernel32: Implement GetTimeZoneInformationForYear. 2016-02-03 00:00:32 +09:00
keyboard.drv16
krnl386.exe16 krnl386.exe16: Skip invalid entries in GetPrivateProfileString16. 2015-12-02 12:57:56 +09:00
ksuser
ktmw32
loadperf
localspl
localui Assorted spelling fixes. 2015-08-07 23:50:48 +09:00
lz32
lzexpand.dll16
mapi32 ole32: The type of the size of IMalloc'ed blocks is SIZE_T. 2016-01-20 01:50:47 +09:00
mapistub
mciavi32 mciavi32: Detect Indeo video frames as valid frames. 2015-09-18 14:58:14 +02:00
mcicda mcicda: Improve CD drive IOCTL tracing. 2015-11-02 23:02:21 +09:00
mciqtz32 mciqtz32: Support MCI_DGV_PUT_DESTINATION. 2016-01-17 15:40:39 +09:00
mciseq mciseq: Ensure the player thread termination when stopping. 2015-07-22 17:42:39 +02:00
mciwave
mf
mfplat mfplat: Add missing export of MFGetPluginControl to specfile. 2015-08-24 14:44:23 +09:00
mfreadwrite
mgmtapi
midimap
mlang
mmcndmgr
mmdevapi mmdevapi: Skip device if GetId fails (Coverity). 2015-12-23 16:32:15 +01:00
mmdevldr.vxd
mmsystem.dll16
monodebg.vxd
mountmgr.sys
mouse.drv16
mpr mpr/tests: Add tests for WNetUseConnectionA(). 2016-02-03 23:49:05 +09:00
mprapi
msacm.dll16
msacm32 msacm32/tests: Add more acmStreamPrepareHeader tests. 2015-12-01 12:43:36 +09:00
msacm32.drv msacm32.drv: Initialize reserved fields in WAVEINCAPS/WAVEOUTCAPS (Coverity). 2015-12-30 08:07:00 +01:00
msadp32.acm msadpcm32.acm: Stop converting data instead of crashing. 2015-10-01 16:34:02 +09:00
msasn1
mscat32
mscms mscms: Let liblcms2 determine input and output format for transform profiles. 2015-08-06 23:36:03 +09:00
mscoree mscoree: Call native DllEntryPoint when it is defined in COR header. 2016-02-04 14:41:00 +09:00
msctf msctf: Add a partial implementation of ITfThreadMgrEx_ActivateEx(). 2015-11-30 23:16:49 +09:00
msctfp
msdaps
msdelta msdelta: Add stub DLL. 2015-10-02 20:51:24 +09:00
msdmo
msdrm msdrm: Add stub dll. 2016-01-25 18:55:21 +09:00
msftedit
msg711.acm
msgsm32.acm
mshtml mshtml: Wine Gecko 2.44 release. 2016-02-01 17:53:39 +09:00
mshtml.tlb
msi msi: Include the dialog in the check for duplicate event subscriptions. 2016-01-26 22:37:32 +09:00
msident
msimg32
msimsg
msimtf msimtf: Add stub implementation for IActiveIMMMessagePumpOwner. 2015-06-25 13:57:16 +09:00
msisip
msisys.ocx
msls31
msnet32
mspatcha
msrle32 Assorted spelling fixes. 2015-12-02 12:59:52 +09:00
msscript.ocx msscript.ocx: Add missing 'vararg' attribute to the Run() methods. 2015-09-04 17:45:18 +09:00
mssign32
mssip32
mstask
msvcirt msvcirt: Use proper printf format for pointers (PVS-Studio). 2015-10-13 18:40:33 +09:00
msvcm80
msvcm90
msvcp60 msvcp60: Export more complex numbers operators. 2016-01-15 01:44:54 +09:00
msvcp70 msvcp: Add _Exp implementation. 2015-10-02 15:38:54 +09:00
msvcp71 msvcp: Add _Exp implementation. 2015-10-02 15:38:54 +09:00
msvcp80 msvcp: Add _Exp implementation. 2015-10-02 15:38:54 +09:00
msvcp90 msvcp100: Add numeric_limits<*>::lowest implementation. 2016-01-15 01:44:54 +09:00
msvcp100 msvcp100: Add numeric_limits<*>::lowest implementation. 2016-01-15 01:44:54 +09:00
msvcp110 msvcp110/tests: Test virtual base table size exports. 2016-01-14 19:50:09 +09:00
msvcp120 msvcp110: Add tr2_sys__Link implementation and test. 2016-01-12 22:36:27 +09:00
msvcp120_app msvcp110: Add tr2_sys__Link implementation and test. 2016-01-12 22:36:27 +09:00
msvcr70 msvcrt: Don't import atexit to avoid conflicts with the Mingw runtime. 2016-01-12 19:10:03 +09:00
msvcr71 msvcrt: Don't import atexit to avoid conflicts with the Mingw runtime. 2016-01-12 19:10:03 +09:00
msvcr80 msvcrt: Add _crt_debugger_hook implementation. 2016-01-20 01:48:52 +09:00
msvcr90 msvcrt: Add _crt_debugger_hook implementation. 2016-01-20 01:48:52 +09:00
msvcr100 msvcrt: Add _crt_debugger_hook implementation. 2016-01-20 01:48:52 +09:00
msvcr110 msvcr110: Add _W_Gettnames implementation. 2016-01-20 21:19:27 +09:00
msvcr120 msvcr110: Add _W_Gettnames implementation. 2016-01-20 21:19:27 +09:00
msvcr120_app msvcr110: Add _W_Gettnames implementation. 2016-01-20 21:19:27 +09:00
msvcrt msvcrt: Handle of thread created by _beginthread should not be closed on thread detach. 2016-02-01 21:41:22 +09:00
msvcrt20 msvcrt: Don't import atexit to avoid conflicts with the Mingw runtime. 2016-01-12 19:10:03 +09:00
msvcrt40 msvcrt: Don't import atexit to avoid conflicts with the Mingw runtime. 2016-01-12 19:10:03 +09:00
msvcrtd msvcrt: Don't import atexit to avoid conflicts with the Mingw runtime. 2016-01-12 19:10:03 +09:00
msvfw32 msrle32: Add support to decompress uncompressed frames. 2015-11-06 01:13:57 +09:00
msvidc32 msvidc32: Add missing compression messages to the list. 2015-10-22 23:04:19 +09:00
msvideo.dll16 msvideo: Add support for 16-bit MCIWndProc. 2015-09-11 16:06:56 +09:00
mswsock
msxml
msxml2
msxml3 msxml3/tests: Fix BSTR leak warning (Valgrind). 2016-01-05 15:08:42 +01:00
msxml4
msxml6
nddeapi
ndis.sys ndis.sys: Add NdisAllocateSpinLock stub. 2016-01-29 21:34:14 +09:00
netapi32 netapi32: Avoid shift overflow for GENERIC_READ_ACCESS and friends. friends. 2015-09-14 16:47:51 +09:00
netcfgx
netprofm netprofm: fix memleak in error exit (Coverity). 2015-09-07 17:54:54 +09:00
newdev newdev: Update spec file. 2015-10-15 00:53:20 +09:00
normaliz
npmshtml
npptools
ntdll server: Use the link_name operation to create named objects. 2016-02-05 00:20:01 +09:00
ntdsapi ntdsapi: Fix null termination of buffer. 2015-10-05 22:27:14 +09:00
ntoskrnl.exe ntoskrnl.exe: Add RtlInitializeGenericTableAvl/RtlInsertElementGenericTableAvl stubs. 2015-12-24 15:04:31 +01:00
ntprint
objsel
odbc32 odbc32: Fix SQLBindCol prototype. 2015-11-30 23:16:48 +09:00
odbccp32 odbccp32/test: Correct tests without privileges. 2015-11-18 23:15:39 +09:00
odbccu32
ole2.dll16 ole2: Implement ReadClassStm(). 2016-01-11 19:54:16 +09:00
ole2conv.dll16
ole2disp.dll16 ole2disp: Implement SafeArrayAccessData()/SafeArrayUnaccessData(). 2016-01-15 15:10:53 +09:00
ole2nls.dll16 ole2nls: Fix CompareString() prototype. 2015-12-21 18:18:20 +01:00
ole2prox.dll16
ole2thk.dll16
ole32 ole32: The type of the size of IMalloc'ed blocks is SIZE_T. 2016-01-20 01:50:47 +09:00
oleacc oleacc: Avoid two cases of shift overflow. 2015-09-14 16:47:53 +09:00
oleaut32 oleaut32: Add ICreateTypeLib2::SetCustData tests. 2016-01-28 21:27:27 +09:00
olecli.dll16
olecli32
oledb32 oledb32: GetConversionSize shouldn't fail for null variants. 2015-12-23 16:32:12 +01:00
oledlg oledlg: Replace existing menu item in case of empty object too. 2015-12-01 12:46:32 +09:00
olepro32 olepro32: Add typelib resource. 2016-01-27 23:35:32 +09:00
olesvr.dll16
olesvr32
olethk32
openal32 openal32: Prefer native version. 2015-10-06 00:01:56 +09:00
opencl opencl: Avoid deprecation warning for OpenCL 1.2 APIs. 2015-09-25 21:00:59 +02:00
opengl32 Update copyright info for 2016. 2016-01-03 20:08:27 +01:00
packager
pdh pdh: Add PdhBindInputDataSourceA/W stubs. 2015-12-30 08:16:56 +01:00
photometadatahandler
pidgen
powrprof
printui
prntvpt prntvpt: Added PTOpenProvider() stub. 2015-10-28 00:58:12 +09:00
propsys propsys: Cast to ULONGLONG instead of LONGLONG in test_intconversions test_intconversions to avoid shift overflow. 2015-09-07 15:04:11 +09:00
psapi Assorted spelling and grammar fixes. 2015-11-17 22:56:40 +09:00
pstorec
qcap Assorted spelling and typos fixes. 2015-08-18 15:00:13 +09:00
qedit qedit: Simplify/fix the creation of the IEnumMediaTypes. 2015-08-13 15:05:26 +09:00
qmgr qmgr: Use the full path for HTTP downloads. 2015-12-23 16:32:14 +01:00
qmgrprxy include: Add missing BITS interfaces. 2015-06-05 18:39:21 +09:00
quartz quartz: Handle NULL target format in FilterGraph::ConvertTimeFormat. 2016-01-12 19:10:05 +09:00
query
rasapi16.dll16
rasapi32 rasapi32: Add RasSetCustomAuthDataA/W stubs. 2016-01-15 01:44:52 +09:00
rasdlg
regapi
resutils
riched20 riched20: Print boundary for ME_CheckCharOffsets only when richedit_check channel was opened. 2016-01-08 00:47:13 +09:00
riched32 riched32/tests: Test WM_GETTEXTLENGTH with multibyte character. 2015-12-23 16:32:14 +01:00
rpcrt4 rpcrt4: Add a stub for RpcBindingServerFromClient. 2016-01-14 22:17:56 +09:00
rsabase
rsaenh rsaenh/tests: Mark an old behavior as broken (PVS-Studio). 2015-10-28 22:31:26 +09:00
rstrtmgr
rtutils
samlib
sane.ds sane.ds: Remove dead code (Clang). 2015-12-25 14:06:35 +01:00
scarddlg
sccbase
schannel
schedsvc schedsvc: Simplify an if-condition (PVS-Studio). 2015-10-14 12:51:05 +09:00
scrrun scrrun: Implement filesys_GetDrive for local drives. 2016-01-29 22:32:45 +09:00
scsiport.sys
secur32 secur32: Ignore pfQOP in VerifySignature (Clang). 2015-12-25 14:05:45 +01:00
security
sensapi
serialui
setupapi setupapi: Add SetupDiSelectBestCompatDrv stubs. 2015-12-24 12:05:08 +01:00
setupx.dll16 setupx.dll16: Add DiBuildDriverIndex stub. 2015-12-22 10:47:11 +01:00
sfc sfc: Add SfcGetNextProtectedFile stub. 2015-11-03 23:12:58 +09:00
sfc_os sfc: Add SfcGetNextProtectedFile stub. 2015-11-03 23:12:58 +09:00
shdoclc
shdocvw shdocvw: Add missing parameter to RunInstallUninstallStubs2. 2015-10-30 19:12:36 +09:00
shell.dll16
shell32 shell32: Set the stream and storage attributes where needed. 2016-01-29 21:25:21 +09:00
shfolder
shlwapi shlwapi/tests: Fix uninitialized data access in tests (Valgrind). 2016-01-09 17:30:04 +09:00
slbcsp
slc
snmpapi
softpub
sound.drv16
spoolss
stdole2.tlb
stdole32.tlb
sti
storage.dll16
stress.dll16
strmbase strmbase: Decommit allocator when streaming stops. 2016-02-01 19:15:29 +09:00
strmiids
svrapi
sxs
system.drv16
t2embed
tapi32 tapi32: Simplify the logic in an if condition. 2015-11-27 20:53:31 +09:00
taskschd taskschd/tests: Fix memory leaks (Valgrind). 2015-11-09 16:44:53 +09:00
tdi.sys tdi.sys: Add a stub dll. 2015-12-22 10:49:44 +01:00
toolhelp.dll16
traffic
twain.dll16
twain_32
typelib.dll16
ucrtbase msvcr110: Add _W_Gettnames implementation. 2016-01-20 21:19:27 +09:00
unicows
updspapi
url
urlmon Assorted typos fixes. 2015-11-27 15:38:30 +09:00
usbd.sys
user.exe16 user.exe: Fully convert MSG16 to MSG in IsDialogMessage() (Coverity). 2015-12-29 22:38:35 +01:00
user32 user32: A window may be notified with WM_CAPTURECHANGED about itself if SetCapture() is called twice. 2016-02-02 22:24:11 +09:00
userenv
usp10 usp10: Correct math punctuation handling in itemization. 2016-02-04 18:21:47 +09:00
uuid
uxtheme uxtheme: Partial implementation of DrawThemeTextEx. 2015-07-02 13:43:43 +09:00
vbscript makefiles: Add makedep pragmas in all IDL source files. 2015-11-02 23:02:22 +09:00
vcomp vcomp: Use RtlIsCriticalSectionLockedByThread to check lock owner. 2015-10-11 13:47:45 +09:00
vcomp90 vcomp: Implement _vcomp_get_thread_num. 2015-10-07 21:28:49 +09:00
vcomp100 vcomp: Implement _vcomp_get_thread_num. 2015-10-07 21:28:49 +09:00
vcomp110 vcomp: Implement _vcomp_get_thread_num. 2015-10-07 21:28:49 +09:00
vcomp120 vcomp120: Add vcomp120 stub dll. 2015-10-09 14:01:57 +09:00
vcruntime140 ucrtbase: Implement __std_type_info_compare. 2015-11-06 21:59:08 +09:00
vdhcp.vxd
vdmdbg
ver.dll16
version version: Remove dead assignments (Clang). 2015-12-24 11:58:36 +01:00
vmm.vxd
vnbt.vxd
vnetbios.vxd
vssapi
vtdapi.vxd
vwin32.vxd
w32skrnl
w32sys.dll16
wbemdisp wbemdisp: Calculate the object count returned from ISWbemObjectSet::get_Count just once. 2015-12-23 16:32:14 +01:00
wbemprox wbemprox: Implement Win32_VideoController.VideoModeDescription. 2016-01-06 18:08:35 +01:00
webservices webservices: Implement WsWriteStartCData and WsWriteEndCData. 2016-02-03 23:49:29 +09:00
wer
wevtapi wevtapi: Add EvtClose stub. 2015-12-10 16:27:31 +09:00
wiaservc wiaservc: Added a stub for IEnumWIA_DEV_INFO. 2015-10-09 12:58:45 +09:00
wimgapi wimgapi: Add stub for WIMRegisterMessageCallback. 2015-11-11 19:39:24 +09:00
win32s16.dll16
win87em.dll16
winaspi.dll16
windebug.dll16
windowscodecs windowscodecs/tests: Handle failure to create TIFF decoder. 2015-10-01 16:34:26 +09:00
windowscodecsext
winealsa.drv
winecoreaudio.drv winecoreaudio: Handle sysex MIDI messages. 2015-11-11 19:39:23 +09:00
winecrt0
wined3d wined3d: Make the "icb" field in struct wined3d_shader_instruction const. 2016-02-05 13:52:56 +09:00
winegstreamer winegstreamer: Update to use gstreamer-1.0. 2016-01-15 15:32:49 +09:00
winejoystick.drv
winemac.drv winemac: Make macdrv_process_text_input() asynchronous and process internal events while awaiting its result. 2016-02-05 13:53:13 +09:00
winemapi
winemp3.acm
wineoss.drv wineoss: Initialized wReserved1 field returned to auxGetDevCapsW(). 2015-11-25 13:22:27 +09:00
wineps.drv wineps: Pass the collate setting as a CUPS option. 2015-10-21 19:19:09 +09:00
wineps16.drv16
winepulse.drv winepulse.drv: Print a winediag error when PA buffer size is too small. 2015-12-12 05:30:27 +01:00
wineqtdecoder
winex11.drv winex11: Fix overflow in remove_startup_notification. 2016-01-19 20:48:12 +09:00
wing.dll16
wing32
winhttp winhttp: Don't drain content until authorization is handled successfully. 2015-12-23 16:32:14 +01:00
wininet wininet/tests: Fix test failures. 2016-01-26 22:37:28 +09:00
winmm winmm: Respect return value from joyGetPos (Coverity). 2015-12-23 16:32:16 +01:00
winnls.dll16
winnls32
winscard
winsock.dll16
winspool.drv winspool.drv: If the call to cupsPrintFile fails, print the cups error message. 2016-01-29 16:38:51 +09:00
winsta winsta: Add initial winsta.h. 2015-07-17 16:44:39 +09:00
wintab.dll16
wintab32
wintrust wintrust/tests: Use proper return types when calling provider funcs (PVS-Studio). 2015-10-21 01:04:29 +09:00
wlanapi
wldap32 wldap32: Properly implement ldap_encode_sort_control[A, W] (Coverity). 2015-11-23 23:35:19 +09:00
wmi
wmiutils wmiutils: Don't return HRESULT codes for BOOL retval (PVS-Studio). 2015-10-14 12:47:47 +09:00
wmp
wmvcore
wnaspi32
wow32
wpcap wpcap: Forward pcap_strerror to msvcrt.strerror. 2016-01-27 00:26:32 +09:00
ws2_32 ws2_32: Add WSAPoll() implementation. 2015-12-22 14:29:48 +01:00
wshom.ocx makefiles: Add makedep pragmas in all IDL source files. 2015-11-02 23:02:22 +09:00
wsnmp32
wsock32
wtsapi32
wuapi
wuaueng
x3daudio1_0 x3daudio1_0: Use shared source. 2016-01-15 15:08:39 +09:00
x3daudio1_1 x3daudio1_1: Use shared source. 2016-01-15 15:08:18 +09:00
x3daudio1_2 x3daudio1_2: Use shared source. 2016-01-15 15:07:42 +09:00
x3daudio1_3 x3daudio1_3: Use shared source. 2016-01-15 15:07:19 +09:00
x3daudio1_4 x3daudio1_4: Use shared source. 2016-01-15 15:06:52 +09:00
x3daudio1_5 x3daudio1_5: Use shared source. 2016-01-15 15:06:31 +09:00
x3daudio1_6 x3daudio1_6: Use shared source. 2016-01-15 15:06:08 +09:00
x3daudio1_7 x3daudio1_7: Use shared source. 2016-01-15 15:05:37 +09:00
xapofx1_1 xapofx1_1: Use shared source. 2016-01-15 01:44:53 +09:00
xapofx1_2 xapofx1_2: Use shared source. 2016-01-15 01:44:53 +09:00
xapofx1_3 xapofx1_3: Use shared source. 2016-01-15 01:44:53 +09:00
xapofx1_4 xapofx1_4: Use shared source. 2016-01-15 01:44:53 +09:00
xapofx1_5 xapofx1_5: Use shared source. 2016-01-15 01:44:53 +09:00
xaudio2_0 xaudio2: Remove unnecessary kernel32 imports. 2016-01-15 15:10:25 +09:00
xaudio2_1 xaudio2: Remove unnecessary kernel32 imports. 2016-01-15 15:10:25 +09:00
xaudio2_2 xaudio2: Remove unnecessary kernel32 imports. 2016-01-15 15:10:25 +09:00
xaudio2_3 xaudio2: Remove unnecessary kernel32 imports. 2016-01-15 15:10:25 +09:00
xaudio2_4 xaudio2: Remove unnecessary kernel32 imports. 2016-01-15 15:10:25 +09:00
xaudio2_5 xaudio2: Remove unnecessary kernel32 imports. 2016-01-15 15:10:25 +09:00
xaudio2_6 xaudio2: Remove unnecessary kernel32 imports. 2016-01-15 15:10:25 +09:00
xaudio2_7 xaudio2: Report incoming underruns to the application. 2016-01-26 14:54:35 +09:00
xaudio2_8 xaudio2: Remove unnecessary kernel32 imports. 2016-01-15 15:10:25 +09:00
xaudio2_9 xaudio2_9: Add xaudio2_9. 2016-01-20 14:48:37 +09:00
xinput1_1
xinput1_2
xinput1_3 winebuild: Add DllMain to the list of functions that should be private. 2015-07-15 15:59:46 +09:00
xinput1_4 winebuild: Add DllMain to the list of functions that should be private. 2015-07-15 15:59:46 +09:00
xinput9_1_0
xmllite xmllite/tests: Fix memory leak (valgrind). 2015-10-30 16:39:17 +09:00
xolehlp
xpsprint
xpssvcs