Nikolay Sivov
ec1ab037c8
msxml3: Trace DOM document reference counts.
2010-11-09 11:44:56 +01:00
Nikolay Sivov
804c50fb6c
msxml3: Use defined error code for no error case.
2010-11-09 11:44:53 +01:00
Nikolay Sivov
99e3873f30
msxml3: Fix duplicated declarations after document ::get_xml().
2010-11-09 11:44:50 +01:00
Vincent Povirk
1d0f126d91
d3dx9_36: Fix an error path in D3DXLoadSurfaceFromFileInMemory.
...
If GetFrame fails, bitmapframe was not created and should not be released.
2010-11-09 11:44:39 +01:00
Vincent Povirk
31682b3dbe
d3dx9_36: Don't check the image format in D3DXLoadSurfaceFromFileInMemory.
...
If the format is not supported, D3DXGetImageInfoFromFileInMemory will fail.
2010-11-09 11:44:32 +01:00
André Hentschel
384b95533d
msi: Downgrade an error.
2010-11-09 11:44:14 +01:00
Andrew Nguyen
1579ab0e01
winex11.drv: Set last error to ERROR_BUSY when attempting to delete a cross-thread context in wglDeleteContext.
2010-11-08 18:12:58 +01:00
Andrew Nguyen
c4a8de92c4
winex11.drv: Ensure that the WGL context is removed from the context list in wglDeleteContext.
2010-11-08 18:12:58 +01:00
Eric Pouech
4d86e49173
msvcrt: Correctly manage va_list:s in vf(w)printf ny using auto-grow buffer in prinf engine.
2010-11-08 18:12:58 +01:00
Eric Pouech
1eaae093e2
msvcrt: Implemented _vc(w)printf.
2010-11-08 18:12:57 +01:00
Eric Pouech
7d384d23f8
msvcrt: For internal msvcrt use, added ability to grow automatically the size of the buffer in printf core engine.
2010-11-08 18:12:57 +01:00
Alexandre Julliard
a56de4c30f
msvcrt: Add some missing CDECLs.
2010-11-08 18:12:57 +01:00
Eric Pouech
b0c3dc35a8
msvcrt: Implemented the _(w)getenv_s functions.
2010-11-08 18:12:57 +01:00
Marcus Meissner
2e7dc35786
ntdll: Check and fix PE header protections.
2010-11-08 18:12:57 +01:00
Michael Stefaniuc
62409c42b1
serialui: Don't cast zero.
2010-11-08 18:12:57 +01:00
Bernhard Übelacker
43aa5f6b2e
comctl32: Test for window messages of a property sheet with custom dialog proc.
2010-11-08 18:12:57 +01:00
Alexandre Julliard
5d570706c6
winex11: Create Win32 windows corresponding to all the ancestors of embedded windows.
...
This is needed to keep track of the embedded window position by
handling ConfigureNotify received by ancestors.
2010-11-08 15:46:49 +01:00
Alexandre Julliard
abb559dd7a
winex11: Add support for having a drawable associated to non-toplevel windows.
2010-11-08 15:46:34 +01:00
Alexandre Julliard
a8063e8b8b
winex11: Handle GravityNotify events for non-toplevel windows.
2010-11-08 15:24:00 +01:00
Alexandre Julliard
9bce7fcb87
winex11: Add support for receiving ConfigureNotify events on non-toplevel windows.
2010-11-08 15:20:51 +01:00
Jacek Caban
c4d5925044
mshtml: Use macro for tid declaration.
2010-11-08 13:31:32 +01:00
Jacek Caban
2da5890ea1
mshtml: Added IDispatchEx support to HTMLStyleSheetsCollection object.
2010-11-08 13:31:25 +01:00
Jacek Caban
00ee406ea6
mshtml: Added IOmNavigator::get_plugins implementation.
2010-11-08 13:31:22 +01:00
Jacek Caban
645f34ddeb
mshtml: Don't free string that will be cleared by SafeArrayDestroy.
2010-11-08 13:31:17 +01:00
Henri Verbeet
50b76b76cb
wined3d: Test for "AMD" in the renderer string as well to detect AMD cards.
...
Specifically, the Gallium r600 driver reports "X.Org" for vendor and a string
of the form "Gallium 0.4 on AMD RV730" for the renderer.
2010-11-08 13:31:09 +01:00
Henri Verbeet
7a64870014
wined3d: Don't use floating point textures without ARB_texture_float.
...
The floating point formats from ARB_texture_rg are only defined when
ARB_texture_float is also supported. It would have been nice if the formats
table itself was able to express this, but as far as I'm aware this is only an
issue for ARB_texture_rg, so it's probably not worth changing.
2010-11-08 13:30:59 +01:00
Henri Verbeet
7e3985e1fe
ddraw: Setup the device window in SetCooperativeLevel().
2010-11-08 13:30:54 +01:00
Henri Verbeet
b898130a11
wined3d: Do not activate the window when restoring the styles.
...
This is consistent with device_setup_fullscreen_window(), and ddraw actually
has a test for this in ddrawmodes.c. (Although it doesn't actually use
device_setup_fullscreen_window() until the next patch.)
2010-11-08 13:30:46 +01:00
Henri Verbeet
45cee64295
wined3d: Move the fullscreen window setup / restore code to the device.
2010-11-08 13:30:40 +01:00
Maarten Lankhorst
5955a349c6
strmbase: Add support for IQualityControl to transform filter.
2010-11-08 13:30:27 +01:00
Maarten Lankhorst
b6fd7bc133
quartz: Add IQualityControl to video renderer.
2010-11-08 13:30:27 +01:00
Maarten Lankhorst
3329873b81
quartz: Forward IQualityControl on pullpin to base filter.
2010-11-08 13:30:27 +01:00
Maarten Lankhorst
81763bf2ba
strmbase: Forward IQualityControl on output pin to base filter.
2010-11-08 13:30:27 +01:00
Maarten Lankhorst
0a4ee68168
strmbase: Add support for IQualityControl.
2010-11-08 13:30:26 +01:00
Maarten Lankhorst
120dd66ed2
quartz: Actually use the start time in SendRun.
2010-11-08 13:30:26 +01:00
Maarten Lankhorst
4f8584ac27
quartz: Remove position from filtergraph.
2010-11-08 13:30:25 +01:00
Detlef Riekenberg
2e0e6677c6
wtsapi32: Add a stub for WTSLogoffSession.
2010-11-08 13:30:25 +01:00
Eric Pouech
91e3a40e41
server: Removed the no longer used bare parameter out of get_console_mode request.
2010-11-08 13:30:25 +01:00
Eric Pouech
f67b0377ab
kernel32: Use fd availability for testing whether a console handle refers to a bare console.
2010-11-08 13:30:25 +01:00
Maarten Lankhorst
2830ccacb0
quartz: Use media time instead of stream time in null renderer.
2010-11-08 13:30:25 +01:00
Maarten Lankhorst
875faa3101
quartz: Use media time instead of stream time in directsound renderer.
2010-11-08 13:30:25 +01:00
Maarten Lankhorst
5d457e0c48
winegstreamer: Fix concept of time in demuxer.
2010-11-08 13:30:24 +01:00
Maarten Lankhorst
1577c5a8c3
winegstreamer: Forward media time on transform filter.
2010-11-08 13:30:24 +01:00
Maarten Lankhorst
8c42595c34
quartz: Fix time on MPEG splitter.
2010-11-08 13:30:24 +01:00
Maarten Lankhorst
dba95c2288
quartz: Fix time on avi parser.
2010-11-08 13:30:24 +01:00
Maarten Lankhorst
af33888b39
quartz: Forward media time in ACM Wrapper.
2010-11-08 13:30:23 +01:00
Maarten Lankhorst
2906a6f8ab
quartz: Forward media time in AVI Decoder.
2010-11-08 13:30:23 +01:00
Maarten Lankhorst
8af5c1b729
quartz: Fix return value of GetMediaTime.
2010-11-08 13:30:23 +01:00
Piotr Caban
5024a05780
shlwapi: Improved UrlCombineW implementation.
2010-11-08 13:30:23 +01:00
Piotr Caban
872ba8af29
mshtml: Impoved implementation of nsURI_GetAsciiHost.
2010-11-08 13:30:22 +01:00