wine
16 years agontdll/tests: Show that we are skipping tests.
Paul Vriens [Sun, 21 Sep 2008 18:21:58 +0000 (20:21 +0200)] 
ntdll/tests: Show that we are skipping tests.

16 years agontdll/tests: Show that we are skipping tests.
Paul Vriens [Sun, 21 Sep 2008 18:17:16 +0000 (20:17 +0200)] 
ntdll/tests: Show that we are skipping tests.

16 years agontdll/tests: Use skip and add a FreeLibrary.
Paul Vriens [Sun, 21 Sep 2008 18:11:40 +0000 (20:11 +0200)] 
ntdll/tests: Use skip and add a FreeLibrary.

16 years agouserenv/tests: Don't crash on NT4.
Paul Vriens [Sun, 21 Sep 2008 18:59:46 +0000 (20:59 +0200)] 
userenv/tests: Don't crash on NT4.

16 years agodsound/tests: Fix failure on Win9x and NT4.
Paul Vriens [Sun, 21 Sep 2008 16:59:34 +0000 (18:59 +0200)] 
dsound/tests: Fix failure on Win9x and NT4.

16 years agoddraw/tests: Fix a test on a Win98 box.
Paul Vriens [Sun, 21 Sep 2008 11:08:13 +0000 (13:08 +0200)] 
ddraw/tests: Fix a test on a Win98 box.

16 years agokernel32/tests: Add extra tests for SetCurrentDirectory.
Paul Vriens [Sun, 21 Sep 2008 10:41:36 +0000 (12:41 +0200)] 
kernel32/tests: Add extra tests for SetCurrentDirectory.

16 years agokernel32/tests: Make sure we can remove a test directory.
Paul Vriens [Sat, 20 Sep 2008 15:25:18 +0000 (17:25 +0200)] 
kernel32/tests: Make sure we can remove a test directory.

16 years agokernel32/tests: Fix tests on NT4.
Paul Vriens [Sat, 20 Sep 2008 14:49:32 +0000 (16:49 +0200)] 
kernel32/tests: Fix tests on NT4.

16 years agokernel32/tests: Skip some tests on win9x.
Paul Vriens [Sat, 20 Sep 2008 10:49:41 +0000 (12:49 +0200)] 
kernel32/tests: Skip some tests on win9x.

16 years agokernel32/tests: Use skip instead of trace.
Paul Vriens [Sat, 20 Sep 2008 09:55:16 +0000 (11:55 +0200)] 
kernel32/tests: Use skip instead of trace.

16 years agocomctl32/tests: Fix a couple of message test failures.
Alexandre Julliard [Mon, 22 Sep 2008 10:15:11 +0000 (12:15 +0200)] 
comctl32/tests: Fix a couple of message test failures.

16 years agouser32/tests: Fix some more message test failures.
Alexandre Julliard [Mon, 22 Sep 2008 10:14:56 +0000 (12:14 +0200)] 
user32/tests: Fix some more message test failures.

16 years agontdll/tests: Fix a few test failures on NT4.
Alexandre Julliard [Mon, 22 Sep 2008 10:14:37 +0000 (12:14 +0200)] 
ntdll/tests: Fix a few test failures on NT4.

16 years agojscript: Added Function default value implementation.
Jacek Caban [Sun, 21 Sep 2008 13:48:11 +0000 (15:48 +0200)] 
jscript: Added Function default value implementation.

16 years agojscript: Added Function.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:47:47 +0000 (15:47 +0200)] 
jscript: Added Function.toString implementation.

16 years agojscript: Don't call IDispatch as constructor.
Jacek Caban [Sun, 21 Sep 2008 13:47:05 +0000 (15:47 +0200)] 
jscript: Don't call IDispatch as constructor.

16 years agojscript: Added Math.ceil implementation.
Jacek Caban [Sun, 21 Sep 2008 13:46:45 +0000 (15:46 +0200)] 
jscript: Added Math.ceil implementation.

16 years agojscript: Added Math.pow implementation.
Jacek Caban [Sun, 21 Sep 2008 13:46:22 +0000 (15:46 +0200)] 
jscript: Added Math.pow implementation.

