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
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
Marcus Meissner
3948541a6c
msxml3: Fixed if nesting / ptr checking problems in xmlnode_transformNode.
2008-10-31 13:06:27 +01:00
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
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
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
Lei Zhang
10d3ea30b7
comctl32: Don't notify if listview edit box contents have not changed.
2008-10-29 13:29:33 +01:00
Lei Zhang
9b057494d0
comctl32: Get rid of DragDetect.
2008-10-29 13:29:33 +01:00
Alexandre Julliard
929dcfaad5
user32: Add a bunch of tests for GetQueueStatus and GetMessage combinations.
2008-10-29 13:29:33 +01:00
Alexandre Julliard
7804129e68
user32: Use a local buffer in peek_message to save a server call for small buffer sizes.
2008-10-29 13:29:33 +01:00
Alexandre Julliard
06dbbdd09b
user32: Specify the new queue mask separately from the PeekMessage flags.
2008-10-29 13:29:33 +01:00
Alexandre Julliard
641cc6402f
user32: Move thread info setting and WH_GETMESSAGE call into peek_message.
2008-10-29 13:29:33 +01:00
Alexandre Julliard
142708face
user32: Move handling of internal messages into peek_message.
2008-10-29 13:29:33 +01:00
Andrew Nguyen
71eb8e10cd
winmm: Fix a potential infinite recursion bug.
2008-10-29 13:29:33 +01:00
James Hawkins
019f4af1c2
msi: Do not reinstall an assembly that already exists in the global assembly cache.
2008-10-29 13:29:32 +01:00
Dmitry Timoshkov
8f1d058b9d
user32: Handle all kinds of values returned by WIN_GetPtr.
2008-10-29 11:52:40 +01:00
Alistair Leslie-Hughes
a4dc3213ae
oleacc: Removed failed test case.
2008-10-29 11:52:33 +01:00
Michael Stefaniuc
b12fbe1630
comctl32: HANDLE/HGLOBAL are basically just void pointers. No casts to other pointers are needed.
2008-10-29 11:52:22 +01:00
Dylan Smith
09802e2c76
richedit: Handle negative position given to EM_POSFROMCHAR.
2008-10-29 11:52:18 +01:00
Henri Verbeet
795c4a77aa
wined3d: Handle projected cube textures.
2008-10-29 11:52:11 +01:00
Henri Verbeet
d262752aea
wined3d: Handle lack of NPOT support for depth blts.
2008-10-29 11:52:06 +01:00
Henri Verbeet
80818bfc8d
wined3d: Support some more depth blt texture types in surface_depth_blt().
2008-10-29 11:52:01 +01:00
Henri Verbeet
17ab7f6b83
wined3d: Support some more depth blt texture types for arb programs.
2008-10-29 11:51:54 +01:00
Owen Rudge
0abb8658cb
appwiz.cpl: Use MS Shell Dlg instead of MS Sans Serif for dialog boxes.
2008-10-29 11:51:44 +01:00
Juan Lang
b7fa4a7712
cryptui: Fix destination store for self-signed certs.
2008-10-29 11:51:39 +01:00
Juan Lang
472984f565
cryptui: Fix a failing test on Windows.
2008-10-29 11:51:33 +01:00
Bobby Bingham
a900f5e065
gdi32: Add support for the GGO_UNHINTED flag in GetGlyphOutline.
2008-10-28 15:46:29 +01:00
Alexandre Julliard
f0fed2831a
ntdll: Ignore some system directories in NtQueryDirectoryFile to avoid recursion troubles.
2008-10-28 13:55:24 +01:00
Alexandre Julliard
56788cc5b6
ntdll: Use the end of the reserved area as address space limit, in case we have more than 3Gb available.
2008-10-28 13:51:36 +01:00
Nicolas Le Cam
6c7720e2ce
wininet/tests: Fix a failing test on IE6.
2008-10-28 13:26:22 +01:00
Austin English
fe256f99d3
crypt32: fix a test failure on Free/PC-BSD.
2008-10-28 13:26:01 +01:00
Austin English
955759381d
advapi32/tests: fix a couple failures on Vista.
2008-10-28 13:26:01 +01:00
Tobias Jakobi
f4e0dec42e
wined3d: Fix typo in baseshader.c.
2008-10-28 13:26:01 +01:00
Henri Verbeet
c52a55d724
wined3d: Fix some indentation.
2008-10-28 12:46:51 +01:00
Henri Verbeet
092b51e82a
wined3d: Rename CreateAdditionalSwapChain to CreateSwapChain.
2008-10-28 12:46:46 +01:00
Henri Verbeet
3eb3538556
d3d10: Make some functions static.
2008-10-28 12:46:37 +01:00
Henri Verbeet
fc17a99ef0
dxgi: Make some functions static.
2008-10-28 12:46:34 +01:00
Alistair Leslie-Hughes
13606ed49d
msxml3: Add support to get_nodeTypedValue on Element Nodes.
2008-10-28 12:46:29 +01:00
Alistair Leslie-Hughes
9e4d6e6110
comdlg32: Fix test under win98.
2008-10-28 12:45:55 +01:00
Michael Stefaniuc
d1791f8108
comctl32: Remove superfluous casts as HANDLE to other handle types.
2008-10-28 12:34:05 +01:00
Detlef Riekenberg
f0ec2a5ca1
shdocvw/tests: Use the correct size for memset.
2008-10-28 12:33:56 +01:00
Henri Verbeet
b33ddbde6a
wined3d: Support some more texture types for GLSL depth blts.
2008-10-28 12:33:36 +01:00
Henri Verbeet
437b342424
wined3d: Pass explicit texcoords to depth blt.
2008-10-28 12:33:27 +01:00
Henri Verbeet
57401fcab2
wined3d: Pass the texture type to the shader depth blt function.
2008-10-28 12:33:18 +01:00
Henri Verbeet
4034a29f19
wined3d: Move depth_blt to surface.c.
2008-10-28 12:33:13 +01:00
Huw Davies
a26d67b14e
ole32: Implement IEnum*_Next marshallers.
2008-10-28 12:14:14 +01:00
Huw Davies
b05d392dfb
ole32: Try to load the '\1Ole' stream and create it if it doesn't exist.
2008-10-28 12:14:11 +01:00
Huw Davies
0cc2c53107
ole32: Create the '\1Ole' stream.
2008-10-28 12:14:06 +01:00
Dmitry Timoshkov
61900098b1
gdi32: Move DC mapping APIs to the 'dc' debug channel.
2008-10-28 12:14:01 +01:00
Nicolas Le Cam
cec5d3f514
msi/tests: Fix a failing test on all platforms up to and including win2k.
2008-10-28 12:13:53 +01:00
Dmitry Timoshkov
67be353040
kernel32: Don't ignore extended keys.
2008-10-28 12:13:46 +01:00
Detlef Riekenberg
de267347c5
user32/tests: Avoid crash on win9x.
2008-10-27 13:49:21 +01:00
Reece Dunn
d85c3e7c72
uxtheme: Fixed the todo blocks in the IsThemed tests when theming is inactive.
2008-10-27 13:49:01 +01:00
Alexandre Julliard
eaae717ede
ntdll: Make sure the last relocation contains some data.
2008-10-27 13:19:30 +01:00