wine
14 years agokernel32: Do not include 16-bit headers in 32-bit files.
Alexandre Julliard [Mon, 28 Dec 2009 21:19:31 +0000 (22:19 +0100)] 
kernel32: Do not include 16-bit headers in 32-bit files.

14 years agomciqtz: Improve MCIQTZ_mciSet traces.
Christian Costa [Wed, 30 Dec 2009 10:38:30 +0000 (11:38 +0100)] 
mciqtz: Improve MCIQTZ_mciSet traces.

14 years agoshlwapi: Initialise id field of ConPt object in connection point tests.
Rob Shearman [Wed, 30 Dec 2009 13:15:08 +0000 (13:15 +0000)] 
shlwapi: Initialise id field of ConPt object in connection point tests.

14 years agontdll: Fix typo in RTL_ReportRegistryValue which caused a counted string to be passed...
Rob Shearman [Wed, 30 Dec 2009 13:14:56 +0000 (13:14 +0000)] 
ntdll: Fix typo in RTL_ReportRegistryValue which caused a counted string to be passed into QueryFunction which expects a nul-terminated string.

14 years agowinedbg: In "info threads" commands, also show the name of the processes even if...
Eric Pouech [Wed, 30 Dec 2009 08:43:38 +0000 (09:43 +0100)] 
winedbg: In "info threads" commands, also show the name of the processes even if not debugged.

14 years agomciqtz: Add stub for MCI_SETAUDIO.
Christian Costa [Wed, 30 Dec 2009 08:40:29 +0000 (09:40 +0100)] 
mciqtz: Add stub for MCI_SETAUDIO.

14 years agowinemp3.acm: mpg123_getformat must be called on MPG123_NEW_FORMAT errors for libmpg12...
Loïc Hoguin [Mon, 28 Dec 2009 17:17:24 +0000 (18:17 +0100)] 
winemp3.acm: mpg123_getformat must be called on MPG123_NEW_FORMAT errors for libmpg123 < 1.8.0.

The documentation for libmpg123 clearly state that mpg123_getformat MUST
be called if an error MPG123_NEW_FORMAT is returned, for libmpg123 < 1.8.0.
On versions above that, the call is optional. The patch make sure to call
that function all the time (instead of just when trace is activated) so
that mp3 works in Morrowind and others.

14 years agouser32: Handle virtual key codes only in the WM_KEYDOWN case.
Dmitry Timoshkov [Wed, 30 Dec 2009 05:25:45 +0000 (13:25 +0800)] 
user32: Handle virtual key codes only in the WM_KEYDOWN case.

Reported by David Quintana.

14 years agoole32/storage32: Fix return value for invalid access mode in OpenStream.
Alexander Kochetkov [Wed, 30 Dec 2009 00:54:20 +0000 (03:54 +0300)] 
ole32/storage32: Fix return value for invalid access mode in OpenStream.

14 years agowinetest: Remove superfluous WPARAM casts.
Michael Stefaniuc [Tue, 29 Dec 2009 22:16:17 +0000 (23:16 +0100)] 
winetest: Remove superfluous WPARAM casts.

14 years agouser.exe: Remove some superfluous WPARAM/LPARAM casts.
Michael Stefaniuc [Tue, 29 Dec 2009 22:16:10 +0000 (23:16 +0100)] 
user.exe: Remove some superfluous WPARAM/LPARAM casts.

14 years agouser32: Initialize hICON to NULL (Coverity).
Marcus Meissner [Tue, 29 Dec 2009 22:04:46 +0000 (23:04 +0100)] 
user32: Initialize hICON to NULL (Coverity).

14 years agouser32/uitools: Fix FillRect behaviour for invalid brush passed.
Nikolay Sivov [Wed, 30 Dec 2009 14:33:05 +0000 (17:33 +0300)] 
user32/uitools: Fix FillRect behaviour for invalid brush passed.

14 years agouser32/sysparams: Return NULL from GetSysColorBrush() for invalid index.
Nikolay Sivov [Tue, 29 Dec 2009 16:27:14 +0000 (19:27 +0300)] 
user32/sysparams: Return NULL from GetSysColorBrush() for invalid index.

14 years agosecur32: Don't allocate context handle in wrapper InitializeSecurityContextA/W if...
Rob Shearman [Tue, 29 Dec 2009 19:06:43 +0000 (19:06 +0000)] 
secur32: Don't allocate context handle in wrapper InitializeSecurityContextA/W if it is the same as the handle passed into the function.

