wine
13 years agoRelease 1.3.7. wine-1.3.7
Alexandre Julliard [Fri, 12 Nov 2010 19:20:02 +0000 (20:20 +0100)] 
Release 1.3.7.

13 years agogdiplus: Correctly store the given stride in created bitmaps.
Vincent Povirk [Fri, 12 Nov 2010 16:17:32 +0000 (10:17 -0600)] 
gdiplus: Correctly store the given stride in created bitmaps.

13 years agomscoree: Add a trace to _CorExeMain.
Vincent Povirk [Tue, 12 Oct 2010 22:06:26 +0000 (17:06 -0500)] 
mscoree: Add a trace to _CorExeMain.

13 years agomscoree: Implement ClrCreateManagedInstance.
Vincent Povirk [Tue, 5 Oct 2010 22:15:08 +0000 (17:15 -0500)] 
mscoree: Implement ClrCreateManagedInstance.

13 years agomscoree: Search the Global Assembly Cache for required assemblies.
Vincent Povirk [Tue, 5 Oct 2010 20:50:01 +0000 (15:50 -0500)] 
mscoree: Search the Global Assembly Cache for required assemblies.

13 years agomsi: Don't use a temporary directory for local assemblies.
Hans Leidekker [Fri, 12 Nov 2010 15:18:08 +0000 (16:18 +0100)] 
msi: Don't use a temporary directory for local assemblies.

13 years agokernel32: Add a stub for SetProcessDEPPolicy.
Detlef Riekenberg [Fri, 5 Nov 2010 13:10:04 +0000 (14:10 +0100)] 
kernel32: Add a stub for SetProcessDEPPolicy.

13 years agokernel32: Fixed regression with echoing input characters.
Eric Pouech [Thu, 11 Nov 2010 21:30:11 +0000 (22:30 +0100)] 
kernel32: Fixed regression with echoing input characters.

13 years agoxapofx1_1: Add stub dll.
Louis Lenders [Fri, 12 Nov 2010 10:23:37 +0000 (11:23 +0100)] 
xapofx1_1: Add stub dll.

13 years agomciseq: The native MCI sequencer cannot record.
Jörg Höhle [Tue, 1 Jun 2010 20:33:43 +0000 (22:33 +0200)] 
mciseq: The native MCI sequencer cannot record.

13 years agomsi: Don't rebuild the target path for files from global assembly components.
Hans Leidekker [Fri, 12 Nov 2010 14:05:55 +0000 (15:05 +0100)] 
msi: Don't rebuild the target path for files from global assembly components.

13 years agomsi: Honor msidbComponentAttributesNeverOverwrite.
Hans Leidekker [Fri, 12 Nov 2010 14:05:35 +0000 (15:05 +0100)] 
msi: Honor msidbComponentAttributesNeverOverwrite.

13 years agoshdocvw: Fixed race in tests.
Jacek Caban [Fri, 12 Nov 2010 13:30:15 +0000 (14:30 +0100)] 
shdocvw: Fixed race in tests.

13 years agoshdocvw: Added DocHost::Exec(OLECMDID_UPDATECOMMANDS) implementation.
Jacek Caban [Fri, 12 Nov 2010 13:30:03 +0000 (14:30 +0100)] 
shdocvw: Added DocHost::Exec(OLECMDID_UPDATECOMMANDS) implementation.

13 years agowinmm: Use MCI_HWND and MCI_HDC in resource files.
Jörg Höhle [Wed, 24 Mar 2010 18:58:38 +0000 (19:58 +0100)] 
winmm: Use MCI_HWND and MCI_HDC in resource files.

13 years agod3dx9_36: Quiet a noisy fixme.
Louis Lenders [Fri, 12 Nov 2010 09:44:09 +0000 (10:44 +0100)] 
d3dx9_36: Quiet a noisy fixme.

13 years agowined3d: Rename the wined3d_format "Flags" field to "flags".
Henri Verbeet [Fri, 12 Nov 2010 12:12:05 +0000 (13:12 +0100)] 
wined3d: Rename the wined3d_format "Flags" field to "flags".

13 years agowined3d: Rename the IWineD3DSurfaceImpl "Flags" field to "flags".
Henri Verbeet [Fri, 12 Nov 2010 12:12:04 +0000 (13:12 +0100)] 
wined3d: Rename the IWineD3DSurfaceImpl "Flags" field to "flags".

