Francois Gouget [Mon, 24 Sep 2012 06:38:13 +0000 (08:38 +0200)]
kernel32: Add line wrapping support to FormatMessage().
Francois Gouget [Mon, 24 Sep 2012 06:32:45 +0000 (08:32 +0200)]
regedit: Fix the spelling of multi-string.
Francois Gouget [Mon, 24 Sep 2012 06:03:29 +0000 (08:03 +0200)]
oleaut32/tests: Fix compilation on systems that don't support nameless structs or unions.
Francois Gouget [Mon, 24 Sep 2012 06:03:10 +0000 (08:03 +0200)]
windowscodecs: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 24 Sep 2012 06:02:31 +0000 (08:02 +0200)]
d3dx9_36/tests: Fix compilation on systems that don't support nameless structs or unions.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:23:32 +0000 (13:23 +0900)]
windowscodecs: Take into account return value of IWICPalette_InitializeCustom().
Dmitry Timoshkov [Mon, 24 Sep 2012 04:23:18 +0000 (13:23 +0900)]
windowscodecs: Calculate transparent color index for global GIF palette.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:23:10 +0000 (13:23 +0900)]
windowscodecs: Add some tests for palette in a multiframe GIF image.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:23:04 +0000 (13:23 +0900)]
windowscodecs: Implement IWICBitmapDecoder_CopyPalette for the GIF decoder.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:22:57 +0000 (13:22 +0900)]
windowscodecs: Add some tests for GIF global palette.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:22:49 +0000 (13:22 +0900)]
windowscodecs: Fix calculation of transparent GIF color index.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:22:42 +0000 (13:22 +0900)]
windowscodecs: Return WINCODEC_ERR_FRAMEMISSING if there is no global GIF palette.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:22:33 +0000 (13:22 +0900)]
windowscodecs: Add some tests for GIF palette.
Christian Costa [Sun, 23 Sep 2012 18:43:48 +0000 (20:43 +0200)]
amstream: Add IAMMediaStream interface to AudioMediaStream object.
Christian Costa [Sun, 23 Sep 2012 18:43:40 +0000 (20:43 +0200)]
amstream: Add IAMMediaStream interface to DirectDrawMediaStream object.
Christian Costa [Sun, 23 Sep 2012 18:43:31 +0000 (20:43 +0200)]
amstream: Rename media stream objects and their method names for multi interfaces support.
Henri Verbeet [Sun, 23 Sep 2012 20:14:49 +0000 (22:14 +0200)]
wined3d: Take the data type of immediates into account in shader_glsl_get_register_name().
Henri Verbeet [Sun, 23 Sep 2012 20:14:48 +0000 (22:14 +0200)]
wined3d: Just return the shader from wined3d_device_get_vertex_shader().
Henri Verbeet [Sun, 23 Sep 2012 20:14:47 +0000 (22:14 +0200)]
wined3d: wined3d_device_set_vertex_shader() never fails.
Henri Verbeet [Sun, 23 Sep 2012 20:14:46 +0000 (22:14 +0200)]
d3d10: Implement d3d10_effect_shader_variable_GetPixelShader().
Henri Verbeet [Sun, 23 Sep 2012 20:14:45 +0000 (22:14 +0200)]
d3d10: Implement d3d10_effect_shader_variable_GetGeometryShader().
Jacek Caban [Fri, 21 Sep 2012 16:00:33 +0000 (18:00 +0200)]
jscript: Fixed conversion in place in IVariantChangeType::ChangeType.
Michael Stefaniuc [Fri, 21 Sep 2012 15:52:51 +0000 (17:52 +0200)]
shell32/tests: Use the explicit type for a function pointer.
Matteo Bruni [Fri, 21 Sep 2012 14:25:59 +0000 (16:25 +0200)]
d3dcompiler: Parse "for" loops with declarations.
Matteo Bruni [Fri, 21 Sep 2012 14:25:58 +0000 (16:25 +0200)]
d3dcompiler: Parse "for" loops without variable declarations.
Matteo Bruni [Fri, 21 Sep 2012 14:25:57 +0000 (16:25 +0200)]
d3dcompiler: Parse "do-while" loop.
Matteo Bruni [Fri, 21 Sep 2012 14:25:56 +0000 (16:25 +0200)]
d3dcompiler: Parse "while" loops.
Matteo Bruni [Fri, 21 Sep 2012 14:25:55 +0000 (16:25 +0200)]
d3dcompiler: Allow casts to arrays.
Christian Costa [Fri, 21 Sep 2012 14:02:10 +0000 (16:02 +0200)]
dmime: Rename params in IDirectMusicPerformance8Impl_AssignPChannel & IDirectMusicPerformance8Impl_PChannelInfo.
Christian Costa [Fri, 21 Sep 2012 13:44:37 +0000 (15:44 +0200)]
dmsynth: Implement IKsControl_KsProperty for Synth and SynthSink objects.
Piotr Caban [Fri, 21 Sep 2012 12:54:15 +0000 (14:54 +0200)]
wininet: Update used blocks count when block is allocated or freed.
Piotr Caban [Fri, 21 Sep 2012 12:53:57 +0000 (14:53 +0200)]
wininet: Stop urlcache clearing when dll is being unloaded.
Piotr Caban [Fri, 21 Sep 2012 12:53:47 +0000 (14:53 +0200)]
wininet: Improved FreeUrlCacheSpaceW implementation.
Piotr Caban [Fri, 21 Sep 2012 12:53:33 +0000 (14:53 +0200)]
wininet: Call FreeUrlCacheSpaceW when cache is full.
Alexandre Julliard [Fri, 21 Sep 2012 16:29:09 +0000 (18:29 +0200)]
include: Fix the CDSIZEOF_STRUCT definition to avoid warnings on 64-bit.
Huw Davies [Fri, 21 Sep 2012 12:22:51 +0000 (13:22 +0100)]
comdlg32: Add structure size checks.
Huw Davies [Fri, 21 Sep 2012 12:22:50 +0000 (13:22 +0100)]
comdlg32: Copy additional structure members if present.
Huw Davies [Fri, 21 Sep 2012 12:22:49 +0000 (13:22 +0100)]
include: Add missing structure members.
Huw Davies [Fri, 21 Sep 2012 12:22:48 +0000 (13:22 +0100)]
commdlg: Set the nt40 version size.
Huw Davies [Fri, 21 Sep 2012 12:22:47 +0000 (13:22 +0100)]
comdlg32/tests: Explicitly set the structure size to the nt40 version size.
Huw Davies [Fri, 21 Sep 2012 12:22:46 +0000 (13:22 +0100)]
comdlg32: Make the unicode copy the same size as the ansi version.
Huw Davies [Fri, 21 Sep 2012 12:22:45 +0000 (13:22 +0100)]
comdlg32: Only copy the valid portion of the structure.
Dmitry Timoshkov [Fri, 21 Sep 2012 10:58:20 +0000 (19:58 +0900)]
gdiplus: Add an ability to cache bitmap properties and use distinct metadata loaders for different image formats.
Dmitry Timoshkov [Fri, 21 Sep 2012 10:57:08 +0000 (19:57 +0900)]
gdiplus: Add more tests for GIF image properties.
Dmitry Timoshkov [Fri, 21 Sep 2012 10:56:21 +0000 (19:56 +0900)]
gdiplus: Test GIF properties using a specially created GIF image with a bunch of extensions.
Jacek Caban [Fri, 21 Sep 2012 11:45:55 +0000 (13:45 +0200)]
atliface.idl: Added IRegistrarBase declaration.
Christian Costa [Fri, 21 Sep 2012 09:47:06 +0000 (11:47 +0200)]
dmusic: Rename params in SynthPortImpl_IDirectMusicPort_QueryInterface.
Christian Costa [Fri, 21 Sep 2012 09:46:57 +0000 (11:46 +0200)]
dmusic: Rename params in IDirectMusic8Impl_GetDefaultPort.
Jacek Caban [Fri, 21 Sep 2012 10:28:18 +0000 (12:28 +0200)]
itss: Canonicalize relative paths before resolving object.
Jacek Caban [Fri, 21 Sep 2012 10:24:37 +0000 (12:24 +0200)]
mshtml: Use IUri as base URL in navigate_url.
Jacek Caban [Fri, 21 Sep 2012 09:16:21 +0000 (11:16 +0200)]
include: Added uiautomation.h.
Jacek Caban [Fri, 21 Sep 2012 09:16:06 +0000 (11:16 +0200)]
include: Added uiautomationcore.idl.
Alexandre Julliard [Fri, 21 Sep 2012 14:50:17 +0000 (16:50 +0200)]
winex11: Add window data structure locking to the map/unmap functions.
Alexandre Julliard [Fri, 21 Sep 2012 14:29:24 +0000 (16:29 +0200)]
winex11: Store the window display connection in the window structure.
Alexandre Julliard [Fri, 21 Sep 2012 13:53:48 +0000 (15:53 +0200)]
winex11: Add window data structure locking to the window region functions.
Alexandre Julliard [Fri, 21 Sep 2012 10:45:35 +0000 (12:45 +0200)]
winex11: Add window data structure locking to the X window creation paths.
Alexandre Julliard [Fri, 21 Sep 2012 09:52:29 +0000 (11:52 +0200)]
winex11: Separate fetching the window icon bits and setting the WM hints.
Alexandre Julliard [Fri, 21 Sep 2012 09:31:28 +0000 (11:31 +0200)]
winex11: Move the support for making the owner window managed to a separate function.
Charles Davis [Fri, 21 Sep 2012 07:51:34 +0000 (01:51 -0600)]
loader: On Mac OS with Clang, don't use external symbols for the DOS and shared heap segments.
André Hentschel [Thu, 20 Sep 2012 21:57:33 +0000 (23:57 +0200)]
iphlpapi: Improved GetTcpStatisticsEx stub.
Dmitry Timoshkov [Fri, 21 Sep 2012 00:42:37 +0000 (09:42 +0900)]
windowscodecs: Avoid unnecessary memory allocations.
Vincent Povirk [Thu, 20 Sep 2012 21:45:36 +0000 (16:45 -0500)]
gdiplus: Implement LineCapRound in GdipWidenPath.
Vincent Povirk [Thu, 20 Sep 2012 21:44:47 +0000 (16:44 -0500)]
gdiplus: Properly set the first point to start when widening open figures.
Vincent Povirk [Thu, 20 Sep 2012 20:16:58 +0000 (15:16 -0500)]
gdiplus: Implement LineCapSquare in GdipWidenPath.
Henri Verbeet [Thu, 20 Sep 2012 20:59:22 +0000 (22:59 +0200)]
wined3d: Simplify shader_glsl_destroy() control flow a bit.
Henri Verbeet [Thu, 20 Sep 2012 20:59:21 +0000 (22:59 +0200)]
wined3d: Just return the declaration from wined3d_device_get_vertex_declaration().
Henri Verbeet [Thu, 20 Sep 2012 20:59:20 +0000 (22:59 +0200)]
wined3d: wined3d_device_set_vertex_declaration() never fails.
Henri Verbeet [Thu, 20 Sep 2012 20:59:19 +0000 (22:59 +0200)]
d3d10: Implement d3d10_effect_shader_variable_GetVertexShader().
Henri Verbeet [Thu, 20 Sep 2012 20:59:18 +0000 (22:59 +0200)]
d3d10: Properly cleanup shader variables.
Alexandre Julliard [Thu, 20 Sep 2012 19:07:04 +0000 (21:07 +0200)]
gdi32: Always update the DC before looking for the physdev pointer.
Erich Hoover [Wed, 19 Sep 2012 14:04:04 +0000 (08:04 -0600)]
shell32: Create the All Users Microsoft directory.
Erich Hoover [Wed, 19 Sep 2012 14:03:46 +0000 (08:03 -0600)]
kernel32: Report FILE_PERSISTENT_ACLS flag for NTFS volumes.
Francois Gouget [Thu, 20 Sep 2012 11:01:48 +0000 (13:01 +0200)]
shell32: Add tests for ShellExecute()'s handling of file URLs.
Francois Gouget [Thu, 20 Sep 2012 10:58:43 +0000 (12:58 +0200)]
shell32/tests: Use consistent types for the ShellExecute() & co return value.
Alistair Leslie-Hughes [Thu, 20 Sep 2012 04:02:16 +0000 (14:02 +1000)]
scrrun: Add Scripting.Dictionary interface.
Alistair Leslie-Hughes [Sun, 23 Sep 2012 04:02:21 +0000 (14:02 +1000)]
ole32: Add CoGetDefaultContext stub.
Per Johansson [Wed, 19 Sep 2012 19:49:23 +0000 (21:49 +0200)]
winemenubuilder: Correct InvokeShellLinkerForURL return value.
Per Johansson [Wed, 19 Sep 2012 19:48:16 +0000 (21:48 +0200)]
winemenubuilder: Don't treat empty string as a valid icon file name.
Daniel Jelinski [Wed, 19 Sep 2012 18:26:34 +0000 (20:26 +0200)]
ieframe: cxMinChild needs to be set if RBBIM_CHILDSIZE is set.
André Hentschel [Wed, 19 Sep 2012 21:53:37 +0000 (23:53 +0200)]
iphlpapi: Implement GetIcmpStatisticsEx on Linux.
André Hentschel [Wed, 19 Sep 2012 21:52:30 +0000 (23:52 +0200)]
iphlpapi: Implement GetUdpStatisticsEx on Linux.
André Hentschel [Wed, 19 Sep 2012 21:48:59 +0000 (23:48 +0200)]
iphlpapi: Implement GetIpStatisticsEx on Linux.
Jacek Caban [Thu, 20 Sep 2012 13:05:07 +0000 (15:05 +0200)]
mshtml: Don't do anything in handle_htmlevent if document is already detached.
Jacek Caban [Thu, 20 Sep 2012 13:04:01 +0000 (15:04 +0200)]
jscript: Get rid of unused hres.
Spotted by Michael Stefaniuc.
Jacek Caban [Thu, 20 Sep 2012 13:02:55 +0000 (15:02 +0200)]
jscript: Added support for RegExp.$* properties.
Michael Stefaniuc [Thu, 20 Sep 2012 11:29:17 +0000 (13:29 +0200)]
user32: Remove superfluous function pointer casts.
Francois Gouget [Thu, 20 Sep 2012 09:06:29 +0000 (11:06 +0200)]
comdlg32: Make FD31_GetFldrHeight() static.
Christian Costa [Wed, 19 Sep 2012 22:17:35 +0000 (00:17 +0200)]
dmusic: Rename params of SynthPortImpl_IDirectMusicPort_DownloadInstrument.
Christian Costa [Wed, 19 Sep 2012 22:17:28 +0000 (00:17 +0200)]
dmusic: Add comments to Synth port vtables.
Christian Costa [Wed, 19 Sep 2012 22:17:20 +0000 (00:17 +0200)]
dmusic: Implement SynthPortImpl_IDirectMusicPort_PlayBuffer.
Christian Costa [Wed, 19 Sep 2012 22:17:11 +0000 (00:17 +0200)]
dmusic: Setup and free all DirectMusicSynth objects when creating and releasing Synth port.
Francois Gouget [Wed, 19 Sep 2012 18:50:13 +0000 (20:50 +0200)]
d3dcompiler_43: Remove an unwanted trailing '\n' in debug_dump_instr().
Francois Gouget [Wed, 19 Sep 2012 18:12:17 +0000 (20:12 +0200)]
d3dcompiler_43: Make add_type_to_scope() static.
Francois Gouget [Wed, 19 Sep 2012 18:11:53 +0000 (20:11 +0200)]
jscript: Make jsval_variant() static.
Francois Gouget [Wed, 19 Sep 2012 18:43:15 +0000 (20:43 +0200)]
wined3d: Remove an unwanted trailing '\n' in shader_dump_register().
Francois Gouget [Wed, 19 Sep 2012 18:37:38 +0000 (20:37 +0200)]
kernel32: There is no need to zero-fill the FormatMessage() temporary buffer.
Francois Gouget [Wed, 19 Sep 2012 18:37:24 +0000 (20:37 +0200)]
kernel32: Replace the format_message() helper macro with a static function.
Francois Gouget [Wed, 19 Sep 2012 18:36:49 +0000 (20:36 +0200)]
kernel32/tests: Add more FormatMessage() line wrapping tests.
Francois Gouget [Wed, 19 Sep 2012 18:11:59 +0000 (20:11 +0200)]
msvcp71: Remove an unused debug channel.
Henri Verbeet [Wed, 19 Sep 2012 19:50:23 +0000 (21:50 +0200)]
wined3d: Merge the glsl_vshader_private and glsl_pshader_private structures.