16 years agojscript: Added Math.max implementation.
Jacek Caban [Sun, 21 Sep 2008 13:46:04 +0000 (15:46 +0200)] 
jscript: Added Math.max implementation.

16 years agojscript: Added Math.abs implementation.
Jacek Caban [Sun, 21 Sep 2008 13:45:49 +0000 (15:45 +0200)] 
jscript: Added Math.abs implementation.

16 years agojscript: Added Math.round implementation.
Jacek Caban [Sun, 21 Sep 2008 13:45:25 +0000 (15:45 +0200)] 
jscript: Added Math.round implementation.

16 years agojscript: Added Math.min implementation.
Jacek Caban [Sun, 21 Sep 2008 13:45:00 +0000 (15:45 +0200)] 
jscript: Added Math.min implementation.

16 years agojscript: Added String function implementation.
Jacek Caban [Sun, 21 Sep 2008 13:44:29 +0000 (15:44 +0200)] 
jscript: Added String function implementation.

16 years agojscript: Added String.concat implementation.
Jacek Caban [Sun, 21 Sep 2008 13:44:13 +0000 (15:44 +0200)] 
jscript: Added String.concat implementation.

16 years agojscript: Added String default value implementation.
Jacek Caban [Sun, 21 Sep 2008 13:43:50 +0000 (15:43 +0200)] 
jscript: Added String default value implementation.

16 years agojscript: Added String constructor implementation.
Jacek Caban [Sun, 21 Sep 2008 13:43:32 +0000 (15:43 +0200)] 
jscript: Added String constructor implementation.

16 years agojscript: Remove no longer used jsdisp_set_prototype.
Jacek Caban [Sun, 21 Sep 2008 13:43:09 +0000 (15:43 +0200)] 
jscript: Remove no longer used jsdisp_set_prototype.

16 years agojscript: Added parseInt implementation.
Jacek Caban [Sun, 21 Sep 2008 13:42:48 +0000 (15:42 +0200)] 
jscript: Added parseInt implementation.

16 years agojscript: Added String.charCodeAt implementation.
Jacek Caban [Sun, 21 Sep 2008 13:42:23 +0000 (15:42 +0200)] 
jscript: Added String.charCodeAt implementation.

16 years agojscript: Added String.slice implementation.
Jacek Caban [Sun, 21 Sep 2008 13:42:05 +0000 (15:42 +0200)] 
jscript: Added String.slice implementation.

16 years agojscript: Added String.valueOf implementation.
Jacek Caban [Sun, 21 Sep 2008 13:41:42 +0000 (15:41 +0200)] 
jscript: Added String.valueOf implementation.

16 years agojscript: Added String.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:41:25 +0000 (15:41 +0200)] 
jscript: Added String.toString implementation.

16 years agojscript: Added String.substring implementation.
Jacek Caban [Sun, 21 Sep 2008 13:41:02 +0000 (15:41 +0200)] 
jscript: Added String.substring implementation.

16 years agojscript: Fixed typo in to_integer.
Jacek Caban [Sun, 21 Sep 2008 13:40:38 +0000 (15:40 +0200)] 
jscript: Fixed typo in to_integer.

16 years agojscript: Added Array default value implementation.
Jacek Caban [Sun, 21 Sep 2008 13:40:22 +0000 (15:40 +0200)] 
jscript: Added Array default value implementation.

16 years agojscript: for..in is not error if in expression is not an object.
Jacek Caban [Sun, 21 Sep 2008 13:40:04 +0000 (15:40 +0200)] 
jscript: for..in is not error if in expression is not an object.

16 years agojscript: Added Object default value implementation.
Jacek Caban [Sun, 21 Sep 2008 13:39:38 +0000 (15:39 +0200)] 
jscript: Added Object default value implementation.

16 years agojscript: Added Array.concat implementation.
Jacek Caban [Sun, 21 Sep 2008 13:39:18 +0000 (15:39 +0200)] 
jscript: Added Array.concat implementation.

16 years agojscript: Fixed array literal length calculation.
Jacek Caban [Sun, 21 Sep 2008 13:38:52 +0000 (15:38 +0200)] 
jscript: Fixed array literal length calculation.

