Andrew Eikum
e275765141
hlink.idl: Fix typo in comment.
2009-10-20 13:48:34 +02:00
Jacek Caban
fbb763a53e
jscript: Use the value returned from constructor in 'new' expression if the value if an object.
2009-10-20 13:48:29 +02:00
Jacek Caban
fded8dc017
jscript: Added invoke version 2 tests.
2009-10-20 13:48:20 +02:00
Jacek Caban
86e7beae82
jscript: Added Error.toString implementation for invoke version >= 2.
2009-10-20 13:48:13 +02:00
Jacek Caban
96cbc45a52
jscript: Return array length in Array.unshift for invoke version >= 2.
2009-10-20 13:48:07 +02:00
Jacek Caban
a1ac9d661f
jscript: Pass invoke version to IDispatchEx functions.
2009-10-20 13:48:00 +02:00
Jacek Caban
48eef3bc67
jscript: Ignore version bits in grfdex.
2009-10-20 13:47:53 +02:00
Jacek Caban
be8107a235
mshtml: Ignore version bits in grfdex.
2009-10-20 13:47:47 +02:00
Jacek Caban
3b2d5ecdf5
jscript: Added SetProperty(SCRIPTPROP_INVOKEVERSIONING) implementation.
2009-10-20 13:47:40 +02:00
Andrew Eikum
b16634c2f9
mshtml/tests: Remove todo_wine paths.
2009-10-20 13:47:33 +02:00
Andrew Eikum
bbf8a4baf5
mshtml: Implement IHTMLLocation::get_search.
2009-10-20 13:47:26 +02:00
Andrew Eikum
4ebf01f681
mshtml: Implement IHTMLLocation::get_hash.
2009-10-20 13:47:21 +02:00
Juan Lang
7a6381e852
rsaenh: Make the enhanced crypto provider the default.
2009-10-20 13:47:14 +02:00
Juan Lang
9a72789686
rsaenh: Add some traces to key importing.
2009-10-20 13:47:04 +02:00
Juan Lang
87405ade02
crypt32: Add a safe default for unsupported critical extensions.
2009-10-20 13:46:55 +02:00
Andrey Turkin
b78d457efb
dlls: Update Russian translations.
2009-10-20 13:46:45 +02:00
Andrey Turkin
64d488065a
programs: Update Russian translations.
2009-10-20 13:46:42 +02:00
Alexandre Julliard
9390bc921e
user32/tests: Use the correct lparam in the WM_DDE_ACK reply.
2009-10-19 16:21:50 +02:00
Alexandre Julliard
5b5054c10e
netapi32/tests: Don't try to get the size of a freed buffer.
2009-10-19 16:06:07 +02:00
Tommy Schultz Lassen
1931173ac8
msvcr71: Add _vscprintf and _vscwprintf.
2009-10-19 15:04:34 +02:00
Jörg Höhle
f6ac7696af
winecoreaudio: Move ERR&WARN out of OSSpinLock sections.
2009-10-19 15:03:24 +02:00
Hans Leidekker
534f20bc49
msi: Get rid of some redundant initializations.
2009-10-19 15:02:42 +02:00
Hans Leidekker
b7a81df452
msi: Allocate MSISCRIPT structure at package creation time.
2009-10-19 15:02:36 +02:00
Andrew Eikum
a03d0bcaa9
mshtml: Reimplement HTMLLocation::get_pathname.
2009-10-19 15:02:07 +02:00
Andrew Eikum
6a456fa6d9
mshtml: Reimplement IHTMLLocation::get_href.
2009-10-19 15:02:02 +02:00
Charles Davis
192a838cd0
ntdll: Implement DVD_ReadStructure() on Mac OS.
2009-10-19 15:01:30 +02:00
Charles Davis
71f430e740
ntdll: Implement DVD_ReadKey() on Mac OS.
2009-10-19 15:00:41 +02:00
Charles Davis
7b0ba554ef
ntdll: Implement DVD_SendKey() on Mac OS.
2009-10-19 14:59:46 +02:00
Charles Davis
df2bf3e3e5
ntdll: Implement DVD_EndSession() on Mac OS.
2009-10-19 14:59:42 +02:00
Charles Davis
05acaeb0f1
ntdll: Implement DVD_StartSession() on Mac OS.
2009-10-19 14:59:33 +02:00
Matteo Bruni
cbcf699856
d3dx9: D3DXAssembleShaderFromResource implementation.
2009-10-19 14:46:55 +02:00
Matteo Bruni
c31121dd35
d3dx9: D3DXAssembleShader and D3DXAssembleShaderFromFile stubs.
2009-10-19 14:46:40 +02:00
Matteo Bruni
3cd744e98b
d3dx9: Add D3DXAssembleShader and related declarations.
2009-10-19 14:46:36 +02:00
Francois Gouget
32bba6222b
comctl32: Add a trailing '\n' to a Wine trace.
2009-10-19 14:45:37 +02:00
Francois Gouget
915b69e2a7
shell32: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:32 +02:00
Francois Gouget
af6c873b54
shlwapi: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:25 +02:00
Francois Gouget
323f163af4
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:21 +02:00
Francois Gouget
9b89b85e5f
ntdll/tests: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:15 +02:00
Francois Gouget
d2cc5380db
crypt32: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:10 +02:00
Francois Gouget
5a45951f3e
comctl32/monthcal: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:04 +02:00
Ričardas Barkauskas
a8f89a2ffa
comctl32/propsheet: Test and fix for crash processing PSM_INDEXTOHWND with no longer valid handle.
2009-10-19 14:44:57 +02:00
Marcus Meissner
1aee359542
localspl: Check for NULL return from HeapAlloc.
2009-10-19 14:43:57 +02:00
Juan Lang
d1963ee2f1
ws2_32: Don't overwrite address length before checking it.
2009-10-19 14:41:49 +02:00
Henri Verbeet
f8bd01a315
d3d8: Add traces.
2009-10-19 11:45:57 +02:00
Henri Verbeet
adf5bb5f6a
wined3d: Cleanup IWineD3DDeviceImpl_UpdateTexture().
...
The root problem here is that with the original error handling a NULL
dereference occurs (IWineD3DBaseTexture_GetType()) when either the source or
destination texture is NULL. Rewriting the error handling changes the
indentation of almost the entire function though, so this patch ends up
rewriting the entire function.
2009-10-19 11:45:45 +02:00
Henri Verbeet
02772641b2
ddraw/tests: Remove some leftover debug code.
2009-10-19 11:45:36 +02:00
Henri Verbeet
d17cd37d3b
d3d9/tests: Remove an unused color result.
2009-10-19 11:45:30 +02:00
Henri Verbeet
44aead2e1c
d3d9: Fix some IDirect3DDevice9Ex methods.
2009-10-19 11:45:25 +02:00
Nikolay Sivov
1ab851a1bd
comctl32/monthcal: Explicitly set required control size.
2009-10-19 11:45:20 +02:00
Nikolay Sivov
5517209a24
comctl32/header: Process input order array more accurately.
2009-10-19 11:45:17 +02:00