wine
15 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.

15 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.

15 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.

15 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.

15 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.

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

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

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

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

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

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

15 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.

15 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.

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

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

15 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.

15 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.

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

15 years agogdi32/tests: Make the comparison of the enumerated and returned logfont structures...
Jeremy White [Sun, 12 Oct 2008 20:36:14 +0000 (15:36 -0500)] 
gdi32/tests: Make the comparison of the enumerated and returned logfont structures actually work.

15 years agogdi32: Expand maximum font count to 4096, warn when we go over that limit.
Jeremy White [Sun, 12 Oct 2008 19:18:14 +0000 (14:18 -0500)] 
gdi32: Expand maximum font count to 4096, warn when we go over that limit.

15 years agogdi32: Sign-compare warnings fix.
Andrew Talbot [Fri, 10 Oct 2008 19:00:41 +0000 (20:00 +0100)] 
gdi32: Sign-compare warnings fix.

15 years agoFixed RegEnumKey(Ex)W buffer sizes.
Marcus Meissner [Sun, 12 Oct 2008 17:50:20 +0000 (19:50 +0200)] 
Fixed RegEnumKey(Ex)W buffer sizes.

15 years agod3d9/tests: Fix test for old gfx-card.
Detlef Riekenberg [Sun, 12 Oct 2008 23:53:46 +0000 (01:53 +0200)] 
d3d9/tests: Fix test for old gfx-card.

15 years agod3d9/tests: Fix test on win9x.
Detlef Riekenberg [Sun, 12 Oct 2008 23:47:46 +0000 (01:47 +0200)] 
d3d9/tests: Fix test on win9x.

15 years agod3d8/tests: Fix test on win9x with broken driver.
Detlef Riekenberg [Sun, 12 Oct 2008 23:33:13 +0000 (01:33 +0200)] 
d3d8/tests: Fix test on win9x with broken driver.

15 years agocrypt32/tests: Fix some tests on win9x.
Detlef Riekenberg [Sun, 12 Oct 2008 23:18:58 +0000 (01:18 +0200)] 
crypt32/tests: Fix some tests on win9x.

15 years agocrypt32/tests: Fix a test on win9x.
Detlef Riekenberg [Sun, 12 Oct 2008 23:00:49 +0000 (01:00 +0200)] 
crypt32/tests: Fix a test on win9x.

15 years agomsvcrt: Implemented wcscat_s.
Eric Pouech [Sun, 12 Oct 2008 11:34:16 +0000 (13:34 +0200)] 
msvcrt: Implemented wcscat_s.

15 years agowordpad: Do not leak a handle on error path.
Andrey Turkin [Sun, 12 Oct 2008 11:09:45 +0000 (15:09 +0400)] 
wordpad: Do not leak a handle on error path.

15 years agowordpad: Use inches instead of cm in calculations.
Andrey Turkin [Sun, 12 Oct 2008 11:13:08 +0000 (15:13 +0400)] 
wordpad: Use inches instead of cm in calculations.

15 years agomsxml3: Use orphan node list.
Michael Karcher [Sat, 11 Oct 2008 21:59:25 +0000 (23:59 +0200)] 
msxml3: Use orphan node list.

15 years agomsxml3: Add an orphan node list to xmlDoc.
Michael Karcher [Sat, 11 Oct 2008 21:59:19 +0000 (23:59 +0200)] 
msxml3: Add an orphan node list to xmlDoc.

15 years agomsxml3: Use the _private element of xmlDoc as pointer.
Michael Karcher [Sat, 11 Oct 2008 21:59:12 +0000 (23:59 +0200)] 
msxml3: Use the _private element of xmlDoc as pointer.

15 years agomsxml3: Remove unneeded code.
Michael Karcher [Sat, 11 Oct 2008 21:59:05 +0000 (23:59 +0200)] 
msxml3: Remove unneeded code.

xmlNewDocFragment has already set xmlNode->doc, no need to do
that again.

15 years agomsxml3: Fix memory leaks in node.c.
Michael Karcher [Sat, 11 Oct 2008 21:58:59 +0000 (23:58 +0200)] 
msxml3: Fix memory leaks in node.c.

