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 |