13 years agowined3d: Simplify a condition in IWineD3DSurfaceImpl_LoadTexture().
Henri Verbeet [Fri, 12 Nov 2010 12:12:03 +0000 (13:12 +0100)] 
wined3d: Simplify a condition in IWineD3DSurfaceImpl_LoadTexture().

13 years agowined3d: Check for depth/stencil surfaces in general in IWineD3DSurfaceImpl_Unmap().
Henri Verbeet [Fri, 12 Nov 2010 12:12:02 +0000 (13:12 +0100)] 
wined3d: Check for depth/stencil surfaces in general in IWineD3DSurfaceImpl_Unmap().

Instead of just the current one.

13 years agowined3d: Avoid marking samplers dirty in IWineD3DSurfaceImpl_Unmap().
Henri Verbeet [Fri, 12 Nov 2010 12:12:01 +0000 (13:12 +0100)] 
wined3d: Avoid marking samplers dirty in IWineD3DSurfaceImpl_Unmap().

Resources are explicitly loaded in context_apply_draw_state() when needed, the
resource location management takes care of all of this.

13 years agoprograms: Add a stub implementation of regsvcs.exe.
Hans Leidekker [Fri, 12 Nov 2010 12:07:40 +0000 (13:07 +0100)] 
programs: Add a stub implementation of regsvcs.exe.

13 years agomshtml: Use IUriBuilder for IURI::SetQuery implementation.
Jacek Caban [Fri, 12 Nov 2010 11:31:41 +0000 (12:31 +0100)] 
mshtml: Use IUriBuilder for IURI::SetQuery implementation.

13 years agomshtml: Added IHTMLStyleElement stub implementation.
Jacek Caban [Fri, 12 Nov 2010 11:31:24 +0000 (12:31 +0100)] 
mshtml: Added IHTMLStyleElement stub implementation.

13 years agomshtml.idl: Added IHTMLStyleElement and DispHTMLStyleElement declarations.
Jacek Caban [Fri, 12 Nov 2010 11:31:06 +0000 (12:31 +0100)] 
mshtml.idl: Added IHTMLStyleElement and DispHTMLStyleElement declarations.

13 years agomshtml: Added IHTMLObjectElement::get_vspace implementation.
Jacek Caban [Fri, 12 Nov 2010 11:30:49 +0000 (12:30 +0100)] 
mshtml: Added IHTMLObjectElement::get_vspace implementation.

13 years agomshtml: Added HTMLWindow's IServiceProvider implementation.
Jacek Caban [Fri, 12 Nov 2010 11:30:36 +0000 (12:30 +0100)] 
mshtml: Added HTMLWindow's IServiceProvider implementation.

13 years agowinegstreamer: Fix support for seeking in demux.
Maarten Lankhorst [Thu, 11 Nov 2010 22:23:00 +0000 (23:23 +0100)] 
winegstreamer: Fix support for seeking in demux.

13 years agowinegstreamer: Fix deadlock when changing state.
Maarten Lankhorst [Thu, 11 Nov 2010 22:22:59 +0000 (23:22 +0100)] 
winegstreamer: Fix deadlock when changing state.

Leaving the lock is legal and required here since gstreamer has its
own locking in place. gst_pad_push could otherwise deadlock.

13 years agowinegstreamer: Bump buffers to 2 in transform filter.
Maarten Lankhorst [Thu, 11 Nov 2010 22:22:58 +0000 (23:22 +0100)] 
winegstreamer: Bump buffers to 2 in transform filter.

13 years agomsvcrt: Use macro for parameters validation itoa_s (and update the tests as well).
Eric Pouech [Thu, 11 Nov 2010 21:30:25 +0000 (22:30 +0100)] 
msvcrt: Use macro for parameters validation itoa_s (and update the tests as well).

13 years agoshdocvw: Move OpenURL() from shdocvw_main.c into intshcut.c, and implement it.
Andrew Bogott [Thu, 4 Nov 2010 22:26:34 +0000 (17:26 -0500)] 
shdocvw: Move OpenURL() from shdocvw_main.c into intshcut.c, and implement it.

13 years agoshdocvw: Implement UniformResourceLocatorW_InvokeCommand and UniformResourceLocatorA_...
Andrew Bogott [Thu, 4 Nov 2010 22:25:09 +0000 (17:25 -0500)] 
shdocvw: Implement UniformResourceLocatorW_InvokeCommand and UniformResourceLocatorA_InvokeCommand for the default verb.