15 years agomsxml3/tests: Fix assorted memory leaks.
Michael Karcher [Sat, 11 Oct 2008 22:03:07 +0000 (00:03 +0200)] 
msxml3/tests: Fix assorted memory leaks.

15 years agomsxml3: Fix leaking the BindStatusCallback if bind_url fails.
Michael Karcher [Sat, 11 Oct 2008 21:58:43 +0000 (23:58 +0200)] 
msxml3: Fix leaking the BindStatusCallback if bind_url fails.

15 years agomsxml3: Fix leaks in callers of xmlChar_from_wchar.
Michael Karcher [Sat, 11 Oct 2008 21:58:35 +0000 (23:58 +0200)] 
msxml3: Fix leaks in callers of xmlChar_from_wchar.

15 years agomsxml3: Remove superflous re-conversion from wide chars to utf8.
Michael Karcher [Sat, 11 Oct 2008 21:58:27 +0000 (23:58 +0200)] 
msxml3: Remove superflous re-conversion from wide chars to utf8.

15 years agomsxml3: Use right COM invocation macro.
Michael Karcher [Sat, 11 Oct 2008 21:58:19 +0000 (23:58 +0200)] 
msxml3: Use right COM invocation macro.

15 years agomsxml3: IXMLDOMNode_put_nodeValue: Use variant coercion.
Michael Karcher [Sat, 11 Oct 2008 21:58:11 +0000 (23:58 +0200)] 
msxml3: IXMLDOMNode_put_nodeValue: Use variant coercion.

15 years agomsxml3: Correct handling of listLength == NULL in IXMLDOMNamedNodeMap::get_length.
Michael Karcher [Sat, 11 Oct 2008 21:58:02 +0000 (23:58 +0200)] 
msxml3: Correct handling of listLength == NULL in IXMLDOMNamedNodeMap::get_length.

15 years agomsxml3: Implementation of IXMLDOMNamedNodeMap::removeNamedItem.
Michael Karcher [Sat, 11 Oct 2008 21:57:48 +0000 (23:57 +0200)] 
msxml3: Implementation of IXMLDOMNamedNodeMap::removeNamedItem.

15 years agoshlwapi: Close registry handles when destroying IQueryAssociations.
Lei Zhang [Sat, 11 Oct 2008 06:34:23 +0000 (23:34 -0700)] 
shlwapi: Close registry handles when destroying IQueryAssociations.

15 years agoshlwapi: Handle ASSOCSTR_EXECUTABLE in IQueryAssociations_GetString.
Lei Zhang [Sat, 11 Oct 2008 06:34:04 +0000 (23:34 -0700)] 
shlwapi: Handle ASSOCSTR_EXECUTABLE in IQueryAssociations_GetString.

15 years agoshlwapi: Fix AssocQueryStringW parameter checking.
Lei Zhang [Sat, 11 Oct 2008 05:21:25 +0000 (22:21 -0700)] 
shlwapi: Fix AssocQueryStringW parameter checking.

15 years agoshlwapi: Add some tests for AssocQueryStringW.
Lei Zhang [Sat, 11 Oct 2008 05:20:51 +0000 (22:20 -0700)] 
shlwapi: Add some tests for AssocQueryStringW.

15 years agoriched20: Add spare area to ITextServicesImpl to work around broken apps.
Andrey Turkin [Thu, 9 Oct 2008 21:14:39 +0000 (01:14 +0400)] 
riched20: Add spare area to ITextServicesImpl to work around broken apps.

15 years agoshell32: Refine UNIXFS_path_to_pidl to return more detailed failures.
Aric Stewart [Fri, 10 Oct 2008 16:11:53 +0000 (11:11 -0500)] 
shell32: Refine UNIXFS_path_to_pidl to return more detailed failures.

15 years agorichedit: Added test for word wrapping behaviour.
Dylan Smith [Fri, 10 Oct 2008 20:37:19 +0000 (16:37 -0400)] 
richedit: Added test for word wrapping behaviour.

15 years agorichedit: Moved optional message loop in tests to its own function.
Dylan Smith [Fri, 10 Oct 2008 20:37:13 +0000 (16:37 -0400)] 
richedit: Moved optional message loop in tests to its own function.

