Jacek Caban [Sun, 21 Sep 2008 13:41:42 +0000 (15:41 +0200)]
jscript: Added String.valueOf implementation.
Jacek Caban [Sun, 21 Sep 2008 13:41:25 +0000 (15:41 +0200)]
jscript: Added String.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:41:02 +0000 (15:41 +0200)]
jscript: Added String.substring implementation.
Jacek Caban [Sun, 21 Sep 2008 13:40:38 +0000 (15:40 +0200)]
jscript: Fixed typo in to_integer.
Jacek Caban [Sun, 21 Sep 2008 13:40:22 +0000 (15:40 +0200)]
jscript: Added Array default value implementation.
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.
Jacek Caban [Sun, 21 Sep 2008 13:39:38 +0000 (15:39 +0200)]
jscript: Added Object default value implementation.
Jacek Caban [Sun, 21 Sep 2008 13:39:18 +0000 (15:39 +0200)]
jscript: Added Array.concat implementation.
Jacek Caban [Sun, 21 Sep 2008 13:38:52 +0000 (15:38 +0200)]
jscript: Fixed array literal length calculation.
Jacek Caban [Sun, 21 Sep 2008 13:38:28 +0000 (15:38 +0200)]
jscript: Added Array.sort implementation.
Jacek Caban [Sun, 21 Sep 2008 13:37:57 +0000 (15:37 +0200)]
jscript: Added Number function implementation.
Jacek Caban [Sun, 21 Sep 2008 13:37:32 +0000 (15:37 +0200)]
jscript: Added Number.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:37:15 +0000 (15:37 +0200)]
jscript: Added Number constructor implementation.
Jacek Caban [Sun, 21 Sep 2008 13:36:46 +0000 (15:36 +0200)]
jscript: Added Array.toString implementation.
Jacek Caban [Sun, 21 Sep 2008 13:36:26 +0000 (15:36 +0200)]
jscript: Added Array.join implementation.
Jacek Caban [Sun, 21 Sep 2008 13:35:58 +0000 (15:35 +0200)]
jscript: Added Array.push implementation.
Jacek Caban [Sun, 21 Sep 2008 17:47:31 +0000 (19:47 +0200)]
jscript: Added string to number conversion implementation.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:03:28 +0000 (20:03 +1000)]
mshtml: Implement IDispatch for IHTMLDOMChildrenCollection.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:01:04 +0000 (20:01 +1000)]
mshtml: Implement IDispatch for IHTMLElementCollection.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:06:14 +0000 (20:06 +1000)]
mshtml: Implement IDispatch for IHTMLDOMNode.
Alistair Leslie-Hughes [Sat, 20 Sep 2008 10:07:32 +0000 (20:07 +1000)]
mshtml: Implement IDispatch for IHTMLDOMNode2.
Jacek Caban [Sun, 21 Sep 2008 15:26:01 +0000 (17:26 +0200)]
mshtml: Fixed dynamic properties allocation.
Andrew Talbot [Sat, 20 Sep 2008 21:29:32 +0000 (22:29 +0100)]
comctl32: Sign-compare warnings fix.
Andrew Talbot [Sat, 20 Sep 2008 21:29:36 +0000 (22:29 +0100)]
comdlg32: Sign-compare warnings fix.
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.
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.
Gerald Pfeifer [Wed, 17 Sep 2008 23:21:13 +0000 (01:21 +0200)]
cryptnet: Include stdarg.h.
Juan Lang [Fri, 19 Sep 2008 23:59:03 +0000 (16:59 -0700)]
cryptui: Build import lib.
Juan Lang [Fri, 19 Sep 2008 23:58:03 +0000 (16:58 -0700)]
cryptui: Implement CryptUIDlgViewCertificateA on top of CryptUIDlgViewCertificateW.
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.
Dylan Smith [Fri, 19 Sep 2008 15:37:27 +0000 (11:37 -0400)]
richedit: Removed space in front of function signature.
Piotr Caban [Fri, 19 Sep 2008 14:01:24 +0000 (16:01 +0200)]
msxml3/test: Add test for ISAXXMLReader_parse (passing XMLDOMDocument as argument).
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.
Piotr Caban [Fri, 19 Sep 2008 14:01:03 +0000 (16:01 +0200)]
msxml3: Change order of interface recognition and fix typo.
Alexandre Julliard [Fri, 19 Sep 2008 16:05:36 +0000 (18:05 +0200)]
Release 1.1.5.
Muneyuki Noguchi [Fri, 19 Sep 2008 10:26:47 +0000 (19:26 +0900)]
oleview: Add Japanese resources.
Alexandre Julliard [Fri, 19 Sep 2008 12:03:47 +0000 (14:03 +0200)]
ntdll/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.
Alexandre Julliard [Fri, 19 Sep 2008 10:21:45 +0000 (12:21 +0200)]
kernel32/tests: Fix race condition in the thread test.
Allan Tong [Thu, 18 Sep 2008 23:18:23 +0000 (19:18 -0400)]
wined3d: Fix Geforce9 detection.
Jeff Zaroyko [Fri, 19 Sep 2008 05:26:57 +0000 (15:26 +1000)]
dsound: Fix a failing test on XP.
Juan Lang [Thu, 18 Sep 2008 23:34:41 +0000 (16:34 -0700)]
tools/wine.inf: Register cryptdlg.
Juan Lang [Thu, 18 Sep 2008 19:40:28 +0000 (12:40 -0700)]
include: Add missing defines.
Juan Lang [Thu, 18 Sep 2008 17:36:49 +0000 (10:36 -0700)]
include: Fix typo.
Juan Lang [Thu, 18 Sep 2008 16:14:54 +0000 (09:14 -0700)]
wintrust: Add traces to a few more functions.
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.
Jacek Caban [Thu, 18 Sep 2008 22:46:26 +0000 (00:46 +0200)]
jscript: Added function constructor object.
Jacek Caban [Thu, 18 Sep 2008 22:46:05 +0000 (00:46 +0200)]
jscript: Added more to_string implementation.
Jacek Caban [Thu, 18 Sep 2008 22:45:50 +0000 (00:45 +0200)]
jscript: Minor fixes.
Jacek Caban [Thu, 18 Sep 2008 22:45:35 +0000 (00:45 +0200)]
jscript: Added '>>>=' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:45:20 +0000 (00:45 +0200)]
jscript: Added '>>=' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:45:05 +0000 (00:45 +0200)]
jscript: Added '<<=' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:44:49 +0000 (00:44 +0200)]
jscript: Added '>>>' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:44:29 +0000 (00:44 +0200)]
jscript: Added '>>' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:44:11 +0000 (00:44 +0200)]
jscript: Added '<<' expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:43:53 +0000 (00:43 +0200)]
jscript: Added with statement implementation.
Jacek Caban [Thu, 18 Sep 2008 22:43:37 +0000 (00:43 +0200)]
jscript: Added delete expression implementation.
Jacek Caban [Thu, 18 Sep 2008 22:43:21 +0000 (00:43 +0200)]
jscript: Added for..in statement implementation.
Jacek Caban [Thu, 18 Sep 2008 22:43:03 +0000 (00:43 +0200)]
jscript: Added String.charAt implementation.
Jacek Caban [Thu, 18 Sep 2008 22:42:33 +0000 (00:42 +0200)]
jscript: Added void expression implementation.
Christian Costa [Thu, 18 Sep 2008 19:47:40 +0000 (21:47 +0200)]
d3dxof: Fix IDirectXFileDataImpl_GetType.
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.
Alexandre Julliard [Fri, 19 Sep 2008 10:07:18 +0000 (12:07 +0200)]
user32/tests: Fix a few more message test failures.
Paul Vriens [Thu, 18 Sep 2008 20:59:19 +0000 (22:59 +0200)]
crypt32/tests: Add a missing CryptMsgUpdate.
Detlef Riekenberg [Fri, 19 Sep 2008 03:35:49 +0000 (05:35 +0200)]
dlls: Do not use __WINE_ALLOC_SIZE between void and *.
Detlef Riekenberg [Thu, 18 Sep 2008 20:40:09 +0000 (22:40 +0200)]
winspool: Use the backend for AddMonitor.
Detlef Riekenberg [Thu, 18 Sep 2008 20:35:29 +0000 (22:35 +0200)]
localspl: Implement AddMonitor.
Detlef Riekenberg [Thu, 18 Sep 2008 16:52:43 +0000 (18:52 +0200)]
advapi32: Remove outdated comment.
Dylan Smith [Thu, 18 Sep 2008 13:38:55 +0000 (09:38 -0400)]
richedit: Removed a redundant condition.
Henri Verbeet [Thu, 18 Sep 2008 12:57:53 +0000 (14:57 +0200)]
wined3d: Create a FBO for each combination of render targets and depth stencil.
The main reason for this change is crappy performance for reconfiguring FBOs.
Henri Verbeet [Thu, 18 Sep 2008 12:57:53 +0000 (14:57 +0200)]
wined3d: Get rid of context_set_depth_stencil_fbo().
Integrate clearing the depth stencil attachment in context_attach_depth_stencil_fbo().
Henri Verbeet [Thu, 18 Sep 2008 12:57:53 +0000 (14:57 +0200)]
wined3d: Get rid of context_set_render_target_fbo().
Integrate clearing the attachment in context_attach_surface_fbo().
Henri Verbeet [Thu, 18 Sep 2008 12:57:53 +0000 (14:57 +0200)]
wined3d: Handle drawbuffers in context_apply_fbo_state() instead of context_set_render_target_fbo().
Henri Verbeet [Thu, 18 Sep 2008 12:57:53 +0000 (14:57 +0200)]
wined3d: Split off a function for applying an attachment's filter states.
Henri Verbeet [Thu, 18 Sep 2008 12:57:53 +0000 (14:57 +0200)]
wined3d: Move FBO handling functions to context.c.
Rob Shearman [Thu, 18 Sep 2008 11:37:35 +0000 (12:37 +0100)]
widl: Don't automatically add DUMMYUNIONNAME and DUMMYSTRUCTNAME names to anonymous unions and structs.
It doesn't match what MIDL does.
Rob Shearman [Thu, 18 Sep 2008 11:36:32 +0000 (12:36 +0100)]
include: Add explicit DUMMYUNIONNAME and DUMMYSTRUCTNAME names to anonymous unions in IDL files.
These aren't present in the PSDK versions of these files but are
necessary for us to be able to compile Wine with compilers that don't
support anonymous structs and unions.
Huw Davies [Thu, 18 Sep 2008 11:23:08 +0000 (12:23 +0100)]
gdi32: Factor out the name table lookup into a separate function.
Alistair Leslie-Hughes [Wed, 17 Sep 2008 10:41:47 +0000 (20:41 +1000)]
mshtml: Implement IHTMLBody get/put_Text.
Alistair Leslie-Hughes [Wed, 17 Sep 2008 10:14:24 +0000 (20:14 +1000)]
msxml3: Correct IDispatchEx Invoke to return the correct object.
Vitaly Lipatov [Wed, 17 Sep 2008 12:58:52 +0000 (16:58 +0400)]
wineboot: Do registry update with wineboot --update in any case.
Jan de Mooij [Tue, 16 Sep 2008 09:25:18 +0000 (11:25 +0200)]
comctl32/treeview: Fix pszText NULL pointer dereference.
Mikołaj Zalewski [Wed, 17 Sep 2008 19:46:40 +0000 (21:46 +0200)]
shell32: autocomplete: Remove some obsolete FIXMEs, update some comments.
Mikołaj Zalewski [Wed, 17 Sep 2008 19:42:46 +0000 (21:42 +0200)]
shell32: autocomplete: Implement GetDropDownStatus.
Mikołaj Zalewski [Wed, 17 Sep 2008 19:42:41 +0000 (21:42 +0200)]
shell32: autocomplete: Make SetOptions handle setting the ACO_AUTOSUGGEST after Init, fix ACO_AUTOSUGGEST|ACO_AUTOAPPEND case.
Mikołaj Zalewski [Wed, 17 Sep 2008 19:42:38 +0000 (21:42 +0200)]
shell32: autocomplete: Fix a logical AND to a bitwise AND.
Mikołaj Zalewski [Wed, 17 Sep 2008 19:42:36 +0000 (21:42 +0200)]
shell32: autocomplete: Add stub IAutoCompleteDropDown interface.
Mikołaj Zalewski [Wed, 17 Sep 2008 18:52:41 +0000 (20:52 +0200)]
include: Add IAutoCompleteDropDown declaration.
Huw Davies [Thu, 18 Sep 2008 08:35:07 +0000 (09:35 +0100)]
inetcomm: Make variable static to fix crash on process detach.
Huw Davies [Wed, 17 Sep 2008 13:35:26 +0000 (14:35 +0100)]
include: Fill in IMimeEnumProperties.
Jeff Zaroyko [Thu, 18 Sep 2008 04:59:08 +0000 (14:59 +1000)]
kernel32: Modify DeleteFileW to fail on directories.
Dylan Smith [Thu, 18 Sep 2008 05:17:45 +0000 (01:17 -0400)]
richedit: Avoid unconditionally rewrapping text on scroll.
Dylan Smith [Thu, 18 Sep 2008 02:02:08 +0000 (22:02 -0400)]
richedit: Handle deletion at the end of text properly.
Juan Lang [Wed, 17 Sep 2008 23:15:56 +0000 (16:15 -0700)]
crypt32: Add support for the CERT_EXTENDED_ERROR_INFO_PROP_ID.
Juan Lang [Wed, 17 Sep 2008 23:15:34 +0000 (16:15 -0700)]
wintrust: Don't assume dwStateAction is set in WINTRUST_DATA.
Juan Lang [Wed, 17 Sep 2008 23:15:11 +0000 (16:15 -0700)]
wintrust: Add a few missing defines.
Paul Vriens [Wed, 17 Sep 2008 21:20:39 +0000 (23:20 +0200)]
crypt32/tests: Don't crash on win9x.
Jacek Caban [Wed, 17 Sep 2008 21:36:19 +0000 (23:36 +0200)]
jscript: Added for statement implementation.
Jacek Caban [Wed, 17 Sep 2008 21:35:57 +0000 (23:35 +0200)]
jscript: Added continue statement implementation.
Jacek Caban [Wed, 17 Sep 2008 21:35:38 +0000 (23:35 +0200)]
jscript: Added while and do..while statement implementation.