Commit Graph

37780 Commits

Author SHA1 Message Date
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
Rob Shearman d9c4f5fc50 inetcomm: Add an implementation of ISMTPTransport2::CommandHELO. 2008-10-31 14:57:06 +01:00
Rob Shearman c445e4f68e inetcomm: Add an implementation of ISMTPTransport2::CommandEHLO. 2008-10-31 14:56:57 +01:00
Rob Shearman f36c80a99b inetcomm: Add an implementation of ISMTPTransport2::CommandRCPT. 2008-10-31 14:56:46 +01:00
Rob Shearman 91c60c0cab inetcomm: Add an implementation of ISMTPTransport2::CommandMAIL. 2008-10-31 14:56:35 +01:00
Rob Shearman fe56d3195f inetcomm: Add an implementation of ISMTPTransport2::CommandQUIT. 2008-10-31 14:56:25 +01:00
Rob Shearman 01fcce49e1 inetcomm: Add an implementation of ISMTPTransport2::SendMessage. 2008-10-31 14:56:14 +01:00
Alexandre Julliard a4e688218c kernel32: Call build_envp in the parent process so that it can use the Win32 heap. 2008-10-31 14:55:33 +01:00
Alexandre Julliard da03d9355d kernel32: Call build_argv in the parent process so that it can use the Win32 heap. 2008-10-31 14:02:04 +01:00
Huw Davies 5937ddd403 ole32: Call the object's GetClassID if it's running. 2008-10-31 14:01:17 +01:00
Vitaly Perov 8d1d6a2822 netapi32: Add stub for NetShareAdd. 2008-10-31 13:27:34 +01:00
Michael Stefaniuc 933ec96aa7 gdi32: Don't cast NULL. 2008-10-31 13:27:24 +01:00
Frans Kool 169a4aaa61 oleacc: Added Dutch translations. 2008-10-31 13:27:10 +01:00
Michael Karcher 00c57d6bbc msxml3: IXMLCDATASection is not an element. 2008-10-31 13:26:53 +01:00
Marcus Meissner 521eafdec0 mshtml: Fixed reversed NULl check. 2008-10-31 13:06:47 +01:00