Commit Graph

37894 Commits

Author SHA1 Message Date
Paul Vriens
d64f8a887f shlwapi/tests: Fix a failure on Win9x and NT4. 2008-11-05 10:54:45 +01:00
Paul Vriens
fbdb78c888 ddraw/tests: Fix a test on W2K3. 2008-11-05 10:54:40 +01:00
Alexandre Julliard
503269a4db kernel32/tests: Add a few more tests, fix some failures on Windows. 2008-11-04 16:23:16 +01:00
Alexandre Julliard
fdf2e7a338 kernel32/tests: Fix a couple of failures on Windows. 2008-11-04 16:13:30 +01:00
Paul Vriens
6fd4c62802 shlwapi/tests: Fix some failures on XP and W2K3. 2008-11-04 14:08:47 +01:00
Hans Leidekker
f039960586 inetcomm: CreateIMAPTransport, CreatePOP3Transport and CreateSMTPTransport are implemented. 2008-11-04 14:08:42 +01:00
Hans Leidekker
157d18bbf8 inetcomm: Advertise support for a couple more interfaces. 2008-11-04 14:08:36 +01:00
Hans Leidekker
de8dd504d7 inetcomm: Add an implementation of ISMTPTransport2::CommandDATA. 2008-11-04 14:08:17 +01:00
Hans Leidekker
d80d9b82f2 inetcomm: Add an implementation of IPOP3Transport::CommandPASS. 2008-11-04 14:08:12 +01:00
Hans Leidekker
954945cd2e inetcomm: Add an implementation of IPOP3Transport::CommandUSER. 2008-11-04 14:08:08 +01:00
Alexandre Julliard
7e94787948 ntdll: Add a noexec flag for memory views where we don't want to force exec permission. 2008-11-04 13:16:01 +01:00
Alexandre Julliard
0b0b6c351a ntdll: Store the per-view flags in the high word of the page protection bits. 2008-11-04 13:05:37 +01:00
Aric Stewart
cf164785af shell32: Do not automatically fail in SHGetFileInfo if the flag SHGFI_USEFILEATTRIBUTES is combined with SHGFI_ATTRIBUTES, SHGFI_EXETYPE, or SHGFI_PIDL. 2008-11-04 12:45:28 +01:00
Aric Stewart
a971489dd0 msimtf: Add a mostly wrapper stub for IActiveIMMApp. 2008-11-04 12:45:22 +01:00
Stefan Dösinger
40c06ea296 d3d9: Add a test for GetTexture with no texture set. 2008-11-04 11:41:20 +01:00
Stefan Dösinger
620a423b22 wined3d: Kill the GL_ATI_envmap_bumpmap code.
GL_ATI_envmap_bumpmap provides two things: Signed V8U8 pixel formats,
and bump mapping. The extension is only supported on fglrx, and this
driver also supports GL_ARB_fragment_program.  Thus the bump mapping
code is never used on any driver out there.  Furthermore, if it is
used, it tends to crash the driver

