Piotr Caban
92ba2168fa
shell32: Improved equal ITEMIDLISTs handling in ILIsParent.
2011-01-06 11:26:22 +01:00
Andrew Eikum
2e7ee8d9d6
mmdevapi: Be explicit about units in IAudioRenderClient::ReleaseBuffer.
2011-01-05 17:56:52 +01:00
Andrew Eikum
0b608d0f7f
mmdevapi: Be explicit about the units of ACImpl::ofs.
2011-01-05 17:56:48 +01:00
Andrew Eikum
045cf8c0af
mmdevapi: Be explicit about units of ACImpl::bufsize.
2011-01-05 17:56:43 +01:00
Andrew Eikum
bbbf72ddcb
mmdevapi: Store period size in frames.
...
There are three different units to represent durations of audio: time,
bytes, and frames. Since all three are in use in this module, we should
be more explicit about the unit of each variable.
2011-01-05 17:56:36 +01:00
André Hentschel
1bf8612718
user32/tests: Don't test function directly when reporting GetLastError().
2011-01-05 17:56:04 +01:00
Huw Davies
40ba10ed7a
wineps.drv: Explicitly report that we do not support blending.
2011-01-05 17:55:16 +01:00
Austin English
8ec262ef0d
winex11.drv: Use consistent formatting in a TRACE().
2011-01-05 17:54:58 +01:00
Huw Davies
62cd56ce81
ole32: Store the ole advise sinks in a STATDATA array.
2011-01-05 17:54:49 +01:00
Huw Davies
6ac2cb3ddc
ole32: Reimplement SendOnDataChange using the connection enumerator.
2011-01-05 17:54:44 +01:00
Michael Stefaniuc
5cce70ddeb
windowscodecs: Use an iface instead of a vtbl pointer in BmpFrameEncode.
2011-01-05 17:53:29 +01:00
Michael Stefaniuc
0eff947c09
mshtml: Use ifaces instead of vtbl pointers in ProtocolFactory.
2011-01-05 17:53:20 +01:00
Michael Stefaniuc
1ae51aa74a
mshtml: COM cleanup for the nsIInputStream iface.
2011-01-05 17:53:13 +01:00
Michael Stefaniuc
1d7e50079a
mshtml: COM cleanup for the nsIURL iface.
2011-01-05 17:53:06 +01:00
Michael Stefaniuc
1e19fd6c49
atl: Use ifaces instead of vtbl pointers in IOCS.
2011-01-05 17:52:56 +01:00
Michael Stefaniuc
4a6c525659
hlink: Use ifaces instead of vtbl pointers in ExtensionService.
2011-01-05 17:52:46 +01:00
Michael Stefaniuc
1503a1ff40
mshtml: COM cleanup for the IHTMLEmbedElement iface.
2011-01-05 17:52:20 +01:00
Vincent Povirk
5fd834fc95
windowscodecs: Store an impl pointer instead of an iface pointer.
2011-01-05 17:23:28 +01:00
Henri Verbeet
d72520b5cc
wined3d: Remove IWineD3DBaseTexture::BindTexture() from the public interface.
2011-01-05 17:22:01 +01:00
Henri Verbeet
f9a1e8813e
wined3d: Pass an IWineD3DDeviceImpl pointer to create_primary_opengl_context().
2011-01-05 17:21:47 +01:00
Henri Verbeet
7e0909d058
wined3d: Pass an IWineD3DDeviceImpl pointer to delete_opengl_contexts().
2011-01-05 17:21:37 +01:00
Henri Verbeet
e5d1a0c72d
wined3d: Use surface_modify_location() to manipulate location flags in IWineD3DSurfaceImpl_Unmap().
...
Directly setting SFLAG_INFRAWABLE breaks for offscreen render targets, where
the drawable and texture are the same thing. Before commit
d3fd7b247b
the explicit load of the texture
location with the default RTL_READTEX render target lock mode would have
prevented the flags from becomming inconsistent.
2011-01-05 17:21:28 +01:00
Mikhail Maroukhine
f859535774
user32: Add constness to params and variables.
2011-01-04 16:09:53 +01:00
Francois Gouget
ce3fcda1d3
shdocvw/tests: Fix compilation on systems that don't support nameless unions.
2011-01-04 16:03:11 +01:00
Greg Geldorp
faf19ec966
msi/tests: Fix remaining Wow64 failures for action test set.
2011-01-04 16:03:02 +01:00
Nikolay Sivov
0044cc8f26
oleaut32: Do nothing for TKIND_ALIAS types in ::LayOut().
2011-01-04 14:56:15 +01:00
Nikolay Sivov
ea3c215b57
oleaut32: Use VARENUM members instead of hardcoded values.
2011-01-04 14:55:41 +01:00
Nikolay Sivov
2e25e5e22c
oleaut32: Use alloc/free helpers for typelib creation part too.
2011-01-04 14:53:50 +01:00
Nikolay Sivov
ed749f51ce
oleaut32: Use IDispatch vtable size instead of hardcoded value.
2011-01-04 14:52:52 +01:00
Nikolay Sivov
b09fd556b0
oleaut32: Use implementation pointer to avoid casts.
2011-01-04 14:52:18 +01:00
Michael Stefaniuc
5db4caee8e
urlmon: Don't use DEFINE_THIS2 for the Protocol vtbl functions.
2011-01-04 11:58:34 +01:00
Andrew Nguyen
51d05e241a
kernel32: Improve parameter validation for FillConsoleOutputAttribute.
2011-01-04 11:58:34 +01:00
Andrew Nguyen
50ee017f34
kernel32/tests: Add tests for FillConsoleOutputCharacterA.
2011-01-04 11:58:34 +01:00
Andrew Nguyen
5a7c633fab
kernel32: Improve parameter validation for FillConsoleOutputCharacterW.
2011-01-04 11:58:33 +01:00
Andrew Nguyen
8ec12b5110
kernel32: Improve parameter validation for WriteConsoleOutputAttribute.
2011-01-04 11:58:33 +01:00
Andrew Nguyen
5f70cd6509
kernel32: Improve parameter validation for WriteConsoleOutputCharacterA.
2011-01-04 11:58:33 +01:00
Andrew Nguyen
2281c29b46
kernel32: Improve parameter validation for WriteConsoleOutputCharacterW.
2011-01-04 11:58:33 +01:00
Andrew Nguyen
9febdf3f58
kernel32: Improve parameter validation for WriteConsoleInputA.
2011-01-04 11:58:32 +01:00
Andrew Nguyen
0272da5afa
kernel32: Improve parameter validation for WriteConsoleInputW.
2011-01-04 11:58:13 +01:00
Andrew Nguyen
3501b0a580
kernel32: Fail with an invalid output parameter in GetNumberOfConsoleInputEvents.
2011-01-04 11:51:03 +01:00
Thomas Mullaly
858ccfff8b
normaliz: Added normaliz.dll stub.
2011-01-04 11:50:27 +01:00
Thomas Mullaly
1c7d32aa25
kernel32: Added stubs for IDN functions.
2011-01-04 11:49:45 +01:00
André Hentschel
40294182c1
ntdll: Respect multiple CPUs when faking values.
2011-01-04 11:46:31 +01:00
Andrew Nguyen
b84f2f229b
mmsystem.dll16: Correctly map the MCI_SYSINFO_PARMS structure when MCI_SYSINFO_QUANTITY is set.
2011-01-04 11:15:18 +01:00
Hwang YunSong
8570a94e31
setupapi: Update Korean resource.
2011-01-04 11:14:38 +01:00
Michael Stefaniuc
4ff5c02098
ole32: COM cleanup for the IEnumSTATSTG iface.
2011-01-04 11:14:25 +01:00
Michael Stefaniuc
40bf2f0ece
mshtml: COM cleanup for the IHTMLStyle4 iface.
2011-01-04 11:14:21 +01:00
Michael Stefaniuc
0ed9078234
mshtml: COM cleanup for the IHTMLStyle3 iface.
2011-01-04 11:14:16 +01:00
Michael Stefaniuc
6dcff905e6
mshtml: COM cleanup for the IHTMLStyle2 iface.
2011-01-04 11:14:08 +01:00
Michael Stefaniuc
e7f5cc27bf
mshtml: COM cleanup for the IHTMLStyle iface.
2011-01-04 11:13:59 +01:00