wine-wine/dlls
Alistair Leslie-Hughes c5235eeab0 gdi32: Add EnhMetafile PolyBezier, PolyBezierTo support. 2012-01-19 21:08:55 +01:00
..
acledit
aclui
activeds
actxprxy actxprxy: Added htiface.idl interfaces. 2011-12-29 16:21:23 +01:00
adsiid
advapi32 advapi32: Send shutdown notification to services. 2011-11-30 16:34:05 +01:00
advpack advpack: Pass all the specified parameters to do_ocx_reg. 2011-11-07 11:45:18 +01:00
amstream amstream: Have the MediaStream Filter use strmbase. 2012-01-18 16:27:06 +01:00
apphelp apphelp: Add a stub for ApphelpCheckShellObject. 2011-11-08 19:10:31 +01:00
appwiz.cpl appwiz.cpl: Avoid unneeded abbreviation in button label. 2012-01-17 11:58:59 +01:00
atl atl: Avoid harcoding array lengths. 2011-11-17 11:37:38 +01:00
authz
avicap32 configure: Use errno.h instead of the non-standard sys/errno.h header. 2011-12-15 17:46:38 +01:00
avifil32 avifil32: Convert dialogs to po files. 2011-11-24 20:57:03 +01:00
avifile.dll16
avrt
bcrypt
browseui browseui: Make sure that common controls are loaded before creating the dialog. 2011-11-22 14:20:49 +01:00
cabinet cabinet: Mark some fall-throughs in switch statements. 2011-09-26 18:12:50 +02:00
capi2032
cards
cfgmgr32 setupapi: Add stub for CM_Get_Class_Registry_PropertyW. 2012-01-13 17:34:30 +01:00
clusapi
comcat
comctl32 comctl32: Fix a grammar error in comment. 2012-01-12 12:24:40 +01:00
comdlg32 comdlg32: Remove the font sample characters string. 2012-01-18 16:44:38 +01:00
comm.drv16
commdlg.dll16 dlls: Assorted spelling fixes. 2011-08-01 18:26:27 +02:00
compobj.dll16 compobj.dll16: void functions should not return a value. 2011-08-22 16:14:31 +02:00
compstui
credui credui: Convert dialogs to po files. 2011-11-24 20:57:02 +01:00
crtdll crtdll: Supress sign-extension through integer promotion. 2011-09-22 09:39:24 +02:00
crypt32 crypt32: Remove some strings that don't need to be translated from the resources. 2012-01-18 16:43:43 +01:00
cryptdlg crypt32 & cryptdlg: Specify a message context for 'CA', 'OCSP' and 'CPS'. 2011-09-05 11:38:03 +02:00
cryptdll
cryptnet cryptnet: Remove unused file-static variable. 2011-11-14 15:25:20 +01:00
cryptui cryptui: Don't assign access keys to group box labels. 2011-12-29 16:18:58 +01:00
ctapi32
ctl3d.dll16
ctl3d32
ctl3dv2.dll16
d3d8 d3d8/tests: Add some RESZ tests. 2012-01-19 17:08:11 +01:00
d3d9 d3d9/tests: Add some RESZ tests. 2012-01-19 17:08:10 +01:00
d3d10 d3d10: Handle D3D10_SVT_BUFFER. 2012-01-03 23:40:43 +01:00
d3d10core wined3d: Get rid of the WINED3DDECLMETHOD typedef. 2012-01-19 11:56:41 +01:00
d3dcompiler_33
d3dcompiler_34
d3dcompiler_35
d3dcompiler_36
d3dcompiler_37
d3dcompiler_38
d3dcompiler_39
d3dcompiler_40
d3dcompiler_41
d3dcompiler_42
d3dcompiler_43 d3dcompiler_43: Mark fall-throughs in switch statement. 2011-09-26 18:14:24 +02:00
d3dim
d3drm d3drm: Add IDirect3DRMViewport2 interface. 2012-01-18 16:22:40 +01:00
d3dx9_24
d3dx9_25
d3dx9_26
d3dx9_27
d3dx9_28
d3dx9_29
d3dx9_30
d3dx9_31
d3dx9_32
d3dx9_33
d3dx9_34
d3dx9_35
d3dx9_36 d3dx9/tests: Reset effect parameter value data after each try. 2012-01-12 16:10:49 +01:00
d3dx9_37
d3dx9_38
d3dx9_39
d3dx9_40
d3dx9_41
d3dx9_42
d3dx9_43
d3dx10_33
d3dx10_34
d3dx10_35
d3dx10_36
d3dx10_37
d3dx10_38
d3dx10_39
d3dx10_40
d3dx10_41
d3dx10_42
d3dx10_43
d3dxof Assorted header comment cleanup. 2012-01-04 19:35:13 +01:00
dbgeng
dbghelp dbghelp: Fix a couple of pointer cast warnings. 2012-01-16 18:17:43 +01:00
dciman32
ddeml.dll16 ddeml.dll16: Move break outside of if statement. 2011-09-26 18:14:47 +02:00
ddraw ddraw: Just pin all version 1 surfaces. 2012-01-19 11:56:35 +01:00
ddrawex Assorted header comment cleanup. 2012-01-04 19:35:13 +01:00
devenum devenum: Don't register quartz from devenum. 2011-08-02 22:53:40 +02:00
dhcpcsvc dhcpcsvc: New stub dll. 2011-12-22 17:19:20 +01:00
dinput dinput: Clip the mouse to the entire window instead of a 1x1 rectangle in exclusive mode. 2012-01-19 21:08:51 +01:00
dinput8 dinput: Add more error checking to IDirectInput_GetDeviceStatus. 2011-11-29 14:04:25 +01:00
dispdib.dll16
dispex dlls: Assorted spelling fixes. 2011-08-01 18:26:27 +02:00
display.drv16
dmband directshow: Removed bad sizeof in copy/pasted code (Coverity). 2011-10-18 15:17:42 +02:00
dmcompos directshow: Removed bad sizeof in copy/pasted code (Coverity). 2011-10-18 15:17:42 +02:00
dmime dmime: Avoid idempotent operation (Clang). 2011-10-19 16:38:52 +02:00
dmloader dmloader: Remove an unused critical section. 2011-11-14 15:25:27 +01:00
dmscript directshow: Removed bad sizeof in copy/pasted code (Coverity). 2011-10-18 15:17:42 +02:00
dmstyle directshow: Removed bad sizeof in copy/pasted code (Coverity). 2011-10-18 15:17:42 +02:00
dmsynth winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
dmusic directshow: Removed bad sizeof in copy/pasted code (Coverity). 2011-10-18 15:17:42 +02:00
dmusic32
dnsapi dnsapi: Use internal name_skip function. 2011-09-07 11:53:53 +02:00
dplay
dplayx dplayx: Fix handle leak. 2012-01-03 12:37:56 +01:00
dpnaddr
dpnet dpnet/tests: Fix another test failure on Windows. 2011-11-04 17:32:21 +01:00
dpnhpast
dpnlobby
dpwsockx
drmclien
dsound dsound: Merge IDirectSound3DBuffer into the secondary buffer object. 2012-01-19 21:08:49 +01:00
dssenh
dswave directshow: Removed bad sizeof in copy/pasted code (Coverity). 2011-10-18 15:17:42 +02:00
dwmapi dwmapi: Add stub for DwmRegisterThumbnail. 2011-10-08 19:59:52 +02:00
dxdiagn dxdiagn: Fix a string resource so its format placeholders can be reordered. 2011-11-21 13:06:18 +01:00
dxerr8 Assorted spelling fixes. 2011-08-24 19:07:46 +02:00
dxerr9 Assorted spelling fixes. 2011-08-24 19:07:46 +02:00
dxgi wined3d: Get rid of the WINED3DPOOL typedef. 2012-01-18 12:37:38 +01:00
dxguid
explorerframe explorerframe: Fixed incorrect sizeof (Coverity). 2011-10-18 15:17:15 +02:00
faultrep
fltlib
fusion fusion/tests: Add a test for IAssemblyCache::QueryAssemblyInfo. 2012-01-10 18:29:04 +01:00
fwpuclnt
gameux gameux: Do not use RegCloseKey on invalid/uninitialized registry key handle (Coverity). 2011-12-01 14:59:46 +01:00
gdi.exe16 gdi.exe16: Wait for and reap print spool child process. 2011-12-01 10:27:43 +01:00
gdi32 gdi32: Add EnhMetafile PolyBezier, PolyBezierTo support. 2012-01-19 21:08:55 +01:00
gdiplus gdiplus: Implement GdipCreateBitmapFromHBITMAP for 16-bit dibs. 2012-01-12 12:27:04 +01:00
glu32
gphoto2.ds gphoto2: Convert dialogs to po files. 2011-11-22 14:20:38 +01:00
gpkcsp
hal hal: Add stub for HalTranslateBusAddress. 2012-01-06 19:24:29 +01:00
hhctrl.ocx hhctrl.ocx: Fix HTML Help crashing on non-chm files. 2011-12-23 13:44:58 +01:00
hid
hlink hlink: Fix leak in HlinkNavigateToStringReference. 2011-12-13 18:59:16 +01:00
hnetcfg winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
httpapi
iccvid
icmp
ieframe ieframe: Call appropriate functions in response to toolbar icons. 2012-01-18 19:38:17 +01:00
ifsmgr.vxd
imaadp32.acm dlls: Assorted spelling fixes. 2011-08-02 20:47:51 +02:00
imagehlp dlls: Assorted spelling fixes. 2011-08-02 20:47:51 +02:00
imm.dll16
imm32 imm32: Validate the window handle passed to ImmGetContext. 2011-11-09 17:51:02 +01:00
inetcomm inetcomm: Give a name to the critical sections and delete them when done. 2011-11-14 20:15:38 +01:00
inetcpl.cpl inetcpl.cpl: Add a stub for LaunchPrivacyDialog. 2011-12-30 15:41:10 +01:00
inetmib1 include: Update the nldef.h and *mib.h headers. 2011-12-15 10:49:17 +01:00
infosoft winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
initpki
inkobj
inseng winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
iphlpapi iphlpapi/tests: Fix compilation on systems that don't support nameless unions. 2011-12-27 16:55:10 +01:00
itircl
itss itss: Use case-insensitive strcmp. 2012-01-10 10:49:00 +01:00
jscript jscript: Simplify identifier_eval function. 2012-01-18 16:25:46 +01:00
kernel32 kernel32: Add stubs for GetConsoleCommandHistoryLengthA/W. 2012-01-19 21:08:54 +01:00
keyboard.drv16
krnl386.exe16 krnl386.exe16: Avoid hardcoding the Unicode string literal lengths. 2011-12-16 17:40:39 +01:00
ktmw32
loadperf
localspl localspl: Fix printing a NULL string. 2011-09-01 18:06:36 +02:00
localui localui: Convert dialogs to po files. 2011-11-24 20:57:02 +01:00
lz32
lzexpand.dll16
mapi32 mapi32: Mark some fall-throughs in a switch statement. 2011-10-04 16:55:46 -05:00
mapistub
mciavi32
mcicda mcicda: Give a name to the critical sections. 2011-11-14 20:15:36 +01:00
mciqtz32
mciseq mciseq: wNotifyDeviceID is redundant. 2012-01-04 18:57:49 +01:00
mciwave
midimap
mlang mlang/tests: Avoid hardcoding the Unicode string literal lengths. 2011-12-16 17:40:43 +01:00
mmcndmgr mmcndmgr: Add mmcndmgr dll. 2011-10-17 17:45:06 +02:00
mmdevapi mmdevapi/tests: Fix some test failures on native. 2012-01-10 18:29:04 +01:00
mmdevldr.vxd
mmsystem.dll16 include: Remove 'l' modifier from numeric constants in mmsystem.h. 2011-10-25 16:57:25 +02:00
monodebg.vxd
mountmgr.sys mountmgr: Create a symlink in DosDevices for cdroms. 2012-01-17 11:41:15 +01:00
mouse.drv16
mpr mpr: Convert dialogs to po files. 2011-11-24 20:57:02 +01:00
mprapi
msacm.dll16
msacm32 msacm32: Add missing acmStreamClose (Valgrind). 2012-01-18 17:53:49 +01:00
msacm32.drv dlls: Assorted spelling fixes. 2011-08-02 20:47:51 +02:00
msadp32.acm dlls: Assorted spelling fixes. 2011-08-02 20:47:51 +02:00
mscat32
mscms mscms: Delete the static critical section when unloading the dll. 2011-11-16 17:02:47 +01:00
mscoree mscoree: Remove superfluous NULL pointer checks before free (Smatch). 2012-01-16 12:45:34 +01:00
msctf msctf: Fix memory leaks. 2011-12-07 17:49:58 +01:00
msdaps msdaps: Mark create_* functions as hidden. 2011-10-03 15:51:13 -05:00
msdmo
msftedit
msg711.acm dlls: Assorted spelling fixes. 2011-08-03 14:15:50 +02:00
msgsm32.acm
mshtml mshtml: Added IOleContainer::EnumObjects tests. 2012-01-19 21:08:53 +01:00
mshtml.tlb makefiles: Generate resource files for typelibs. 2011-08-02 10:11:10 +02:00
msi msi: Don't parse the format string when building the shortcut target path. 2012-01-19 21:08:51 +01:00
msimg32
msimsg
msimtf winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
msisip
msisys.ocx
msnet32
mspatcha mspatcha: Add a stub implementation of GetFilePatchSignatureA/W. 2011-10-08 17:38:43 +02:00
msrle32 msrle32: Mark 'WINE-MS-RLE' as not needing translation. 2011-08-25 18:02:40 +02:00
mssign32
mssip32
mstask winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
msvcirt
msvcp60 msvcp60: Fix errors related to name demangling. 2012-01-10 19:48:50 +01:00
msvcp70 msvcp: Sync spec files. 2012-01-10 19:48:37 +01:00
msvcp71 msvcp: Sync spec files. 2012-01-10 19:48:37 +01:00
msvcp80 msvcp: Sync spec files. 2012-01-10 19:48:37 +01:00
msvcp90 msvcp90: Start rfind from given position. 2012-01-16 12:45:37 +01:00
msvcp100 msvcp: Sync spec files. 2012-01-10 19:48:37 +01:00
msvcr70 msvcrt: Synchronize the spec files. 2011-09-14 17:00:19 +02:00
msvcr71 msvcrt: Synchronize the spec files. 2011-09-14 17:00:19 +02:00
msvcr80 msvcrt: Add _snwprintf_l. 2012-01-09 12:52:17 +01:00
msvcr90 msvcrt: Add _snwprintf_l. 2012-01-09 12:52:17 +01:00
msvcr100 msvcrt: Add _snwprintf_l. 2012-01-09 12:52:17 +01:00
msvcrt msvcrt: Add some tests for strftime/wcsftime. 2012-01-10 17:55:51 +01:00
msvcrt20 msvcrt: Synchronize the spec files. 2011-09-14 17:00:19 +02:00
msvcrt40 msvcrt: Synchronize the spec files. 2011-09-14 17:00:19 +02:00
msvcrtd msvcrt: Synchronize the spec files. 2011-09-14 17:00:19 +02:00
msvfw32 msvfw32: Use appropriate abbreviation for seconds. 2011-12-13 18:59:06 +01:00
msvidc32 msvidc32: Mark 'MS-CRAM' as not needing translation. 2011-08-25 18:09:04 +02:00
msvideo.dll16 msvideo: Delete the static critical section when unloading the dll. 2011-11-17 11:37:51 +01:00
mswsock dlls: Assorted spelling fixes. 2011-08-03 14:15:50 +02:00
msxml winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
msxml2 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
msxml3 msxml3: Implemented IXMLHttpRequest::get_statusText(). 2012-01-18 16:25:10 +01:00
msxml4 msxml4: Add a WinSxS manifest resource. 2011-08-25 17:20:46 +02:00
msxml6 msxml6: Add a WinSxS manifest resource. 2011-08-25 17:20:55 +02:00
nddeapi
netapi32 netapi32: Simplify the smbpasswd invocation to avoid compiler warnings. 2011-12-06 15:50:59 +01:00
newdev
normaliz
npmshtml
ntdll kernel32: Fix access flags to page protection mapping in MapViewOfFileEx. 2012-01-17 11:54:43 +01:00
ntdsapi ntdsapi: Add stubs DsServerRegisterSpnA, DsServerRegisterSpnW. 2011-09-05 19:39:58 +02:00
ntoskrnl.exe ntoskrnl.exe: Add a stub for IoCreateSynchronizationEvent. 2012-01-19 21:08:54 +01:00
ntprint dlls: Remove unneeded include directives in resource files. 2011-11-14 15:25:23 +01:00
objsel winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
odbc32
odbccp32
ole2.dll16 ole2.dll16: void functions should not return a value. 2011-08-22 16:14:32 +02:00
ole2conv.dll16
ole2disp.dll16
ole2nls.dll16
ole2prox.dll16
ole2thk.dll16
ole32 ole32: No need for WINE_ prefixed debug output macro. 2012-01-11 17:47:24 +01:00
oleacc oleacc: Add a version resource. 2011-09-21 11:35:43 +02:00
oleaut32 oleaut32: Handle negative offsets into the custom data table. 2012-01-17 13:59:03 +01:00
olecli.dll16
olecli32
oledb32 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
oledlg oledlg: Convert dialogs to po files. 2011-11-30 20:29:07 +01:00
olepro32
olesvr.dll16
olesvr32
olethk32
openal32 openal32: Delete the static critical section when unloading the dll. 2011-11-17 11:37:58 +01:00
opencl opencl: Remove reference to clSetCommandQueueProperty and print fixme, saying function is deprecated. 2011-09-01 18:06:38 +02:00
opengl32 opengl32: Get rid of the DIB section sync support. 2012-01-10 11:24:12 +01:00
pdh pdh: Delete the static critical section when unloading the dll. 2011-11-17 11:38:01 +01:00
photometadatahandler photometadatahandler: Add stub dll. 2012-01-13 18:17:34 +01:00
pidgen
powrprof
printui dlls: Remove unneeded include directives in resource files. 2011-11-14 15:25:23 +01:00
propsys propsys/tests: Added PropVariantToGUID tests. 2011-09-19 17:56:06 +02:00
psapi psapi/tests: Fix the EnumProcessModules() test and provide more diagnostic information if it fails. 2011-08-26 16:33:52 +02:00
pstorec makefiles: Generate resource files for typelibs. 2011-08-02 10:11:10 +02:00
qcap Assorted header comment cleanup. 2012-01-04 19:35:13 +01:00
qedit qedit: Avoid releasing an uninitialized object. 2012-01-16 17:41:56 +01:00
qmgr qmgr: Give a name to the critical sections. 2011-11-14 20:15:31 +01:00
qmgrprxy qmgrprxy: Specify the PSFactoryBuffer class in the idl file. 2011-08-01 17:20:46 +02:00
quartz quartz: Lower the merit on our current builtin filters. 2012-01-17 19:14:08 +01:00
query query: Add stub for LoadIFilter. 2011-09-08 20:08:07 +02:00
rasapi16.dll16
rasapi32 rasapi32: Return error on invalid parameters. 2011-09-06 15:58:53 +02:00
rasdlg
regapi
resutils
riched20 riched20: Avoid hardcoding the Unicode string literal lengths. 2011-12-16 17:40:38 +01:00
riched32 tests: Remove unneeded assert.h includes. 2011-09-27 10:59:56 +02:00
rpcrt4 rpcrt4: Implement RpcEpRegisterNoReplaceW. 2011-11-30 17:05:09 +01:00
rsabase
rsaenh rsaenh: Remove unused file-static variables. 2011-11-17 11:37:35 +01:00
rstrtmgr
rtutils
samlib
sane.ds sane: Convert dialogs to po files. 2011-11-22 14:20:45 +01:00
scarddlg
sccbase
schannel
scrrun scrrun: Moved script extensions registration to scrrun.dll. 2011-12-07 17:50:02 +01:00
secur32 secur32/tests: Don't compare the encrypted results if the session key is different. 2012-01-03 23:28:13 +01:00
security
sensapi
serialui serialui: Convert dialogs to po files. 2011-11-30 17:52:03 +01:00
setupapi setupapi: Correctly handle errors in fake_dlls_callback (Coverity). 2012-01-19 21:08:54 +01:00
setupx.dll16 setupx.dll16: Fixed bad sizeof() (Coverity). 2011-10-17 17:45:05 +02:00
sfc
sfc_os
shdoclc shdoclc: Mark the page print footer as not needing translation. 2011-08-25 19:15:20 +02:00
shdocvw ieframe: ieframe variant of IEWinMain is Unicode. 2011-10-20 20:48:26 +02:00
shell.dll16
shell32 shell32/tests: Simple tests for IApplicationAssociationRegistration. 2012-01-16 16:48:58 +01:00
shfolder
shlwapi shlwapi: Fix some printf format warnings. 2012-01-17 15:02:49 +01:00
slbcsp
slc
snmpapi
softpub
sound.drv16
spoolss spoolss: Remove an unused variable. 2011-11-08 09:51:59 +01:00
stdole2.tlb makefiles: Generate resource files for typelibs. 2011-08-02 10:11:10 +02:00
stdole32.tlb widl: Generate a registration script along with the typelib when creating a resource file. 2011-08-02 20:47:48 +02:00
sti tests: Remove unneeded assert.h includes. 2011-09-27 10:59:56 +02:00
storage.dll16 dlls: Assorted spelling fixes. 2011-08-03 14:15:50 +02:00
stress.dll16
strmbase strmbase: In the TransformFilter add a critical section that protects the streaming state. 2012-01-17 11:49:28 +01:00
strmiids
svrapi
sxs
system.drv16
t2embed
tapi32 tapi32: Implement tapiGetLocationInfoW. 2011-11-14 15:25:26 +01:00
toolhelp.dll16
traffic
twain.dll16
twain_32
typelib.dll16
unicows unicows: Add GetRoleTextW from oleacc. 2011-11-14 15:25:18 +01:00
updspapi
url url: Add stub for OpenURLA. 2011-10-20 11:11:51 +02:00
urlmon urlmon/tests: Added Uri IMarshal_UnmarshalInterface tests. 2012-01-16 18:17:48 +01:00
usbd.sys
user.exe16 user.exe16: Fixed incorrect sizeof() (Coverity). 2011-10-19 16:38:51 +02:00
user32 user32: Always query actual key state from the server for pressed keys. 2012-01-17 16:26:09 +01:00
userenv userenv: Add a missing include directive to userenv.h. 2011-12-13 18:59:04 +01:00
usp10 usp10: Move GSUB functions to opentype.c. 2012-01-04 19:00:13 +01:00
uuid tlogstg.idl: Added new file and ITravelLogClient declaration. 2012-01-19 21:08:52 +01:00
uxtheme uxtheme: Use the correct alpha for theme gradients. 2011-11-30 14:33:54 +01:00
vbscript vbscript: Fixed stack reallocation. 2012-01-16 16:49:16 +01:00
vcomp
vdhcp.vxd
vdmdbg
ver.dll16
version dlls: Remove unneeded include directives in resource files. 2011-11-14 15:25:23 +01:00
vmm.vxd
vnbt.vxd
vnetbios.vxd
vtdapi.vxd
vwin32.vxd
w32skrnl
w32sys.dll16
wbemprox winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
wer wer: Add stub for WerReportAddDump. 2011-09-26 12:21:01 +02:00
wiaservc wiaservc: Convert the remaining registrations to IRegistrar format. 2011-08-02 21:55:15 +02:00
win32s16.dll16
win87em.dll16
winaspi.dll16
windebug.dll16
windowscodecs windowscodecs: Fix memory deallocation in LoadUnknownMetadata (Coverity). 2012-01-16 12:45:38 +01:00
winealsa.drv winealsa: Fix AudioCaptureClient Get/ReleaseBuffer protocol. 2012-01-16 13:48:24 +01:00
winecoreaudio.drv winecoreaudio: GetNextPacketSize returns 0 when no data is available yet. 2012-01-16 13:48:28 +01:00
winecrt0 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
wined3d wined3d: Dirtify STATE_FRAMEBUFFER after a FBO depth blit. 2012-01-19 17:08:09 +01:00
winegstreamer Assorted header comment cleanup. 2012-01-04 19:35:13 +01:00
winejoystick.drv configure: Use errno.h instead of the non-standard sys/errno.h header. 2011-12-15 17:46:38 +01:00
winemapi
winemp3.acm winemp3: Add support for WAVE_FORMAT_MPEG. 2011-09-27 16:53:59 +02:00
wineoss.drv wineoss: Reset accounts for dropped frames in capture mode. 2012-01-13 18:17:32 +01:00
wineps.drv gdi32: Get rid of the CreateDIBSection driver entry point. 2012-01-10 16:13:29 +01:00
wineps16.drv16
wineqtdecoder wineqtdecoder: Implement QTSplitter_ChangeStart. 2012-01-19 21:08:52 +01:00
winequartz.drv
winex11.drv winex11.drv: Use dialog window type also for owned windows with WS_EX_DLGMODALFRAME style set. 2012-01-19 21:08:51 +01:00
wing.dll16
wing32
winhttp winhttp/tests: Avoid crashes on some win2k systems. 2011-12-19 20:15:50 +01:00
wininet wininet: Add support for setting and retrieving the send/receive timeouts. 2012-01-16 12:16:41 +01:00
winmm winmm/tests: Properly recover from the WAVERR_STILLPLAYING case. 2012-01-19 21:08:50 +01:00
winnls.dll16
winnls32
winscard dlls: Remove unneeded include directives in resource files. 2011-11-14 15:25:23 +01:00
winsock.dll16
winspool.drv winspool: Fix the compilation on Solaris by including errno.h instead of sys/errno.h. 2011-12-02 17:25:56 +01:00
winsta
wintab.dll16
wintab32 wintab32: Make the csTablet critical section static. 2011-11-15 19:37:36 +01:00
wintrust wintrust: Don't dereference a potentially NULL pointer. 2011-12-12 10:21:10 +01:00
wlanapi
wldap32 wldap32: Silence a compiler warning. 2011-10-10 13:40:42 +02:00
wmi
wmiutils winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
wnaspi32
wow32
ws2_32 ws2_32/tests: Test AcceptEx behaviour more. 2012-01-18 17:53:29 +01:00
wshom.ocx wshom.ocx: Make debugstr_variant() static. 2012-01-09 12:52:10 +01:00
wsock32
wtsapi32 wtsapi32: Return success from WTSRegisterSessionNotification. 2011-09-27 16:24:26 +02:00
wuapi wuapi: Add the SystemInformation coclass and interface. 2011-09-07 18:13:30 +02:00
wuaueng
xapofx1_1
xinput1_1
xinput1_2
xinput1_3
xinput9_1_0
xmllite tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
xolehlp xolehlp: New dll. 2011-09-05 17:16:22 +02:00
xpsprint xpsprint: Add stub dll. 2012-01-13 18:17:35 +01:00
Makedll.rules.in makefiles: Generate resource files for typelibs. 2011-08-02 10:11:10 +02:00
Makeimplib.rules.in