16 years agojscript: Added Array.sort implementation.
Jacek Caban [Sun, 21 Sep 2008 13:38:28 +0000 (15:38 +0200)] 
jscript: Added Array.sort implementation.

16 years agojscript: Added Number function implementation.
Jacek Caban [Sun, 21 Sep 2008 13:37:57 +0000 (15:37 +0200)] 
jscript: Added Number function implementation.

16 years agojscript: Added Number.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:37:32 +0000 (15:37 +0200)] 
jscript: Added Number.toString implementation.

16 years agojscript: Added Number constructor implementation.
Jacek Caban [Sun, 21 Sep 2008 13:37:15 +0000 (15:37 +0200)] 
jscript: Added Number constructor implementation.

16 years agojscript: Added Array.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:36:46 +0000 (15:36 +0200)] 
jscript: Added Array.toString implementation.

16 years agojscript: Added Array.join implementation.
Jacek Caban [Sun, 21 Sep 2008 13:36:26 +0000 (15:36 +0200)] 
jscript: Added Array.join implementation.

16 years agojscript: Added Array.push implementation.
Jacek Caban [Sun, 21 Sep 2008 13:35:58 +0000 (15:35 +0200)] 
jscript: Added Array.push implementation.

16 years agojscript: Added string to number conversion implementation.
Jacek Caban [Sun, 21 Sep 2008 17:47:31 +0000 (19:47 +0200)] 
jscript: Added string to number conversion implementation.

16 years agomshtml: Implement IDispatch for IHTMLDOMChildrenCollection.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:03:28 +0000 (20:03 +1000)] 
mshtml: Implement IDispatch for IHTMLDOMChildrenCollection.

16 years agomshtml: Implement IDispatch for IHTMLElementCollection.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:01:04 +0000 (20:01 +1000)] 
mshtml: Implement IDispatch for IHTMLElementCollection.

16 years agomshtml: Implement IDispatch for IHTMLDOMNode.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:06:14 +0000 (20:06 +1000)] 
mshtml: Implement IDispatch for IHTMLDOMNode.

16 years agomshtml: Implement IDispatch for IHTMLDOMNode2.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:07:32 +0000 (20:07 +1000)] 
mshtml: Implement IDispatch for IHTMLDOMNode2.

16 years agomshtml: Fixed dynamic properties allocation.
Jacek Caban [Sun, 21 Sep 2008 15:26:01 +0000 (17:26 +0200)] 
mshtml: Fixed dynamic properties allocation.

16 years agocomctl32: Sign-compare warnings fix.
Andrew Talbot [Sat, 20 Sep 2008 21:29:32 +0000 (22:29 +0100)] 
comctl32: Sign-compare warnings fix.

16 years agocomdlg32: Sign-compare warnings fix.
Andrew Talbot [Sat, 20 Sep 2008 21:29:36 +0000 (22:29 +0100)] 
comdlg32: Sign-compare warnings fix.

16 years agokernel32/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sat, 20 Sep 2008 11:26:20 +0000 (13:26 +0200)] 
kernel32/tests: Fix compilation on systems that don't support nameless unions.

16 years agod3dxof: Rewrite check_TOKEN and parse_TOKEN_* to work properly and be more logical.
Christian Costa [Sat, 20 Sep 2008 10:34:00 +0000 (12:34 +0200)] 
d3dxof: Rewrite check_TOKEN and parse_TOKEN_* to work properly and be more logical.

16 years agocryptnet: Include stdarg.h.
Gerald Pfeifer [Wed, 17 Sep 2008 23:21:13 +0000 (01:21 +0200)] 
cryptnet: Include stdarg.h.

16 years agocryptui: Build import lib.
Juan Lang [Fri, 19 Sep 2008 23:59:03 +0000 (16:59 -0700)] 
cryptui: Build import lib.

16 years agocryptui: Implement CryptUIDlgViewCertificateA on top of CryptUIDlgViewCertificateW.
Juan Lang [Fri, 19 Sep 2008 23:58:03 +0000 (16:58 -0700)] 
cryptui: Implement CryptUIDlgViewCertificateA on top of CryptUIDlgViewCertificateW.

