wine
16 years agouser32: Update DrawText tests to cover behavior differences on win98.
Aric Stewart [Tue, 14 Oct 2008 12:29:28 +0000 (07:29 -0500)] 
user32: Update DrawText tests to cover behavior differences on win98.

16 years agoriched20: Remove superfluous backslashes at end of lines.
Michael Stefaniuc [Wed, 15 Oct 2008 21:17:08 +0000 (23:17 +0200)] 
riched20: Remove superfluous backslashes at end of lines.

16 years agoadvapi32/tests: Remove superfluous casts of void pointers to other pointer types.
Michael Stefaniuc [Wed, 15 Oct 2008 21:17:24 +0000 (23:17 +0200)] 
advapi32/tests: Remove superfluous casts of void pointers to other pointer types.

16 years agodinput: Remove superfluous backslashes at end of lines.
Michael Stefaniuc [Wed, 15 Oct 2008 21:16:48 +0000 (23:16 +0200)] 
dinput: Remove superfluous backslashes at end of lines.

16 years agoriched32: Remove superfluous backslashes at end of lines.
Michael Stefaniuc [Wed, 15 Oct 2008 21:17:17 +0000 (23:17 +0200)] 
riched32: Remove superfluous backslashes at end of lines.

16 years agomlang/tests: Remove superfluous backslashes at end of lines.
Michael Stefaniuc [Wed, 15 Oct 2008 21:17:01 +0000 (23:17 +0200)] 
mlang/tests: Remove superfluous backslashes at end of lines.

16 years agowininet: Remove duplicated header includes.
Michael Stefaniuc [Wed, 15 Oct 2008 21:16:41 +0000 (23:16 +0200)] 
wininet: Remove duplicated header includes.

16 years agoshdocvw/tests: Remove duplicated header include.
Michael Stefaniuc [Wed, 15 Oct 2008 21:16:26 +0000 (23:16 +0200)] 
shdocvw/tests: Remove duplicated header include.

16 years agomshtml: Initialize nswindow in create_doc_from_nsdoc.
Marcus Meissner [Thu, 16 Oct 2008 07:33:07 +0000 (09:33 +0200)] 
mshtml: Initialize nswindow in create_doc_from_nsdoc.

16 years agomsi: Append a backslash to the AppSearch registry path.
James Hawkins [Thu, 16 Oct 2008 06:08:59 +0000 (01:08 -0500)] 
msi: Append a backslash to the AppSearch registry path.

16 years agomsi: Append a backslash to the AppSearch directory path.
James Hawkins [Thu, 16 Oct 2008 06:08:45 +0000 (01:08 -0500)] 
msi: Append a backslash to the AppSearch directory path.

16 years agojscript: Added isFinite implementation.
Jacek Caban [Wed, 15 Oct 2008 23:50:06 +0000 (18:50 -0500)] 
jscript: Added isFinite implementation.

16 years agojscript: Added undefined to number conversion implementation.
Jacek Caban [Wed, 15 Oct 2008 23:49:59 +0000 (18:49 -0500)] 
jscript: Added undefined to number conversion implementation.

16 years agojscript: Added NaN value implementation.
Jacek Caban [Wed, 15 Oct 2008 23:49:51 +0000 (18:49 -0500)] 
jscript: Added NaN value implementation.

16 years agocrypt32: Fix a test failure on Win98.
Juan Lang [Wed, 15 Oct 2008 20:36:56 +0000 (13:36 -0700)] 
crypt32: Fix a test failure on Win98.

16 years agocrypt32: Fix tests on WinME.
Juan Lang [Wed, 15 Oct 2008 20:34:27 +0000 (13:34 -0700)] 
crypt32: Fix tests on WinME.

16 years agocrypt32: Fix remaining Win9x encoding test failures.
Juan Lang [Wed, 15 Oct 2008 20:24:44 +0000 (13:24 -0700)] 
crypt32: Fix remaining Win9x encoding test failures.

16 years agomshtml: Added support for conditional comments.
Jacek Caban [Wed, 15 Oct 2008 20:22:29 +0000 (15:22 -0500)] 
mshtml: Added support for conditional comments.