14 years agosecur32: Fix memory leaks in ntlm_InitializeSecurityContextW.
Rob Shearman [Tue, 29 Dec 2009 19:06:23 +0000 (19:06 +0000)] 
secur32: Fix memory leaks in ntlm_InitializeSecurityContextW.

14 years agosecur32: Simplify memory management by not allocating memory for the CredHandle and...
Rob Shearman [Tue, 29 Dec 2009 19:05:54 +0000 (19:05 +0000)] 
secur32: Simplify memory management by not allocating memory for the CredHandle and CtxtHandle pointers.

Instead store the handles directly in the SspiData structure and pass
the addresses of these into SSPI functions.

14 years agosecur32: Fix memory leaks in tests.
Rob Shearman [Tue, 29 Dec 2009 19:04:29 +0000 (19:04 +0000)] 
secur32: Fix memory leaks in tests.

14 years agowinex11.drv: Empty clipboard cache on process unload to avoid false positives being...
Rob Shearman [Tue, 29 Dec 2009 19:03:40 +0000 (19:03 +0000)] 
winex11.drv: Empty clipboard cache on process unload to avoid false positives being reported for memory leaks.

14 years agoshell32: Fix a potentially large memory leak in IQueryAssociations_fnGetString.
Rob Shearman [Tue, 29 Dec 2009 19:02:54 +0000 (19:02 +0000)] 
shell32: Fix a potentially large memory leak in IQueryAssociations_fnGetString.

14 years agoshell32: Fix memory leaks in autocomplete tests.
Rob Shearman [Tue, 29 Dec 2009 19:02:16 +0000 (19:02 +0000)] 
shell32: Fix memory leaks in autocomplete tests.

14 years agoshell32: Fix style in autocomplete tests to more match the typical style used in...
Rob Shearman [Tue, 29 Dec 2009 19:01:29 +0000 (19:01 +0000)] 
shell32: Fix style in autocomplete tests to more match the typical style used in the rest of Wine.

14 years agoole32: Handle SetClipboardData failing in OLE clipboard functions.
Rob Shearman [Tue, 29 Dec 2009 19:00:53 +0000 (19:00 +0000)] 
ole32: Handle SetClipboardData failing in OLE clipboard functions.

14 years agoole32: Fix stream reference leak in test_ReadClassStm.
Rob Shearman [Tue, 29 Dec 2009 19:00:22 +0000 (19:00 +0000)] 
ole32: Fix stream reference leak in test_ReadClassStm.

14 years agoole32: Release the data object and free the cached enum data upon OleUninitialize.
Rob Shearman [Tue, 29 Dec 2009 18:59:37 +0000 (18:59 +0000)] 
ole32: Release the data object and free the cached enum data upon OleUninitialize.

14 years agoRevert "Revert "wpp: config.h and wine/port.h should be included first."".
Michael Stefaniuc [Tue, 29 Dec 2009 17:07:44 +0000 (18:07 +0100)] 
Revert "Revert "wpp: config.h and wine/port.h should be included first."".

This reverts commit 8e729245412e6b1e24b9871a0252b7e660fd24ec.
Wine now requires a new enough flex version.

14 years agoRevert "wrc: Use an EOF rule instead of lex_destroy for compatibility with prediluvia...
Michael Stefaniuc [Tue, 29 Dec 2009 17:07:22 +0000 (18:07 +0100)] 
Revert "wrc: Use an EOF rule instead of lex_destroy for compatibility with prediluvian flex versions.".

This reverts commit 1405c00ecbcf5509c9475759b8230c019070b663.
Wine now requires a new enough flex version.

14 years agoconfigure: Require a new enough flex version.
Michael Stefaniuc [Tue, 29 Dec 2009 17:07:02 +0000 (18:07 +0100)] 
configure: Require a new enough flex version.

Wine needs a newer flex version than the prediluvian 2.5.4a.

14 years agoshdocvw: Remove unneeded \ at the end of a line.
Michael Stefaniuc [Tue, 29 Dec 2009 17:06:06 +0000 (18:06 +0100)] 
shdocvw: Remove unneeded \ at the end of a line.

14 years agodxgi: Add a separate function for factory initialization.
Henri Verbeet [Tue, 29 Dec 2009 16:10:23 +0000 (17:10 +0100)] 
dxgi: Add a separate function for factory initialization.

14 years agowined3d: Use the element size to create "isStateDirty" bitmap indices.
Henri Verbeet [Tue, 29 Dec 2009 16:10:22 +0000 (17:10 +0100)] 
wined3d: Use the element size to create "isStateDirty" bitmap indices.

