Commit Graph

51815 Commits

Author SHA1 Message Date
Marcus Meissner 8524cc17b3 msxml3: Fixed NULL ptr dereference possibilities (Coverity). 2008-10-31 13:06:09 +01:00
Marcus Meissner 508ef4ce20 advapi32: Removed redundant NULL check. 2008-10-31 13:04:04 +01:00
Marcus Meissner 28e990c13d ntoskrnl.exe: Check irp for NULL consistently. 2008-10-31 13:03:57 +01:00
Alexandre Julliard 4932677e31 kernel32: Allocate global arenas on the Win32 heap. 2008-10-31 13:01:31 +01:00
Alexandre Julliard 222e406deb ntdll: Create a separate heap for allocating memory views instead of using malloc. 2008-10-31 13:00:59 +01:00
Alexandre Julliard bb98004249 ntdll: Merge HEAP_InitSubHeap and HEAP_CreateSubHeap. 2008-10-31 13:00:15 +01:00
Henri Verbeet 6e1b7333e6 wined3d: Print an error when drawStridedSlowVs() is called with 0 idxSize and non-NULL idxData (LLVM/Clang). 2008-10-31 12:58:43 +01:00
Henri Verbeet c090471a49 wined3d: Properly break in get_argreg() (LLVM/Clang). 2008-10-31 12:58:37 +01:00
Henri Verbeet 5302d2b311 d3dx8: Add a few tests for ID3DXMatrixStack. 2008-10-31 12:58:28 +01:00
Henri Verbeet bbc2f7d713 d3dx8: Make expect_mat a bit more useable. 2008-10-31 12:58:21 +01:00
David Adam 253d89b954 d3dx8: Implement ID3DXMatrixStack_LoadMatrix. 2008-10-31 12:58:09 +01:00
David Adam 517dad96ae d3dx8: Implement ID3DXMatrixStack_LoadIdentity. 2008-10-31 12:58:01 +01:00
Michael Stefaniuc 48960eef2c comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer. 2008-10-31 12:57:53 +01:00
Lei Zhang 7fca3486ad ntdll: Skip deleted files in read_directory_getdents. 2008-10-31 12:57:46 +01:00
Juan Lang 59f2a3312e advapi32: Print error if opening /dev/urandom fails, and update comment. 2008-10-31 12:57:40 +01:00
Juan Lang 3fdf6024a2 crypt32: Fix some test failures on Win9x/NT4. 2008-10-31 12:57:33 +01:00
Juan Lang 558057b4b2 crypt32: Fix chain error status when a cert's issuer can't be found. 2008-10-31 12:57:25 +01:00
Juan Lang 97cfb3adfe crypt32: Don't neglect status to ignore on a Windows platform when a test is todo_wine. 2008-10-31 12:57:21 +01:00
Kirill K. Smirnov 003392b545 gdi32: Fix copy/paste typo. 2008-10-31 12:57:17 +01:00
Alexandre Julliard abf5048bc6 configure: Re-generate with autoconf 2.63. 2008-10-31 12:56:53 +01:00
Rob Shearman f34f9ba5b5 inetcomm: Add an implementation of the HELO/EHLO command. 2008-10-30 15:52:32 +01:00
Hans Leidekker aff6049180 inetcomm: Add a stub implementation of ISMTPTransport2. 2008-10-30 15:51:57 +01:00
Hans Leidekker 80cb3569af inetcomm: Add a stub implementation of IPOP3Transport. 2008-10-30 15:51:24 +01:00
Hans Leidekker bc5dd3022a wsock32: Make EnumProtocols a wrapper around WSAEnumProtocols instead of forwarding directly. 2008-10-30 15:50:50 +01:00
Nikolay Sivov 59dde0d9a7 gdiplus: Add a structure to header for easier navigation (by wrapper class). 2008-10-30 15:40:12 +01:00
Alexandre Julliard 5002bd21d1 kernel32: Moved the pthread emulation support to ntdll. 2008-10-30 15:39:50 +01:00
Alexandre Julliard 8551c8d50e kernel32: Use ntdll functions where possible to implement the pthread wrappers. 2008-10-30 15:38:59 +01:00
Alistair Leslie-Hughes 3a0a3453ff mshtml: Supply a default value for get_designMode. 2008-10-30 11:48:27 +01:00
Nicolas Le Cam 8619ccf251 shell32/tests: Fix a test on several platforms. 2008-10-30 11:47:36 +01:00
James Hawkins ca71e5aff0 msi: Allow private properties from the AdminProperties property list. 2008-10-30 11:47:10 +01:00
Juan Lang 39a7d40413 crypt32: Fix frequency with which chains are checked for cycles. 2008-10-30 11:29:37 +01:00
Juan Lang 307d7b965f crypt32: Fix failing test. 2008-10-30 11:29:32 +01:00
Henri Verbeet 32d7bebf7c d3dx8: Implement ID3DXMatrixStack_Push() and ID3DXMatrixStack_Pop().
Based on a patchset by David Adam.
2008-10-30 11:29:28 +01:00
David Adam c5da8d4c3b d3dx8: Implement ID3DXMatrixStack_GetTop(). 2008-10-30 11:28:34 +01:00
Henri Verbeet bd6a8870e2 d3dx8: Initialize the matrix stack in D3DXCreateMatrixStack().
Based on a patchset by David Adam.
2008-10-30 11:28:22 +01:00
Henri Verbeet 3eac8afba5 d3dx8: Correct some ID3DXMatrixStack prototypes. 2008-10-30 11:27:53 +01:00
Henri Verbeet 4df40efe7c d3dx8: Return E_NOTIMPL from ID3DXMatrixStack stubs. 2008-10-30 11:27:45 +01:00
Alexandre Julliard 7c6302b7ff kernel32: Only try to open a VxD if opening a normal device failed. 2008-10-30 10:33:45 +01:00
Alexandre Julliard 74cdb539a4 ntdll: Store the exit code in the server in RtlExitUserThread. 2008-10-29 20:37:43 +01:00
Alexandre Julliard 21453b4c2e ntdll: Allocate a new virtual region for large blocks, and ensure 16-byte alignment. 2008-10-29 17:32:45 +01:00
Vitaly Perov 38815e1c89 netapi32: Add stub for NetShareGetInfo. 2008-10-29 15:33:14 +01:00
Alexandre Julliard 7db820e900 ntdll: Add a few more tests for RtlIsDosDeviceName_U, fix some failures on Windows. 2008-10-29 15:22:06 +01:00
Alexandre Julliard 6be25f8cb1 ntdll: Simplify the RtlIsDosDeviceName_U implementation. 2008-10-29 15:21:51 +01:00
Aric Stewart 6b4d22ca2c ws2_32: Only set the overlapped hEvent if it exists. 2008-10-29 13:43:44 +01:00
Alistair Leslie-Hughes 5416057e79 inetcomm: Correct test under w2k8. 2008-10-29 13:43:04 +01:00
Henri Verbeet 65e614a9ca d3d10: Add a test to show d3d10 devices implement IDXGIDevice. 2008-10-29 13:29:34 +01:00
Henri Verbeet 926c47940c dxgi: Add some stubs for IDXGISwapChain. 2008-10-29 13:29:33 +01:00
Henri Verbeet 0cea969608 dxgi: Add some stubs for IDXGIAdapter. 2008-10-29 13:29:33 +01:00
Lei Zhang 913373d2e6 comctl32: Only update comboex edit box if the mask has CBEIF_TEXT set. 2008-10-29 13:29:33 +01:00
Lei Zhang 2881b171df comctl32: Reset nEditLabelItem in LISTVIEW_EndEditLabelT. 2008-10-29 13:29:33 +01:00