16 years agoincludes: Fix CryptCATAdminAddCatalog definition.
Maarten Lankhorst [Tue, 14 Oct 2008 17:56:17 +0000 (19:56 +0200)] 
includes: Fix CryptCATAdminAddCatalog definition.

16 years agokernel32: Added GetLogicalDriveStrings tests.
Jacek Caban [Wed, 15 Oct 2008 15:24:28 +0000 (10:24 -0500)] 
kernel32: Added GetLogicalDriveStrings tests.

16 years agokernel32: Return uppercase drive letter in GetLogicalDriveStrings.
Jacek Caban [Wed, 15 Oct 2008 15:24:13 +0000 (10:24 -0500)] 
kernel32: Return uppercase drive letter in GetLogicalDriveStrings.

16 years agokernel32: Add support for foreign process handles in GetProcessVersion.
Dmitry Timoshkov [Wed, 15 Oct 2008 14:44:54 +0000 (23:44 +0900)] 
kernel32: Add support for foreign process handles in GetProcessVersion.

16 years agomountmgr: Return the drive unique id in IOCTL_MOUNTMGR_QUERY_POINTS.
Alexandre Julliard [Wed, 15 Oct 2008 18:12:49 +0000 (20:12 +0200)] 
mountmgr: Return the drive unique id in IOCTL_MOUNTMGR_QUERY_POINTS.

16 years agomountmgr: Specify the drive type as a DWORD instead of a string.
Alexandre Julliard [Wed, 15 Oct 2008 18:12:27 +0000 (20:12 +0200)] 
mountmgr: Specify the drive type as a DWORD instead of a string.

16 years agowinex11: Remove acute/apostrophe from German keyboard layout tables.
Tobias Jakobi [Thu, 9 Oct 2008 18:10:01 +0000 (20:10 +0200)] 
winex11: Remove acute/apostrophe from German keyboard layout tables.

16 years agowinex11: Set copy mode when rendering OpenGL picture.
Ivan Sinitsin [Tue, 30 Sep 2008 07:02:54 +0000 (11:02 +0400)] 
winex11: Set copy mode when rendering OpenGL picture.

16 years agojscript: Fix shift/reduce conflict in IfStatement rule.
Rob Shearman [Wed, 15 Oct 2008 13:10:07 +0000 (14:10 +0100)] 
jscript: Fix shift/reduce conflict in IfStatement rule.

The famous "dangling else" problem.

16 years agouser32: Make sure our vertical line count is at least 1 even if there is an oversized...
Aric Stewart [Wed, 15 Oct 2008 12:30:22 +0000 (07:30 -0500)] 
user32: Make sure our vertical line count is at least 1 even if there is an oversized font in the edit control.

16 years agowordpad: Corrected Dutch translations.
Frans Kool [Wed, 15 Oct 2008 13:45:57 +0000 (15:45 +0200)] 
wordpad: Corrected Dutch translations.

16 years agorsaenh: Add a value to the empty braces in the initialiser for aOIDDescriptor in...
Rob Shearman [Wed, 15 Oct 2008 13:12:27 +0000 (14:12 +0100)] 
rsaenh: Add a value to the empty braces in the initialiser for aOIDDescriptor in build_hash_signature.

An empty initialiser isn't supported on some compilers like MSVC.

16 years agowrite: Close the thread and process handles returned by CreateProcessW.
Rob Shearman [Mon, 13 Oct 2008 22:37:04 +0000 (23:37 +0100)] 
write: Close the thread and process handles returned by CreateProcessW.

16 years agocomdlg32: Avoid possible NULL pointer dereference (Coverity).
Kai Blin [Tue, 14 Oct 2008 10:56:16 +0000 (12:56 +0200)] 
comdlg32: Avoid possible NULL pointer dereference (Coverity).

16 years agojscript: Check for This->ctx and This->site earlier (Coverity).
Marcus Meissner [Tue, 14 Oct 2008 07:59:33 +0000 (09:59 +0200)] 
jscript: Check for This->ctx and This->site earlier (Coverity).

16 years agorsaenh: Make some functions used in only one file static.
Rob Shearman [Wed, 15 Oct 2008 13:13:26 +0000 (14:13 +0100)] 
rsaenh: Make some functions used in only one file static.