14 years agoddraw: Remove a redundant return.
Henri Verbeet [Tue, 29 Dec 2009 16:10:21 +0000 (17:10 +0100)] 
ddraw: Remove a redundant return.

14 years agowined3d: Remove some redundant returns.
Henri Verbeet [Tue, 29 Dec 2009 16:10:20 +0000 (17:10 +0100)] 
wined3d: Remove some redundant returns.

14 years agowined3d: The FVF parameter to IWineD3DDeviceImpl_CreateVertexBuffer() is unused now.
Henri Verbeet [Tue, 29 Dec 2009 16:10:19 +0000 (17:10 +0100)] 
wined3d: The FVF parameter to IWineD3DDeviceImpl_CreateVertexBuffer() is unused now.

14 years agosecur32: Pretend the NTLM provider also does Negotiate.
Kai Blin [Tue, 29 Dec 2009 15:36:18 +0000 (16:36 +0100)] 
secur32: Pretend the NTLM provider also does Negotiate.

We had to enable the Negotiate provider a while back so programs that expected
that provider to be present would be happy. This broke programs that expect a
Negotiate provider to actually do something if it is present. This fix works
around that new issue by thunking all calls to Negotiate to NTLM.

14 years agouser.exe: Prepend a valid bitmap header when copying a bitmap resource to a file.
Alexandre Julliard [Tue, 29 Dec 2009 20:55:59 +0000 (21:55 +0100)] 
user.exe: Prepend a valid bitmap header when copying a bitmap resource to a file.

14 years agomakefiles: Use winebuild to create the Windows import libraries.
Alexandre Julliard [Wed, 30 Dec 2009 11:56:16 +0000 (12:56 +0100)] 
makefiles: Use winebuild to create the Windows import libraries.

14 years agowinebuild: Don't output private symbols at all when building an import library.
Alexandre Julliard [Wed, 30 Dec 2009 11:50:17 +0000 (12:50 +0100)] 
winebuild: Don't output private symbols at all when building an import library.

14 years agowinebuild: Add support for building Windows import libraries.
Alexandre Julliard [Wed, 30 Dec 2009 10:51:19 +0000 (11:51 +0100)] 
winebuild: Add support for building Windows import libraries.

14 years agowinebuild: Recognize mingw32 as a Windows platform.
Alexandre Julliard [Wed, 30 Dec 2009 11:43:31 +0000 (12:43 +0100)] 
winebuild: Recognize mingw32 as a Windows platform.

14 years agowinebuild: Simplify the code for finding the various build tools.
Alexandre Julliard [Wed, 30 Dec 2009 11:42:25 +0000 (12:42 +0100)] 
winebuild: Simplify the code for finding the various build tools.

14 years agowinebuild: Add support for generating import libs for 16-bit dlls.
Alexandre Julliard [Wed, 30 Dec 2009 11:32:17 +0000 (12:32 +0100)] 
winebuild: Add support for generating import libs for 16-bit dlls.

14 years agowinebuild: Always initialize the dll name at startup.
Alexandre Julliard [Wed, 30 Dec 2009 11:12:13 +0000 (12:12 +0100)] 
winebuild: Always initialize the dll name at startup.

14 years agowinebuild: Support for adding 32-bit exports in 16-bit spec files.
Alexandre Julliard [Mon, 28 Dec 2009 21:42:58 +0000 (22:42 +0100)] 
winebuild: Support for adding 32-bit exports in 16-bit spec files.

14 years agowinebuild: Allow optional keywords to be in any order in a .def file.
Alexandre Julliard [Mon, 28 Dec 2009 22:23:54 +0000 (23:23 +0100)] 
winebuild: Allow optional keywords to be in any order in a .def file.

14 years agowinebuild: Don't check variables for undefined exports.
Alexandre Julliard [Mon, 28 Dec 2009 20:42:37 +0000 (21:42 +0100)] 
winebuild: Don't check variables for undefined exports.

14 years agouser32/tests: Add tests for invalid index in GetSysColorBrush().
Nikolay Sivov [Tue, 29 Dec 2009 12:48:24 +0000 (15:48 +0300)] 
user32/tests: Add tests for invalid index in GetSysColorBrush().

14 years agodbghelp: Silence a couple of FIXMEs for C++ code.
Eric Pouech [Tue, 29 Dec 2009 12:02:39 +0000 (13:02 +0100)] 
dbghelp: Silence a couple of FIXMEs for C++ code.

