wine-wine/dlls
Maarten Lankhorst f57896484c Revert "quartz: Reaching a renderer in the filtergraph is not an error."
This is plain wrong, input pin and output pin are supposed to be 
connected to each other, not the input pin being connected to a renderer 
pin and NOT reaching output pin
2008-11-17 13:11:42 +01:00
..
acledit
activeds
actxprxy
adsiid
advapi32 advapi32: Implement LsaSetSecret stub. 2008-11-11 14:03:00 +01:00
advpack advpack/tests: Use win_skip instead of trace. 2008-10-21 11:43:12 +02:00
amstream Revert "amstream: Fix the condition of existence of the IMediaStream interface." 2008-06-09 12:55:54 +02:00
appwiz.cpl appwiz.cpl: Added Portuguese translation. 2008-11-13 12:05:34 +01:00
atl Remove the remaining casts of NULL. 2008-11-03 13:42:09 +01:00
avicap32
avifil32 avifil32: Remove superfluous casts of void pointers. 2008-11-03 13:42:17 +01:00
browseui browseui: Added Portuguese translation. 2008-11-13 12:05:48 +01:00
cabinet cabinet: Do not cast NULL. 2008-11-03 13:38:43 +01:00
capi2032
cards
cfgmgr32
clusapi
comcat comcat: Moved all the implementation to ole32 where it belongs. 2008-10-11 13:30:08 +02:00
comctl32 comctl32/tests: Make the header test dpi aware. 2008-11-14 12:08:42 +01:00
comdlg32 comdlg32: Remove superfluous casts of void pointers to other pointer types. 2008-11-06 11:09:59 +01:00
compstui
credui credui: Added Portuguese translation. 2008-11-13 12:06:00 +01:00
crtdll Avoid exporting common symbols since that's broken on Mac OS X. 2008-07-21 14:47:55 +02:00
crypt32 crypt32: Implement CryptFormatObject for alternate names. 2008-11-17 12:59:43 +01:00
cryptdlg cryptdlg: Fix compilation on systems that don't support nameless unions. 2008-10-10 14:14:01 +02:00
cryptdll
cryptnet cryptnet: Fix test failures on Windows Vista/2008. 2008-10-17 12:31:06 +02:00
cryptui cryptui/tests: Fix test failures on Win2k and below. 2008-11-07 11:27:28 +01:00
ctapi32 Assorted spelling fixes. 2008-05-06 16:10:20 +02:00
ctl3d32
d3d8 Remove the remaining casts of NULL. 2008-11-03 13:42:09 +01:00
d3d9 d3d9: Add a test for GetTexture with no texture set. 2008-11-04 11:41:20 +01:00
d3d10 d3d10: Use the factory that created the adapter to create a swapchain. 2008-11-14 14:32:45 +01:00
d3d10core d3d10: Implement D3D10CreateDevice() on top of D3D10CoreCreateDevice(). 2008-11-14 14:32:41 +01:00
d3dim
d3drm tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
d3dx8 d3dx8: Change the debug channel of d3dx8 into the generic d3dx. 2008-11-14 11:19:44 +01:00
d3dx9_24 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_25 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_26 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_27 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_28 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_29 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_30 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_31 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_32 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_33 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_34 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_35 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_36 d3dx8: Implement D3DXMatrixTransformation2D. 2008-11-13 14:21:04 +01:00
d3dx9_37 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dxof d3dxof: Prepare support for objects binary format. 2008-11-11 15:15:26 +01:00
dbghelp dbghelp: Properly add CPU info to minidump. 2008-11-11 14:03:01 +01:00
dciman32
ddraw ddraw/tests: Skip tests when DirectDraw4 is not supported. 2008-11-12 12:55:09 +01:00
ddrawex
devenum devenum: Fix order of operations bug (Coverity id 709). 2008-09-11 12:12:30 +02:00
dinput dinput: Remove superfluous backslashes at end of lines. 2008-10-16 11:28:53 +02:00
dinput8
dmband dmband: Sign-compare warning fix. 2008-07-30 12:44:08 +02:00
dmcompos Remove the remaining casts of NULL. 2008-11-03 13:42:09 +01:00
dmime Remove the remaining casts of NULL. 2008-11-03 13:42:09 +01:00
dmloader dmloader: Do not cast NULL. 2008-11-03 13:41:49 +01:00
dmscript dmscript: Sign-compare warning fix. 2008-07-31 13:39:45 +02:00
dmstyle dmstyle: Sign-compare warning fix. 2008-08-01 11:18:11 +02:00
dmsynth dmsynth: Do not cast NULL. 2008-11-03 13:41:35 +01:00
dmusic dmusic: Do not cast NULL. 2008-11-03 13:40:30 +01:00
dmusic32
dnsapi dnsapi: Transform two for loops into while loops. 2008-11-03 13:41:03 +01:00
dplay
dplayx dplayx: Use SUCCEEDED instead of !FAILED. 2008-10-08 13:42:34 +02:00
dpnaddr
dpnet dpnet: Convert source files to utf-8. 2008-10-18 19:19:55 +02:00
dpnhpast
dpnlobby
dpwsockx dplayx: Basic implementation of dpwsockx.dll, needed by dplayx. 2008-07-23 11:44:32 +02:00
dsound dsound/tests: Fix a failing capture test on win2k. 2008-10-23 12:13:41 +02:00
dssenh
dswave dswave: Sign-compare warning fix. 2008-08-01 11:18:11 +02:00
dwmapi dwmapi: Add a few stub implementations. 2008-10-02 10:43:08 -05:00
dxdiagn dxdiagn: Add service pack version. 2008-11-03 13:34:12 +01:00
dxerr8
dxerr9
dxgi dxgi: Implement DXGID3D10CreateDevice(). 2008-11-14 14:28:42 +01:00
dxguid dxguid: Add d3d10 GUIDs. 2008-10-17 13:01:50 +02:00
faultrep
fusion fusion: Remove superfluous casts of void pointers. 2008-11-05 10:55:50 +01:00
gdi32 gdi32/tests: Fix a few failures on Win9x and WinMe. 2008-11-13 15:30:52 +01:00
gdiplus gdiplus: Return some token value on startup. 2008-11-13 14:16:12 +01:00
glu32
gphoto2.ds gphoto2.ds: Added Portuguese translation. 2008-11-13 12:06:23 +01:00
gpkcsp
hal
hhctrl.ocx hhctrl.ocx: Added Portuguese translation. 2008-11-17 12:58:10 +01:00
hid
hlink hlink: Mark Get/Set AdditionalParams as Unimplemented. 2008-09-11 12:38:36 +02:00
hnetcfg
iccvid iccvid: Added Portuguese translation. 2008-10-22 13:54:55 +02:00
icmp icmp: The import library is not needed. 2008-07-18 11:11:29 +02:00
ifsmgr.vxd
imaadp32.acm
imagehlp imagehlp: Rectify and add a forward. 2008-11-12 11:49:12 +01:00
imm32 imm32: Sign-compare warnings fix. 2008-10-14 11:25:54 +02:00
inetcomm inetcomm: Get rid of the server info copy. 2008-11-11 11:41:28 +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
inseng
iphlpapi iphlpapi: Do not cast zero. 2008-11-04 11:26:40 +01:00
itircl
itss itss: Sign-compare warnings fix. 2008-10-14 11:26:00 +02:00
jscript jscript: Fix build with bison 2.4. 2008-11-10 11:08:41 +01:00
kernel32 kernel32/tests: Fix the write watch tests on Win98 and Win2000. 2008-11-14 20:36:20 +01:00
localspl localspl: Added Portuguese translation. 2008-11-13 12:06:38 +01:00
localui localui: Added Portuguese translation. 2008-11-13 12:06:52 +01:00
lz32 lz32/tests: Change a trace into a skip. 2008-10-09 12:14:44 +02:00
mapi32 tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
mciavi32 mciavi32: Read the stream header in order to determine its type. 2008-06-25 20:28:17 +02:00
mcicda mcicda: Sign-compare warning fix. 2008-10-17 11:42:35 +02:00
mciseq
mciwave
midimap
mlang mlang: Sign-compare warnings fix. 2008-10-17 11:42:39 +02:00
mmdevldr.vxd
monodebg.vxd
mountmgr.sys mountmgr: Make the device type more specific than what is possible with the standard Win32 drive types. 2008-11-12 11:49:12 +01:00
mpr Remove the remaining casts of NULL. 2008-11-03 13:42:09 +01:00
mprapi
msacm32 msacm32: Convert Japanese resource to UTF-8. 2008-10-13 11:41:01 +02:00
msacm32.drv msacm32.drv: Check for message type before comparing handles. 2008-05-22 21:29:48 +02:00
msadp32.acm
mscat32
mscms mscms: Quiet a noisy fixme. 2008-10-21 13:22:50 +02:00
mscoree mscoree: Fix the ND_WI8() prototype. 2008-07-28 11:34:31 +02:00
msdmo msdmo: Convert source files to utf-8. 2008-10-18 19:20:10 +02:00
msftedit msftedit: Explicitly load riched20 to make sure the window classes are created. 2008-05-28 20:55:37 +02:00
msg711.acm
mshtml mshtml: Add tests for supported interfaces. 2008-11-12 11:49:13 +01:00
mshtml.tlb
msi msi/tests: Skip some tests on Win9x and WinMe. 2008-11-13 15:41:30 +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 msrle32: Convert source files to utf-8. 2008-10-18 19:20:18 +02: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 msvcrt: Implement ___setlc_active_func/___unguarded_readlc_active_add_func. 2008-07-08 12:27:54 +02:00
msvcrt msvcrt/tests: Run time tests for the current year instead of 1970 and fix wrong DST assumptions. 2008-11-13 14:15:56 +01:00
msvcrt20
msvcrt40
msvcrtd tests: Use the Wine import libraries when compiling with MinGW. 2008-05-26 19:26:20 +02:00
msvfw32 msvfw32: Added Portuguese translation. 2008-10-22 13:54:55 +02:00
msvidc32 msvidc32: Added Portuguese translation. 2008-11-13 12:07:07 +01:00
mswsock Convert remaining source files to utf-8. 2008-10-18 19:23:08 +02:00
msxml3 msxml3: Void function should not return a value. 2008-11-14 11:02:15 +01:00
nddeapi
netapi32 netapi32/tests: Do not cast NULL. 2008-11-03 13:41:12 +01:00
newdev
ntdll ntdll: Add private function to manage system virtual views instead of abusing NtAllocateVirtualMemory. 2008-11-14 17:40:54 +01:00
ntdsapi
ntoskrnl.exe ntoskrnl.exe: Check irp for NULL consistently. 2008-10-31 13:03:57 +01:00
ntprint
objsel
odbc32 odbc32: Sign-compare warnings fix. 2008-10-27 11:28:35 +01:00
odbccp32
ole32 ole32/tests: Fix a couple of test failures on Win9x and NT4. 2008-11-13 21:45:57 +01:00
oleacc oleacc: New Korean resource. 2008-11-12 11:49:12 +01:00
oleaut32 oleaut32: Sign-compare warnings fix. 2008-11-03 14:06:07 +01:00
olecli32
oledlg oledlg: Sign-compare warnings fix. 2008-11-04 11:27:00 +01:00
olepro32
olesvr32
olethk32
opengl32 opengl32: Mark some opengl3 tests as wine_todo. 2008-10-27 11:44:29 +01:00
pdh
powrprof
printui
propsys
psapi psapi/tests: Use win_skip instead of trace. 2008-10-21 11:43:28 +02:00
pstorec
qcap qcap: Use the right FAILED/SUCCEEDED macro instead of negating the opposite. 2008-10-08 13:42:38 +02:00
qedit tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
qmgr qmgr: Use FAILED instead of !SUCCEEDED. 2008-10-08 13:42:01 +02:00
qmgrprxy
quartz Revert "quartz: Reaching a renderer in the filtergraph is not an error." 2008-11-17 13:11:42 +01:00
query
rasapi32 rasapi32/tests: Trace the correct variable. 2008-09-08 14:09:23 +02:00
resutils
riched20 richedit: Initial testing of ITextServices methods. 2008-11-13 13:08:46 +01:00
riched32 richedit: Fixed initial word wrap setting when emulating 1.0. 2008-10-27 12:01:37 +01:00
rpcrt4 rpcrt4: Sign-compare warnings fix. 2008-11-07 10:56:48 +01:00
rsabase
rsaenh rsaenh: Sign-compare warnings fix. 2008-11-10 11:15:03 +01:00
sane.ds sane.ds: Added Portuguese translation. 2008-10-22 13:54:55 +02:00
sccbase
schannel schannel: Fix a failing test in Vista. 2008-09-03 14:21:42 +02:00
secur32 secur32: Sign-compare warning fix. 2008-11-10 11:15:07 +01:00
security
sensapi
serialui serialui: Convert Japanese resource to UTF-8. 2008-10-13 11:41:15 +02:00
setupapi setupapi/tests: Don't use hardcoded C: for the system drive. 2008-11-14 11:02:15 +01:00
sfc
sfc_os
shdoclc shdoclc: Added Portuguese translation. 2008-11-13 12:07:20 +01:00
shdocvw shdocvw, winemenubuilder: Generate fd.o entries for .url files. 2008-11-14 13:30:25 +01:00
shell32 shell32/tests: Properly cleanup the created favorites shell folder. 2008-11-14 11:18:34 +01:00
shfolder
shlwapi shlwapi: Sign-compare warnings fix. 2008-11-13 11:48:55 +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
tapi32
twain_32 Assorted spelling fixes. 2008-05-07 12:07:11 +02:00
unicows
url
urlmon urlmon/tests: Accept IInternetProtocolEx interface id. 2008-11-14 12:08:31 +01:00
user32 user32/tests: Fix the resource tests for various Windows versions. 2008-11-14 21:17:48 +01:00
userenv userenv/tests: Skip a few tests on NT4. 2008-10-22 13:54:53 +02:00
usp10 usp10/tests: Use win_skip instead of trace. 2008-10-21 11:43:56 +02:00
uuid
uxtheme uxtheme: Draw the correct part of the themed parent background to the DC. 2008-11-12 11:49:12 +01:00
vdhcp.vxd
vdmdbg vdmdbg: Add stub for VDMEnumProcessWOW. 2008-07-03 13:08:18 +02:00
version version/tests: Use win_skip instead of trace. 2008-10-21 11:43:52 +02:00
vmm.vxd
vnbt.vxd
vnetbios.vxd
vtdapi.vxd
vwin32.vxd
w32skrnl Remove the remaining casts of NULL. 2008-11-03 13:42:09 +01:00
winealsa.drv winealsa: Don't dereference a potentially NULL value in the WARN statement (Coverity 93). 2008-10-06 14:18:32 +02:00
wineaudioio.drv
winecoreaudio.drv coreaudio: Make sure Port_SendToMessageThread is not NULL before calling CFMessagePortSendRequest. 2008-07-10 12:30:56 +02:00
winecrt0 winecrt0: Add missing WINAPI on driver entry point. 2008-10-18 12:12:05 +02:00
wined3d wined3d: Add two missing D3D8/D3D9 capabilities. 2008-11-10 12:57:30 +01:00
winedos winedos: Implement mode control register, and the 160x200x4 display mode that it opens. 2008-11-13 11:49:50 +01:00
wineesd.drv wineesd.drv: Allow all errors to interrupt recording. 2008-09-12 11:46:14 +02:00
winejack.drv
winejoystick.drv winmm: Support more joysticks. 2008-10-27 11:28:39 +01:00
winemp3.acm winemp3: Be more tolerant to what a valid mp3 header is. 2008-07-16 17:52:25 +02:00
winenas.drv winenas: Add return statement to wodPlayer(). 2008-09-02 12:51:24 +02:00
wineoss.drv wineoss: Don't dereference a potentially NULL value in the WARN statement (Coverity 93). 2008-10-07 15:20:29 +02:00
wineps.drv dirent.h is a conditional include now. 2008-10-20 11:37:27 +02:00
winequartz.drv
winex11.drv winex11: Make pens of width = 1 scalable. 2008-11-07 13:23:48 +01:00
wing32
winhttp winhttp: Correct another difference between InternetCrackurl and WinHttpCrackUrl. 2008-11-12 13:41:10 +01:00
wininet wininet/tests: Fix a test failure on some Win98 boxes. 2008-11-11 14:06:43 +01:00
winmm winmm: Increase tolerance range. 2008-11-12 11:49:12 +01:00
winnls32
winscard winscard: Added SCardAccessStartedEvent implementation. 2008-10-21 13:22:51 +02:00
winspool.drv winspool.drv: Added Portuguese translation. 2008-11-17 12:58:46 +01:00
wintab32 wintab32: Send notification when z-order changes. 2008-10-07 15:20:19 +02:00
wintrust wintrust: Implement WVTAsn1SpcFinancialCriteriaInfoDecode. 2008-11-04 11:19:21 +01:00
wldap32 wldap32: Added Portuguese translation. 2008-11-17 12:57:58 +01:00
wmi
wnaspi32 wnaspi32: Fix a buffer size regression. 2008-11-05 15:46:28 +01:00
wow32
ws2_32 ws2_32: Test WSAAccept optional callback parameter before trying to use it. 2008-11-06 11:10:18 +01:00
wsock32 wsock32: Make EnumProtocols a wrapper around WSAEnumProtocols instead of forwarding directly. 2008-10-30 15:50:50 +01:00
wtsapi32
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 xinput: Added XInputGetCapabilities function with test case. 2008-11-11 14:03:01 +01:00
xinput9_1_0 xinput9_1_0: Initial implementation. 2008-11-11 14:03:01 +01:00
Makedll.rules.in
Makefile.in d3d10: Implement D3D10CreateDevice() on top of D3D10CoreCreateDevice(). 2008-11-14 14:32:41 +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