Henri Verbeet
94d33d3e86
wined3d: Destroy FBO entries from the context that created them.
...
EXT_framebuffer_object doesn't specify if FBOs are shareable between GL
contexts, but ARB_framebuffer_object explicitly prohibits it.
2009-10-20 14:00:37 +02:00
Henri Verbeet
e3ca576576
wined3d: Use context->valid in context_destroy_gl_resources().
...
Instead of relying on wglMakeCurrent() to do what we want.
2009-10-20 14:00:36 +02:00
Henri Verbeet
43aaaa8a4b
wined3d: Validate the D3D context in FindContext().
...
Apparently it's valid to use a D3D device after its window is destroyed.
OpenGL isn't always so forgiving, so this patch is a first step to avoid
making GL calls on a context without window.
2009-10-20 14:00:36 +02:00
Henri Verbeet
0cb6f28751
wined3d: Get rid of the useless "isPBuffer" bitfield in struct wined3d_context.
2009-10-20 14:00:36 +02:00
Henri Verbeet
4dbf1c4900
d3d9: Add traces.
2009-10-20 14:00:36 +02:00
Paul Vriens
41099b0ff7
comctl32/tests: Fix some test failures on older comctl32.
2009-10-20 14:00:36 +02:00
Marcus Meissner
93dad930cd
reg: Remove wrong and useless check (Coverity).
2009-10-20 14:00:36 +02:00
Vitaliy Margolen
82379e83e3
ntoskrnl: Initialize structure size.
2009-10-20 14:00:36 +02:00
Ken Thomases
fd596b9cb8
winecoreaudio: Fix incorrect casts from float to DWORD in wodGetVolume.
2009-10-20 14:00:35 +02:00
Juan Lang
1e424138fe
crypt32: Implement CryptFindCertificateInStore for unicode strings.
2009-10-20 14:00:35 +02:00
Juan Lang
af4b5303ba
crypt32: Test CertFindCertificateStore for finding Unicode strings.
2009-10-20 14:00:35 +02:00
Juan Lang
c0872b218c
crypt32/tests: Get rid of a couple of certs unneeded by a test.
2009-10-20 14:00:35 +02:00
Juan Lang
53f964fea8
wintrust: Correct sizes of structure members.
2009-10-20 14:00:35 +02:00
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