Sweden-Number/dlls
Dylan Smith f885d40d67 richedit: Store mouse captured state rather than calling GetCapture.
Windowless richedit control will not be able to call GetCapture without
a handle to the host window (and there is no ITextHost_TxGetCapture
method), but there is a ITextHost_TxSetCapture method available for
setting and releasing the capture on the mouse.  This means that the
richedit control will need to keep track of whether it has captured the
mouse or not to implement windowless richedit controls.
2009-01-12 14:42:02 +01:00
..
acledit
activeds
actxprxy
adsiid
advapi32 advapi32: Fix pointer cast warnings on 64-bit. 2009-01-08 17:26:30 +01:00
advpack advpack/tests: Add CDECL to the cabinet callback functions. 2009-01-03 20:12:26 +01:00
amstream amstream: Remove superfluous casts. 2009-01-08 12:54:37 +01:00
appwiz.cpl appwiz.cpl: Add Romanian translation. 2009-01-04 13:34:27 +01:00
atl atl: Remove two superfluous casts. 2008-12-05 12:36:31 +01:00
avicap32
avifil32 janitorial: Don't depend on user32 for the self registration functions. 2008-12-17 11:38:32 +01:00
browseui browseui: Remove superfluous casts from/to void pointers. 2009-01-04 13:33:59 +01:00
cabinet cabinet: Add CDECL to the cabinet callback functions. 2009-01-05 12:39:02 +01:00
capi2032
cards
cfgmgr32 cfgmgr32: Forward and stub CM_Create_DevNodeA/W. 2008-12-30 11:37:34 +01:00
clusapi clusapi: Add stubs for ClusterEnum, ClusterOpenEnum and ClusterCloseEnum. 2008-12-09 12:46:52 +01:00
comcat comcat: Moved all the implementation to ole32 where it belongs. 2008-10-11 13:30:08 +02:00
comctl32 comctl32/tests: Fix lparam checks in the treeview test for Win64. 2009-01-10 21:05:32 +01:00
comdlg32 comdlg32: Declare a function static. 2009-01-02 14:28:02 +01:00
compstui
credui *Ko.rc: Update Korean resource. 2008-12-11 12:21:07 +01:00
crtdll msvcrt: Add __cdecl to all function prototypes. 2008-12-17 15:00:28 +01:00
crypt32 crypt32/tests: Remove some superfluous pointer casts. 2009-01-12 13:05:09 +01:00
cryptdlg cryptdlg: New French translation. 2008-12-17 13:52:40 +01:00
cryptdll
cryptnet cryptnet: Fix test failures on Windows Vista/2008. 2008-10-17 12:31:06 +02:00
cryptui cryptui: Don't make certificate status control disabled. 2009-01-10 14:49:46 +01:00
ctapi32
ctl3d32
d3d8 ddrawex: Add a test for the permanent DC function. 2009-01-09 16:26:06 +01:00
d3d9 ddrawex: Add a test for the permanent DC function. 2009-01-09 16:26:06 +01:00
d3d10 dxgi: Implement IDXGIFactory::EnumAdapters(). 2008-11-18 11:53:28 +01:00
d3d10core d3d10core/tests: Skip the tests if we can't create a DXGI factory. 2008-12-04 12:51:48 +01:00
d3dim
d3drm d3drm: Remove unused Wine debug channel. 2008-12-17 13:52:40 +01:00
d3dx8 d3dx8: Remove unused Wine debug channel. 2008-12-17 13:52:40 +01:00
d3dx9_24 d3dx9_24: Remove unused Wine debug channel. 2008-12-17 13:52:41 +01:00
d3dx9_25 d3dx9_25: Remove unused Wine debug channel. 2008-12-17 13:52:41 +01:00
d3dx9_26 d3dx9_26: Remove unused Wine debug channel. 2008-12-17 13:52:41 +01:00
d3dx9_27 d3dx9_27: Remove unused Wine debug channel. 2008-12-17 13:52:41 +01:00
d3dx9_28 d3dx9_28: Remove unused Wine debug channel. 2008-12-18 13:36:58 +01:00
d3dx9_29 d3dx9_29: Remove unused Wine debug channel. 2008-12-18 13:37:02 +01:00
d3dx9_30 d3dx9_30: Remove unused Wine debug channel. 2008-12-18 13:37:05 +01:00
d3dx9_31 d3dx9_31: Remove unused Wine debug channel. 2008-12-18 13:37:09 +01:00
d3dx9_32 d3dx9_32: Remove unused Wine debug channel. 2008-12-18 13:37:12 +01:00
d3dx9_33 d3dx9_33: Remove unused Wine debug channel. 2008-12-18 13:37:16 +01:00
d3dx9_34 d3dx9_34: Remove unused Wine debug channel. 2008-12-18 13:37:19 +01:00
d3dx9_35 d3dx9_35: Remove unused Wine debug channel. 2008-12-18 13:37:23 +01:00
d3dx9_36 d3dx9_36/test: Remove an unconsistent test. 2009-01-12 13:10:43 +01:00
d3dx9_37 d3dx9_37: Remove unused Wine debug channel. 2008-12-18 13:37:30 +01:00
d3dxof d3dxof: Avoid accessing template/object buffer directly. 2009-01-12 13:19:03 +01:00
dbghelp dbghelp: Declare some functions static. 2009-01-03 15:35:29 +01:00
dciman32
ddraw ddraw: Fix double unlock of critical section. 2009-01-10 17:43:10 +01:00
ddrawex ddrawex: Remove redundant NULL check before HeapFree (Smatch). 2009-01-10 17:43:10 +01:00
devenum devenum: Make the Romanian translation LANG_NEUTRAL. 2008-12-17 15:29:09 +01:00
dinput dinput: Avoid size_t in traces. 2009-01-08 13:12:08 +01:00
dinput8
dmband include: Change MUSIC_TIME from long to LONG for Win64 compatibility. 2009-01-10 17:43:10 +01:00
dmcompos include: Change MUSIC_TIME from long to LONG for Win64 compatibility. 2009-01-10 17:43:10 +01:00
dmime include: Use LONG instead of long in dmusici.h for Win64 compatibility. 2009-01-10 17:43:10 +01:00
dmloader Assorted spelling fixes. 2008-12-29 11:36:49 +01:00
dmscript include: Change MUSIC_TIME from long to LONG for Win64 compatibility. 2009-01-10 17:43:10 +01:00
dmstyle include: Change MUSIC_TIME from long to LONG for Win64 compatibility. 2009-01-10 17:43:10 +01:00
dmsynth include: Use LONG instead of long in dmusics.h for Win64 compatibility. 2009-01-10 17:43:11 +01:00
dmusic dmusic: Implement IDirectMusic8Impl_CreateMusicBuffer. 2008-12-22 15:21:04 +01:00
dmusic32
dnsapi dnsapi: Reorder a couple of functions to avoid forward declarations. 2009-01-07 14:40:54 +01:00
dplay
dplayx dplayx/tests: Fix typo. 2009-01-02 11:53:45 +01:00
dpnaddr
dpnet dpnet: Remove superfluous casts. 2009-01-04 13:33:56 +01:00
dpnhpast
dpnlobby
dpwsockx dplayx: Basic implementation of dpwsockx.dll, needed by dplayx. 2008-07-23 11:44:32 +02:00
dsound dsound: Const correctness fixes. 2009-01-12 13:22:14 +01:00
dssenh
dswave include: Change MUSIC_TIME from long to LONG for Win64 compatibility. 2009-01-10 17:43:10 +01:00
dwmapi dwmapi: Add a few stub implementations. 2008-10-02 10:43:08 -05:00
dxdiagn dxdiaxgn: Implemented retrieval of szDeviceIdentifier property. 2009-01-05 15:08:15 +01:00
dxerr8
dxerr9
dxgi dxgi: Remove superfluous pointer casts. 2009-01-12 13:06:50 +01:00
dxguid dxguid: Add d3d10 GUIDs. 2008-10-17 13:01:50 +02:00
faultrep
fusion fusion: Remove superfluous casts. 2009-01-08 12:54:29 +01:00
gdi32 gdi32/tests: Fix an uninitialized value check and a structure size for Win64. 2009-01-10 21:05:52 +01:00
gdiplus gdiplus: Implement hatch brush accessor functions. 2009-01-12 14:36:41 +01:00
glu32
gphoto2.ds include: Change twain.h to use LONG/ULONG for Win64 compatibility. 2009-01-06 12:44:12 +01:00
gpkcsp
hal hal: Add version resource. 2008-12-16 13:59:03 +01:00
hhctrl.ocx janitorial: Don't depend on user32 for the self registration functions. 2008-12-17 11:38:32 +01:00
hid
hlink hlink/tests: Fix some failures on Win9x and WinMe. 2008-12-05 12:37:32 +01:00
hnetcfg
iccvid *Ko.rc: Update Korean resource. 2008-12-11 12:21:07 +01:00
icmp icmp: The import library is not needed. 2008-07-18 11:11:29 +02:00
ifsmgr.vxd
imaadp32.acm imaadp32: Report the same driver details as windows. 2008-12-08 22:02:21 +01:00
imagehlp imagehlp: Rectify and add a forward. 2008-11-12 11:49:12 +01:00
imm32 imm32: Avoid pointer casts in traces. 2009-01-08 13:12:55 +01:00
inetcomm janitorial: Don't depend on user32 for the self registration functions. 2008-12-17 11:38:32 +01:00
inetmib1 inetmib1: Fix remaining failure on Win9x/NT4. 2008-10-09 14:20:05 +02:00
infosoft infosoft: Remove unneeded address-of operator from function name. 2008-07-07 12:31:40 +02:00
initpki
inkobj inkobj: Declare a variable static. 2009-01-06 12:52:21 +01:00
inseng janitorial: Remove unneeded user32 imports. 2008-12-17 11:38:36 +01:00
iphlpapi iphlpapi: Remove unused function. 2009-01-09 14:56:08 +01:00
itircl itircl: Fix documentation typo. 2008-12-31 12:28:17 +01:00
itss itss: Remove unneeded casts of zero. 2008-12-02 14:04:50 +01:00
jscript jscript: Declare a function static. 2009-01-07 12:21:25 +01:00
kernel32 ntdll: Add RtlCaptureStackBackTrace stub. 2009-01-12 14:37:57 +01:00
loadperf loadperf: Add LoadPerfCounterTextStrings stubs. 2009-01-12 14:37:18 +01:00
localspl localspl: Call DrvDriverEvent in AddPrinterDriverEx. 2009-01-09 14:58:47 +01:00
localui *Ko.rc: Update Korean resource. 2008-12-11 12:21:07 +01:00
lz32 lz32/tests: Fix a test failure on Win9x. 2008-12-01 12:45:39 +01:00
mapi32 mapi32: Remove superfluous casts. 2009-01-08 12:54:48 +01:00
mciavi32 mciavi: In MCI, RECT structure is used differently: rc.right = width & rc.bottom = height so do the conversion when needed. 2009-01-12 14:37:12 +01:00
mcicda include: Fix a number of mmsystem.h structure for Win64. 2009-01-09 18:08:29 +01:00
mciseq include: Fix a number of mmsystem.h structure for Win64. 2009-01-09 18:08:29 +01:00
mciwave include: Fix a number of mmsystem.h structure for Win64. 2009-01-09 18:08:29 +01:00
midimap
mlang mlang/tests: Fix a pointer casting warning on 64-bit. 2009-01-03 20:13:37 +01:00
mmdevldr.vxd
monodebg.vxd
mountmgr.sys mountmgr.sys: Avoid a compiler warning on older gcc. 2008-12-04 14:32:21 +01:00
mpr mpr: Remove superfluous pointer casts. 2009-01-12 13:06:39 +01:00
mprapi
msacm32 msacm32: Declare a variable static. 2009-01-09 14:21:20 +01:00
msacm32.drv
msadp32.acm msadp32.acm: Make the szFormatTag the same as windows. 2008-12-08 22:02:17 +01:00
mscat32 mscat32: Forward more functions to wintrust. 2008-12-18 14:52:49 +01:00
mscms mscms/tests: Pass correct device name to AssociateColorProfileWithDevice(). 2009-01-05 16:43:10 +01:00
mscoree mscoree: Add a stub for LockClrVersion. 2008-12-20 12:16:35 +01:00
msdmo msdmo: Convert source files to utf-8. 2008-10-18 19:20:10 +02:00
msftedit
msg711.acm
mshtml mshtml/tests: Skip a couple of tests when IE is running in Enhanced Security Configuration. 2009-01-10 17:43:11 +01:00
mshtml.tlb
msi msi/tests: Opening package with relative filename sometimes succeeds on Windows. 2009-01-12 14:34:51 +01:00
msimg32
msimtf msimtf: Add a mostly wrapper stub for IActiveIMMApp. 2008-11-04 12:45:22 +01:00
msisip msisip: Implement MsiSIPGetSignedDataMsg. 2008-08-01 11:37:29 +02:00
msisys.ocx
msnet32
msrle32 *Ko.rc: Update Korean resource. 2008-12-11 12:21:07 +01:00
mssip32
mstask mstask/tests: Fix test failures on XP. 2008-09-17 16:23:08 +02:00
msvcirt msvcirt: Implement some ostream stubs. 2008-08-20 14:09:03 +02:00
msvcr71 msvcr71: Remove unused Wine debug channel. 2008-12-19 17:36:35 +01:00
msvcrt msvcrt: Fix an unused function warning on non-i386. 2009-01-08 17:29:59 +01:00
msvcrt20 msvcrt: The __p_* functions are only exported on i386. 2008-12-15 16:20:08 +01:00
msvcrt40 msvcrt40: Remove unused Wine debug channel. 2008-12-19 17:36:35 +01:00
msvcrtd msvcrt: The __p_* functions are only exported on i386. 2008-12-15 16:20:08 +01:00
msvfw32 msvfw32: Remove superfluous pointer casts. 2009-01-12 13:06:42 +01:00
msvidc32 *Ko.rc: Update Korean resource. 2008-12-11 12:21:07 +01:00
mswsock mswsock: Export the WSARecvEx function. 2008-12-01 13:21:11 +01:00
msxml3 msxml3: Use xmlNodeGetContent to get text data. 2008-12-23 19:55:55 +01:00
nddeapi
netapi32 netapi32: Remove unneeded casts of zero. 2008-12-08 12:05:44 +01:00
newdev
ntdll ntdll: Add RtlCaptureStackBackTrace stub. 2009-01-12 14:37:57 +01:00
ntdsapi
ntoskrnl.exe ntoskrnl: Add version resource. 2009-01-12 14:37:40 +01:00
ntprint
objsel janitorial: Remove unneeded user32 imports. 2008-12-17 11:38:36 +01:00
odbc32 odbc32: Sign-compare warnings fix. 2008-10-27 11:28:35 +01:00
odbccp32
ole32 ole32: Declare a function static. 2009-01-12 13:11:01 +01:00
oleacc oleacc: Add stub for AccessibleObjectFromPoint. 2008-12-27 20:35:19 +01:00
oleaut32 oleaut32: Test the return value of the remote IWidget_StructArgs call. 2009-01-12 13:07:10 +01:00
olecli32
oledlg *Ko.rc: Update Korean resource. 2008-12-11 12:21:07 +01:00
olepro32
olesvr32
olethk32
opengl32 opengl32: Automatically download the GL spec files in make_opengl. Add a default value for the OpenGL version. 2009-01-08 12:29:39 +01:00
pdh
pidgen pidgen: Fix typo. 2008-12-22 14:26:07 +01:00
powrprof
printui
propsys
psapi ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit. 2009-01-03 14:55:32 +01:00
pstorec
qcap qcap: Declare a function static. 2009-01-12 13:11:05 +01:00
qedit qedit/tests: Fix a pointer casting warning on 64-bit. 2009-01-03 20:14:18 +01:00
qmgr qmgr: Improve a couple of stubs. 2009-01-07 14:41:35 +01:00
qmgrprxy qmgrprxy: Fix building on wine64. 2008-11-26 13:38:06 +01:00
quartz quartz: Use SetWindowLongPtr to store a pointer value. 2009-01-08 17:30:57 +01:00
query
rasapi32 rasapi32/tests: Trace the correct variable. 2008-09-08 14:09:23 +02:00
resutils
riched20 richedit: Store mouse captured state rather than calling GetCapture. 2009-01-12 14:42:02 +01:00
riched32 richedit: Added tests for autoscrolling options based on WS_V/HSCROLL. 2009-01-12 14:38:36 +01:00
rpcrt4 rpcrt4: Unmarshalling functions should always set fMustAlloc when allocating memory. 2009-01-12 13:07:31 +01:00
rsabase
rsaenh rsaenh/tests: Fix a test failure on NT4. 2008-12-11 11:50:19 +01:00
sane.ds include: Change twain.h to use LONG/ULONG for Win64 compatibility. 2009-01-06 12:44:12 +01:00
sccbase
schannel include: sspi.h: Use the Win types as per MSDN. 2009-01-06 12:43:46 +01:00
secur32 include: Change the rest of sspi.h to use LONG/ULONG for Win64 compatibility. 2009-01-06 12:44:04 +01:00
security
sensapi
serialui *Ko.rc: Update Korean resource. 2008-12-11 12:21:07 +01:00
setupapi setupapi: Fix if condition in SetupEnumInfSectionsA/W. 2009-01-12 13:18:28 +01:00
sfc sfc: Add a stub implementation for ordinal 3. 2009-01-06 12:45:03 +01:00
sfc_os
shdoclc Make sure we have a space before the ellipses in Slovenian resources. 2008-12-04 12:06:06 +01:00
shdocvw shdocvw: Fix a pointer cast warning on 64-bit. 2009-01-08 17:27:49 +01:00
shell32 shell32: Rename ordinal 525 to SHFlushSFCache. 2009-01-12 13:21:09 +01:00
shfolder
shlwapi shlwapi/tests: Avoid printing pointer differences in traces. 2009-01-08 13:02:46 +01:00
slbcsp
slc
snmpapi snmpapi/tests: Fix failures on NT4 and below. 2008-11-12 13:11:04 +01:00
softpub
spoolss spoolss/tests: Fix a failure on Vista/W2K8. 2008-10-10 12:27:46 +02:00
stdole2.tlb
stdole32.tlb
sti
strmiids include: Add definitions for VMR-9 interface. 2008-06-21 11:49:44 +02:00
svrapi
sxs sxs: Remove unused Wine debug channel. 2008-12-22 10:28:52 +01:00
tapi32
twain_32 include: Change twain.h to use LONG/ULONG for Win64 compatibility. 2009-01-06 12:44:12 +01:00
unicows
updspapi updspapi: Added an updspapi implementation that forwards to setupapi. 2009-01-05 20:28:06 +01:00
url
urlmon urlmon: Added https pluggable protocol handler. 2009-01-12 13:11:21 +01:00
user32 user32: Free allocated memory in USER_unload_driver. 2009-01-12 13:07:07 +01:00
userenv userenv/tests: Make userenv_dbgstr_w() static. 2008-12-12 11:44:36 +01:00
usp10 usp10: Improve some traces. 2009-01-06 14:52:18 +01:00
uuid
uxtheme uxtheme: Fix a compiler warning. 2008-12-09 11:26:42 +01:00
vdhcp.vxd
vdmdbg vdmdbg: Add stub for VDMEnumProcessWOW. 2008-07-03 13:08:18 +02:00
version version: Avoid pointer casts in a trace. 2009-01-08 13:13:15 +01:00
vmm.vxd
vnbt.vxd
vnetbios.vxd
vtdapi.vxd
vwin32.vxd
w32skrnl w32skrnl: _GetThunkBuff() is unused so remove it. 2009-01-07 14:40:47 +01:00
winealsa.drv include: Fix a number of mmsystem.h structure for Win64. 2009-01-09 18:08:29 +01:00
wineaudioio.drv wineaudioio.drv: Export widMessage(). 2008-12-15 12:25:22 +01:00
winecoreaudio.drv winecoreaudio: Remove some unnecessary text conversions by using snprintfW instead of snprintf. 2009-01-02 14:27:35 +01:00
winecrt0 ntdll: Make sure we don't return from a stub exception. 2008-12-29 12:43:59 +01:00
wined3d wined3d: Fix and unify shader creation error handling. 2009-01-12 13:22:07 +01:00
winedos winedos: VGA_SetQuadPalette() is unused so remove it. 2009-01-07 14:40:34 +01:00
wineesd.drv include: Fix a number of mmsystem.h structure for Win64. 2009-01-09 18:08:29 +01:00
winejack.drv winejack.drv: Make some functions static. 2008-12-15 12:25:17 +01:00
winejoystick.drv winmm: Support more joysticks. 2008-10-27 11:28:39 +01:00
winemp3.acm winemp3.acm: Sign-compare warnings fix. 2008-12-03 09:46:53 +01:00
winenas.drv winenas: Add return statement to wodPlayer(). 2008-09-02 12:51:24 +02:00
wineoss.drv include: Fix a number of mmsystem.h structure for Win64. 2009-01-09 18:08:29 +01:00
wineps.drv wineps.drv: Use INT_MAX instead of LONG_MAX to initialize a LONG value. 2009-01-08 17:29:14 +01:00
winequartz.drv
winex11.drv winex11: Select StructureNotifyMask input on all windows. 2009-01-10 17:43:11 +01:00
wing32
winhttp winhttp: Set last error for invalid URLs passed to WinHttpCrackUrl. 2009-01-05 16:37:40 +01:00
wininet wininet: Use SSL_pending in NETCON_query_data_available. 2009-01-12 13:01:25 +01:00
winmm include: Fix a number of mmsystem.h structure for Win64. 2009-01-09 18:08:29 +01:00
winnls32
winscard winscard: Added SCardAccessStartedEvent implementation. 2008-10-21 13:22:51 +02:00
winspool.drv *Ko.rc: Update Korean resource. 2008-12-11 12:21:07 +01:00
wintab32 wintab32: Check for NULL before using context. 2009-01-07 12:50:21 +01:00
wintrust wintrust: Fix removing a catalog file. 2009-01-08 14:52:31 +01:00
wldap32 wldap32: Use ~0u instead of ~0ul for DWORD values. 2009-01-05 12:40:28 +01:00
wmi
wnaspi32 wnaspi32: Add a trailing '\n' to a Wine trace. 2008-12-29 11:35:37 +01:00
wow32
ws2_32 ws2_32: Fix an error return value in bind(). 2009-01-08 17:29:31 +01:00
wsock32 wsock32: Make EnumProtocols a wrapper around WSAEnumProtocols instead of forwarding directly. 2008-10-30 15:50:50 +01:00
wtsapi32
wuapi wuapi: Register interfaces. 2008-12-17 13:52:42 +01:00
xinput1_1 xinput1_1: Initial implementation. 2008-11-11 14:03:01 +01:00
xinput1_2 xinput1_2: Initial implementation. 2008-11-11 14:03:01 +01:00
xinput1_3 xinput1_3/tests: Add a trailing '\n' to an ok() call. 2009-01-09 14:06:13 +01:00
xinput9_1_0 xinput9_1_0: Initial implementation. 2008-11-11 14:03:01 +01:00
Makedll.rules.in configure: When cross-compiling, propagate the target specification to winebuild. 2008-12-26 17:55:29 +01:00
Makefile.in make_makefiles: Add a target to build only the test directories. 2008-11-19 15:31:44 +01:00
Makeimplib.rules.in makefiles: Recurse into all directories for install-lib and install-dev too. 2008-08-25 14:27:03 +02:00
Maketest.rules.in Maketest.rules: Use the cross-compiled import libraries for crosstest instead of the MinGW ones. 2008-07-09 11:55:52 +02:00