16 years agoconfigure: Always use -fno-builtin if supported, since it's needed for scanf too.
Alexandre Julliard [Mon, 22 Sep 2008 09:51:02 +0000 (11:51 +0200)] 
configure: Always use -fno-builtin if supported, since it's needed for scanf too.

16 years agorichedit: Removed space in front of function signature.
Dylan Smith [Fri, 19 Sep 2008 15:37:27 +0000 (11:37 -0400)] 
richedit: Removed space in front of function signature.

16 years agomsxml3/test: Add test for ISAXXMLReader_parse (passing XMLDOMDocument as argument).
Piotr Caban [Fri, 19 Sep 2008 14:01:24 +0000 (16:01 +0200)] 
msxml3/test: Add test for ISAXXMLReader_parse (passing XMLDOMDocument as argument).

16 years agomsxml3: Fix xmlnode_get_xml to work properly with XML_DOCUMENT_NODE.
Piotr Caban [Fri, 19 Sep 2008 14:01:14 +0000 (16:01 +0200)] 
msxml3: Fix xmlnode_get_xml to work properly with XML_DOCUMENT_NODE.

16 years agomsxml3: Change order of interface recognition and fix typo.
Piotr Caban [Fri, 19 Sep 2008 14:01:03 +0000 (16:01 +0200)] 
msxml3: Change order of interface recognition and fix typo.

16 years agoRelease 1.1.5. wine-1.1.5
Alexandre Julliard [Fri, 19 Sep 2008 16:05:36 +0000 (18:05 +0200)] 
Release 1.1.5.

16 years agooleview: Add Japanese resources.
Muneyuki Noguchi [Fri, 19 Sep 2008 10:26:47 +0000 (19:26 +0900)] 
oleview: Add Japanese resources.

16 years agontdll/tests: Fix a couple of tests failing on NT4.
Alexandre Julliard [Fri, 19 Sep 2008 12:03:47 +0000 (14:03 +0200)] 
ntdll/tests: Fix a couple of tests failing on NT4.

16 years agokernel32/tests: Fix a couple of tests failing on NT4.
Alexandre Julliard [Fri, 19 Sep 2008 12:03:40 +0000 (14:03 +0200)] 
kernel32/tests: Fix a couple of tests failing on NT4.

16 years agokernel32/tests: Fix race condition in the thread test.
Alexandre Julliard [Fri, 19 Sep 2008 10:21:45 +0000 (12:21 +0200)] 
kernel32/tests: Fix race condition in the thread test.

16 years agowined3d: Fix Geforce9 detection.
Allan Tong [Thu, 18 Sep 2008 23:18:23 +0000 (19:18 -0400)] 
wined3d: Fix Geforce9 detection.

16 years agodsound: Fix a failing test on XP.
Jeff Zaroyko [Fri, 19 Sep 2008 05:26:57 +0000 (15:26 +1000)] 
dsound: Fix a failing test on XP.

16 years agotools/wine.inf: Register cryptdlg.
Juan Lang [Thu, 18 Sep 2008 23:34:41 +0000 (16:34 -0700)] 
tools/wine.inf: Register cryptdlg.

16 years agoinclude: Add missing defines.
Juan Lang [Thu, 18 Sep 2008 19:40:28 +0000 (12:40 -0700)] 
include: Add missing defines.

16 years agoinclude: Fix typo.
Juan Lang [Thu, 18 Sep 2008 17:36:49 +0000 (10:36 -0700)] 
include: Fix typo.

16 years agowintrust: Add traces to a few more functions.
Juan Lang [Thu, 18 Sep 2008 16:14:54 +0000 (09:14 -0700)] 
wintrust: Add traces to a few more functions.

16 years agoshell32: Check CPL_NEWINQUIRE message in control panel applets if we can't retrieve...
Owen Rudge [Thu, 18 Sep 2008 23:13:58 +0000 (00:13 +0100)] 
shell32: Check CPL_NEWINQUIRE message in control panel applets if we can't retrieve valid strings/icon.

16 years agojscript: Added function constructor object.
Jacek Caban [Thu, 18 Sep 2008 22:46:26 +0000 (00:46 +0200)] 
jscript: Added function constructor object.

