Rob Shearman
3eac5b4e59
rpcrt4: Add a small bit of documentation as to what NdrStubCall2 does.
2007-11-05 13:24:36 +01:00
Jacek Caban
6b21304248
mshtml: AsyncOpen code clean up.
2007-11-05 12:12:47 +01:00
Jacek Caban
cd07f72824
mshtml: More test fixes.
2007-11-05 12:12:47 +01:00
Juan Lang
d8acdcc2b4
url: Fix prototype of FileProtocolHandlerA.
2007-11-05 12:09:54 +01:00
Huw Davies
381e48ec13
inetcomm: Add two missing member functions.
2007-11-05 12:09:27 +01:00
Rob Shearman
54ab69c4f5
inetcomm: Add a stub implementation of the IMimeMessage object returned from MimeOleCreateMessage.
2007-11-05 12:09:14 +01:00
Huw Davies
78c90082a5
inetcomm: Add a stub for MimeOleCreateVirtualStream.
2007-11-05 12:08:52 +01:00
Rob Shearman
70705829dd
inetcomm: Include mimeole.h and fix the type of MimeOleCreateMessage.
2007-11-05 12:08:47 +01:00
Rob Shearman
abd95840a5
inetcomm: Add stubs for MimeOleSetCompatMode and MimeOleCreateMessage.
2007-11-05 12:06:54 +01:00
Rob Shearman
3ace5e53d9
inetcomm: Call InternetTransport_RegisterClass and UnregisterClass on process attach and detach respectively, to register a window class and initialize Winsock.
2007-11-05 12:06:42 +01:00
Rob Shearman
cef74e263f
inetcomm: Use InternetTransport_ChangeStatus in InternetTransport_DropConnection so that the callback gets called.
2007-11-05 12:06:33 +01:00
Huw Davies
a3a2789f66
inetcomm: Add self-registration code.
...
Based on a patch by Rob Shearman.
2007-11-05 12:06:21 +01:00
Rob Shearman
994014b15a
inetcomm: Add a framework for connecting to a server and sending/receiving data asynchronously with callbacks being called in the context of the original thread, using window messages.
2007-11-05 12:05:17 +01:00
Alexandre Julliard
a54a990b3b
server: Allow to specify the class name instead of the atom to find a window.
2007-11-02 15:26:49 +01:00
Alexandre Julliard
1fc461f98b
server: Allow to specify the class name instead of the atom to create a window.
2007-11-02 15:16:25 +01:00
Rob Shearman
beab2c17e9
inetcomm: Add stub implementation of inetcomm.dll.
2007-11-02 13:52:10 +01:00
Christian Eggers
f89c6de727
ctapi32: Added wrapper dll for ctapi (CardTerminal API).
2007-11-02 13:46:18 +01:00
Rok Mandeljc
47d1fee7fc
wnaspi32: Fix controller number validation.
2007-11-02 13:03:38 +01:00
Rok Mandeljc
3a59ac0829
wnaspi32: Fix Controller -> H/C mapping.
2007-11-02 13:03:31 +01:00
Rok Mandeljc
1161d0e15e
wnaspi32: Do the command dumping only after device has been verified.
2007-11-02 13:03:23 +01:00
Rok Mandeljc
084636c518
wnaspi32: Call ASPI_GetNumControllers() only once.
2007-11-02 13:02:14 +01:00
Rok Mandeljc
a2a34bd80b
wnaspi32: Degrade ERR of not finding registry entry for a device to TRACE.
2007-11-02 13:02:06 +01:00
Rok Mandeljc
b6a9257077
wnaspi32: Print error when device cannot be opened.
2007-11-02 13:01:59 +01:00
Lei Zhang
019016f90f
comctl32: Fix typo in rebar.
2007-11-02 12:50:55 +01:00
Hans Leidekker
9bc08be37b
ntdll: Fix calculation of tape position offsets.
...
Reported by Gerald Pfeifer.
2007-11-02 12:49:48 +01:00
Paul Vriens
cac17c455d
advapi32/tests: Make tests run on win98 again.
2007-11-02 12:38:36 +01:00
Juan Lang
159c8af56a
crypt32: Use consistent error checking.
2007-11-02 12:38:21 +01:00
Juan Lang
644dedb75d
crypt32: Free memory on all paths.
2007-11-02 12:38:15 +01:00
Juan Lang
81a382ac31
crypt32: Set last error on alloc failure.
2007-11-02 12:38:10 +01:00
Lei Zhang
bf313ee857
comctl32: Fix uninitialized, unused variables.
2007-11-02 12:38:00 +01:00
Lei Zhang
5d05f7fc74
comctl32: Datetime should close its monthcal when the monthcal loses focus.
2007-11-02 12:37:48 +01:00
Rob Shearman
18c16a8027
rpcrt4: Add a test for the pointers in [in,out] pointer structs not changing when the pointers aren't NULL.
2007-11-02 12:37:35 +01:00
Rob Shearman
55aeb80aa3
setupapi: Make the setupapi tests load on systems < Vista by providing a private implementation of RegDeleteTreeW.
2007-11-02 12:37:32 +01:00
Gerald Pfeifer
79ccb7889c
dinput: Fix type of loop variable in alloc_device().
2007-11-02 12:37:09 +01:00
Gerald Pfeifer
e403292e5a
shell32: Avoid checking for <0 for unsigned variables.
2007-11-02 12:37:02 +01:00
Gerald Pfeifer
c7adf5f4b2
user32: Don't check unsigned types for >= 0.
2007-11-02 12:36:55 +01:00
Gerald Pfeifer
d59ca34794
wined3d: Fix type of loop variable in IWineD3DCubeTextureImpl_Destroy().
2007-11-02 12:36:48 +01:00
Chris Robinson
4d721de4d2
setupapi: Add stub for SetupInstallServicesFromInfSectionW.
2007-11-02 12:36:03 +01:00
Dmitry Timoshkov
407db36684
winex11.drv: Initialize buffer size.
2007-11-02 12:35:57 +01:00
Alexandre Julliard
5c5e333284
user32/tests: Don't test the contents of uninitialized buffers.
2007-11-02 12:27:27 +01:00
Andrew Talbot
36d32df5e6
shell32: Constify some variables.
2007-11-02 12:24:19 +01:00
Thomas Weidenmueller
4c516e63d3
shell32: Use SHStrDupW in IShellFolder2::GetDetailsOf to allocate returned string.
2007-11-02 12:24:14 +01:00
Chris Robinson
bc9b8d82e9
mshtml: Fix hkey leak.
2007-11-02 12:23:48 +01:00
Jacek Caban
ff47878863
shdocvw: Move registration code to .inf file.
2007-11-02 12:23:34 +01:00
Jacek Caban
8fe59229a0
msimtf: Fixed typos.
2007-11-02 12:22:35 +01:00
Juan Lang
e94cae61a1
crypt32: Fix a leaked key.
2007-11-02 12:22:31 +01:00
Juan Lang
f64d600494
crypt32: Don't leak buffer when a unicode string contains an invalid character.
2007-11-02 12:22:21 +01:00
Juan Lang
b9e78cc637
crypt32: Initialize a variable.
2007-11-02 12:22:10 +01:00
Juan Lang
b9dae979a4
crypt32: Use memmove rather than memcpy when addresses might overlap.
2007-11-02 12:22:04 +01:00
Juan Lang
329761e7e1
crypt32: Fix a leak building an alternate chain.
2007-11-02 12:21:58 +01:00
Juan Lang
e94ce8a0b2
crypt32: Fix leaked chains creating the root store.
2007-11-02 12:21:53 +01:00
Juan Lang
fc14728efc
crypt32: Fix a leak during chain creation.
2007-11-02 12:21:47 +01:00
Juan Lang
4690a9c800
crypt32: Set size when calling CryptDecodeObjectEx without CRYPT_DECODE_ALLOC_FLAG set.
2007-11-02 12:21:41 +01:00
Juan Lang
9c672fea41
crypt32: Get rid of an unneeded variable.
2007-11-02 12:21:35 +01:00
Juan Lang
373e9f626a
crypt32: Fix another leak in the tests.
2007-11-02 12:21:29 +01:00
Juan Lang
9429504c70
crypt32: Fix a leak in the tests.
2007-11-02 12:21:23 +01:00
Gerald Pfeifer
aac8194c74
comctl32: Make parameters of expect_band_content() match the corresponding types of REBARBANDINFO and fix one format string.
2007-11-02 12:21:15 +01:00
Gerald Pfeifer
ff307d96c1
shell32: Remove useless comparison >= 0 for unsigned variables.
2007-11-02 12:20:52 +01:00
Gerald Pfeifer
16f021a22e
oleaut32: Use -0.0 directly in test_VarBstrFromR4().
2007-11-02 12:19:06 +01:00
Rob Shearman
d792a522c3
ole32: Remove an incorrect comment.
2007-11-02 12:18:50 +01:00
Rob Shearman
23dc7b6a67
ole32: Implement CoGetObjectContext.
2007-11-02 12:18:45 +01:00
Rob Shearman
1d0993341c
ole32: Add tests for CoGetObjectContext.
2007-11-02 12:18:42 +01:00
Rob Shearman
2eb10c2e22
ole32: Improve the error reporting in the marshal test when CreateProcess fails.
2007-11-02 12:18:40 +01:00
Alexandre Julliard
8b42238b5b
user32: Cache the window class name on the client side.
2007-11-02 11:57:35 +01:00
Alexandre Julliard
1ee62a8d72
user32: Properly handle integer atoms specified as strings in class names.
2007-11-02 11:42:53 +01:00
Alexandre Julliard
b9b940fab9
server: Support using a name to destroy a window class too.
2007-11-01 15:28:30 +01:00
Alexandre Julliard
0762d98f7c
server: Allow to send a name instead of an atom when creating a window class.
2007-11-01 13:02:01 +01:00
Alexandre Julliard
bfe88a00f8
user32: Store the builtin class names in Unicode.
2007-11-01 12:55:00 +01:00
Chris Robinson
c23ce884f7
mshtml: Set IE version when installing wine gecko.
2007-11-01 12:51:45 +01:00
James Hawkins
07c3f4411e
msi: A feature's requested action does not depend on its installed state.
2007-11-01 12:43:24 +01:00
James Hawkins
ccdf578ba2
msi: Only unpublish the features if the entire product is being uninstalled.
2007-11-01 12:43:18 +01:00
James Hawkins
9f11a5a878
msi: Properly register features.
2007-11-01 12:43:12 +01:00
James Hawkins
fc6b9dd4e4
msi: Properly register and unregister components.
2007-11-01 12:43:06 +01:00
James Hawkins
eec9bbb12d
msi: Remove a duplicated function.
2007-11-01 12:42:57 +01:00
James Hawkins
c3df74e24f
msi: Implement the MoveFiles standard action.
2007-11-01 12:42:50 +01:00
James Hawkins
b9a29e221f
msi: Test the MoveFiles standard action.
2007-11-01 12:41:54 +01:00
Vitaliy Margolen
eb31959ab9
kernel32: Implement GetProcessHandleCount.
2007-11-01 12:41:48 +01:00
Dmitry Timoshkov
09c3d32ff5
version: Use GetModuleHandleEx to increment the module ref count.
2007-11-01 12:41:44 +01:00
Dmitry Timoshkov
7bb12b9e8c
winex11.drv: Add support for saving/reading display settings.
2007-11-01 12:41:39 +01:00
Dmitry Timoshkov
2712eb50b1
user32: Initialize more fields in the DEVMODE structure.
2007-11-01 12:41:30 +01:00
Dmitry Timoshkov
d43fdc5ab0
include: Synchronize DEVMODE layout with PSDK.
2007-11-01 12:41:21 +01:00
Stefan Dösinger
aa7f9f0a72
d3d9: Silence a FIXME.
2007-11-01 12:39:32 +01:00
Stefan Dösinger
393ed4a070
wined3d: Make resource memory 32 byte aligned.
2007-11-01 12:38:45 +01:00
Stefan Dösinger
4d4fce7e33
wined3d: Disconnect allocatedMemory and Heap allocation.
2007-11-01 12:38:37 +01:00
Stefan Dösinger
f1f84a3615
wined3d: Allocate memory for default pool resources too.
2007-11-01 12:38:25 +01:00
Stefan Dösinger
a175e7b68e
wined3d: Move a part of LockRect to the base class.
2007-11-01 12:38:17 +01:00
Stefan Dösinger
2a09716c75
wined3d: Reenable render target unlocking via textures.
2007-11-01 12:38:02 +01:00
Stefan Dösinger
64929cfb33
wined3d: Move memory allocation into a separate function.
2007-11-01 12:37:51 +01:00
Stefan Dösinger
948292dbc3
wined3d: Move texture -> drawable blits to LoadLocation.
2007-11-01 12:37:43 +01:00
Hans Leidekker
9e934ee178
wininet: Implement and test FtpCommand{A, W}.
2007-11-01 12:37:27 +01:00
Hans Leidekker
5270b429fa
wininet: Correct several ftp server response to error code mappings.
2007-11-01 12:37:18 +01:00
Alexandre Julliard
83fd17f216
winex11.drv: Set the WM_STATE_ABOVE hint on topmost windows.
2007-10-31 18:13:20 +01:00
Alexandre Julliard
c183a9e6e7
server: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
2007-10-31 18:12:56 +01:00
Alexandre Julliard
86c8860d62
user32: SetParent should not make the window topmost.
2007-10-31 18:00:53 +01:00
Alexandre Julliard
ebc6864953
user32: Don't allow changing the WS_EX_TOPMOST style with SetWindowLong.
2007-10-31 17:53:58 +01:00
Alexandre Julliard
917f288f1b
server: Also return the new extended style in the set_window_pos request.
2007-10-31 17:51:05 +01:00
Dan Kegel
ab07d61b91
ntdll: NtAccessCheck: Only send used bytes to server.
2007-10-31 14:15:40 +01:00
Hwang YunSong(황윤성)
6aadc86297
user32: Updated Korean resource.
2007-10-31 14:09:25 +01:00
Alex Villacís Lasso
38234fabeb
riched20: Allow for Win98 behavior for return value of EM_REPLACESEL.
2007-10-31 14:06:08 +01:00
Hans Leidekker
fcb8e3b197
pdh: Remove or fix tests that fail on Windows.
2007-10-31 14:06:03 +01:00
Alexandre Julliard
3bb04c88b7
msvcrt: Silence FIXME about an unknown parameter that isn't used.
2007-10-31 12:41:49 +01:00
Chris Wulff
d230fd6119
hal: Added stubs for KfAquireSpinLock, KfReleaseSpinLock, KfLowerIrql, KfRaiseIrql.
2007-10-31 12:39:55 +01:00
Chris Wulff
8cf7cb32c5
kernel32: Added a stub for FindVolumeMountPointClose.
2007-10-31 12:39:55 +01:00
Chris Wulff
62e7be0ede
shdocvw: Add IPersistMemory interface stub.
2007-10-31 12:39:55 +01:00
Chris Wulff
0a2008ae67
shdocvw: Implement OLEIVERB_HIDE.
2007-10-31 12:39:55 +01:00
Andrew Talbot
e7636c13e5
shell32: Constify some variables.
2007-10-31 12:39:54 +01:00
Stefan Leichter
b84a7844b6
d3dx8: Fix number of parameter of functions D3DXVec4Cross and D3DXVec?CatmullRom.
2007-10-31 12:39:54 +01:00
Tim Schwartz
db994bf6ed
netapi32: Add stub for NetUseEnum().
2007-10-31 12:39:54 +01:00
Michael Stefaniuc
9056049882
pdh: Fix two missing LeaveCriticalSection() on error paths.
2007-10-31 12:39:54 +01:00
Marcus Meissner
1c7c9de498
winalsa.drv: Explicitly include assert.h.
2007-10-31 12:39:54 +01:00
David Adam
035773b9fe
d3dx8: Implement D3DXMatrixRotationAxis.
2007-10-31 12:39:54 +01:00
David Adam
ad911054dd
d3dx8: Implement D3DXMatrixRotationZ.
2007-10-31 12:39:54 +01:00
David Adam
5098f39410
d3dx8: Implement D3DXMatrixRotationY.
2007-10-31 12:39:54 +01:00
David Adam
4ee8e89510
d3dx8: Implement D3DXMatrixRotationX.
2007-10-31 12:39:54 +01:00
David Adam
4cd47e8b64
d3dx8: Implement D3DXMatrixTranslation.
2007-10-31 12:39:54 +01:00
David Adam
716862d696
d3dx8: Implement D3DXMatrixScaling.
2007-10-31 12:39:54 +01:00
David Adam
e8f887dc18
d3dx8: Implement D3DXMatrixTranspose.
2007-10-31 12:39:54 +01:00
David Adam
c392a8bc74
d3dx8: Implement D3DXMatrixMultiply.
2007-10-31 12:39:54 +01:00
David Adam
720fb79d7f
d3dx8: Implement D3DXMatrixfDeterminant.
2007-10-31 12:39:54 +01:00
David Adam
08d17fd27f
d3dx8: Fix the condition in D3DXMatrixIsIdentity.
2007-10-31 12:39:54 +01:00
Rob Shearman
e8d7af2d43
advapi32: Implement filter matching for CredEnumerate.
2007-10-31 12:39:54 +01:00
Rob Shearman
e6f28ebb1a
advapi32: Add tests for credential management functions.
2007-10-31 12:39:54 +01:00
Rob Shearman
e3fae172f1
advapi32: Implement ANSI credential management functions.
2007-10-31 12:39:54 +01:00
Rob Shearman
61e836b947
advapi32: Implement CredEnumerateW.
2007-10-31 12:39:53 +01:00
Rob Shearman
72bd876599
advapi32: Implement CredDeleteW.
2007-10-31 12:39:53 +01:00
Rob Shearman
7689fad310
advapi32: Implement CredReadW and CredFree.
2007-10-31 12:39:53 +01:00
Rob Shearman
7583130908
advapi32: Implement CredWriteW.
2007-10-31 12:39:53 +01:00
Hwang YunSong(황윤성)
604530e3bd
credui: Updated Korean resource.
2007-10-30 14:20:41 +01:00
Hans Leidekker
1a8327468c
wininet: Don't release the parent object in FTP_Connect, the caller will do that.
2007-10-30 14:19:20 +01:00
Rob Shearman
5f5df83281
server: Pass the security descriptor into create_file, if one is specified, and set the initial mode for the file appropriately.
2007-10-30 14:18:27 +01:00
Rob Shearman
f98556c119
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.
2007-10-30 14:18:05 +01:00
Alexandre Julliard
e2b5227b65
user32: Fix a slightly incorrect assert.
2007-10-30 14:11:44 +01:00
Mikolaj Zalewski
585329ed13
user32: Better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin winprocs.
2007-10-30 14:08:50 +01:00
Alexandre Julliard
55d274d1d2
pdh: Fix a couple of race conditions in the thread handling.
2007-10-30 13:04:23 +01:00
Jacek Caban
0f16c1496f
itss: Fixed tests on old IE.
2007-10-30 12:46:46 +01:00
Dan Kegel
dc072e209d
advapi32/tests: Fix undefined memory references in registry.c.
2007-10-30 12:46:38 +01:00
Lei Zhang
f2519fdcda
comctl32: Set tab focus correctly.
2007-10-30 11:31:38 +01:00
Lei Zhang
73213d1444
comctl32: Add tab delete item / get focus test.
2007-10-30 11:31:29 +01:00
Lei Zhang
31a09c3b7b
comctl32: Add tab insert item / get focus test.
2007-10-30 11:31:19 +01:00
Lei Zhang
c5a17f98df
comctl32: Move tab test's createParentWindow() into START_TEST().
2007-10-30 11:31:11 +01:00
Hans Leidekker
a844a38fad
wininet: Use a single connection for all ftp tests.
2007-10-30 11:30:15 +01:00
Andrew Talbot
a7d80730d6
shell32: Constify some variables.
2007-10-30 11:30:05 +01:00
Paul Vriens
2f09f50641
ntdll: Report FIXME only once.
2007-10-30 11:29:54 +01:00
Klaus Layer
9f8d9e3e05
ntdll: Add missing FIXMEs for incomplete info classes in NtQuerySystemInformation.
2007-10-30 11:29:40 +01:00
Alexander Dorofeyev
35ff6d6750
comctl32: Fix broken detection of non-empty string.
2007-10-29 14:32:16 +01:00
Alexander Dorofeyev
77c376e0f8
comctl32: Pass command id of button in wParam.
2007-10-29 14:32:10 +01:00
David Adam
0af358b52b
d3dx8: Implement D3DX*Vec4Cross.
2007-10-29 14:03:57 +01:00
David Adam
cc22eac10e
d3dx8: Implement D3DXTransformNormal.
2007-10-29 14:03:46 +01:00
David Adam
90c4757b8d
d3dx8: Implement D3DX*TransformCoord.
2007-10-29 14:03:36 +01:00
David Adam
fa58dcee8d
d3dx8: Implement D3DX*Transform.
2007-10-29 14:03:24 +01:00
David Adam
145264efa6
d3dx8: Test the function D3DXVec3Cross really.
2007-10-29 14:03:09 +01:00
David Adam
7d0f15f964
d3dx8: Implement D3DX*CatmullRom.
2007-10-29 14:02:58 +01:00
David Adam
4ff191a7eb
d3dx8: Implement D3DX*Hermite.
2007-10-29 14:02:44 +01:00
David Adam
ea8e7ce42d
d3dx8: Implement D3DX*BaryCentric.
2007-10-29 14:02:25 +01:00
David Adam
50ae1e3623
d3dx8: Implement D3DX*Normalize.
2007-10-29 14:02:02 +01:00
Stefan Leichter
9a04b754e9
advpack/tests: Print the unexpected result in function check_ini_contents.
2007-10-29 13:59:55 +01:00
Vincent Hardy
a8c66e9e77
oleaut32: Add TypeLib version for W2K, WXP, and Vista.
2007-10-29 13:59:33 +01:00
Tom Brus
fa4304f06e
ntdll: Serial/COM code misinterpreted XON/XOFF direction.
2007-10-29 13:58:51 +01:00
Vitaliy Margolen
dfe21d0ef5
dbghelp: Fix detection of ELF libs by their name.
2007-10-29 13:58:35 +01:00
Alexandre Julliard
e193d6bf83
mscat32: Forward calls to wintrust where possible.
2007-10-29 13:58:23 +01:00
Alexander Nicolaysen Sørnes
6103f312cb
mscat32: Add stub dll.
2007-10-29 13:54:01 +01:00
Alexandre Julliard
a7f4e8bf74
oleaut32: Properly initialize the result variant in VarImp.
2007-10-29 13:53:40 +01:00
Lionel Debroux
0a6bdc79e3
credui: Fix memory leak (found by Smatch).
2007-10-29 13:53:20 +01:00
Lionel Debroux
a155665d65
mshtml: Fix memory leak (found by Smatch).
2007-10-29 13:53:16 +01:00
Detlef Riekenberg
b823922d73
shdocvw: Print the unsupported args in a FIXME.
2007-10-29 13:53:09 +01:00
Detlef Riekenberg
2eac48f594
acledit: Add a stub for FMExtensionProcW.
2007-10-29 13:53:04 +01:00
Hans Leidekker
64359c2432
wininet: Always send a content length header, even if there is no content.
2007-10-29 13:06:50 +01:00
Gerald Pfeifer
e3b8e2f2dd
shlwapi/tests: Remove overly aggressive const declaration for TEST_URL_UNESCAPE.
2007-10-29 13:06:38 +01:00
Roderick Colenbrander
59eba5cb41
wined3d: Default to GLSL. This is safe because we now have proper ps2.0/vs2.0 detection.
2007-10-29 13:04:58 +01:00
Roderick Colenbrander
efc18d79af
wined3d: Detect vertex shader 2.0 support using a pixel shader 2.0 limit.
...
Without this vertex shader 3.0 is reported on non-Nvidia cards that
only support vertex shader 2.0. Reporting 3.0 would result in slow
software rendering as it is much more advanced than 2.0.
2007-10-29 13:04:49 +01:00
Roderick Colenbrander
6760ce83a4
wined3d: Fix the amount of texture memory in the debug traces.
2007-10-29 13:04:30 +01:00
Roderick Colenbrander
ac53711902
wined3d: Print the correct pixel/vertex shader version in a debug trace.
2007-10-29 13:04:11 +01:00
Roderick Colenbrander
50ed6f36d2
wined3d: Add proper PS2.0 detection for older cards with GLSL support.
2007-10-29 13:04:04 +01:00
Roderick Colenbrander
465962dae6
wined3d: Use native shader limits instead of the maximum the driver can handle in software.
...
This should prevent software fallbacks and and second it will allow for ps2.0/ps3.0 detection.
2007-10-29 13:03:54 +01:00
Alex Villacís Lasso
e7296eaeaa
riched20: Fix test crash on WinXP-SP2.
2007-10-29 12:08:25 +01:00
Alexandre Julliard
9fce052c54
winealsa.drv: Avoid the alsa alloca macros that cause compiler warnings.
2007-10-29 12:07:52 +01:00
Andrew Talbot
cbf06f4d48
shell32: Constify some variables.
2007-10-29 12:05:59 +01:00
Dmitry Timoshkov
656a11b152
shlwapi: Fix a typo in the previous patch. Spotted by Francois Gouget.
2007-10-29 12:05:23 +01:00
Francois Gouget
eb546b3b31
d3dx8: Fix compilation on systems that don't support nameless unions.
2007-10-29 12:05:03 +01:00
Francois Gouget
5b58407271
shlwapi: Fix the DeleteMenuWrap() forward.
2007-10-29 12:04:52 +01:00
Francois Gouget
80911c12f4
crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings.
2007-10-29 12:04:48 +01:00
Francois Gouget
4b6368c0e2
cryptnet: Fix compilation on systems that don't support nameless structs.
2007-10-29 12:04:42 +01:00
Francois Gouget
9e82e46a84
shell32: Pass the shutdown reason to ExitWindowsEx().
2007-10-29 12:04:25 +01:00
Stefan Dösinger
58ed14eb52
wined3d: Honor pbos when downloading a compressed texture.
2007-10-29 12:04:18 +01:00
Stefan Dösinger
f6637cae98
wined3d: Move texture loading to LoadLocation.
2007-10-29 12:04:11 +01:00
Stefan Dösinger
2a85970631
wined3d: Move sysmem->drawable copying to LoadLocation.
2007-10-29 12:04:01 +01:00
Stefan Dösinger
dc1848bd22
wined3d: Add a comment explaining what LoadLocation does.
2007-10-29 12:03:51 +01:00
Stefan Dösinger
34d6b38397
wined3d: Move drawable->sysmem reading to UpdateLocation.
2007-10-29 12:03:44 +01:00
Hans Leidekker
e8eaee4f6a
wininet: Always close the data connection before receiving a server response.
2007-10-29 12:03:15 +01:00
Hans Leidekker
e55531d694
wininet: Always return an error when a transfer is in progress.
2007-10-29 12:03:06 +01:00
Hans Leidekker
a5fba22a79
snmpapi: Fix memory allocation in SnmpUtilVarBindListCpy.
2007-10-29 12:03:02 +01:00
Mikolaj Zalewski
1f632a29ce
msvcrt/tests: Loosen the mbctype test to pass under Windows 9x and NT 4.0.
2007-10-29 12:02:56 +01:00
Detlef Riekenberg
f2e7c43d3c
kernel32: Fix description for SetDefaultCommConfig.
2007-10-29 12:02:44 +01:00
Rob Shearman
cfb349c4f2
urlmon: Add tests for BindToObject for URL monikers based on the existing tests for BindToStorage.
2007-10-29 12:02:40 +01:00
Aric Stewart
20ae8d2804
msdmo: Fix to DMOEnum to properly enumerate the keys and properly respect the flag.
2007-10-29 12:02:33 +01:00
Francois Gouget
ce9cc0ba50
cryptnet: Fix compilation on systems that don't support nameless unions.
2007-10-26 15:20:46 +02:00
Stefan Dösinger
20f1f50b2a
wined3d: Move regular surface / texture downloading to LoadLocation.
2007-10-26 15:18:15 +02:00
Stefan Dösinger
123744910f
wined3d: Add a method for surface location updates.
2007-10-26 15:17:30 +02:00
Stefan Dösinger
dcff7dc213
wined3d: Begin centralizing surface location management.
2007-10-26 15:17:19 +02:00
Stefan Dösinger
ee32ac575b
wined3d: A point size fix.
2007-10-26 15:17:01 +02:00