13 years agod3d9: Improve CheckDeviceState stub to run Firefox 4 Beta 7.
André Hentschel [Thu, 11 Nov 2010 19:35:20 +0000 (20:35 +0100)] 
d3d9: Improve CheckDeviceState stub to run Firefox 4 Beta 7.

13 years agoatl: Fix the Registrar class factory implementation.
Alexandre Julliard [Fri, 12 Nov 2010 10:55:28 +0000 (11:55 +0100)] 
atl: Fix the Registrar class factory implementation.

13 years agoatl: Fix the name of the Registrar class id.
Alexandre Julliard [Fri, 12 Nov 2010 10:49:44 +0000 (11:49 +0100)] 
atl: Fix the name of the Registrar class id.

13 years agoatl: Move atliface.idl to the global includes.
Alexandre Julliard [Fri, 12 Nov 2010 10:47:19 +0000 (11:47 +0100)] 
atl: Move atliface.idl to the global includes.

13 years agocomctl32/tests: Fixed rebar layout tests that depend on system font widths.
Austin Lund [Thu, 11 Nov 2010 22:26:28 +0000 (08:26 +1000)] 
comctl32/tests: Fixed rebar layout tests that depend on system font widths.

13 years agoshell32: Don't search Path or PIDL for an icon in IShellLink::GetIconLocation.
Andrew Eikum [Thu, 11 Nov 2010 21:58:37 +0000 (15:58 -0600)] 
shell32: Don't search Path or PIDL for an icon in IShellLink::GetIconLocation.

Try as I might, I couldn't get a path out of GetIconLocation that wasn't
put there via SetIconLocation.  As far as I can tell, the code here was
based on nothing.

13 years agoshell32: Don't fail if the path doesn't exist in Unix in IShellFolder::ParseDisplayName.
Andrew Eikum [Thu, 11 Nov 2010 21:58:12 +0000 (15:58 -0600)] 
shell32: Don't fail if the path doesn't exist in Unix in IShellFolder::ParseDisplayName.

13 years agomsxml3: Don't include assert.h where it's not used.
Nikolay Sivov [Thu, 11 Nov 2010 20:44:14 +0000 (23:44 +0300)] 
msxml3: Don't include assert.h where it's not used.

13 years agomsxml3: Fix a ::get_xml() for libxml2 without xmlSaveToBuffer.
Nikolay Sivov [Thu, 11 Nov 2010 20:08:33 +0000 (23:08 +0300)] 
msxml3: Fix a ::get_xml() for libxml2 without xmlSaveToBuffer.

13 years agorpcrt4: Get rid of the ICOM_THIS_MULTI macro.
Alexandre Julliard [Thu, 11 Nov 2010 19:21:57 +0000 (20:21 +0100)] 
rpcrt4: Get rid of the ICOM_THIS_MULTI macro.

13 years agoole32: Get rid of the ICOM_THIS_MULTI macro.
Alexandre Julliard [Thu, 11 Nov 2010 19:16:59 +0000 (20:16 +0100)] 
ole32: Get rid of the ICOM_THIS_MULTI macro.

13 years agooleaut32: Get rid of the ICOM_THIS_MULTI macro.
Alexandre Julliard [Thu, 11 Nov 2010 19:10:33 +0000 (20:10 +0100)] 
oleaut32: Get rid of the ICOM_THIS_MULTI macro.

13 years agoavifil32: Fix the multiple inheritance implementation of edit streams.
Alexandre Julliard [Thu, 11 Nov 2010 19:07:13 +0000 (20:07 +0100)] 
avifil32: Fix the multiple inheritance implementation of edit streams.

13 years agowinmm/tests: Fix test failure in multi-byte locale.
Jörg Höhle [Wed, 10 Nov 2010 17:45:27 +0000 (18:45 +0100)] 
winmm/tests: Fix test failure in multi-byte locale.

13 years agontdll: Mask invalid flags for RtlQueueWorkItem.
Vitaliy Margolen [Thu, 11 Nov 2010 15:31:56 +0000 (08:31 -0700)] 
ntdll: Mask invalid flags for RtlQueueWorkItem.

13 years agokrnl386.exe: Propagate DOS startup errors up to winevdm.
Alexandre Julliard [Thu, 11 Nov 2010 17:01:05 +0000 (18:01 +0100)] 
krnl386.exe: Propagate DOS startup errors up to winevdm.

