Alexandre Julliard [Mon, 5 Jan 2009 14:37:39 +0000 (15:37 +0100)]
mshtml/tests: Fix the platform test for Win64.
Alexandre Julliard [Mon, 5 Jan 2009 14:20:15 +0000 (15:20 +0100)]
urlmon/tests: Fix an uninitialized variable check for Win64.
Paul Vriens [Mon, 5 Jan 2009 12:11:26 +0000 (13:11 +0100)]
shdocvw/tests: Fix test failures on XP SP2 and higher.
Paul Vriens [Mon, 5 Jan 2009 11:46:05 +0000 (12:46 +0100)]
d3d8/tests: Fix a test failure on VMware and VirtualBox.
Ge van Geldorp [Sun, 4 Jan 2009 15:20:56 +0000 (16:20 +0100)]
comctl32/tests: Fix title bar tests for non-English locales.
Markus Weiland [Sat, 3 Jan 2009 17:22:51 +0000 (12:22 -0500)]
dxdiaxgn: Implemented retrieval of szDeviceIdentifier property.
Andrey Turkin [Mon, 5 Jan 2009 01:54:05 +0000 (04:54 +0300)]
include: Add more definitions to winuser.rh.
Alexandre Julliard [Mon, 5 Jan 2009 14:07:53 +0000 (15:07 +0100)]
msvcrt: Fix the time_t definition for the msvcrt build.
Henri Verbeet [Mon, 5 Jan 2009 09:10:16 +0000 (10:10 +0100)]
wined3d: Remove unused enum elements from WINED3DTEXTURESTAGESTATETYPE.
Henri Verbeet [Mon, 5 Jan 2009 09:10:16 +0000 (10:10 +0100)]
d3d9: Remove d3d8 enum elements from D3DTEXTURESTAGESTATETYPE.
Henri Verbeet [Mon, 5 Jan 2009 09:10:16 +0000 (10:10 +0100)]
wined3d: Convert samplerState to a bitmap in struct SAVEDSTATES.
Henri Verbeet [Mon, 5 Jan 2009 09:10:16 +0000 (10:10 +0100)]
wined3d: Convert renderState to a bitmap in struct SAVEDSTATES.
Henri Verbeet [Mon, 5 Jan 2009 09:10:16 +0000 (10:10 +0100)]
wined3d: Convert transform to a bitmap in struct SAVEDSTATES.
Dmitry Timoshkov [Mon, 5 Jan 2009 09:53:50 +0000 (17:53 +0800)]
winex11: Indicate that dmDisplayFlags is also initialized.
Alexandre Julliard [Mon, 5 Jan 2009 11:40:39 +0000 (12:40 +0100)]
wininet: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Mon, 5 Jan 2009 11:40:34 +0000 (12:40 +0100)]
winhttp: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Mon, 5 Jan 2009 11:40:28 +0000 (12:40 +0100)]
wldap32: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Mon, 5 Jan 2009 11:39:44 +0000 (12:39 +0100)]
dinput: Fix pointer cast warnings on 64-bit.
Alexandre Julliard [Mon, 5 Jan 2009 11:39:13 +0000 (12:39 +0100)]
setupapi: Add CDECL to the cabinet callback functions.
Alexandre Julliard [Mon, 5 Jan 2009 11:39:02 +0000 (12:39 +0100)]
cabinet: Add CDECL to the cabinet callback functions.
Michael Stefaniuc [Sun, 4 Jan 2009 21:58:57 +0000 (22:58 +0100)]
comctl32/tests: Do not cast the IDC_* defines to a LPSTR.
Andrey Turkin [Mon, 5 Jan 2009 01:53:41 +0000 (04:53 +0300)]
shell32: Fix typo.
Henri Verbeet [Sun, 4 Jan 2009 19:38:58 +0000 (20:38 +0100)]
ntdll: Add a small test for FPU exceptions.
Henri Verbeet [Sun, 4 Jan 2009 19:38:58 +0000 (20:38 +0100)]
ntdll: Don't throw masked FPU exceptions.
When an FPU exception is masked the appropriate flag in the status
word will still be set, so get_fpu_code() should mask the exception
flags in the status word with the exception flags in the control word.
Henri Verbeet [Sun, 4 Jan 2009 19:38:57 +0000 (20:38 +0100)]
ntdll: Fix ExceptionAddress for FPU exceptions.
ExceptionAddress isn't the same as EIP for FPU exceptions, since the
exception will be thrown on the next FPU instruction, rather than the
instruction that caused the exception.
Austin English [Sun, 4 Jan 2009 19:24:59 +0000 (13:24 -0600)]
kernel32: Fix a compiler warning on non-i386.
Michael Stefaniuc [Sun, 4 Jan 2009 13:14:23 +0000 (14:14 +0100)]
include: Change long to LONG in olectl.h for Win64 compatibility.
Michael Stefaniuc [Sun, 4 Jan 2009 13:14:15 +0000 (14:14 +0100)]
msi: Change MSIHANDLE to ULONG for Win64 compatibility.
Also fix the compiler warnings produced by this change.
Alexandre Julliard [Mon, 5 Jan 2009 10:58:38 +0000 (11:58 +0100)]
libwine: Ignore format modifiers 'h' and 'l' when formatting a string.
Pavel Troller [Sat, 3 Jan 2009 19:49:30 +0000 (20:49 +0100)]
ntdll: Fix serial.c for linux-2.6.28.
Dylan Smith [Sun, 4 Jan 2009 05:29:10 +0000 (00:29 -0500)]
richedit: Mask window id on WM_COMMAND notifications.
Vitaliy Margolen [Sun, 4 Jan 2009 00:53:22 +0000 (17:53 -0700)]
dinput: Allow for holes in device status structure.
Gerald Pfeifer [Sat, 3 Jan 2009 18:12:50 +0000 (19:12 +0100)]
README: Make FreeBSD requirements less conservative, only requiring FreeBSD 6.3.
Alistair Leslie-Hughes [Sat, 3 Jan 2009 09:26:01 +0000 (20:26 +1100)]
mshtml: Add missing IHTMLStyle interfaces.
Andrey Turkin [Sat, 3 Jan 2009 15:35:00 +0000 (18:35 +0300)]
ntdll: Always set output values in RtlGetDaclSecurityDescriptor.
Andrey Turkin [Sat, 3 Jan 2009 15:36:00 +0000 (18:36 +0300)]
shell32: Add explorer toolbar bitmaps.
Andrey Turkin [Sat, 3 Jan 2009 15:35:18 +0000 (18:35 +0300)]
user32: GetUserObjectSecurity should return a valid security descriptor.
Alexandre Julliard [Sun, 4 Jan 2009 13:13:33 +0000 (14:13 +0100)]
libwine: Fix vsnprintfW string formatting to handle alignment and padding.
Also fix handling of pointer format for 64-bit.
Alexandre Julliard [Sun, 4 Jan 2009 13:12:50 +0000 (14:12 +0100)]
riched20/tests: Move the itextServicesStdcallVtbl definition to avoid a compiler warning.
Alexandre Julliard [Sun, 4 Jan 2009 13:12:14 +0000 (14:12 +0100)]
kernel32/tests: Use the actual name of the exe module in toolhelp tests.
Alexandre Julliard [Sun, 4 Jan 2009 13:11:52 +0000 (14:11 +0100)]
kernel32/tests: Comment out a couple of heap tests that crash on 64-bit Vista.
Alexandre Julliard [Sun, 4 Jan 2009 13:11:08 +0000 (14:11 +0100)]
msvcrt/tests: Fix the scanf pointer formatting tests on 64-bit.
Alexandre Julliard [Sun, 4 Jan 2009 13:11:02 +0000 (14:11 +0100)]
msvcrt/tests: Fix the printf pointer formatting tests on 64-bit.
Alexandre Julliard [Sun, 4 Jan 2009 13:10:43 +0000 (14:10 +0100)]
include: Fix the msvcrt time_t definition on 64-bit.
Alexandre Julliard [Sun, 4 Jan 2009 13:10:33 +0000 (14:10 +0100)]
include: Fix the PROCESSENTRY32 structure on 64-bit.
Alexandre Julliard [Sun, 4 Jan 2009 13:10:20 +0000 (14:10 +0100)]
include: Fix data structures for processor affinity on 64-bit.
Michael Stefaniuc [Sun, 4 Jan 2009 10:29:30 +0000 (11:29 +0100)]
include: Change RPC_LENGTH to ULONG for Win64 compatibility.
Michael Stefaniuc [Sun, 4 Jan 2009 10:29:02 +0000 (11:29 +0100)]
include: Change long to LONG in d3dtypes.h for Win64 compatibility.
Michael Stefaniuc [Sun, 4 Jan 2009 10:28:42 +0000 (11:28 +0100)]
include: Use LONG instead of long in richedit.h.
Michael Stefaniuc [Sun, 4 Jan 2009 00:49:37 +0000 (01:49 +0100)]
include: Change unsigned long to ULONG in rpcdce.h for Win64 compatibility.
Also fix the compiler warnings introduced by this change.
Michael Stefaniuc [Sun, 4 Jan 2009 00:49:14 +0000 (01:49 +0100)]
include: Change RPC_STATUS from long to LONG for Win64 compatibility.
Also fix the compiler warnings introduced by this change.
Michael Stefaniuc [Sun, 4 Jan 2009 00:47:25 +0000 (01:47 +0100)]
appwiz.cpl: Add Romanian translation.
Michael Stefaniuc [Sun, 4 Jan 2009 00:48:31 +0000 (01:48 +0100)]
mshtml: Fix a dialog size for the Pt and Si translations.
Michael Stefaniuc [Sun, 4 Jan 2009 00:47:46 +0000 (01:47 +0100)]
mshtml: Add the Romanian translation.
Michael Stefaniuc [Sun, 4 Jan 2009 00:46:59 +0000 (01:46 +0100)]
ddraw/tests: Remove superfluous casts.
Michael Stefaniuc [Sun, 4 Jan 2009 00:46:26 +0000 (01:46 +0100)]
ddraw/tests: Simplify a pointer increment.
Michael Stefaniuc [Sun, 4 Jan 2009 00:46:07 +0000 (01:46 +0100)]
browseui: Remove superfluous casts from/to void pointers.
Michael Stefaniuc [Sun, 4 Jan 2009 00:45:42 +0000 (01:45 +0100)]
dpnet: Remove superfluous casts.
Michael Karcher [Sat, 3 Jan 2009 23:20:05 +0000 (00:20 +0100)]
oleaut32: Implement IPropertyBag::Read proxying.
Michael Karcher [Sat, 3 Jan 2009 23:21:43 +0000 (00:21 +0100)]
ole32: Add HICON user marshalling stubs.
Stefan Reimer [Fri, 2 Jan 2009 17:40:17 +0000 (18:40 +0100)]
loader: Fix build with gcc-4.3 and ssp.
Jacek Caban [Sat, 3 Jan 2009 16:45:47 +0000 (17:45 +0100)]
mshtml: Added IHTMLWindow2::get_location implementation.
Alexandre Julliard [Sat, 3 Jan 2009 19:25:19 +0000 (20:25 +0100)]
ntdll/tests: Avoid long long printf formats in traces.
Alexandre Julliard [Sat, 3 Jan 2009 19:24:10 +0000 (20:24 +0100)]
msvcrt/tests: Fix some printf formats for 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:23:06 +0000 (20:23 +0100)]
msvcrt/tests: Use unsigned int instead of size_t for the malloc tests.
Alexandre Julliard [Sat, 3 Jan 2009 19:21:43 +0000 (20:21 +0100)]
kernel32/tests: Use the correct SIZE_T type instead of unsigned long.
Alexandre Julliard [Sat, 3 Jan 2009 19:21:25 +0000 (20:21 +0100)]
kernel32/tests: Fix the NT header initialization for 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:21:01 +0000 (20:21 +0100)]
kernel32/tests: Don't compare the result of llseek or hwrite against HFILE_ERROR.
Alexandre Julliard [Sat, 3 Jan 2009 19:17:31 +0000 (20:17 +0100)]
kernel32/tests: Fix pointer casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:16:33 +0000 (20:16 +0100)]
user32/tests: Fix some printf formats for 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:16:16 +0000 (20:16 +0100)]
user32/tests: Fix pointer casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:15:25 +0000 (20:15 +0100)]
winmm/tests: Fix handle casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:15:13 +0000 (20:15 +0100)]
wldap32/tests: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Sat, 3 Jan 2009 19:15:06 +0000 (20:15 +0100)]
wininet/tests: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Sat, 3 Jan 2009 19:15:00 +0000 (20:15 +0100)]
winhttp/tests: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Sat, 3 Jan 2009 19:14:32 +0000 (20:14 +0100)]
shell32/tests: Fix handle casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:14:18 +0000 (20:14 +0100)]
qedit/tests: Fix a pointer casting warning on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:14:11 +0000 (20:14 +0100)]
ole32/tests: Fix a pointer casting warning on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:14:01 +0000 (20:14 +0100)]
ntdll/tests: Fix pointer casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:13:45 +0000 (20:13 +0100)]
msi/tests: Fix pointer casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:13:37 +0000 (20:13 +0100)]
mlang/tests: Fix a pointer casting warning on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:13:29 +0000 (20:13 +0100)]
gdi32/tests: Fix a pointer casting warning on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:13:20 +0000 (20:13 +0100)]
comctl32/tests: Fix pointer casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:12:49 +0000 (20:12 +0100)]
msi/tests: Add CDECL to the cabinet callback functions.
Alexandre Julliard [Sat, 3 Jan 2009 19:12:39 +0000 (20:12 +0100)]
cabinet/tests: Add CDECL to the cabinet callback functions.
Alexandre Julliard [Sat, 3 Jan 2009 19:12:26 +0000 (20:12 +0100)]
advpack/tests: Add CDECL to the cabinet callback functions.
Alexandre Julliard [Sat, 3 Jan 2009 17:43:00 +0000 (18:43 +0100)]
msvcrt: Add missing __cdecl on some function pointers.
Andrew Talbot [Sat, 3 Jan 2009 12:53:41 +0000 (12:53 +0000)]
dsound: Declare some variables static.
Andrew Talbot [Sat, 3 Jan 2009 12:53:38 +0000 (12:53 +0000)]
dpnet: Declare a function static.
Andrew Talbot [Sat, 3 Jan 2009 12:53:34 +0000 (12:53 +0000)]
dbghelp: Declare some functions static.
Stefan Dösinger [Wed, 17 Dec 2008 16:47:24 +0000 (17:47 +0100)]
include: Fix the EnumOverlayZOrders prototype.
Stefan Dösinger [Wed, 17 Dec 2008 16:37:03 +0000 (17:37 +0100)]
include: Fix a IDirectDrawSurface4 method prototype.
Stefan Dösinger [Tue, 16 Dec 2008 22:31:12 +0000 (23:31 +0100)]
include: Fix a typo in ddraw.h.
Stefan Dösinger [Tue, 16 Dec 2008 19:56:41 +0000 (20:56 +0100)]
ddraw: Reject IDirectDraw3 QI in ddraw.dll.
Stefan Dösinger [Mon, 15 Dec 2008 23:01:11 +0000 (00:01 +0100)]
ddraw: Add a test for IDirectDrawSurface::GetDC.
Alexandre Julliard [Sat, 3 Jan 2009 13:54:11 +0000 (14:54 +0100)]
ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 13:52:58 +0000 (14:52 +0100)]
ntdll/tests: Skip large integer tests that crash on 64-bit Vista.
Ge van Geldorp [Fri, 2 Jan 2009 20:10:38 +0000 (21:10 +0100)]
ole32/tests: Add declarations which are not present in SDK headers.
Ge van Geldorp [Fri, 2 Jan 2009 20:14:45 +0000 (21:14 +0100)]
ole32/tests: Work around broken Windows urlmon.dll.
Austin English [Sat, 3 Jan 2009 04:15:09 +0000 (22:15 -0600)]
mpr: Fix a compiler warning on PowerPC.