16 years agoshell32: Fix the position where WINAPI is specified in the LPFNOFN typedef.
Rob Shearman [Wed, 15 Oct 2008 13:12:20 +0000 (14:12 +0100)] 
shell32: Fix the position where WINAPI is specified in the LPFNOFN typedef.

16 years agowined3d: Simplify texture target handling in surface_blt_to_drawable().
Henri Verbeet [Wed, 15 Oct 2008 11:35:32 +0000 (13:35 +0200)] 
wined3d: Simplify texture target handling in surface_blt_to_drawable().

16 years agowined3d: We only need to enable texturing for a target if we're going to draw with...
Henri Verbeet [Wed, 15 Oct 2008 11:35:31 +0000 (13:35 +0200)] 
wined3d: We only need to enable texturing for a target if we're going to draw with it (without a shader).

Also, these enables cause problems if they're done while the context
is setup for blitting.

16 years agowined3d: Cleanup properly if creating the context array fails in CreateAdditionalSwap...
Henri Verbeet [Wed, 15 Oct 2008 11:35:31 +0000 (13:35 +0200)] 
wined3d: Cleanup properly if creating the context array fails in CreateAdditionalSwapChain().

16 years agowined3d: Don't crash in CreateAdditionalSwapChain() if the context array wasn't alloc...
Henri Verbeet [Wed, 15 Oct 2008 11:35:31 +0000 (13:35 +0200)] 
wined3d: Don't crash in CreateAdditionalSwapChain() if the context array wasn't allocated yet.

16 years agooleacc: Implemented GetRoleText[A/W] with tests.
Nikolay Sivov [Tue, 14 Oct 2008 18:18:08 +0000 (22:18 +0400)] 
oleacc: Implemented GetRoleText[A/W] with tests.

16 years agomsvcmaker: The Visual Studio project conversion tool requires a configuration type.
Reece Dunn [Wed, 15 Oct 2008 07:19:00 +0000 (08:19 +0100)] 
msvcmaker: The Visual Studio project conversion tool requires a configuration type.

16 years agowininet: Quiet a noisy fixme.
Austin English [Wed, 15 Oct 2008 04:44:53 +0000 (23:44 -0500)] 
wininet: Quiet a noisy fixme.

16 years agoadvapi32: Quiet a noisy fixme.
Austin English [Wed, 15 Oct 2008 03:43:23 +0000 (22:43 -0500)] 
advapi32: Quiet a noisy fixme.

16 years agouser32: Send messages for edit control context menu operations.
Lei Zhang [Wed, 15 Oct 2008 00:56:52 +0000 (17:56 -0700)] 
user32: Send messages for edit control context menu operations.

16 years agoshlwapi: Properly handle pszExtra in IQueryAssociations_GetString.
Lei Zhang [Tue, 14 Oct 2008 22:06:45 +0000 (15:06 -0700)] 
shlwapi: Properly handle pszExtra in IQueryAssociations_GetString.

16 years agomsxml3: Initialize xmldoc->_private in IPersistStream::Load for IXMLDOMDocument.
Michael Karcher [Tue, 14 Oct 2008 21:51:51 +0000 (23:51 +0200)] 
msxml3: Initialize xmldoc->_private in IPersistStream::Load for IXMLDOMDocument.

16 years agokernel32: Sign-compare warnings fix.
Andrew Talbot [Tue, 14 Oct 2008 21:30:39 +0000 (22:30 +0100)] 
kernel32: Sign-compare warnings fix.

16 years agojscript: Added isNaN implementation.
Jacek Caban [Tue, 14 Oct 2008 21:07:01 +0000 (16:07 -0500)] 
jscript: Added isNaN implementation.

16 years agolibport: Added isnan.
Jacek Caban [Tue, 14 Oct 2008 21:06:49 +0000 (16:06 -0500)] 
libport: Added isnan.

16 years agowordpad: Do not try to close uninitialized handles.
Andrey Turkin [Tue, 14 Oct 2008 20:24:41 +0000 (00:24 +0400)] 
wordpad: Do not try to close uninitialized handles.