Reported by Jacek Caban.

14 years agowinedump: Manage the string table size in PE file format.
Eric Pouech [Tue, 29 Dec 2009 12:02:33 +0000 (13:02 +0100)] 
winedump: Manage the string table size in PE file format.

14 years agontdll: Avoid one warning around assert(0).
Gerald Pfeifer [Fri, 25 Dec 2009 10:14:07 +0000 (11:14 +0100)] 
ntdll: Avoid one warning around assert(0).

14 years agokernel32: Get rid of the support for 16-bit resources in 32-bit resource functions.
Alexandre Julliard [Mon, 28 Dec 2009 19:27:50 +0000 (20:27 +0100)] 
kernel32: Get rid of the support for 16-bit resources in 32-bit resource functions.

14 years agokernel32: Don't include kernel_private.h in 16-bit files.
Alexandre Julliard [Mon, 28 Dec 2009 21:59:24 +0000 (22:59 +0100)] 
kernel32: Don't include kernel_private.h in 16-bit files.

14 years agokernel32: Move the kernel thread data definitions to kernel16_private.h.
Alexandre Julliard [Mon, 28 Dec 2009 16:26:55 +0000 (17:26 +0100)] 
kernel32: Move the kernel thread data definitions to kernel16_private.h.

14 years agokernel32: Link directly to the thunk functions instead of looking up their entry...
Alexandre Julliard [Mon, 28 Dec 2009 16:37:44 +0000 (17:37 +0100)] 
kernel32: Link directly to the thunk functions instead of looking up their entry point.

14 years agokernel32: Don't store the current codepage in the thread data.
Alexandre Julliard [Mon, 28 Dec 2009 16:24:50 +0000 (17:24 +0100)] 
kernel32: Don't store the current codepage in the thread data.

14 years agontoskrnl.exe: Add stub for KeSetPriorityThread.
Stefan Leichter [Tue, 29 Dec 2009 09:13:37 +0000 (10:13 +0100)] 
ntoskrnl.exe: Add stub for KeSetPriorityThread.

14 years agontoskrnl.exe: Add stub for KeReleaseSemaphore.
Stefan Leichter [Tue, 29 Dec 2009 09:13:16 +0000 (10:13 +0100)] 
ntoskrnl.exe: Add stub for KeReleaseSemaphore.

14 years agowpp: Clean state on error path.
Matteo Bruni [Sat, 26 Dec 2009 15:19:06 +0000 (16:19 +0100)] 
wpp: Clean state on error path.

14 years agod3d9: Add D3DSHADER_COMPARISON definition.
Matteo Bruni [Sat, 26 Dec 2009 15:18:18 +0000 (16:18 +0100)] 
d3d9: Add D3DSHADER_COMPARISON definition.

14 years agohlink/tests: Repair test to work as intended.
Andrew Eikum [Mon, 28 Dec 2009 23:40:52 +0000 (17:40 -0600)] 
hlink/tests: Repair test to work as intended.

14 years agowinapi: Remove the special handling of GDI_AllocObject().
Michael Stefaniuc [Tue, 29 Dec 2009 00:16:26 +0000 (01:16 +0100)] 
winapi: Remove the special handling of GDI_AllocObject().

That function doesn't exist anymore in Wine.

14 years agowininet: Fixed tests on older IEs.
Jacek Caban [Mon, 28 Dec 2009 20:21:53 +0000 (21:21 +0100)] 
wininet: Fixed tests on older IEs.

14 years agomshtml: Use FindMimeFromData to find MIME if moniker doesn't report it.
Jacek Caban [Mon, 28 Dec 2009 20:19:29 +0000 (21:19 +0100)] 
mshtml: Use FindMimeFromData to find MIME if moniker doesn't report it.

14 years agodbghelp: Initialize ret (Coverity).
Marcus Meissner [Mon, 28 Dec 2009 20:13:10 +0000 (21:13 +0100)] 
dbghelp: Initialize ret (Coverity).

14 years agomshtml: Added IDispatch ConnectionPoint.
Piotr Caban [Mon, 28 Dec 2009 19:09:16 +0000 (20:09 +0100)] 
mshtml: Added IDispatch ConnectionPoint.

14 years agomshtml: Query OleClientSite about services in ServiceProvider_QueryService.
Piotr Caban [Mon, 28 Dec 2009 19:08:46 +0000 (20:08 +0100)] 
mshtml: Query OleClientSite about services in ServiceProvider_QueryService.