13 years agoquartz: Handle state changes in direct sound renderer correctly.
Maarten Lankhorst [Thu, 11 Nov 2010 15:01:36 +0000 (16:01 +0100)] 
quartz: Handle state changes in direct sound renderer correctly.

Based on a patch from Vladimir Panteleev

13 years agoquartz: Make window behavior of video renderer act more like windows.
Maarten Lankhorst [Thu, 11 Nov 2010 13:03:29 +0000 (14:03 +0100)] 
quartz: Make window behavior of video renderer act more like windows.

13 years agoquartz: Start DirectSound renderer as soon as possible.
Maarten Lankhorst [Thu, 11 Nov 2010 13:03:28 +0000 (14:03 +0100)] 
quartz: Start DirectSound renderer as soon as possible.

Makes directsound switch to silent playback even when no buffers are
playing, fixes glitching on starting playback from a stopped buffer.

13 years agowinegstreamer: Move up gst_segment_init to prevent a theoretical race condition.
Maarten Lankhorst [Thu, 11 Nov 2010 13:03:27 +0000 (14:03 +0100)] 
winegstreamer: Move up gst_segment_init to prevent a theoretical race condition.

13 years agoshdocvw: Added Portuguese (Brazilian) translation.
Gustavo Henrique Milaré [Thu, 11 Nov 2010 14:09:58 +0000 (12:09 -0200)] 
shdocvw: Added Portuguese (Brazilian) translation.

13 years agoinetcpl.cpl: Added Portuguese (Brazilian) translation.
Gustavo Henrique Milaré [Wed, 10 Nov 2010 21:36:32 +0000 (19:36 -0200)] 
inetcpl.cpl: Added Portuguese (Brazilian) translation.

13 years agomscoree: Add stub implementation of IMetaDataDispenserEx.
Vincent Povirk [Tue, 5 Oct 2010 18:21:25 +0000 (13:21 -0500)] 
mscoree: Add stub implementation of IMetaDataDispenserEx.

13 years agoinclude: Add definitions for IMetaDataDispenserEx.
Vincent Povirk [Tue, 5 Oct 2010 17:34:28 +0000 (12:34 -0500)] 
include: Add definitions for IMetaDataDispenserEx.

13 years agoinclude: Rename cor.h to cor.idl.
Vincent Povirk [Tue, 5 Oct 2010 16:54:13 +0000 (11:54 -0500)] 
include: Rename cor.h to cor.idl.

13 years agomscoree: Implement config file parsing.
Vincent Povirk [Mon, 4 Oct 2010 22:37:00 +0000 (17:37 -0500)] 
mscoree: Implement config file parsing.

13 years agomscoree: Search for mono installs with the 2.0 abi.
Vincent Povirk [Sun, 3 Oct 2010 19:36:02 +0000 (14:36 -0500)] 
mscoree: Search for mono installs with the 2.0 abi.

13 years agokrnl386: Mention DOSBox.
André Hentschel [Wed, 10 Nov 2010 19:02:21 +0000 (20:02 +0100)] 
krnl386: Mention DOSBox.

13 years agomsvcrt: Fixed (_w)fopen_s with test.
Eryk Wieliczko [Wed, 10 Nov 2010 11:34:42 +0000 (12:34 +0100)] 
msvcrt: Fixed (_w)fopen_s with test.

13 years agowined3d: Remove some useless code.
Henri Verbeet [Thu, 11 Nov 2010 11:39:20 +0000 (12:39 +0100)] 
wined3d: Remove some useless code.

13 years agowined3d: Simply use surface_modify_location() in IWineD3DSurfaceImpl_Map() with WINED...
Henri Verbeet [Thu, 11 Nov 2010 11:39:19 +0000 (12:39 +0100)] 
wined3d: Simply use surface_modify_location() in IWineD3DSurfaceImpl_Map() with WINED3DLOCK_DISCARD.

The call to surface_add_dirty_rect() would have taken care of evicting the
other locations anyway, but we really shouldn't be touching the location flags
directly.

13 years agowined3d: Handle rendertargetlock_mode in surface_load_location().
Henri Verbeet [Thu, 11 Nov 2010 11:39:18 +0000 (12:39 +0100)] 
wined3d: Handle rendertargetlock_mode in surface_load_location().