16 years agoshlwapi: Remove break after return (Smatch).
Michael Stefaniuc [Tue, 14 Oct 2008 14:32:33 +0000 (16:32 +0200)] 
shlwapi: Remove break after return (Smatch).

16 years agodocumentation: Add Japanese translation.
Muneyuki Noguchi [Tue, 14 Oct 2008 14:05:07 +0000 (23:05 +0900)] 
documentation: Add Japanese translation.

16 years agocomctl32/tests: Fix tests to not depend on 96 dpi, make it pass in Wine.
Detlef Riekenberg [Mon, 13 Oct 2008 23:17:43 +0000 (01:17 +0200)] 
comctl32/tests: Fix tests to not depend on 96 dpi, make it pass in Wine.

16 years agoshlwapi: Implement SHSendMessageBroadcastA/W.
Detlef Riekenberg [Mon, 13 Oct 2008 15:17:04 +0000 (17:17 +0200)] 
shlwapi: Implement SHSendMessageBroadcastA/W.

16 years agoshlwapi: Handle ASSOCSTR_FRIENDLYAPPNAME in IQueryAssociations_GetString.
Lei Zhang [Tue, 14 Oct 2008 01:15:54 +0000 (18:15 -0700)] 
shlwapi: Handle ASSOCSTR_FRIENDLYAPPNAME in IQueryAssociations_GetString.

16 years agoshlwapi: Refactor data return code in IQueryAssociations_fnGetString.
Lei Zhang [Tue, 14 Oct 2008 01:09:28 +0000 (18:09 -0700)] 
shlwapi: Refactor data return code in IQueryAssociations_fnGetString.

16 years agoshlwapi: Refactor get executable code in IQueryAssociations_fnGetString.
Lei Zhang [Tue, 14 Oct 2008 01:07:15 +0000 (18:07 -0700)] 
shlwapi: Refactor get executable code in IQueryAssociations_fnGetString.

16 years agouser32: DrawText handling of 0 counts with string, empty strings and -1 counts with...
Aric Stewart [Mon, 13 Oct 2008 15:51:52 +0000 (10:51 -0500)] 
user32: DrawText handling of 0 counts with string, empty strings and -1 counts with empty string and NULL strings.

16 years agouser32: In DrawTextW/A make sure to properly initialize the cbSize of DRAWTEXTPARAMS.
Aric Stewart [Mon, 13 Oct 2008 13:30:55 +0000 (08:30 -0500)] 
user32: In DrawTextW/A make sure to properly initialize the cbSize of DRAWTEXTPARAMS.

16 years agorpcrt4: Add tests for UuidCreate.
Juan Lang [Mon, 13 Oct 2008 20:06:12 +0000 (13:06 -0700)] 
rpcrt4: Add tests for UuidCreate.

16 years agoruntest: Fixed regression that prevented using just the -h option.
Dylan Smith [Mon, 13 Oct 2008 23:59:25 +0000 (19:59 -0400)] 
runtest: Fixed regression that prevented using just the -h option.

16 years agoshell32: Print the correct GUIDs in the shellpath tests.
Reece Dunn [Sun, 28 Sep 2008 19:31:04 +0000 (20:31 +0100)] 
shell32: Print the correct GUIDs in the shellpath tests.

16 years agowinmm: Use skip() instead of trace() when skipping tests.
Kai Blin [Tue, 14 Oct 2008 08:13:39 +0000 (10:13 +0200)] 
winmm: Use skip() instead of trace() when skipping tests.

16 years agocomdlg32: Add a basic test for IShellView2_CreateViewWindow2.
Henri Verbeet [Tue, 14 Oct 2008 07:45:41 +0000 (09:45 +0200)] 
comdlg32: Add a basic test for IShellView2_CreateViewWindow2.

16 years agoshell32: Add a FIXME for unimplemented view modes.
Henri Verbeet [Tue, 14 Oct 2008 07:01:08 +0000 (09:01 +0200)] 
shell32: Add a FIXME for unimplemented view modes.

16 years agoshell32: Implement IShellView2_CreateViewWindow2.
Henri Verbeet [Tue, 14 Oct 2008 07:01:08 +0000 (09:01 +0200)] 
shell32: Implement IShellView2_CreateViewWindow2.