14 years agodxgi: Add a separate function for swapchain initialization.
Henri Verbeet [Mon, 28 Dec 2009 16:38:05 +0000 (17:38 +0100)] 
dxgi: Add a separate function for swapchain initialization.

14 years agowined3d: Clear the device's focus_window field when the window is destroyed.
Henri Verbeet [Mon, 28 Dec 2009 16:38:04 +0000 (17:38 +0100)] 
wined3d: Clear the device's focus_window field when the window is destroyed.

This will prevent the device from trying to unregister the window again on
release.

14 years agod3d9/tests: Add message tests for windowed devices.
Henri Verbeet [Mon, 28 Dec 2009 16:38:03 +0000 (17:38 +0100)] 
d3d9/tests: Add message tests for windowed devices.

14 years agod3d8/tests: Add message tests for windowed devices.
Henri Verbeet [Mon, 28 Dec 2009 16:38:02 +0000 (17:38 +0100)] 
d3d8/tests: Add message tests for windowed devices.

14 years agowined3d: Don't touch the window's focus or wndproc for windowed devices.
Henri Verbeet [Mon, 28 Dec 2009 16:38:01 +0000 (17:38 +0100)] 
wined3d: Don't touch the window's focus or wndproc for windowed devices.

14 years agowined3d: Added ATI Radeon HD 5xxx detection.
Aaron Brazener [Mon, 28 Dec 2009 12:00:48 +0000 (12:00 +0000)] 
wined3d: Added ATI Radeon HD 5xxx detection.

14 years agowined3d: Drop the VBO if too many full buffer conversions occur.
Stefan Dösinger [Thu, 24 Dec 2009 15:35:07 +0000 (16:35 +0100)] 
wined3d: Drop the VBO if too many full buffer conversions occur.

14 years agowined3d: Increment the buffer draw count if the buffer was clean.
Stefan Dösinger [Wed, 23 Dec 2009 14:41:53 +0000 (15:41 +0100)] 
wined3d: Increment the buffer draw count if the buffer was clean.

14 years agowined3d: Rename conversion_count to something more appropriate.
Stefan Dösinger [Wed, 23 Dec 2009 14:37:42 +0000 (15:37 +0100)] 
wined3d: Rename conversion_count to something more appropriate.

14 years agowined3d: Remove the d3d7 do-not-convert code.
Stefan Dösinger [Wed, 23 Dec 2009 13:23:27 +0000 (14:23 +0100)] 
wined3d: Remove the d3d7 do-not-convert code.

14 years agowined3d: Use unload instead of duplicating buffer remove code.
Stefan Dösinger [Thu, 17 Dec 2009 17:32:41 +0000 (18:32 +0100)] 
wined3d: Use unload instead of duplicating buffer remove code.

14 years agowined3d: Free buffer conversion info when freeing the buffer.
Stefan Dösinger [Wed, 23 Dec 2009 13:15:49 +0000 (14:15 +0100)] 
wined3d: Free buffer conversion info when freeing the buffer.

14 years agoversion: Get rid of the 16-bit library loading code for builtins.
Alexandre Julliard [Mon, 28 Dec 2009 23:02:23 +0000 (00:02 +0100)] 
version: Get rid of the 16-bit library loading code for builtins.

We have fake dlls for everything now.

14 years agouser.exe: Reimplement CopyImage16 for cursors and icons.
Alexandre Julliard [Mon, 28 Dec 2009 19:26:37 +0000 (20:26 +0100)] 
user.exe: Reimplement CopyImage16 for cursors and icons.

14 years agouser.exe: Reimplement LoadImage16 for bitmaps instead of calling LoadImageA directly.
Alexandre Julliard [Mon, 28 Dec 2009 19:18:30 +0000 (20:18 +0100)] 
user.exe: Reimplement LoadImage16 for bitmaps instead of calling LoadImageA directly.

14 years agouser32: Move loading of static icons for 16-bit windows to the 16-bit wrapper.
Alexandre Julliard [Mon, 28 Dec 2009 18:53:12 +0000 (19:53 +0100)] 
user32: Move loading of static icons for 16-bit windows to the 16-bit wrapper.

14 years agogdi32: Load the 32-bit gdi.exe module wrapper from the 32-bit side.
Alexandre Julliard [Mon, 28 Dec 2009 15:27:26 +0000 (16:27 +0100)] 
gdi32: Load the 32-bit gdi.exe module wrapper from the 32-bit side.