13 years agowined3d: Take the location into account in context_apply_fbo_state_blit().
Henri Verbeet [Thu, 11 Nov 2010 11:39:17 +0000 (12:39 +0100)] 
wined3d: Take the location into account in context_apply_fbo_state_blit().

13 years agowined3d: Added Intel GM45 video card detection.
Jaime Rave [Wed, 10 Nov 2010 05:32:33 +0000 (00:32 -0500)] 
wined3d: Added Intel GM45 video card detection.

13 years agoquartz: Reset state change after flushing.
Maarten Lankhorst [Wed, 10 Nov 2010 23:14:19 +0000 (00:14 +0100)] 
quartz: Reset state change after flushing.

This fixes IBasicVideo:GetCurrentImage.

13 years agoquartz: Fix stub for GetVideoPaletteEntries.
Maarten Lankhorst [Wed, 10 Nov 2010 23:14:18 +0000 (00:14 +0100)] 
quartz: Fix stub for GetVideoPaletteEntries.

13 years agowinegstreamer: Set correct state when ending processing.
Maarten Lankhorst [Wed, 10 Nov 2010 22:22:45 +0000 (23:22 +0100)] 
winegstreamer: Set correct state when ending processing.

13 years agowinegstreamer: Fix regression from d62b4dcb664.
Maarten Lankhorst [Wed, 10 Nov 2010 19:58:56 +0000 (20:58 +0100)] 
winegstreamer: Fix regression from d62b4dcb664.

Accidentally made a worse leak by plugging a smaller one.

13 years agowinegstreamer: Fix playing .flv and realmedia files.
Maarten Lankhorst [Wed, 10 Nov 2010 13:41:38 +0000 (14:41 +0100)] 
winegstreamer: Fix playing .flv and realmedia files.

13 years agowinegstreamer: Add better support for unsupported audio/video.
Maarten Lankhorst [Wed, 10 Nov 2010 12:52:11 +0000 (13:52 +0100)] 
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.

13 years agoshell32: Store the raw AUTHORS file in resources instead of trying to convert to...
Alexandre Julliard [Thu, 11 Nov 2010 11:24:46 +0000 (12:24 +0100)] 
shell32: Store the raw AUTHORS file in resources instead of trying to convert to a C array.

13 years agocryptui: Stub CryptUIDlgViewSignerInfoA.
Nikolay Sivov [Thu, 11 Nov 2010 01:14:53 +0000 (04:14 +0300)] 
cryptui: Stub CryptUIDlgViewSignerInfoA.

13 years agomsi: Add support for installing side-by-side assemblies.
Hans Leidekker [Thu, 11 Nov 2010 09:45:42 +0000 (10:45 +0100)] 
msi: Add support for installing side-by-side assemblies.

13 years agomsi: Calculate file install states after evaluating component conditions, not before.
Hans Leidekker [Thu, 11 Nov 2010 09:45:20 +0000 (10:45 +0100)] 
msi: Calculate file install states after evaluating component conditions, not before.

13 years agomsi: Put quotes around the filename in MsiApplyPatch.
Hans Leidekker [Thu, 11 Nov 2010 09:45:05 +0000 (10:45 +0100)] 
msi: Put quotes around the filename in MsiApplyPatch.

13 years agomsi: Remove redundant function msi_find_file.
Hans Leidekker [Thu, 11 Nov 2010 09:44:52 +0000 (10:44 +0100)] 
msi: Remove redundant function msi_find_file.

13 years agomsi: MsiGet/SetFeatureState must get and set the requested feature action, not the...
Hans Leidekker [Thu, 11 Nov 2010 09:44:37 +0000 (10:44 +0100)] 
msi: MsiGet/SetFeatureState must get and set the requested feature action, not the action taken.

13 years agowinspool.drv: Skip tests when no printer is installed.
Austin English [Thu, 11 Nov 2010 07:47:07 +0000 (23:47 -0800)] 
winspool.drv: Skip tests when no printer is installed.

13 years agontdll/tests: Fix crash in japanese and chinese test.
André Hentschel [Wed, 10 Nov 2010 23:48:44 +0000 (00:48 +0100)] 
ntdll/tests: Fix crash in japanese and chinese test.

13 years agommdevapi: Add return value which happens on wow64 and pure 64-bit.
André Hentschel [Wed, 10 Nov 2010 23:22:05 +0000 (00:22 +0100)] 
mmdevapi: Add return value which happens on wow64 and pure 64-bit.

