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 |
Katayama Hirofumi MZ
|
873b971bb7
|
notepad: Don't save maximized size.
|
2008-10-29 11:51:48 +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 |