Bobby Bingham [Sun, 26 Oct 2008 22:20:13 +0000 (18:20 -0400)]
gdi32: Add support for the GGO_UNHINTED flag in GetGlyphOutline.
Alexandre Julliard [Tue, 28 Oct 2008 12:55:24 +0000 (13:55 +0100)]
ntdll: Ignore some system directories in NtQueryDirectoryFile to avoid recursion troubles.
Alexandre Julliard [Tue, 28 Oct 2008 12:51:36 +0000 (13:51 +0100)]
ntdll: Use the end of the reserved area as address space limit, in case we have more than 3Gb available.
Nicolas Le Cam [Mon, 27 Oct 2008 23:34:22 +0000 (00:34 +0100)]
wininet/tests: Fix a failing test on IE6.
Austin English [Mon, 27 Oct 2008 18:44:04 +0000 (14:44 -0400)]
crypt32: fix a test failure on Free/PC-BSD.
Austin English [Mon, 27 Oct 2008 20:24:52 +0000 (15:24 -0500)]
advapi32/tests: fix a couple failures on Vista.
Tobias Jakobi [Sun, 26 Oct 2008 16:01:15 +0000 (17:01 +0100)]
wined3d: Fix typo in baseshader.c.
Henri Verbeet [Tue, 28 Oct 2008 08:27:20 +0000 (09:27 +0100)]
wined3d: Fix some indentation.
Henri Verbeet [Tue, 28 Oct 2008 08:27:20 +0000 (09:27 +0100)]
wined3d: Rename CreateAdditionalSwapChain to CreateSwapChain.
Henri Verbeet [Tue, 28 Oct 2008 08:27:20 +0000 (09:27 +0100)]
d3d10: Make some functions static.
Henri Verbeet [Tue, 28 Oct 2008 08:27:20 +0000 (09:27 +0100)]
dxgi: Make some functions static.
Alistair Leslie-Hughes [Tue, 28 Oct 2008 08:47:15 +0000 (19:47 +1100)]
msxml3: Add support to get_nodeTypedValue on Element Nodes.
Alistair Leslie-Hughes [Tue, 28 Oct 2008 08:49:45 +0000 (19:49 +1100)]
comdlg32: Fix test under win98.
Michael Stefaniuc [Mon, 27 Oct 2008 22:07:40 +0000 (23:07 +0100)]
comctl32: Remove superfluous casts as HANDLE to other handle types.
Michael Stefaniuc [Mon, 27 Oct 2008 22:07:26 +0000 (23:07 +0100)]
cmdlgtst: Use NULL instead of casting 0 to a pointer.
Detlef Riekenberg [Mon, 27 Oct 2008 21:43:34 +0000 (22:43 +0100)]
shdocvw/tests: Use the correct size for memset.
Marcus Meissner [Mon, 27 Oct 2008 21:12:03 +0000 (22:12 +0100)]
oleview: Fixed size passed to LoadStringW.
Austin English [Mon, 27 Oct 2008 19:22:30 +0000 (14:22 -0500)]
winecfg: Set default windows version to XP.
Henri Verbeet [Mon, 27 Oct 2008 17:31:32 +0000 (18:31 +0100)]
wined3d: Support some more texture types for GLSL depth blts.
Henri Verbeet [Mon, 27 Oct 2008 17:31:31 +0000 (18:31 +0100)]
wined3d: Pass explicit texcoords to depth blt.
Henri Verbeet [Mon, 27 Oct 2008 17:31:31 +0000 (18:31 +0100)]
wined3d: Pass the texture type to the shader depth blt function.
Henri Verbeet [Mon, 27 Oct 2008 17:31:31 +0000 (18:31 +0100)]
wined3d: Move depth_blt to surface.c.
Huw Davies [Mon, 27 Oct 2008 15:44:07 +0000 (15:44 +0000)]
ole32: Implement IEnum*_Next marshallers.
Huw Davies [Mon, 27 Oct 2008 15:25:24 +0000 (15:25 +0000)]
ole32: Try to load the '\1Ole' stream and create it if it doesn't exist.
Huw Davies [Mon, 27 Oct 2008 15:19:16 +0000 (15:19 +0000)]
ole32: Create the '\1Ole' stream.
Dmitry Timoshkov [Mon, 27 Oct 2008 14:00:26 +0000 (22:00 +0800)]
gdi32: Move DC mapping APIs to the 'dc' debug channel.
Nicolas Le Cam [Mon, 27 Oct 2008 13:16:33 +0000 (14:16 +0100)]
msi/tests: Fix a failing test on all platforms up to and including win2k.
Dmitry Timoshkov [Mon, 27 Oct 2008 11:14:28 +0000 (19:14 +0800)]
kernel32: Don't ignore extended keys.
Dmitry Timoshkov [Mon, 27 Oct 2008 11:14:05 +0000 (19:14 +0800)]
wineconsole: Don't ignore extended keys.
Detlef Riekenberg [Sun, 26 Oct 2008 22:08:50 +0000 (23:08 +0100)]
user32/tests: Avoid crash on win9x.
Reece Dunn [Mon, 27 Oct 2008 09:04:48 +0000 (09:04 +0000)]
uxtheme: Fixed the todo blocks in the IsThemed tests when theming is inactive.
Reece Dunn [Fri, 24 Oct 2008 19:14:43 +0000 (20:14 +0100)]
winecfg: Renamed 'Shell Folder' to 'Folder'.
Reece Dunn [Fri, 24 Oct 2008 19:11:14 +0000 (20:11 +0100)]
winecfg: Add ellipsis ('...') to buttons that launch other dialogs.
Alexandre Julliard [Mon, 27 Oct 2008 12:19:30 +0000 (13:19 +0100)]
ntdll: Make sure the last relocation contains some data.
Vincent Povirk [Tue, 21 Oct 2008 21:07:47 +0000 (16:07 -0500)]
shell32: Try to guess the working directory in the run dialog.
Dmitry Timoshkov [Mon, 27 Oct 2008 10:23:02 +0000 (18:23 +0800)]
user32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes match PSDK.
Dmitry Timoshkov [Mon, 27 Oct 2008 10:22:43 +0000 (18:22 +0800)]
winex11.drv: Print the characters returned by ToUnicode.
Austin English [Fri, 24 Oct 2008 09:55:56 +0000 (04:55 -0500)]
ole32: Implement IEnumFORMATETC_Next_Proxy and IEnumFORMATETC_Next_Stub.
Francois Gouget [Sun, 26 Oct 2008 22:39:27 +0000 (23:39 +0100)]
wined3d: Fix the WineDirect3DCreate() export.
James Hawkins [Mon, 27 Oct 2008 06:52:49 +0000 (01:52 -0500)]
msi: Skip the leading period of the extension to be registered.
James Hawkins [Mon, 27 Oct 2008 06:26:12 +0000 (01:26 -0500)]
msi: Convert command line property names to uppercase.
James Hawkins [Mon, 27 Oct 2008 05:56:04 +0000 (00:56 -0500)]
msi: Use the long file name in the WriteIniValues action.
James Hawkins [Mon, 27 Oct 2008 05:55:39 +0000 (00:55 -0500)]
msi: Set the source path tests to "interactive" to avoid timing out on some machines.
Dylan Smith [Mon, 27 Oct 2008 03:38:15 +0000 (23:38 -0400)]
richedit: Fixed initial word wrap setting when emulating 1.0.
Dylan Smith [Mon, 27 Oct 2008 03:38:07 +0000 (23:38 -0400)]
richedit: Added riched32 tests for word wrap.
Roderick Colenbrander [Sat, 25 Oct 2008 19:53:38 +0000 (19:53 +0000)]
opengl32: Mark some opengl3 tests as wine_todo.
Roderick Colenbrander [Sat, 25 Oct 2008 20:36:52 +0000 (20:36 +0000)]
Opengl32: Add defines for WGL_/GLX_ARB_create_context.
Roderick Colenbrander [Sat, 25 Oct 2008 21:36:32 +0000 (21:36 +0000)]
winex11: Move all delayed GLX context creation code to create_glxcontext in order to prepare for WGL_ARB_create_context.
Clinton Stimpson [Sat, 25 Oct 2008 16:04:52 +0000 (10:04 -0600)]
comctl32: Fix getting of min size of monthcal when changing font.
Hervé Chanal [Fri, 24 Oct 2008 16:08:20 +0000 (18:08 +0200)]
shell32: A nicer icon for "folder".
Hervé Chanal [Fri, 24 Oct 2008 16:06:23 +0000 (18:06 +0200)]
shell32: A nicer icon for "Open folder".
Michael Stefaniuc [Sat, 25 Oct 2008 21:40:08 +0000 (23:40 +0200)]
cmdlgtst: HGDIOBJ is interchangeable with other handle types; no casts are needed.
Michael Stefaniuc [Sat, 25 Oct 2008 21:39:55 +0000 (23:39 +0200)]
taskmgr: HGDIOBJ is interchangeable with other handle types; no casts are needed.
Michael Stefaniuc [Sat, 25 Oct 2008 21:39:38 +0000 (23:39 +0200)]
gdi32/tests: HGDIOBJ is interchangeable with other handle types; no casts are needed.
Michael Stefaniuc [Sat, 25 Oct 2008 21:39:12 +0000 (23:39 +0200)]
user32: HGDIOBJ is interchangeable with other handle types; no casts are needed.
Michael Stefaniuc [Sat, 25 Oct 2008 21:38:37 +0000 (23:38 +0200)]
comctl32: HGDIOBJ is interchangeable with other handle types so don't cast.
Alexandre Julliard [Mon, 27 Oct 2008 10:29:32 +0000 (11:29 +0100)]
shdocvw/tests: Avoid sizeof in trace.
Alexandre Julliard [Mon, 27 Oct 2008 10:29:21 +0000 (11:29 +0100)]
jscript: Avoid a compiler warning.
Dmitry Timoshkov [Mon, 27 Oct 2008 07:59:53 +0000 (15:59 +0800)]
gdi32: Search the child font list first.
Vitaliy Margolen [Sun, 26 Oct 2008 18:01:28 +0000 (12:01 -0600)]
winmm: Support more joysticks.
Andrew Talbot [Sat, 25 Oct 2008 15:43:47 +0000 (16:43 +0100)]
odbc32: Sign-compare warnings fix.
Marcus Meissner [Sun, 26 Oct 2008 14:27:05 +0000 (15:27 +0100)]
programs: Fixed two RegEnumValue name lengths.
Marcus Meissner [Sat, 25 Oct 2008 10:10:10 +0000 (12:10 +0200)]
netapi32: Fixed buffer sizes to GetUserNameW and GetComputerNameW.
Eric Pouech [Sat, 25 Oct 2008 07:12:30 +0000 (09:12 +0200)]
winedbg: Add a kill command to kill the current process.
Michael Stefaniuc [Fri, 24 Oct 2008 22:12:00 +0000 (00:12 +0200)]
comctl32: Just use 0 instead of casting NULL twice to an integer type.
Michael Stefaniuc [Fri, 24 Oct 2008 22:11:47 +0000 (00:11 +0200)]
rsaenh: Use 0 instead of casting NULL to a handle of integer type.
Michael Stefaniuc [Fri, 24 Oct 2008 22:11:21 +0000 (00:11 +0200)]
advapi32/tests: Use 0 instead of casting NULL to a handle of integer type.
Juan Lang [Fri, 24 Oct 2008 22:33:23 +0000 (15:33 -0700)]
crypt32: Fix a failing test on Windows.
Juan Lang [Fri, 24 Oct 2008 21:37:02 +0000 (14:37 -0700)]
cryptui: Choose appropriate destination store for a cert.
Juan Lang [Fri, 24 Oct 2008 21:36:07 +0000 (14:36 -0700)]
cryptui: Test the import destination of a couple more certs.
Juan Lang [Fri, 24 Oct 2008 21:35:39 +0000 (14:35 -0700)]
cryptui: Support importing certificate contexts.
Juan Lang [Fri, 24 Oct 2008 21:35:14 +0000 (14:35 -0700)]
cryptui: Move cert creation to a helper function.
Juan Lang [Fri, 24 Oct 2008 21:34:52 +0000 (14:34 -0700)]
cryptui: Improve parameter checking.
Juan Lang [Fri, 24 Oct 2008 21:34:27 +0000 (14:34 -0700)]
cryptui: Add tests for CryptUIWizImport.
Juan Lang [Fri, 24 Oct 2008 20:44:00 +0000 (13:44 -0700)]
cryptui: Don't crash if pImportSrc is NULL.
Alexandre Julliard [Fri, 24 Oct 2008 15:55:14 +0000 (17:55 +0200)]
Release 1.1.7.
James Hawkins [Fri, 24 Oct 2008 12:15:01 +0000 (07:15 -0500)]
msi: Fix several test failures.
James Hawkins [Fri, 24 Oct 2008 12:14:52 +0000 (07:14 -0500)]
msi: Fix a failing test in win9x.
Detlef Riekenberg [Thu, 23 Oct 2008 21:05:37 +0000 (23:05 +0200)]
shdocvw/tests: Add tests for URLSubRegQueryA.
Detlef Riekenberg [Thu, 23 Oct 2008 21:05:01 +0000 (23:05 +0200)]
shdocvw: Implement URLSubRegQueryA.
Michael Stefaniuc [Thu, 23 Oct 2008 21:53:02 +0000 (23:53 +0200)]
ntdll: Don't cast void pointers to other pointer types.
Andrew Talbot [Thu, 23 Oct 2008 21:24:04 +0000 (22:24 +0100)]
ntdll: Sign-compare warnings fix.
Francois Gouget [Fri, 24 Oct 2008 09:24:58 +0000 (11:24 +0200)]
secur32: Check that the GnuTLS header is recent enough for schannel.
Francois Gouget [Fri, 24 Oct 2008 09:24:38 +0000 (11:24 +0200)]
comdlg32/tests: Remove unneeded casts.
Paul Vriens [Fri, 24 Oct 2008 09:49:18 +0000 (11:49 +0200)]
riched20/tests: Skip some tests on Win9x and WinMe.
Hans Leidekker [Fri, 24 Oct 2008 09:08:12 +0000 (11:08 +0200)]
wininet: Add an exception handler in HttpOpenRequestA to protect against invalid accept type pointers.
Juan Lang [Fri, 24 Oct 2008 00:20:35 +0000 (17:20 -0700)]
crypt32: Change expected behavior of a test to match Windows Vista/2008.
Juan Lang [Fri, 24 Oct 2008 00:14:13 +0000 (17:14 -0700)]
wintrust: Partially implement SoftpubLoadMessage for catalog files.
Juan Lang [Thu, 23 Oct 2008 20:46:20 +0000 (13:46 -0700)]
wintrust: Pass file handle and path to SOFTPUB_GetMessageFromFile.
Juan Lang [Thu, 23 Oct 2008 20:42:08 +0000 (13:42 -0700)]
wintrust: Separate loading a message from a WINTRUST_FILE_INFO into a helper function.
Juan Lang [Thu, 23 Oct 2008 20:40:34 +0000 (13:40 -0700)]
wintrust: Separate loading a message from a WINTRUST_CERT_INFO into a helper function.
Juan Lang [Fri, 24 Oct 2008 00:12:05 +0000 (17:12 -0700)]
crypt32: Fix a failing test on Windows, and remove TODO_ERROR since Wine's implemenation already matches.
Michael Stefaniuc [Thu, 23 Oct 2008 21:52:45 +0000 (23:52 +0200)]
comctl32: LockResource() returns a LPVOID so don't cast its return value.
Michael Stefaniuc [Thu, 23 Oct 2008 21:52:28 +0000 (23:52 +0200)]
comctl32: DPA_GetPtr() returns a LPVOID so don't cast its return value.
Michael Stefaniuc [Thu, 23 Oct 2008 21:52:10 +0000 (23:52 +0200)]
comctl32: Remove the superfluous casting of the LPVOID returned by Alloc().
Michael Stefaniuc [Thu, 23 Oct 2008 21:51:07 +0000 (23:51 +0200)]
gdi32: Don't cast the void pointer returned by GDI_GetObjPtr().
Stefan Leichter [Thu, 23 Oct 2008 21:33:27 +0000 (23:33 +0200)]
include: Fix prototype of SCardReleaseStartedEvent.
Reece Dunn [Thu, 23 Oct 2008 21:26:58 +0000 (22:26 +0100)]
include/mlang: Added a missing out attribute.
Jacek Caban [Thu, 23 Oct 2008 23:19:27 +0000 (16:19 -0700)]
urlmon: Added IsLoggingEnabled[AW] stub implementation.
Paul Vriens [Thu, 23 Oct 2008 19:41:11 +0000 (21:41 +0200)]
shlwapi/tests: Fix failures on multiple platforms.