The signed pixel format is used, as it can be used by pixel shaders or
the ARBfp replacement. However, the format is broken in fglrx, and
negative values are clamped to 0.0. This results in test
failures. WineD3D has an alternative codepath using scale+bias to
enable V8U8 using a standard signed RGB which works correctly on
fglrx.
2008-11-04 11:41:14 +01:00
Stefan Dösinger
a8497a5545 wined3d: Fix the num blend values -> type match. 2008-11-04 11:40:37 +01:00
Stefan Dösinger
123a3f44d9 d3d9: WINED3DSURFACE_DESC::MultiSampleType is not a DWORD. 2008-11-04 11:40:29 +01:00
Stefan Dösinger
3d96f97ee1 d3d9: Use the correct AddRef and Release macros. 2008-11-04 11:40:23 +01:00
Paul Bryan Roberts
01eb926987 ntdll: Avoid potential infinite loop. 2008-11-04 11:40:00 +01:00
Andrew Talbot
9988ae3524 quartz: Sign-compare warnings fix. 2008-11-04 11:27:06 +01:00
Andrew Talbot
ac9e832722 oledlg: Sign-compare warnings fix. 2008-11-04 11:27:00 +01:00
Michael Stefaniuc
3f1a63ec77 iphlpapi: Do not cast zero. 2008-11-04 11:26:40 +01:00
Michael Stefaniuc
7589715c87 crypt32: Remove superfluous casts of void pointers. 2008-11-04 11:26:34 +01:00
Michael Stefaniuc
3d6e19d48a user32: Do not cast zero. 2008-11-04 11:26:24 +01:00
Michael Stefaniuc
62e17fa8c4 comctl32: Do not cast zero. 2008-11-04 11:26:22 +01:00
Michael Stefaniuc
90024d03b2 riched20: Remove superflous casts. 2008-11-04 11:26:12 +01:00
Michael Stefaniuc
c9a10b32b4 kernel32: Do not cast zero. 2008-11-04 11:26:09 +01:00
Michael Stefaniuc
efeab9d200 wined3d: Use the integer variant of zero instead of casting "0.0". 2008-11-04 11:26:05 +01:00
Michael Stefaniuc
06c4de0461 comctl32/tests: Use MAKELPARAM instead of "(LPARAM) MAKELONG". 2008-11-04 11:26:01 +01:00
Nikolay Sivov
1cca99dc23 gdiplus: Added CachedBitmap calls. 2008-11-04 11:25:40 +01:00
James Hawkins
7051bf5e22 msi: Remove an unused registry function. 2008-11-04 11:24:16 +01:00
James Hawkins
e3074348fc msi: Factor out the code to open the UserData features key. 2008-11-04 11:24:11 +01:00
James Hawkins
0c01c586c7 msi: Factor out the code to open the features key. 2008-11-04 11:24:04 +01:00
James Hawkins
70be1e7746 msi: Factor out the code to open a product key. 2008-11-04 11:23:51 +01:00
James Hawkins
f12b9cea99 msi: Factor out the table insertion code. 2008-11-04 11:23:30 +01:00
James Hawkins
2abb8bba13 msi: Factor out the table insertion code. 2008-11-04 11:23:07 +01:00
James Hawkins
88f39d95f2 msi: Factor out the table insertion code. 2008-11-04 11:22:45 +01:00
Juan Lang
cbccab6252 wintrust: Implement WVTAsn1SpcFinancialCriteriaInfoDecode. 2008-11-04 11:19:21 +01:00
Juan Lang
4c88340f72 wintrust: Add tests for WVTAsn1SpcFinancialCriteriaInfoDecode. 2008-11-04 11:19:15 +01:00
Juan Lang
05956a6483 wintrust: Add stub for WVTAsn1SpcFinancialCriteriaInfoDecode. 2008-11-04 11:19:11 +01:00
Juan Lang
bbecd6913c wintrust: Implement WVTAsn1SpcFinancialCriteriaInfoEncode. 2008-11-04 11:19:05 +01:00
Juan Lang
5c0d8a3a12 wintrust: Add tests for WVTAsn1SpcFinancialCriteriaInfoEncode. 2008-11-04 11:19:00 +01:00
Juan Lang
c196e2eea0 wintrust: Add stub for WVTAsn1SpcFinancialCriteriaInfoEncode. 2008-11-04 11:18:54 +01:00
Juan Lang
d8c2a40cf6 crypt32: Fix typo. 2008-11-04 11:18:45 +01:00
Aric Stewart
799a76e8c9 gdiplus: Stub implementation of GdipNewInstalledFontCollection. 2008-11-04 11:18:38 +01:00
Alistair Leslie-Hughes
f5c5951a3c mshtml: Implement IHTMLElement get_document. 2008-11-03 15:14:40 +01:00
Andrew Talbot
5af3af2b2f oleaut32: Sign-compare warnings fix. 2008-11-03 14:06:07 +01:00
Michael Karcher
2adcef7954 msxml3: Simplify IXMLDOMNodeMap::removeNamedItem. 2008-11-03 14:05:16 +01:00
Michael Karcher
813da72423 msxml3: Clean up initialization. 2008-11-03 14:05:03 +01:00
Michael Stefaniuc
373f8ff103 uxtheme: Remove superflous casts. 2008-11-03 13:42:23 +01:00
Michael Stefaniuc
83c4ae561d avifil32: Remove superfluous casts of void pointers. 2008-11-03 13:42:17 +01:00
Michael Stefaniuc
4f199a10ad Remove the remaining casts of NULL. 2008-11-03 13:42:09 +01:00
Michael Stefaniuc
d4b8948ce3 comctl32: Do not cast NULL. 2008-11-03 13:41:58 +01:00
Michael Stefaniuc
25f33cb0bc oleaut32: Do not cast NULL. 2008-11-03 13:41:53 +01:00
Michael Stefaniuc
b609a5c037 dmloader: Do not cast NULL. 2008-11-03 13:41:49 +01:00
Michael Stefaniuc
cc41ac4c16 shell32: Do not cast NULL. 2008-11-03 13:41:44 +01:00
Michael Stefaniuc
ea3980974d winedos: Do not cast NULL. 2008-11-03 13:41:40 +01:00
Michael Stefaniuc
b963dd0076 dmsynth: Do not cast NULL. 2008-11-03 13:41:35 +01:00
Michael Stefaniuc
d62b48df2a setupapi: Do not cast NULL. 2008-11-03 13:41:29 +01:00
Michael Stefaniuc
79e31f6d40 ole32: Do not cast NULL. 2008-11-03 13:41:17 +01:00
Michael Stefaniuc
df4cb76100 netapi32/tests: Do not cast NULL. 2008-11-03 13:41:12 +01:00
Michael Stefaniuc
c6a9182a83 d3dx8: Do not cast NULL. 2008-11-03 13:41:08 +01:00
Michael Stefaniuc
42c733cd3b dnsapi: Transform two for loops into while loops. 2008-11-03 13:41:03 +01:00
Michael Stefaniuc
892f735930 dmusic: Do not cast NULL. 2008-11-03 13:40:30 +01:00
Michael Stefaniuc
706df65c5a user32: Do not cast NULL. 2008-11-03 13:40:27 +01:00
Michael Stefaniuc
2ae8511980 riched20: Use MAKELPARAM instead of "(LPARAM) MAKELONG". 2008-11-03 13:39:35 +01:00
Michael Stefaniuc
9f92f6bc10 riched20: Do not cast NULL. 2008-11-03 13:38:58 +01:00
Michael Stefaniuc
bfe6fe678a cabinet: Do not cast NULL. 2008-11-03 13:38:43 +01:00
Michael Stefaniuc
66006129af winex11.drv: ImmLockIMCC() returns a void pointer; no need to cast that. 2008-11-03 13:38:38 +01:00
Stefan Dösinger
93af8d3631 d3d: Do not restore the display mode in ddraw. 2008-11-03 13:34:13 +01:00
Stefan Dösinger
561ebb355f d3d9: Test the effect of lighting on the result alpha. 2008-11-03 13:34:13 +01:00
Stefan Dösinger
8b38533f69 wined3d: Restore the fragment replacement prog after depth_blt.
The current code properly enabled/disabled GL_ARB_fragment_program
after a depth blit, but it did not restore the bound fragment program
properly. This leads to problems if a depth blit was done between two
draws without any change of the fragment processing settings.
2008-11-03 13:34:13 +01:00
Alexandre Julliard
3d6313c9ce ntdll: Return more correct information for SystemBasicInformation and GetSystemInfo. 2008-11-03 13:34:13 +01:00
Alexandre Julliard
4ee2d9d8eb ntdll: Initialize the large address space before attaching dlls. 2008-11-03 13:34:12 +01:00
Aric Stewart
1865c47ff8 ntdll: Fix parsing of proc file. Also correct memory deallocation on the Mac. 2008-11-03 13:34:12 +01:00
Vitaliy Margolen
59815fc205 dxdiagn: Add service pack version. 2008-11-03 13:34:12 +01:00
Vitaliy Margolen
45a2807f87 dxdiagn: Add windows path. 2008-11-03 13:34:12 +01:00
Vitaliy Margolen
eea4849fde dxdiagn: Add pagefile size info. 2008-11-03 13:34:12 +01:00
Vitaliy Margolen
1659bd622d dxdiagn: Replace remaining FIXMEs with TRACEs. 2008-11-03 13:34:12 +01:00
Francois Gouget
88a883dfc3 shlwapi/tests: AssocQueryStringA/W() are missing on Windows 98. 2008-11-03 13:34:12 +01:00
Francois Gouget
628b5aeb9e d3dx8/tests: Fix compilation on systems that don't support nameless unions. 2008-11-03 13:34:12 +01:00
Francois Gouget
a6d5f7df7f cryptui: Fix compilation on systems that don't support nameless unions. 2008-11-03 13:34:12 +01:00
Dmitry Timoshkov
376adf9438 gdi32: Try to avoid not necessary glyph transformations. 2008-11-03 11:50:15 +01:00
Marcus Meissner
2d5ca30994 wininet: Removed redundant NULL check (Coverity). 2008-11-03 11:50:10 +01:00
Aric Stewart
c009f9c9ee crypt32: Static functions CertContext_GetProperty and CertContext_SetProperty do not need to be WINAPI. 2008-11-03 11:50:02 +01:00
Juan Lang
c83ff71293 crypt32: Fix test failures on older versions of Windows. 2008-11-03 11:49:51 +01:00
Henri Verbeet
b11dd54258 wined3d: Remove another redundant NULL check (LLVM/Clang). 2008-11-03 11:49:46 +01:00
Henri Verbeet
dfde4c91e0 wined3d: vertexshader should never be NULL in generate_param_reorder_function() (LLVM/Clang). 2008-11-03 11:49:41 +01:00
Henri Verbeet
eb0c0b3f25 d3d9: Don't ignore the GetCursorInfo() return value (LLVM/Clang). 2008-11-03 11:49:31 +01:00
Henri Verbeet
30a504bab8 d3d8: Don't ignore the GetCursorInfo() return value (LLVM/Clang). 2008-11-03 11:49:27 +01:00
Henri Verbeet
373a43442d wined3d: Remove a FIXME that doesn't apply anymore. 2008-11-03 11:49:20 +01:00
Hans Leidekker
4707548adc inetcomm: Implement IPOP3Transport::Disconnect. 2008-10-31 14:58:06 +01:00
Hans Leidekker
0fce856d4a inetcomm: Add an implementation of IPOP3Transport::CommandUIDL. 2008-10-31 14:58:01 +01:00
Hans Leidekker
f136c22b61 inetcomm: Add an implementation of IPOP3Transport::CommandSTAT. 2008-10-31 14:57:57 +01:00
Hans Leidekker
d810887b05 inetcomm: Add an implementation of IPOP3Transport::CommandQUIT. 2008-10-31 14:57:48 +01:00
Hans Leidekker
9b8e2e20d5 inetcomm: Add an implementation of IPOP3Transport::CommandLIST. 2008-10-31 14:57:44 +01:00
Hans Leidekker
567b8cb3bf inetcomm: Add an implementation of the pop3 USER and PASS commands. 2008-10-31 14:57:36 +01:00
Rob Shearman
7b0bbc4dd6 inetcomm: Add an implementation of ISMTPTransport2::CommandRSET. 2008-10-31 14:57:28 +01:00
Rob Shearman
a48b5387cf inetcomm: Add an implementation of ISMTPTransport2::CommandAUTH. 2008-10-31 14:57:15 +01:00