Henri Verbeet
d3fd7b247b
wined3d: Handle rendertargetlock_mode in surface_load_location().
2010-11-11 13:11:30 +01:00
Henri Verbeet
1fa19d8e42
wined3d: Take the location into account in context_apply_fbo_state_blit().
2010-11-11 13:11:26 +01:00
Jaime Rave
6bf3f67c01
wined3d: Added Intel GM45 video card detection.
2010-11-11 13:08:25 +01:00
Maarten Lankhorst
5dd27f7597
quartz: Reset state change after flushing.
...
This fixes IBasicVideo:GetCurrentImage.
2010-11-11 12:25:26 +01:00
Maarten Lankhorst
06ca6fb184
quartz: Fix stub for GetVideoPaletteEntries.
2010-11-11 12:25:22 +01:00
Maarten Lankhorst
47725db633
winegstreamer: Set correct state when ending processing.
2010-11-11 12:25:10 +01:00
Maarten Lankhorst
50d8b0db7a
winegstreamer: Fix regression from d62b4dcb66
.
...
Accidentally made a worse leak by plugging a smaller one.
2010-11-11 12:25:06 +01:00
Maarten Lankhorst
97393cd557
winegstreamer: Fix playing .flv and realmedia files.
2010-11-11 12:25:00 +01:00
Maarten Lankhorst
bdde3f1a7d
winegstreamer: Add better support for unsupported audio/video.
...
This will fix the hangs caused by trying to play audio/video files for
which the codecs are not enabled in gstreamer.
2010-11-11 12:24:58 +01:00
Alexandre Julliard
40977bf1d2
shell32: Store the raw AUTHORS file in resources instead of trying to convert to a C array.
2010-11-11 12:24:46 +01:00
Nikolay Sivov
f7c99379b2
cryptui: Stub CryptUIDlgViewSignerInfoA.
2010-11-11 12:23:19 +01:00
Hans Leidekker
a23514eece
msi: Add support for installing side-by-side assemblies.
2010-11-11 12:23:06 +01:00
Hans Leidekker
3faddc21b3
msi: Calculate file install states after evaluating component conditions, not before.
2010-11-11 12:22:50 +01:00
Hans Leidekker
fa9757bd73
msi: Put quotes around the filename in MsiApplyPatch.
2010-11-11 12:22:43 +01:00
Hans Leidekker
8fd47bbef7
msi: Remove redundant function msi_find_file.
2010-11-11 12:22:35 +01:00
Hans Leidekker
9ae062f63e
msi: MsiGet/SetFeatureState must get and set the requested feature action, not the action taken.
2010-11-11 12:22:27 +01:00
Austin English
d2ee7aa790
winspool.drv: Skip tests when no printer is installed.
2010-11-11 12:22:22 +01:00
André Hentschel
574a21cc14
ntdll/tests: Fix crash in japanese and chinese test.
2010-11-11 12:22:08 +01:00
André Hentschel
36035d0a22
mmdevapi: Add return value which happens on wow64 and pure 64-bit.
2010-11-11 12:21:38 +01:00
Austin Lund
293e429296
comctl32/tests: Fixed rebar layout tests which depend on system font height.
2010-11-11 12:21:28 +01:00
Austin Lund
cddcf039fc
comctl32/tests: Changed rebar layout tests to load data dynamically.
2010-11-11 12:21:21 +01:00
Alexandre Julliard
c1f7b45751
krnl386.exe: Use the correct pointer for RemoveVectoredExceptionHandler.
2010-11-10 20:56:13 +01:00
Alexandre Julliard
11e71ede14
ntdll: Don't call vectored exception handlers under the critical section.
2010-11-10 20:55:07 +01:00
Alexandre Julliard
177a7e5683
Revert "ntdll: Fix possible deadlock in vectored exception handling."
...
This reverts commit eb0e82a755
.
It's causing different deadlocks, notably when a thread tries to
remove a handler inside a handler.
2010-11-10 19:17:41 +01:00
Vincent Povirk
1309731b4a
mscoree: Add a proper implementation of DllCanUnloadNow.
2010-11-10 17:19:42 +01:00
Vincent Povirk
e5d3294b83
mscoree: Use the new architecture to implement _CorExeMain.
2010-11-10 17:19:22 +01:00
Vincent Povirk
cda37e4447
mscoree: Load mono when creating a runtime host interface.
2010-11-10 17:19:12 +01:00
Vincent Povirk
1b68a243f5
mscoree: Add stub implementation of ICLRRuntimeHost.
2010-11-10 17:18:50 +01:00
Vincent Povirk
8f1b722790
gdiplus: Allow more drawing operations to succeed without an HDC.
...
This should bring things to the mostly-regression-free-but-easier-to-debug
state I was expecting when I removed DIBs from many bitmaps.
2010-11-10 17:18:40 +01:00
Jacek Caban
6c1f2e4f3f
urlmon: Added IInternetProtocolEx support to BindProtocol.
2010-11-10 16:19:13 +01:00
Maarten Lankhorst
482541447b
winegstreamer: Fix GetState.
2010-11-10 16:18:52 +01:00
Austin Lund
1f97cb2287
comctl32/tests: Change expect_band_content test to ensure line numbers are reported correctly on test failure.
2010-11-10 16:17:44 +01:00
Austin Lund
1eacb105b5
comctl32/tests: Fix band info tests that depend on system font heights.
2010-11-10 16:17:05 +01:00
Piotr Caban
e062d4a6ff
shell32: Improved IShellFolder_GetUIObjectOf implementation.
2010-11-10 16:16:45 +01:00
Dmitry Timoshkov
d419f24372
gdi32: Remove broken check for WinXP.
2010-11-10 16:16:42 +01:00
Henri Verbeet
7a354177b3
wined3d: Don't unregister a window unless the window proc is what we expect it to be.
...
In particular, if we'd unregister a window when the application replaced our
window proc, but still forwards to us, we'd create a loop when we register
the same window again later.
2010-11-10 12:19:24 +01:00
Henri Verbeet
9a1fddb0fd
wined3d: Register a window only once.
2010-11-10 12:19:16 +01:00
Henri Verbeet
2b0684c56d
ddraw: Make switching to/from fullscreen work more than once.
2010-11-10 12:19:09 +01:00
Henri Verbeet
6fcb33f59f
ddraw: Window proc replacement depends on DDSCL_EXCLUSIVE, not DDSCL_FULLSCREEN.
2010-11-10 12:19:04 +01:00
Henri Verbeet
4503d0cb4b
wined3d: Use a lookup table in select_card_ati_binary().
2010-11-10 12:18:54 +01:00
Michael Stefaniuc
0f21814bbe
urlmon/tests: Escape '\' in C strings (sparse).
2010-11-10 12:18:29 +01:00
Michael Stefaniuc
bb442a2a57
kernel32/tests: '\' needs to be escaped in a C string (sparse).
2010-11-10 12:18:21 +01:00
Thomas Mullaly
1d11185d44
urlmon: Simplified path canonicalization functions.
2010-11-10 12:17:22 +01:00
André Hentschel
fe75e95805
mmdevapi/tests: Fix test on some 2k8 and mark those errors broken.
2010-11-10 12:17:01 +01:00
Maarten Lankhorst
79f1618828
quartz: Rework direct sound renderer rework to be more time aware.
2010-11-10 12:16:42 +01:00
Maarten Lankhorst
7fbc8814d8
quartz: Use quality control in video renderer.
2010-11-10 12:16:18 +01:00
Maarten Lankhorst
95897b6819
strmbase: Add support for rendering algorithms to quality control.
2010-11-10 12:16:09 +01:00
Maarten Lankhorst
46f4011ec4
winegstreamer: Add support for qos to demuxer.
2010-11-10 12:15:27 +01:00
Maarten Lankhorst
d82d3d074b
winegstreamer: Move seeking from filter to pins.
2010-11-10 12:15:17 +01:00
Maarten Lankhorst
9ce718d0e9
winegstreamer: Add QOS to transformer filters.
2010-11-10 12:14:55 +01:00
Maarten Lankhorst
1b192ae799
winegstreamer: Fix NewSegment in transform filter.
2010-11-10 12:14:41 +01:00
Maarten Lankhorst
d62b4dcb66
winegstreamer: Fix buffer leak in error path.
2010-11-10 12:14:37 +01:00
Maarten Lankhorst
10c51a80f0
quartz: Reset stream time when paused after seeking.
2010-11-10 12:14:32 +01:00
Maarten Lankhorst
f38688b836
quartz: Add quality control to avi decoder.
2010-11-10 12:14:30 +01:00
Maarten Lankhorst
a5798fc96c
quartz: Fix video renderer EndOfStream.
2010-11-10 12:14:19 +01:00
Maarten Lankhorst
bb8ccbd507
quartz: On flushing, always signal blocked event handle.
2010-11-10 12:14:12 +01:00
Maarten Lankhorst
adabc4ae92
quartz: Use media time instead of stream time in video renderer.
2010-11-10 12:13:59 +01:00
Maarten Lankhorst
8363436ea8
strmbase: Silence harmless fixme.
2010-11-10 12:13:54 +01:00
Andrew Eikum
c0f120db5d
oleaut32: Search inherited interfaces again in ITypeComp::Bind.
2010-11-10 12:13:39 +01:00
Alexandre Julliard
62c37253e6
msxml6: Add a typelib resource.
2010-11-10 12:09:22 +01:00
Alexandre Julliard
d344e9a261
msxml6: Add a version resource.
2010-11-10 12:08:54 +01:00
Alexandre Julliard
1174beef2a
include: Make msxml6.idl a copy of msxml2.idl instead of importing it.
2010-11-10 12:08:00 +01:00
Alexandre Julliard
6c90ebd5e5
include: Move coclass definitions to msxml2.idl.
2010-11-10 12:07:59 +01:00
Alexandre Julliard
749f22948c
rpcrt4: Implement waiting in RpcMgmtWaitServerListen.
2010-11-10 10:00:35 +01:00
Vincent Povirk
d5fa2ceaca
mscoree: Support searching for .NET runtimes by exe file.
2010-11-09 17:33:42 +01:00
Vincent Povirk
0985e02969
mscoree: Use the .NET 4 interfaces to implement CorBindToRuntimeHost.
2010-11-09 17:33:39 +01:00
Vincent Povirk
601b240f1e
mscoree: Use the .NET 4 interfaces to implement CorBindToRuntimeEx.
2010-11-09 17:33:36 +01:00
Vincent Povirk
84ef0fca57
mscoree: Use the new search methods for GetCORVersion/GetCORSystemDirectory.
2010-11-09 17:33:32 +01:00
Vincent Povirk
add7454df7
mscoree: Report that all .NET versions are installed if Mono is missing.
2010-11-09 17:33:21 +01:00
Aric Stewart
9dc2c5cf0b
winegstreamer: 4 buffers is insufficient for some mpeg streams.
2010-11-09 17:08:21 +01:00
Matteo Bruni
b4a90b0fe8
d3dx9: Implement D3DXCreateVolumeTexture.
2010-11-09 17:08:21 +01:00
Matteo Bruni
c1843c8779
d3dx9: Implement D3DXCheckVolumeTextureRequirements.
2010-11-09 17:08:21 +01:00
Matteo Bruni
363d180a54
d3dx9: Skip D3DXCheckCubeTextureRequirement test if not supported.
2010-11-09 17:08:21 +01:00
Maarten Lankhorst
76a976d049
winegstreamer: Clarify FIXME.
2010-11-09 17:07:52 +01:00
Maarten Lankhorst
4cbce24593
winegstreamer: Fix GSTInPin_EnumMediaTypes.
2010-11-09 16:57:09 +01:00
Maarten Lankhorst
27c120cf58
quartz: Fix PullPin_EnumMediaTypes.
2010-11-09 16:56:59 +01:00
Maarten Lankhorst
ccc8141b82
winegstreamer: Send EOS on exiting thread.
2010-11-09 16:56:51 +01:00
Jacek Caban
6c35f1356b
mshtml: Added execScript tests.
2010-11-09 14:21:27 +01:00
Jacek Caban
e560a2246f
mshtml: Added IHTMLWindow2::execScript implementation.
2010-11-09 14:21:25 +01:00
Henri Verbeet
3bb40b0776
wined3d: Use lookup tables in select_card_nvidia_binary().
2010-11-09 14:21:00 +01:00
Henri Verbeet
a9da30dc5f
wined3d: Use lookup tables in select_card_ati_mesa().
2010-11-09 14:20:51 +01:00
Henri Verbeet
bed0266a8c
wined3d: Recognize Evergreen in select_card_ati_mesa().
2010-11-09 14:20:42 +01:00
Henri Verbeet
6ae987ea98
d3d9/tests: Specify width and height when changing the display orientation.
...
This appears to be required on Windows 7, or perhaps depends on the video
driver.
2010-11-09 14:20:37 +01:00
Adam Martinson
7d37e7e6f6
msxml3/tests: Tests for node_get_dataType() with XDR schemas.
2010-11-09 11:46:34 +01:00
Thomas Mullaly
dffc9d312e
urlmon: Improve IUri support of res URIs.
2010-11-09 11:45:54 +01:00
Thomas Mullaly
c067353c18
urlmon: Make IUri implementation call functions through IUri_ macros instead of calling directly.
2010-11-09 11:45:50 +01:00
Thomas Mullaly
5213135e18
urlmon: CoInternetCombineIUri uses pluggable protocols.
2010-11-09 11:45:41 +01:00
Nikolay Sivov
84aba12a28
msxml3: Dump set node value.
2010-11-09 11:45:04 +01:00
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
Austin Lund
05d82b6376
comctl32/tests: Fixed toolbar tests for varing width of button strings.
2010-11-08 13:30:22 +01:00
Austin Lund
a07022a7e1
comctl32/tests: Fix toolbar size tests that depend on system font height.
2010-11-08 13:30:22 +01:00
Austin Lund
551d4077c5
comctl32/tests: Change toolbar size test data to load dynamically.
2010-11-08 13:30:22 +01:00
David Hedberg
10c0c4a8c1
shell32: Don't allow binding to files in any ShellFolder implementation.
2010-11-08 13:30:21 +01:00
David Hedberg
a6a946b2b1
shell32: Remove reliance on the ability to bind to files in UnixFolder GetDisplayNameOf.
2010-11-08 13:30:21 +01:00
David Hedberg
193a80a779
shell32: Remove reliance on the ability to bind to files in UnixFolder CompareIDs.
2010-11-08 13:30:21 +01:00
David Hedberg
c9372a1c3c
shell32: Fix trace formatting in SHGetNameFromIDList.
2010-11-08 13:30:21 +01:00
David Hedberg
18d31c2799
shell32: Don't crash on NULL cmdgroup in DefView OleCommandTarget.
2010-11-08 13:30:21 +01:00
Vladimir Panteleev
208aeedcda
winex11: Correctly handle non-RGB COLORREFs in BRUSH_SelectSolidBrush.
2010-11-08 13:30:20 +01:00
Vladimir Panteleev
d7d5fb0abf
winex11: Add X11DRV_PALETTE_GetColor function to resolve any COLORREF to an RGB.
2010-11-08 13:30:20 +01:00
Detlef Riekenberg
5e95d7039e
ntdll: Add stubs for Rtl[G/S]etCurrentTransaction.
2010-11-08 13:30:20 +01:00
Jacek Caban
8036509c09
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeTypeString implementations.
2010-11-08 11:56:13 +01:00