Sweden-Number/dlls
Oliver Stieber ba5eb14768 Encapsulate texture, surface encapsulated.
Added BindTexture, GetTextureDimensions, UnBindTexture.
Proper GetContainer support for surface.
SetContainer added to surface and volume.
SetInPbufferState added to surface (until gl context management is
implemented).
Minor changes:
- BaseTexture no longer 'holds' a reference to IWineD3DDevice to
  prevent circular referencing.
- Better managment of referinging for texture.
- Some TODO's for implementing a context manager.
- Better preload implementation.
- Fix compile warning in device.c Set/GetSamplerState.
- Add QueryInterface support for surface.
- Format X8R8G8B8 added to locking.
2005-03-14 10:12:52 +00:00
..
advapi32 Correct incorrect use of arguments to QueryServiceConfigA. Spotted by 2005-03-10 11:14:04 +00:00
advpack Load advpack.dll at runtime to avoid link problems with the platform 2005-02-14 11:02:46 +00:00
amstream - use Interlocked* functions in AddRef and Release. 2005-01-10 12:25:29 +00:00
atl Add stub for GetClassObject function. 2005-03-07 11:02:31 +00:00
avicap32
avifil32 Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all 2005-02-16 21:10:59 +00:00
cabinet Revert previous patch, that's not a leak. 2004-12-22 17:11:31 +00:00
capi2032 Load libcapi20.so.* dynamically on demand. 2005-01-07 15:33:02 +00:00
cards Version resources cleanup. 2004-11-23 13:59:34 +00:00
cfgmgr32 Added some stub implementations. 2005-01-20 10:37:08 +00:00
comcat - use Interlocked* functions in AddRef and Release. 2005-01-10 12:25:29 +00:00
comctl32 Comment out a test that crashes on early versions. 2005-03-14 10:10:00 +00:00
commdlg Change a fixme to a warn, and use W version of call. 2005-03-14 10:07:11 +00:00
crtdll
crypt32 Const correctness fixes. 2004-11-30 21:38:57 +00:00
cryptdll Forward MD5{Final,Init,Update} to advapi32. 2005-02-22 19:34:15 +00:00
ctl3d Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
d3d8 Avoid spaces before preprocessor directives, that's not portable. 2005-03-02 12:23:20 +00:00
d3d9 Change AddRef in queryInterface to IUnknown_AddRef. 2005-03-11 10:25:30 +00:00
d3dim Version resources cleanup. 2004-11-23 13:59:34 +00:00
d3drm Added a simple d3drm.h header. 2005-01-24 11:33:47 +00:00
d3dx8 - Use Interlocked* functions in AddRef and Release. 2005-01-21 10:18:16 +00:00
d3dxof - Use Interlocked* functions in AddRef and Release. 2005-01-20 10:53:56 +00:00
dbghelp When initializing a live target, ask to load module file names, not 2005-03-07 12:24:02 +00:00
dciman32 Get rid of the ThunkData stubs, these are not functions. 2005-01-03 20:47:48 +00:00
ddraw Check always if destination surface is locked. 2005-03-10 11:13:11 +00:00
devenum Fixed pin direction when registering audio input device. 2005-01-25 10:56:39 +00:00
dinput Make sure to always pass valid QS_* flags to 2005-03-08 17:00:38 +00:00
dinput8 Version resources cleanup. 2004-11-23 13:59:34 +00:00
dmband Properly implement DllCanUnloadNow ref counting. 2005-01-31 20:40:26 +00:00
dmcompos - use Interlocked* functions in AddRef and Release. 2005-01-12 19:26:42 +00:00
dmime Properly implement DllCanUnloadNow ref counting. 2005-02-02 09:31:06 +00:00
dmloader Removed excessive statement (break after return or goto, not useful 2005-01-09 16:42:53 +00:00
dmscript Properly implement DllCanUnload ref counting. 2005-02-02 09:31:28 +00:00
dmstyle Properly implement DllCanUnloadNow ref counting. 2005-01-24 19:33:23 +00:00
dmsynth Properly implement DllCanUnloadNow ref counting. 2005-01-31 20:40:26 +00:00
dmusic Properly implement DllCanUnloadNow ref counting. 2005-01-26 19:41:43 +00:00
dmusic32 Version resources cleanup. 2004-11-23 13:59:34 +00:00
dplay Version resources cleanup. 2004-11-23 13:59:34 +00:00
dplayx Avoid ConvertToGlobalHandle calls. 2005-03-09 11:48:05 +00:00
dpnet - Use Interlocked* instead of ++/-- in AddRef/Release. 2005-01-14 16:02:20 +00:00
dpnhpast Version resources cleanup. 2004-11-23 13:59:34 +00:00
dsound Private property sets do not exist in early versions of Direct Sound 2005-03-14 10:04:07 +00:00
dswave Properly implement DllCanUnloadNow ref counting. 2005-02-01 14:21:37 +00:00
dxdiagn Properly implement DllCanUnloadNow ref counting. 2005-02-01 14:21:37 +00:00
dxerr8 Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
dxerr9 Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
dxguid Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
gdi If a zero index is passed to META_SELECTCLIPREGION reset the clip 2005-03-14 10:06:54 +00:00
glu32 Fixed some errors in function prototypes. 2004-12-13 21:19:01 +00:00
glut32
hhctrl.ocx Version resources cleanup. 2004-11-23 13:59:34 +00:00
iccvid Signed compare fixes. 2004-08-25 17:30:31 +00:00
icmp Avoid using gettimeofday. 2004-09-29 21:33:05 +00:00
ifsmgr.vxd
imagehlp Fixed some forwards. 2004-11-19 17:53:47 +00:00
imm32 Do not check for non NULL pointer before HeapFree'ing it. It's 2004-12-23 17:06:43 +00:00
iphlpapi Do not check for non NULL pointer before HeapFree'ing it. It's 2004-12-23 17:06:43 +00:00
itss Added implementation of LockServer. 2005-02-22 19:30:24 +00:00
kernel Test for %Systemroot%. 2005-03-10 17:15:39 +00:00
lzexpand Assorted spelling fixes. 2005-02-10 19:19:35 +00:00
mapi32 Link mapi32 to ntdll. 2005-03-14 10:04:40 +00:00
mlang Cast the GetProcAddress() return value to avoid warnings about the 2005-02-14 21:04:45 +00:00
mmdevldr.vxd
monodebg.vxd
mpr Use "MS Shell Dlg" everywhere except for Japanese. 2005-02-21 18:38:36 +00:00
msacm Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all 2005-02-16 21:10:59 +00:00
mscms Correct CheckBitmapBits entry. 2005-03-14 10:04:56 +00:00
msdmo Remove tabs, reformat, merge comments. 2005-02-24 12:48:00 +00:00
mshtml Added mshtml.idl. 2005-01-10 13:31:29 +00:00
msi Fix a regression in AppSearch. 2005-03-10 17:24:20 +00:00
msimg32 It makes no sense to export the dll entry point as stub. 2004-12-15 10:52:57 +00:00
msisys
msnet32
msrle32 Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all 2005-02-16 21:10:59 +00:00
msvcrt Allow scanf to continue parsing format string after a '%n'. 2005-03-10 11:44:19 +00:00
msvcrt20
msvcrt40 - implement __pioinfo, __badioinfo and _adjust_fdiv 2004-12-10 15:28:25 +00:00
msvcrtd
msvidc32
msvideo Fix for ICInfo() in msvideo when it is used to ask for a codec by 2005-02-17 11:51:01 +00:00
mswsock Version resources cleanup. 2004-11-23 13:59:34 +00:00
netapi32 Fix a test to pass under XP. 2005-03-14 10:05:58 +00:00
newdev
ntdll Make Rtl*Registry* functions case insensitive. 2005-03-14 10:08:21 +00:00
odbc32 Implemented Unicode proxy for ODBC. 2005-01-25 19:04:03 +00:00
ole32 StgOpenStorage shouldn't open zero length storage files. 2005-03-11 13:17:10 +00:00
oleacc Added DllRegisterServer/DllUnregisterServer calls. 2004-08-27 19:12:27 +00:00
oleaut32 Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com> 2005-03-14 10:09:11 +00:00
olecli Move the PROPVARIANT declaration from objidl.idl to propidl.idl. 2004-09-09 19:23:19 +00:00
oledlg Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all 2005-02-16 21:10:59 +00:00
olepro32 Ensure DllCanUnloadNow is a truly void function, and give it a unique 2004-11-30 17:40:51 +00:00
olesvr Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
opengl32 - implements WGL_ARB_render_texture support (no more stubs) 2005-03-10 11:13:33 +00:00
psapi Stub implementations for EnumPageFiles{A,W}, GetProcessImageFileName{A,W}. 2005-01-20 19:59:48 +00:00
qcap Version resources cleanup. 2004-11-23 13:59:34 +00:00
quartz Avoid spaces before preprocessor directives, that's not portable. 2005-03-02 12:23:20 +00:00
rasapi32 Avoid dumping the contents of output strings. 2005-01-03 20:33:40 +00:00
riched20 Make ME_ArrowLeft() return a value in every case. 2005-03-14 10:08:00 +00:00
richedit Forward the RichEdit 1.0 control to the RichEdit 2.0 control. 2005-03-10 11:16:35 +00:00
rpcrt4 - RpcMgmtStopServerListen should not affect auto-listen interfaces. 2005-03-14 10:11:04 +00:00
rsabase Made rsabase forward everything to rsaenh. 2005-02-23 20:29:57 +00:00
rsaenh Make rsaenh_crosstest.exe loadable on NT 4.0. 2005-03-02 10:11:38 +00:00
secur32
sensapi Add a stub dll for the System Event Notification Service. 2005-01-28 11:41:23 +00:00
serialui Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all 2005-02-16 21:10:59 +00:00
setupapi Implement SetupDiGetClassDevsA/W, SetupDiEnumDeviceInterfaces, 2005-03-01 11:44:27 +00:00
shdocvw Fix a crash if the Mozilla ActiveX control doesn't implement 2005-03-10 17:25:23 +00:00
shell32 Beginning of a shell namespace extension to browse the unix 2005-03-09 16:41:17 +00:00
shfolder
shlwapi Tests and small fix for PathMakePretty(). 2005-03-14 10:09:53 +00:00
snmpapi
stdole32.tlb Added stdole32.tlb. 2005-01-28 14:13:08 +00:00
sti
strmiids Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
tapi32 Provide an 'A' version of appropriate functions. 2004-10-14 00:28:29 +00:00
ttydrv Add support for winevent hooks. 2005-02-03 16:40:20 +00:00
twain Avoid spaces before preprocessor directives, that's not portable. 2005-03-02 12:23:20 +00:00
unicows Add IsDestinationReachableW. 2005-02-22 14:49:43 +00:00
url
urlmon Add a comment explaining why CDLGetLongPathName[AW] and 2005-03-08 16:23:52 +00:00
user Fix some msg.c and win.c failures running on NT4 and XP. 2005-03-14 10:05:50 +00:00
uuid Implement EM_GETOLEINTERFACE. 2005-03-08 16:46:00 +00:00
uxtheme Fixed some errors in function prototypes. 2004-12-13 21:19:01 +00:00
vdhcp.vxd
vdmdbg
version Exclude two tests crashing on WinNT4. 2005-02-25 16:19:19 +00:00
vmm.vxd
vnbt.vxd Do not check for non NULL pointer before HeapFree'ing it. It's 2004-12-23 17:06:43 +00:00
vnetbios.vxd
vtdapi.vxd
vwin32.vxd
win32s Documentation spelling fixes. 2005-02-25 14:07:56 +00:00
winaspi Removed excessive statement (break after return or goto, not useful 2005-01-09 16:42:53 +00:00
wined3d Encapsulate texture, surface encapsulated. 2005-03-14 10:12:52 +00:00
winedos Assorted spelling fixes. 2005-03-02 13:53:50 +00:00
wineps Avoid spaces before preprocessor directives, that's not portable. 2005-03-02 12:23:20 +00:00
wininet - Fully delete custom headers on connection opening. 2005-03-10 11:14:24 +00:00
winmm Assorted memleak fixes. Found on Michael Stefaniuc smatch list. 2005-03-11 12:50:27 +00:00
winnls Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
winsock Added select_server() test that uses select() in serving clients. 2005-03-11 12:53:12 +00:00
winspool Stub implementations for AbortPrinter, AddPortEx{A,W}, 2005-02-21 18:33:55 +00:00
wintab32 WTEnable, when called to disable tablet context, clears context queue, 2005-01-24 13:36:21 +00:00
wintrust Stub for CryptCATAdminReleaseContext. 2005-02-23 12:43:12 +00:00
wow32
wsock32 Replace calloc() by HeapAlloc(). 2005-03-11 13:25:42 +00:00
wtsapi32 Added WTSAPI32.DLL. 2005-01-24 19:42:02 +00:00
x11drv Assorted memleak fixes. Found on Michael Stefaniuc smatch list. 2005-03-14 10:03:39 +00:00
.cvsignore
Makedll.rules.in Add support for .exe's with exported functions. 2005-03-08 16:55:26 +00:00
Makefile.in Initial implementation of riched20. 2005-03-05 11:19:14 +00:00
Maketest.rules.in Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
checklink.c
make_dlls Removed debug trace. 2004-08-24 02:29:48 +00:00