16 years agojscript: Added more to_string implementation.
Jacek Caban [Thu, 18 Sep 2008 22:46:05 +0000 (00:46 +0200)] 
jscript: Added more to_string implementation.

16 years agojscript: Minor fixes.
Jacek Caban [Thu, 18 Sep 2008 22:45:50 +0000 (00:45 +0200)] 
jscript: Minor fixes.

16 years agojscript: Added '>>>=' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:45:35 +0000 (00:45 +0200)] 
jscript: Added '>>>=' expression implementation.

16 years agojscript: Added '>>=' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:45:20 +0000 (00:45 +0200)] 
jscript: Added '>>=' expression implementation.

16 years agojscript: Added '<<=' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:45:05 +0000 (00:45 +0200)] 
jscript: Added '<<=' expression implementation.

16 years agojscript: Added '>>>' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:44:49 +0000 (00:44 +0200)] 
jscript: Added '>>>' expression implementation.

16 years agojscript: Added '>>' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:44:29 +0000 (00:44 +0200)] 
jscript: Added '>>' expression implementation.

16 years agojscript: Added '<<' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:44:11 +0000 (00:44 +0200)] 
jscript: Added '<<' expression implementation.

16 years agojscript: Added with statement implementation.
Jacek Caban [Thu, 18 Sep 2008 22:43:53 +0000 (00:43 +0200)] 
jscript: Added with statement implementation.

16 years agojscript: Added delete expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:43:37 +0000 (00:43 +0200)] 
jscript: Added delete expression implementation.

16 years agojscript: Added for..in statement implementation.
Jacek Caban [Thu, 18 Sep 2008 22:43:21 +0000 (00:43 +0200)] 
jscript: Added for..in statement implementation.

16 years agojscript: Added String.charAt implementation.
Jacek Caban [Thu, 18 Sep 2008 22:43:03 +0000 (00:43 +0200)] 
jscript: Added String.charAt implementation.

16 years agojscript: Added void expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:42:33 +0000 (00:42 +0200)] 
jscript: Added void expression implementation.

16 years agod3dxof: Fix IDirectXFileDataImpl_GetType.
Christian Costa [Thu, 18 Sep 2008 19:47:40 +0000 (21:47 +0200)] 
d3dxof: Fix IDirectXFileDataImpl_GetType.

16 years agogdi32/tests: Skip test that depends on Tahoma if it isn't installed.
Alexandre Julliard [Fri, 19 Sep 2008 10:07:32 +0000 (12:07 +0200)] 
gdi32/tests: Skip test that depends on Tahoma if it isn't installed.

16 years agouser32/tests: Fix a few more message test failures.
Alexandre Julliard [Fri, 19 Sep 2008 10:07:18 +0000 (12:07 +0200)] 
user32/tests: Fix a few more message test failures.

16 years agocrypt32/tests: Add a missing CryptMsgUpdate.
Paul Vriens [Thu, 18 Sep 2008 20:59:19 +0000 (22:59 +0200)] 
crypt32/tests: Add a missing CryptMsgUpdate.

16 years agodlls: Do not use __WINE_ALLOC_SIZE between void and *.
Detlef Riekenberg [Fri, 19 Sep 2008 03:35:49 +0000 (05:35 +0200)] 
dlls: Do not use __WINE_ALLOC_SIZE between void and *.

16 years agowinspool: Use the backend for AddMonitor.
Detlef Riekenberg [Thu, 18 Sep 2008 20:40:09 +0000 (22:40 +0200)] 
winspool: Use the backend for AddMonitor.

16 years agolocalspl: Implement AddMonitor.
Detlef Riekenberg [Thu, 18 Sep 2008 20:35:29 +0000 (22:35 +0200)] 
localspl: Implement AddMonitor.

16 years agoadvapi32: Remove outdated comment.
Detlef Riekenberg [Thu, 18 Sep 2008 16:52:43 +0000 (18:52 +0200)] 
advapi32: Remove outdated comment.

16 years agorichedit: Removed a redundant condition.
Dylan Smith [Thu, 18 Sep 2008 13:38:55 +0000 (09:38 -0400)] 
richedit: Removed a redundant condition.