16 years agoshell32: Add VIDs.
Henri Verbeet [Tue, 14 Oct 2008 07:01:08 +0000 (09:01 +0200)] 
shell32: Add VIDs.

16 years agoshell32: Add IShellView32 stubs.
Henri Verbeet [Tue, 14 Oct 2008 07:01:08 +0000 (09:01 +0200)] 
shell32: Add IShellView32 stubs.

16 years agoshell32: Add the IShellView2 interface.
Henri Verbeet [Tue, 14 Oct 2008 07:01:08 +0000 (09:01 +0200)] 
shell32: Add the IShellView2 interface.

16 years agoversion: Prevent infinite looping in VersionInfo32_FindChild.
Lei Zhang [Mon, 13 Oct 2008 21:29:32 +0000 (14:29 -0700)] 
version: Prevent infinite looping in VersionInfo32_FindChild.

16 years agooleview: RegEnumKey gets always sizes, not -1.
Marcus Meissner [Tue, 14 Oct 2008 06:34:57 +0000 (08:34 +0200)] 
oleview: RegEnumKey gets always sizes, not -1.

16 years agogdi32/tests: Fix tests to not depend on 96 dpi.
Detlef Riekenberg [Mon, 13 Oct 2008 23:01:51 +0000 (01:01 +0200)] 
gdi32/tests: Fix tests to not depend on 96 dpi.

16 years agowordpad: Added option to disable word wrap.
Dylan Smith [Mon, 13 Oct 2008 22:48:41 +0000 (18:48 -0400)] 
wordpad: Added option to disable word wrap.

16 years agownaspi32: Protect the inclusion of dirent.h in aspi.c.
Rob Shearman [Mon, 13 Oct 2008 22:37:25 +0000 (23:37 +0100)] 
wnaspi32: Protect the inclusion of dirent.h in aspi.c.

This allows the file to be compiled on platforms that don't have the
header file, such as MSVC.

16 years agorpcrt4: The type referred to by the wire_marshal attribute in server.idl must be...
Rob Shearman [Mon, 13 Oct 2008 22:36:17 +0000 (23:36 +0100)] 
rpcrt4: The type referred to by the wire_marshal attribute in server.idl must be a pointer.

Therefore, declare the structure as user_bstr_t and make wire_bstr_t
be a typedef to a pointer of this type.

16 years agojscript: Fix shift/reduce conflict caused by ArrayLiteral.
Rob Shearman [Mon, 13 Oct 2008 22:35:34 +0000 (23:35 +0100)] 
jscript: Fix shift/reduce conflict caused by ArrayLiteral.

16 years agojscript: Added Date.getTime() implementation.
Jacek Caban [Mon, 13 Oct 2008 21:28:09 +0000 (16:28 -0500)] 
jscript: Added Date.getTime() implementation.

16 years agojscript: Added Date constructor implementation.
Jacek Caban [Mon, 13 Oct 2008 21:28:00 +0000 (16:28 -0500)] 
jscript: Added Date constructor implementation.

16 years agocrypt32: Fix more test failures on Win9x.
Juan Lang [Mon, 13 Oct 2008 21:00:30 +0000 (14:00 -0700)] 
crypt32: Fix more test failures on Win9x.

16 years agoopengl32/tests: Don't call wglGetProcAddress at the start of the test.
Roderick Colenbrander [Mon, 13 Oct 2008 19:10:23 +0000 (21:10 +0200)] 
opengl32/tests: Don't call wglGetProcAddress at the start of the test.

16 years agoitss: Sign-compare warnings fix.
Andrew Talbot [Mon, 13 Oct 2008 19:56:13 +0000 (20:56 +0100)] 
itss: Sign-compare warnings fix.

16 years agoimm32: Sign-compare warnings fix.
Andrew Talbot [Mon, 13 Oct 2008 19:56:09 +0000 (20:56 +0100)] 
imm32: Sign-compare warnings fix.

16 years agomshtml: Added IOmNavigator::get_appVersion implementation.
Jacek Caban [Mon, 13 Oct 2008 19:51:42 +0000 (14:51 -0500)] 
mshtml: Added IOmNavigator::get_appVersion implementation.

