Christian Costa [Tue, 1 May 2012 08:21:28 +0000 (10:21 +0200)]
amstream: Add the corresponding pin to every media stream added to the media stream filter + add tests.
Christian Costa [Tue, 1 May 2012 08:21:20 +0000 (10:21 +0200)]
amstream: Add checks to GetFormat.
Francois Gouget [Fri, 4 May 2012 14:25:58 +0000 (16:25 +0200)]
mscoree: Make assembly_rva_to_va() and parse_headers() static.
Francois Gouget [Fri, 4 May 2012 14:25:50 +0000 (16:25 +0200)]
strmbase: The strmbase debug channel is unused in a couple of files so remove it.
Francois Gouget [Fri, 4 May 2012 14:25:41 +0000 (16:25 +0200)]
d3dx9_36/tests: Add a trailing '\n' to an ok() call.
Jacek Caban [Fri, 4 May 2012 15:24:46 +0000 (17:24 +0200)]
mshtml: Fixed tests on old IEs.
Jacek Caban [Fri, 4 May 2012 13:59:43 +0000 (15:59 +0200)]
jscript: Added support for VT_INT.
Jacek Caban [Fri, 4 May 2012 13:59:30 +0000 (15:59 +0200)]
jscript: Skip failing tests on old jscript versions.
Francois Gouget [Thu, 3 May 2012 23:07:45 +0000 (01:07 +0200)]
regedit: An English (United States) spelling fix.
Francois Gouget [Thu, 3 May 2012 23:07:14 +0000 (01:07 +0200)]
comdlg32: An English (United States) spelling fix.
Francois Gouget [Thu, 3 May 2012 23:06:43 +0000 (01:06 +0200)]
wldap32: An English (United States) spelling fix.
Aurimas Fišeras [Fri, 4 May 2012 04:36:57 +0000 (07:36 +0300)]
po: Update Lithuanian translation.
André Hentschel [Thu, 3 May 2012 20:40:09 +0000 (22:40 +0200)]
winspool.drv: Also convert printer info for level 8.
Henri Verbeet [Thu, 3 May 2012 19:49:39 +0000 (21:49 +0200)]
wined3d: Properly check for transformed position in buffer_check_attribute().
Henri Verbeet [Thu, 3 May 2012 19:49:38 +0000 (21:49 +0200)]
wined3d: Use the wined3d_matrix structure for the identity matrix.
Henri Verbeet [Thu, 3 May 2012 19:49:37 +0000 (21:49 +0200)]
d3d8: Get rid of IDirect3D8Impl.
Henri Verbeet [Thu, 3 May 2012 19:49:36 +0000 (21:49 +0200)]
d3d8: Add a separate function for d3d8 initialization.
Henri Verbeet [Thu, 3 May 2012 19:49:35 +0000 (21:49 +0200)]
ddraw: Get rid of the member_info typedef.
Alexandre Julliard [Thu, 3 May 2012 21:44:35 +0000 (23:44 +0200)]
urlmon/tests: Allow more COOKIE_SENT notifications.
Alexandre Julliard [Thu, 3 May 2012 21:40:21 +0000 (23:40 +0200)]
wininet/tests: Add even more optional COOKIE_SENT messages.
Alexandre Julliard [Thu, 3 May 2012 21:31:43 +0000 (23:31 +0200)]
msi/tests: Skip MsiEnumProductsEx tests if not supported.
Michael Mc Donnell [Fri, 30 Mar 2012 17:02:51 +0000 (19:02 +0200)]
d3dx9: Added D3DXOptimizeFaces test.
Michael Mc Donnell [Fri, 30 Mar 2012 17:02:20 +0000 (19:02 +0200)]
d3dx9: Added D3DXOptimizeFaces semi-stub.
Jacek Caban [Thu, 3 May 2012 10:20:38 +0000 (12:20 +0200)]
wininet: Set status code OK for responses without headers.
Jacek Caban [Thu, 3 May 2012 10:20:25 +0000 (12:20 +0200)]
wininet: Added special case for HTTP_QUERY_STATUS_CODE in HttpQueryInfo.
Jacek Caban [Thu, 3 May 2012 10:20:10 +0000 (12:20 +0200)]
wininet: Use stored status code in HTTP_HttpEndRequestW.
Jacek Caban [Thu, 3 May 2012 10:19:58 +0000 (12:19 +0200)]
wininet: Use stored status code in HTTP_HttpSendRequestW.
Jacek Caban [Thu, 3 May 2012 10:19:47 +0000 (12:19 +0200)]
wininet: Store status code in http_request_t and use it in set_content_length.
Jacek Caban [Thu, 3 May 2012 10:19:33 +0000 (12:19 +0200)]
wininet: Clean up HTTP_QUERY_STATUS_CODE tests.
Michael Stefaniuc [Thu, 3 May 2012 09:20:05 +0000 (11:20 +0200)]
strmbase: Print the debug string and not the pointer to it.
Jacek Caban [Thu, 3 May 2012 08:42:42 +0000 (10:42 +0200)]
jscript: Return double from to_integer.
Jacek Caban [Thu, 3 May 2012 08:41:36 +0000 (10:41 +0200)]
jscript: Better handling of to_integer in String.substr.
Jacek Caban [Thu, 3 May 2012 08:41:23 +0000 (10:41 +0200)]
jscript: Better handling of to_integer result in String.substring.
Jacek Caban [Thu, 3 May 2012 08:41:10 +0000 (10:41 +0200)]
jscript: Better handling of to_integer result in String.slice.
Jacek Caban [Thu, 3 May 2012 08:40:57 +0000 (10:40 +0200)]
jscript: Better handling of to_integer result in String.lastIndexOf.
Jacek Caban [Thu, 3 May 2012 08:40:45 +0000 (10:40 +0200)]
jscript: Bettter handling of to_number result in String.indexOf.
Jacek Caban [Thu, 3 May 2012 08:40:27 +0000 (10:40 +0200)]
jscript: Better handling of to_integer result in String.charCodeAt.
Jacek Caban [Thu, 3 May 2012 08:40:13 +0000 (10:40 +0200)]
jscript: Better handling of to_integer result in String.charAt.
Jacek Caban [Thu, 3 May 2012 08:40:04 +0000 (10:40 +0200)]
jscript: Better handling of to_integer result in Array.splice.
Alexandre Julliard [Thu, 3 May 2012 14:10:17 +0000 (16:10 +0200)]
winex11: Remove redundant code in ChoosePixelFormat.
Alexandre Julliard [Thu, 3 May 2012 11:54:29 +0000 (13:54 +0200)]
winex11: Always store the GL drawable in the device context.
Alexandre Julliard [Thu, 3 May 2012 18:43:09 +0000 (20:43 +0200)]
winex11: Update the pixel format through the DCE hook for window DCs to avoid races.
Alexandre Julliard [Thu, 3 May 2012 10:50:52 +0000 (12:50 +0200)]
winex11: Remove obsolete escapes.
Alexandre Julliard [Thu, 3 May 2012 10:22:49 +0000 (12:22 +0200)]
winex11: Remove support for the no longer used GET_GLX_DRAWABLE escape.
Christian Costa [Thu, 3 May 2012 07:11:59 +0000 (09:11 +0200)]
include: Add definition of IKsControl interface in dmksctrl.h.
Francois Gouget [Thu, 3 May 2012 00:44:17 +0000 (02:44 +0200)]
po: English (neutral / Great Britain) spelling fixes.
Francois Gouget [Thu, 3 May 2012 00:41:38 +0000 (02:41 +0200)]
kernel32: Some English (United States) spelling fixes.
Francois Gouget [Thu, 3 May 2012 00:36:57 +0000 (02:36 +0200)]
msi: Tweak msiexec's usage message.
Austin English [Wed, 2 May 2012 22:00:36 +0000 (17:00 -0500)]
kernel32: Only print a fixme once for FlushProcessWriteBuffers.
Austin English [Wed, 2 May 2012 19:32:14 +0000 (14:32 -0500)]
kernel32: Move GlobalMemoryStatus(Ex) to a different debug channel.
Vincent Povirk [Wed, 2 May 2012 18:16:41 +0000 (13:16 -0500)]
mscoree: Change _CorDllMain fixme to a trace.
Vincent Povirk [Wed, 2 May 2012 18:04:36 +0000 (13:04 -0500)]
mscoree: Use the main HMODULE in _CorExeMain instead of loading a new exe.
Vincent Povirk [Thu, 20 Oct 2011 18:23:35 +0000 (13:23 -0500)]
mscoree: Detect when a CLR DLL requests vtable fixups.
Henri Verbeet [Wed, 2 May 2012 19:47:58 +0000 (21:47 +0200)]
wined3d: Determine index buffer location based on vertex buffer locations.
Henri Verbeet [Wed, 2 May 2012 19:47:57 +0000 (21:47 +0200)]
wined3d: The wined3d object doesn't need a parent.
Henri Verbeet [Wed, 2 May 2012 19:47:56 +0000 (21:47 +0200)]
ddraw: Get rid of the flag_info typedef.
Henri Verbeet [Wed, 2 May 2012 19:47:55 +0000 (21:47 +0200)]
d3d9: Properly retrieve an interface pointer in d3d9_texture_3d_UnlockBox().
Henri Verbeet [Wed, 2 May 2012 19:47:54 +0000 (21:47 +0200)]
d3d9: Properly retrieve an interface pointer in d3d9_texture_3d_LockBox().
André Hentschel [Wed, 2 May 2012 17:40:09 +0000 (19:40 +0200)]
winspool.drv: Support printer info level 8.
Alexandre Julliard [Thu, 3 May 2012 09:12:34 +0000 (11:12 +0200)]
urlmon/tests: Allow multiple COOKIE_SENT notifications, and trace received progress messages.
Alexandre Julliard [Thu, 3 May 2012 08:23:19 +0000 (10:23 +0200)]
urlmon/tests: Fix a test failure on COOKIE_SENT status.
Alexandre Julliard [Thu, 3 May 2012 08:11:12 +0000 (10:11 +0200)]
wininet/tests: Add more optional COOKIE_SENT messages.
Alexandre Julliard [Thu, 3 May 2012 08:10:45 +0000 (10:10 +0200)]
iphlpapi/tests: Avoid test failures when IPv6 is not supported.
André Hentschel [Tue, 1 May 2012 20:17:11 +0000 (22:17 +0200)]
d3drm/tests: Add tests for handling lights.
André Hentschel [Tue, 1 May 2012 20:16:10 +0000 (22:16 +0200)]
d3drm: Implement IDirect3DRMFrameX_DeleteLight.
André Hentschel [Tue, 1 May 2012 20:15:49 +0000 (22:15 +0200)]
d3drm: Implement IDirect3DRMFrameX_AddLight.
André Hentschel [Tue, 1 May 2012 20:15:39 +0000 (22:15 +0200)]
d3drm: Add IDirect3DRMLight interface.
Jacek Caban [Wed, 2 May 2012 15:43:08 +0000 (17:43 +0200)]
jscript: Properly test if double may be converted to int32.
Jacek Caban [Wed, 2 May 2012 14:25:11 +0000 (16:25 +0200)]
oleaut32: Added warn+heap support for cached BSTRs.
Jacek Caban [Wed, 2 May 2012 14:24:57 +0000 (16:24 +0200)]
oleaut32: Use a struct for internal BSTR representation to avoid pointer magic.
Józef Kucia [Wed, 2 May 2012 13:06:34 +0000 (15:06 +0200)]
ddraw: Correct wrong comment in ddraw.h.
Austin English [Tue, 1 May 2012 20:26:24 +0000 (15:26 -0500)]
kernel32: Add a stub for FlushProcessWriteBuffers.
Christian Costa [Tue, 1 May 2012 08:07:23 +0000 (10:07 +0200)]
dmusic: Check errors in IDirectMusic8Impl_Activate and remove FIXME.
Christian Costa [Tue, 1 May 2012 08:07:09 +0000 (10:07 +0200)]
dmusic: Implement IDirectMusic8Impl_EnumMasterClock.
Christian Costa [Tue, 1 May 2012 08:06:58 +0000 (10:06 +0200)]
dmusic: COM cleanup of IDirectMusic8.
Christian Costa [Tue, 1 May 2012 08:25:45 +0000 (10:25 +0200)]
dmusic: Add tests to enumerate master clocks.
Alexandre Julliard [Wed, 2 May 2012 11:01:34 +0000 (13:01 +0200)]
wininet/tests: Add some optional COOKIE_SENT messages in various places.
Alexandre Julliard [Wed, 2 May 2012 10:10:59 +0000 (12:10 +0200)]
wing32: Use the correct constant names for CreateDIBSection.
Alexandre Julliard [Wed, 2 May 2012 10:02:33 +0000 (12:02 +0200)]
wined3d: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case.
Alexandre Julliard [Wed, 2 May 2012 10:02:28 +0000 (12:02 +0200)]
gphoto2.ds: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case.
Alexandre Julliard [Wed, 2 May 2012 10:02:17 +0000 (12:02 +0200)]
gdiplus: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case.
Jacek Caban [Wed, 2 May 2012 08:28:09 +0000 (10:28 +0200)]
mshtml: Added IHTMLWindow2::get_history implementation.
Jacek Caban [Wed, 2 May 2012 08:27:56 +0000 (10:27 +0200)]
mshtml.idl: Added DispHTMLHistory declaration.
Andrew Eikum [Tue, 1 May 2012 20:01:32 +0000 (15:01 -0500)]
dsound: Don't derive the secondary position from the primary position.
Andrew Eikum [Tue, 1 May 2012 20:01:06 +0000 (15:01 -0500)]
dsound: Convert from fixed to floating point.
Henri Verbeet [Tue, 1 May 2012 18:25:28 +0000 (20:25 +0200)]
wined3d: Figure out the index data pointer inside drawPrimitive().
We want to do this after context_apply_draw_state(), when resource locations
are all setup.
Henri Verbeet [Tue, 1 May 2012 18:25:27 +0000 (20:25 +0200)]
wined3d: Figure out the index size inside drawPrimitive().
Henri Verbeet [Tue, 1 May 2012 18:25:26 +0000 (20:25 +0200)]
d3d9: Properly retrieve an interface pointer in d3d9_texture_3d_GetVolumeLevel().
Henri Verbeet [Tue, 1 May 2012 18:25:25 +0000 (20:25 +0200)]
d3d9: Properly retrieve an interface pointer in d3d9_texture_cube_UnlockRect().
Henri Verbeet [Tue, 1 May 2012 18:25:24 +0000 (20:25 +0200)]
d3d9: Properly retrieve an interface pointer in d3d9_texture_cube_LockRect().
André Hentschel [Tue, 1 May 2012 17:45:45 +0000 (19:45 +0200)]
winedbg: Complete the Thumb disassembler.
Alexander E. Patrakov [Mon, 12 Dec 2011 20:07:49 +0000 (14:07 -0600)]
dsound: Clean up channels.
Alexander E. Patrakov [Mon, 12 Dec 2011 20:03:19 +0000 (14:03 -0600)]
dsound: Clean up cp_fields.
Alexander E. Patrakov [Mon, 7 Nov 2011 16:25:49 +0000 (10:25 -0600)]
dsound: Replace convert() functions with get() and put().
Alexander E. Patrakov [Mon, 7 Nov 2011 16:17:09 +0000 (10:17 -0600)]
dsound: Clean up MixToTemporary().
Erich Hoover [Tue, 1 May 2012 03:14:18 +0000 (21:14 -0600)]
ws2_32/tests: Test for IOCP behavior without AcceptEx call.
Erich Hoover [Tue, 1 May 2012 03:14:11 +0000 (21:14 -0600)]
ws2_32/tests: Test for AcceptEx IOCP behavior for a duplicated handle.
Erich Hoover [Tue, 1 May 2012 03:13:37 +0000 (21:13 -0600)]
ws2_32/tests: Test for AcceptEx IOCP behavior for cancelled sockets.
Erich Hoover [Tue, 1 May 2012 03:13:18 +0000 (21:13 -0600)]
ws2_32/tests: AcceptEx IOCP initialization cleanup.
Jacek Caban [Tue, 1 May 2012 13:06:44 +0000 (15:06 +0200)]
oleaut32: SysStringByteLen code clean up.