15 years agorichedit: Added DestroyWindow call to clean up the end of a test.
Dylan Smith [Fri, 10 Oct 2008 20:37:03 +0000 (16:37 -0400)] 
richedit: Added DestroyWindow call to clean up the end of a test.

15 years agorichedit: Added EM_SETMARGINS to the list of unsupported messages.
Dylan Smith [Fri, 10 Oct 2008 20:36:54 +0000 (16:36 -0400)] 
richedit: Added EM_SETMARGINS to the list of unsupported messages.

15 years agoshlwapi: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:52:17 +0000 (17:52 +0900)] 
shlwapi: Convert Japanese resource to UTF-8.

15 years agowinmm: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 09:05:36 +0000 (18:05 +0900)] 
winmm: Convert Japanese resource to UTF-8.

15 years agowininet: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 09:02:22 +0000 (18:02 +0900)] 
wininet: Convert Japanese resource to UTF-8.

15 years agowineps.drv: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:59:48 +0000 (17:59 +0900)] 
wineps.drv: Convert Japanese resource to UTF-8.

15 years agouser32: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:56:45 +0000 (17:56 +0900)] 
user32: Convert Japanese resource to UTF-8.

15 years agoshell32: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:49:09 +0000 (17:49 +0900)] 
shell32: Convert Japanese resource to UTF-8.

15 years agosetupapi: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:46:15 +0000 (17:46 +0900)] 
setupapi: Convert Japanese resource to UTF-8.

15 years agoserialui: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:44:11 +0000 (17:44 +0900)] 
serialui: Convert Japanese resource to UTF-8.

15 years agooledlg: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:42:05 +0000 (17:42 +0900)] 
oledlg: Convert Japanese resource to UTF-8.

15 years agomsrle32: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:39:05 +0000 (17:39 +0900)] 
msrle32: Convert Japanese resource to UTF-8.

15 years agomshtml: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:33:31 +0000 (17:33 +0900)] 
mshtml: Convert Japanese resource to UTF-8.

15 years agomsacm32: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:31:08 +0000 (17:31 +0900)] 
msacm32: Convert Japanese resource to UTF-8.

15 years agompr: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:26:35 +0000 (17:26 +0900)] 
mpr: Convert Japanese resource to UTF-8.

15 years agocomdlg32: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:24:03 +0000 (17:24 +0900)] 
comdlg32: Convert Japanese resource to UTF-8.

15 years agocomctl32: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:18:28 +0000 (17:18 +0900)] 
comctl32: Convert Japanese resource to UTF-8.

15 years agoavifil32: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:15:28 +0000 (17:15 +0900)] 
avifil32: Convert Japanese resource to UTF-8.

15 years agoappwiz.cpl: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sun, 12 Oct 2008 08:12:43 +0000 (17:12 +0900)] 
appwiz.cpl: Convert Japanese resource to UTF-8.

15 years agowrite: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sat, 11 Oct 2008 14:51:41 +0000 (23:51 +0900)] 
write: Convert Japanese resource to UTF-8.

15 years agowordpad: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sat, 11 Oct 2008 14:49:33 +0000 (23:49 +0900)] 
wordpad: Convert Japanese resource to UTF-8.

15 years agowinhlp32: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sat, 11 Oct 2008 14:47:11 +0000 (23:47 +0900)] 
winhlp32: Convert Japanese resource to UTF-8.

15 years agowinemine: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sat, 11 Oct 2008 14:45:05 +0000 (23:45 +0900)] 
winemine: Convert Japanese resource to UTF-8.

15 years agowinefile: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sat, 11 Oct 2008 14:43:07 +0000 (23:43 +0900)] 
winefile: Convert Japanese resource to UTF-8.

15 years agowinecfg: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sat, 11 Oct 2008 14:39:28 +0000 (23:39 +0900)] 
winecfg: Convert Japanese resource to UTF-8.

15 years agowineboot: Convert Japanese resource to UTF-8.
Muneyuki Noguchi [Sat, 11 Oct 2008 14:36:37 +0000 (23:36 +0900)] 
wineboot: Convert Japanese resource to UTF-8.