Jacek Caban
df0a35e3d3
mshtml: Added support for load event on all nodes.
2010-03-18 11:18:01 +01:00
Jacek Caban
da01d8acaf
mshtml: Moved removing event target to separated function.
2010-03-18 11:17:55 +01:00
Jacek Caban
8629433f5f
mshtml: Fire readystatechange event on document nodes.
2010-03-18 11:17:51 +01:00
Jacek Caban
2b94ad5287
mshtml: Make sure that readState is READYSTATE_LOADING in read_stream_data.
2010-03-18 11:17:45 +01:00
Nikolay Sivov
d16bf5f9ba
shlwapi: Add a forward to DelayLoadFailureHook.
2010-03-18 11:17:18 +01:00
Nikolay Sivov
dd50af9464
urlmon: Add CoInternetIsFeatureEnabled stub.
2010-03-18 11:16:55 +01:00
Nikolay Sivov
1ad867467e
urlmon: Add stub IUriBuilder interface.
2010-03-18 11:16:50 +01:00
Piotr Caban
926d3a88e7
oleaut32: Improve ITypeInfo2 GetRefTypeOfImplType implementation.
2010-03-18 11:16:43 +01:00
Piotr Caban
15956152e5
oleaut32: Improve ICreateTypeInfo2 AddImplType implementation.
2010-03-18 11:14:36 +01:00
Piotr Caban
d2319ae841
oleaut32: Fix ITypeInfo GetImplTypeFlags for dispinterfaces.
2010-03-18 11:14:27 +01:00
Piotr Caban
cca98c460d
oleaut32/tests: Make tests working on older systems, prevent crash on some wine boxes.
2010-03-18 11:14:23 +01:00
Piotr Caban
45306f8671
oleaut32: Improve ITypeInfo2 GetTypeAttr implementation.
2010-03-18 11:14:17 +01:00
Henri Verbeet
7c930589bc
wined3d: Avoid some common invalid context accesses.
...
Unfortunately there are plenty of other places left. Perhaps we should
consider creating our own window when the context becomes invalid and making
the context current on that instead.
2010-03-18 10:25:09 +01:00
Henri Verbeet
135f364110
wined3d: Kill VTRACE.
2010-03-18 10:25:02 +01:00
Henri Verbeet
f2bcd32bff
wined3d: Replace some VTRACEs with proper TRACEs.
2010-03-18 10:24:51 +01:00
Henri Verbeet
e5673ddbc3
wined3d: Add a quirk to rebind FBOs when one of their attached textures is updated.
...
Updating a texture while it is attached to the currently bound FBO is
something GL implementations tend to get wrong. NVIDIA fails at
glTexSubImage2D(), fglrx and Mesa with glTexImage2D(). I'm afraid to try what
happens on OS X. Fortunately we never use glTexImage2D() while a texture is
attached to an FBO, so we only need to care about glTexSubImage2D().
2010-03-18 10:24:41 +01:00
Henri Verbeet
bd4fb33a52
wined3d: Unify GLINFO_LOCATION in surface.c.
2010-03-18 10:24:33 +01:00
Henri Verbeet
914c8cb8ea
ddraw: Acquire/release the focus window from the correct location.
2010-03-18 10:24:15 +01:00
Henri Verbeet
0838d0ab64
wined3d: Make the focus window also the foreground window.
2010-03-18 10:24:05 +01:00
Henri Verbeet
a62e5a4678
d3d9/tests: Extend the window proc / focus window tests.
2010-03-18 10:23:58 +01:00
Henri Verbeet
7aa5e90914
d3d8/tests: Extend the window proc / focus window tests.
2010-03-18 10:23:52 +01:00
Henri Verbeet
d9381b97aa
user32/tests: Add a test for foreground windows on a different thread.
...
What happens is that we get the WM_WINE_SETACTIVEWINDOW message sent by the
other thread after we already changed the foreground window back to our own
window.
2010-03-18 10:23:46 +01:00
Andrew Eikum
5f8776c8d0
mshtml: Fix return value interpretation when navigating.
2010-03-18 10:23:36 +01:00
Vincent Povirk
d719120fc8
windowscodecs: Make component enumerators thread-safe.
...
This is needed so that ImagingFactory can have a threading model of Both.
2010-03-18 10:23:14 +01:00
Vincent Povirk
33ab02d38a
include: Add definitions for IWICBitmapScaler.
2010-03-18 10:23:04 +01:00
Vincent Povirk
e4a50e1615
winex11.drv: Use CurrentTime to focus windows if we have no timestamp.
2010-03-18 10:22:59 +01:00
Vincent Povirk
1eff311e8d
winex11.drv: ReadSelectionData should fail if the import function fails.
2010-03-18 10:22:55 +01:00
Nikolay Sivov
0498534b6b
ole32: Remove useless parameter check.
2010-03-17 16:35:47 +01:00
Christian Costa
c090624fbc
d3dx9_36: Add stub for D3DXCreateTextureFromFileInMemoryEx.
2010-03-17 16:12:23 +01:00
Stefan Dösinger
48d6167c29
d3d9: Remove old debug messages from the tests.
2010-03-17 16:10:15 +01:00
Stefan Dösinger
f5b5f7176a
d3d9: Windows 7 rejects invalid rectangles.
2010-03-17 16:09:55 +01:00
Stefan Dösinger
25c6dbfc2a
d3d9: Remove the double unlock test.
2010-03-17 16:09:16 +01:00
Stefan Dösinger
b5ddd6f0fc
ddraw: Use a D24X8 depth buffer.
2010-03-17 16:08:48 +01:00
Jörg Höhle
ce96eb7907
msvfw32: MCI Step is like Seek.
2010-03-17 15:56:20 +01:00
Paul Vriens
5f6962c7fc
shlwapi/tests: Fix some test failures on Vista+.
2010-03-17 13:38:51 +01:00
Jacek Caban
7723784596
shdocvw: Fixed tests on some Windows.
2010-03-17 13:38:45 +01:00
Maarten Lankhorst
8c88b5115a
midimap: Defer initialisation.
2010-03-17 13:38:12 +01:00
Stefan Dösinger
d790530df3
wined3d: Make resources 16 byte aligned.
2010-03-17 13:36:39 +01:00
Stefan Dösinger
b621fac215
wined3d: Merge two if conditions in buffer.c.
2010-03-17 13:36:17 +01:00
Maciej Borsz
2ca477c831
winhttp: Fix invalid behaviour of WinHttpCrackUrl.
2010-03-17 10:59:59 +01:00
Sandijs Ribaks
e385748258
wined3d: Add surface conversion function from WINED3DFMT_YUY2 to WINED3DFMT_B8G8R8X8_UNORM.
2010-03-17 10:59:18 +01:00
Andrew Eikum
94edcc1d88
hlink: Implement IHlinkBrowseContext::GetBrowseWindowInfo.
2010-03-17 10:59:08 +01:00
Andrew Eikum
3e041586a6
hlink: Split target at hash in HlinkCreateFromString.
2010-03-17 10:59:02 +01:00
Andrew Eikum
a8183a6317
hlink: Set hlink's location to NULL if the empty string is given.
2010-03-17 10:58:56 +01:00
Michael Stefaniuc
0346eac906
oleaut32: Plug some memleaks on error paths (Smatch).
2010-03-17 10:08:17 +01:00
Michael Stefaniuc
c71b82f3c1
oleaut32: Remove superfluous NULL check before HeapFree (Smatch).
2010-03-17 10:08:13 +01:00
Vincent Povirk
5893f3227c
oleaut32: Always use DISPID_PROPERTYPUT to fill in the last argument.
2010-03-17 10:07:57 +01:00
Paul Vriens
33b45cf98d
shlwapi/tests: Fix some test failures on XP/Vista.
2010-03-17 10:07:27 +01:00
Paul Vriens
3a5c925250
rsaenh/tests: Fix some test failures on XP (pre SP3).
2010-03-17 10:07:22 +01:00
Henri Verbeet
89fef0e669
ddraw: Fix IDirectDraw4Impl_GetSurfaceFromDC().
...
Perhaps interesting to note is that this returns an IDirectDrawSurface instead
of an IDirectDrawSurface4.
2010-03-17 10:06:29 +01:00