16 years agomshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_left implementation.
Jacek Caban [Mon, 13 Oct 2008 19:51:27 +0000 (14:51 -0500)] 
mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_left implementation.

16 years agomshtml: Added IHTMLStyle::put_top(VT_NULL) implementation.
Jacek Caban [Mon, 13 Oct 2008 19:51:18 +0000 (14:51 -0500)] 
mshtml: Added IHTMLStyle::put_top(VT_NULL) implementation.

16 years agomshtml: Don't fail in IHTMLDOMNode::appendChild if AppendChild failed.
Jacek Caban [Mon, 13 Oct 2008 19:51:04 +0000 (14:51 -0500)] 
mshtml: Don't fail in IHTMLDOMNode::appendChild if AppendChild failed.

16 years agomshtml: Added IHTMLDOMNode::insertBefore implementation.
Jacek Caban [Mon, 13 Oct 2008 19:50:52 +0000 (14:50 -0500)] 
mshtml: Added IHTMLDOMNode::insertBefore implementation.

16 years agomshtml: Added IHTMImgElement::get_src implementation.
Jacek Caban [Mon, 13 Oct 2008 19:50:37 +0000 (14:50 -0500)] 
mshtml: Added IHTMImgElement::get_src implementation.

16 years agomshtml: Added IHTMLElement::put_innerText implementation.
Jacek Caban [Mon, 13 Oct 2008 19:50:27 +0000 (14:50 -0500)] 
mshtml: Added IHTMLElement::put_innerText implementation.

16 years agomshtml: Fixed increasing buffer size logic in text range implementation.
Jacek Caban [Mon, 13 Oct 2008 19:50:13 +0000 (14:50 -0500)] 
mshtml: Fixed increasing buffer size logic in text range implementation.

16 years agomshtml: Added IHTMLElement::get_innerText implementation.
Jacek Caban [Mon, 13 Oct 2008 19:49:58 +0000 (14:49 -0500)] 
mshtml: Added IHTMLElement::get_innerText implementation.

16 years agomshtml: Added IHTMLDocument4::focus implementation.
Jacek Caban [Mon, 13 Oct 2008 19:49:37 +0000 (14:49 -0500)] 
mshtml: Added IHTMLDocument4::focus implementation.

16 years agorichedit: Fixed centering and right align with word wrap disabled.
Dylan Smith [Fri, 10 Oct 2008 21:50:44 +0000 (17:50 -0400)] 
richedit: Fixed centering and right align with word wrap disabled.

16 years agorichedit: Account for selection bar in calculating available width.
Dylan Smith [Fri, 10 Oct 2008 21:50:40 +0000 (17:50 -0400)] 
richedit: Account for selection bar in calculating available width.

16 years agomsi: Fix the returned format of REG_BINARY data.
James Hawkins [Mon, 13 Oct 2008 08:57:43 +0000 (03:57 -0500)] 
msi: Fix the returned format of REG_BINARY data.

16 years agomsi: Expand REG_EXPAND_SZ registry values in the RegLocator table.
James Hawkins [Mon, 13 Oct 2008 08:57:40 +0000 (03:57 -0500)] 
msi: Expand REG_EXPAND_SZ registry values in the RegLocator table.

16 years agomsi: Append the file signature to the component's directory when searching for the...
James Hawkins [Mon, 13 Oct 2008 08:57:36 +0000 (03:57 -0500)] 
msi: Append the file signature to the component's directory when searching for the component's key path.

16 years agomsi: Add tests for the DrLocator part of the AppSearch action.
James Hawkins [Mon, 13 Oct 2008 08:57:29 +0000 (03:57 -0500)] 
msi: Add tests for the DrLocator part of the AppSearch action.

16 years agomsi: Add tests for the RegLocator part of the AppSearch action.
James Hawkins [Mon, 13 Oct 2008 08:57:26 +0000 (03:57 -0500)] 
msi: Add tests for the RegLocator part of the AppSearch action.

16 years agomsi: Add tests for the IniLocator part of the AppSearch action.
James Hawkins [Mon, 13 Oct 2008 08:57:22 +0000 (03:57 -0500)] 
msi: Add tests for the IniLocator part of the AppSearch action.