Get rid of the empty gdi_main.c file.

14 years agouser32: Load the 32-bit user.exe module wrapper from the 32-bit side.
Alexandre Julliard [Mon, 28 Dec 2009 15:24:54 +0000 (16:24 +0100)] 
user32: Load the 32-bit user.exe module wrapper from the 32-bit side.

14 years agowinevdm: Move the loading of the system drivers into their specific 16-bit module.
Alexandre Julliard [Mon, 28 Dec 2009 15:23:13 +0000 (16:23 +0100)] 
winevdm: Move the loading of the system drivers into their specific 16-bit module.

14 years agokernel32: Handle the case where the 16-bit module is already loaded also for separate...
Alexandre Julliard [Mon, 28 Dec 2009 15:19:04 +0000 (16:19 +0100)] 
kernel32: Handle the case where the 16-bit module is already loaded also for separated dlls.

14 years agowinedump: Fix sym mode.
André Hentschel [Sat, 26 Dec 2009 15:21:23 +0000 (16:21 +0100)] 
winedump: Fix sym mode.

14 years agowineboot: Generate the HKCU\Volatile Environment registry key.
Andrew Nguyen [Fri, 25 Dec 2009 10:33:33 +0000 (04:33 -0600)] 
wineboot: Generate the HKCU\Volatile Environment registry key.

14 years agocomctl32: Remove obsolete comment on RB_SETPALETTE from REBAR_WindowProc().
Gerald Pfeifer [Mon, 28 Dec 2009 03:07:52 +0000 (04:07 +0100)] 
comctl32: Remove obsolete comment on RB_SETPALETTE from REBAR_WindowProc().

14 years agoole2: Reimplement OleMetafilePictFromIconAndLabel16 on top of the 32-bit version.
Alexandre Julliard [Wed, 23 Dec 2009 16:11:24 +0000 (17:11 +0100)] 
ole2: Reimplement OleMetafilePictFromIconAndLabel16 on top of the 32-bit version.

14 years agowordpad: Use the main module instance instead of getting it from the window.
Alexandre Julliard [Wed, 23 Dec 2009 16:10:23 +0000 (17:10 +0100)] 
wordpad: Use the main module instance instead of getting it from the window.

14 years agogdiplus: Implement GdipBitmapSetResolution.
Vincent Povirk [Sun, 27 Dec 2009 02:05:58 +0000 (21:05 -0500)] 
gdiplus: Implement GdipBitmapSetResolution.

14 years agogdiplus: Implement GdipGetImage*Resolution.
Vincent Povirk [Sun, 27 Dec 2009 01:46:55 +0000 (20:46 -0500)] 
gdiplus: Implement GdipGetImage*Resolution.

14 years agogdiplus: Add test for image resolution functions.
Vincent Povirk [Sun, 27 Dec 2009 01:25:01 +0000 (20:25 -0500)] 
gdiplus: Add test for image resolution functions.

14 years agogdiplus: Fix typo in GdipCreateMetafileFromWmf.
Vincent Povirk [Sun, 27 Dec 2009 01:07:37 +0000 (20:07 -0500)] 
gdiplus: Fix typo in GdipCreateMetafileFromWmf.

14 years agogdiplus: Add test for GdipCreateMetafileFromWmf.
Vincent Povirk [Sun, 27 Dec 2009 01:06:34 +0000 (20:06 -0500)] 
gdiplus: Add test for GdipCreateMetafileFromWmf.

14 years agogdiplus: Add test for size of metafiles loaded from streams.
Vincent Povirk [Sun, 27 Dec 2009 00:52:00 +0000 (19:52 -0500)] 
gdiplus: Add test for size of metafiles loaded from streams.

14 years agogdiplus: Test the ability to load WMF images.
Vincent Povirk [Sun, 27 Dec 2009 00:25:34 +0000 (19:25 -0500)] 
gdiplus: Test the ability to load WMF images.

14 years agokernel32: Make GMEM_DDESHARE blocks owned by the calling module.
Alexandre Julliard [Mon, 28 Dec 2009 11:11:46 +0000 (12:11 +0100)] 
kernel32: Make GMEM_DDESHARE blocks owned by the calling module.

14 years agoshell32: Don't use the instance of the owner window for the autocomplete listbox.
Alexandre Julliard [Wed, 23 Dec 2009 16:59:33 +0000 (17:59 +0100)] 
shell32: Don't use the instance of the owner window for the autocomplete listbox.