13 years agocomctl32/tests: Fixed rebar layout tests which depend on system font height.
Austin Lund [Wed, 10 Nov 2010 23:12:54 +0000 (09:12 +1000)] 
comctl32/tests: Fixed rebar layout tests which depend on system font height.

13 years agocomctl32/tests: Changed rebar layout tests to load data dynamically.
Austin Lund [Wed, 10 Nov 2010 23:12:53 +0000 (09:12 +1000)] 
comctl32/tests: Changed rebar layout tests to load data dynamically.

13 years agokrnl386.exe: Use the correct pointer for RemoveVectoredExceptionHandler.
Alexandre Julliard [Wed, 10 Nov 2010 19:56:08 +0000 (20:56 +0100)] 
krnl386.exe: Use the correct pointer for RemoveVectoredExceptionHandler.

13 years agontdll: Don't call vectored exception handlers under the critical section.
Alexandre Julliard [Wed, 10 Nov 2010 19:55:07 +0000 (20:55 +0100)] 
ntdll: Don't call vectored exception handlers under the critical section.

13 years agoRevert "ntdll: Fix possible deadlock in vectored exception handling."
Alexandre Julliard [Wed, 10 Nov 2010 18:17:41 +0000 (19:17 +0100)] 
Revert "ntdll: Fix possible deadlock in vectored exception handling."

This reverts commit eb0e82a75568db095df5f78be703987147f00f66.
It's causing different deadlocks, notably when a thread tries to
remove a handler inside a handler.

13 years agomscoree: Add a proper implementation of DllCanUnloadNow.
Vincent Povirk [Sun, 3 Oct 2010 18:42:24 +0000 (13:42 -0500)] 
mscoree: Add a proper implementation of DllCanUnloadNow.

13 years agomscoree: Use the new architecture to implement _CorExeMain.
Vincent Povirk [Sun, 3 Oct 2010 18:24:01 +0000 (13:24 -0500)] 
mscoree: Use the new architecture to implement _CorExeMain.

13 years agomscoree: Load mono when creating a runtime host interface.
Vincent Povirk [Sun, 3 Oct 2010 16:44:32 +0000 (11:44 -0500)] 
mscoree: Load mono when creating a runtime host interface.

13 years agomscoree: Add stub implementation of ICLRRuntimeHost.
Vincent Povirk [Sun, 3 Oct 2010 16:11:24 +0000 (11:11 -0500)] 
mscoree: Add stub implementation of ICLRRuntimeHost.

13 years agoinclude: Add definition for ICLRRuntimeHost.
Vincent Povirk [Sun, 3 Oct 2010 15:49:08 +0000 (10:49 -0500)] 
include: Add definition for ICLRRuntimeHost.

13 years agogdiplus: Allow more drawing operations to succeed without an HDC.
Vincent Povirk [Tue, 9 Nov 2010 20:09:11 +0000 (14:09 -0600)] 
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.

13 years agourlmon: Added IInternetProtocolEx support to BindProtocol.
Jacek Caban [Wed, 10 Nov 2010 12:23:34 +0000 (13:23 +0100)] 
urlmon: Added IInternetProtocolEx support to BindProtocol.

13 years agowinegstreamer: Fix GetState.
Maarten Lankhorst [Wed, 10 Nov 2010 08:00:23 +0000 (09:00 +0100)] 
winegstreamer: Fix GetState.

13 years agocomctl32/tests: Change expect_band_content test to ensure line numbers are reported...
Austin Lund [Tue, 9 Nov 2010 01:42:56 +0000 (11:42 +1000)] 
comctl32/tests: Change expect_band_content test to ensure line numbers are reported correctly on test failure.

13 years agocomctl32/tests: Fix band info tests that depend on system font heights.
Austin Lund [Wed, 10 Nov 2010 02:27:10 +0000 (12:27 +1000)] 
comctl32/tests: Fix band info tests that depend on system font heights.

13 years agoshell32: Improved IShellFolder_GetUIObjectOf implementation.
Piotr Caban [Wed, 10 Nov 2010 13:19:29 +0000 (14:19 +0100)] 
shell32: Improved IShellFolder_GetUIObjectOf implementation.

13 years agogdi32: Remove broken check for WinXP.
Dmitry Timoshkov [Wed, 10 Nov 2010 12:38:55 +0000 (20:38 +0800)] 
gdi32: Remove broken check for WinXP.