wine
12 years agod3dx9_36: Implementation of D3DXSHScale.
Nozomi Kodama [Fri, 29 Jun 2012 06:57:44 +0000 (14:57 +0800)] 
d3dx9_36: Implementation of D3DXSHScale.

12 years agogdiplus: Add GdipSaveAdd stub.
Dmitry Timoshkov [Fri, 29 Jun 2012 09:48:50 +0000 (18:48 +0900)] 
gdiplus: Add GdipSaveAdd stub.

12 years agoshell32: Add a stub for SHSetUnreadMailCountW.
Austin English [Fri, 29 Jun 2012 00:56:13 +0000 (17:56 -0700)] 
shell32: Add a stub for SHSetUnreadMailCountW.

12 years agooleaut32: If the records' guids are equal then the records match.
Huw Davies [Fri, 29 Jun 2012 12:35:09 +0000 (13:35 +0100)] 
oleaut32: If the records' guids are equal then the records match.

12 years agowbemprox: Add a partial Win32_LogicalDisk class implementation.
Hans Leidekker [Fri, 29 Jun 2012 11:41:07 +0000 (13:41 +0200)] 
wbemprox: Add a partial Win32_LogicalDisk class implementation.

Based on a patch by John Yani.

12 years agowbemprox: Avoid an exception when tracing the principal name in IClientSecurity:...
Hans Leidekker [Fri, 29 Jun 2012 11:40:35 +0000 (13:40 +0200)] 
wbemprox: Avoid an exception when tracing the principal name in IClientSecurity::SetBlanket.

12 years agowbemprox: Return 64-bit property values as strings.
Hans Leidekker [Fri, 29 Jun 2012 11:40:11 +0000 (13:40 +0200)] 
wbemprox: Return 64-bit property values as strings.

12 years agowbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned.
Hans Leidekker [Fri, 29 Jun 2012 11:39:50 +0000 (13:39 +0200)] 
wbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned.

12 years agowbemprox: Fix returned variant type and flavor for system properties.
Hans Leidekker [Fri, 29 Jun 2012 11:39:34 +0000 (13:39 +0200)] 
wbemprox: Fix returned variant type and flavor for system properties.

12 years agowbemprox: Implement Win32_Processor.ProcessorId.
Hans Leidekker [Fri, 29 Jun 2012 11:39:19 +0000 (13:39 +0200)] 
wbemprox: Implement Win32_Processor.ProcessorId.

12 years agomsvcp90: Sync spec files.
Piotr Caban [Fri, 29 Jun 2012 10:05:06 +0000 (12:05 +0200)] 
msvcp90: Sync spec files.

12 years agomsvcp90: Added basic_stringstream<wchar> implementation.
Piotr Caban [Fri, 29 Jun 2012 10:04:49 +0000 (12:04 +0200)] 
msvcp90: Added basic_stringstream<wchar> implementation.

12 years agomsvcp90: Added basic_istringstream<wchar> implementation.
Piotr Caban [Fri, 29 Jun 2012 10:04:21 +0000 (12:04 +0200)] 
msvcp90: Added basic_istringstream<wchar> implementation.

12 years agomsvcp90: Added basic_ostringstream<wchar> implementation.
Piotr Caban [Fri, 29 Jun 2012 10:04:09 +0000 (12:04 +0200)] 
msvcp90: Added basic_ostringstream<wchar> implementation.

12 years agomsvcp90: Added basic_stringbuf<wchar> and basic_stringbuf<short> implementation.
Piotr Caban [Fri, 29 Jun 2012 10:03:55 +0000 (12:03 +0200)] 
msvcp90: Added basic_stringbuf<wchar> and basic_stringbuf<short> implementation.

12 years agomsvcp90: Added basic_stringstream<char> implementation.
Piotr Caban [Fri, 29 Jun 2012 10:03:37 +0000 (12:03 +0200)] 
msvcp90: Added basic_stringstream<char> implementation.

12 years agomsvcp90: Added basic_istringstream<char> implementation.
Piotr Caban [Fri, 29 Jun 2012 10:03:19 +0000 (12:03 +0200)] 
msvcp90: Added basic_istringstream<char> implementation.

12 years agomsvcp90: Added basic_ostringstream<char> implementation.
Piotr Caban [Fri, 29 Jun 2012 10:03:05 +0000 (12:03 +0200)] 
msvcp90: Added basic_ostringstream<char> implementation.

12 years agomsvcp90: Implement remaining functions in basic_stringbuf<char> class.
Piotr Caban [Fri, 29 Jun 2012 10:02:49 +0000 (12:02 +0200)] 
msvcp90: Implement remaining functions in basic_stringbuf<char> class.

12 years agoopengl32: Make the WGL driver context-specific.
Alexandre Julliard [Fri, 29 Jun 2012 13:53:37 +0000 (15:53 +0200)] 
opengl32: Make the WGL driver context-specific.

12 years agoopengl32: Don't allow making a thread current in multiple threads.
Alexandre Julliard [Fri, 29 Jun 2012 13:15:57 +0000 (15:15 +0200)] 
opengl32: Don't allow making a thread current in multiple threads.

12 years agoopengl32: Move checks of the context thread id to opengl32.
Alexandre Julliard [Fri, 29 Jun 2012 12:13:13 +0000 (14:13 +0200)] 
opengl32: Move checks of the context thread id to opengl32.

12 years agoopengl32: Use proper handles for GL contexts and pass a context pointer to the WGL...
Alexandre Julliard [Fri, 29 Jun 2012 10:29:55 +0000 (12:29 +0200)] 
opengl32: Use proper handles for GL contexts and pass a context pointer to the WGL driver functions.

12 years agogdiplus: Add a bunch of tests for TIFF image properties.
Dmitry Timoshkov [Thu, 28 Jun 2012 04:28:34 +0000 (13:28 +0900)] 
gdiplus: Add a bunch of tests for TIFF image properties.

12 years agogdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem.
Dmitry Timoshkov [Thu, 28 Jun 2012 04:27:39 +0000 (13:27 +0900)] 
gdiplus: Add some tests for GdipGetPropertyItemSize and GdipGetPropertyItem.

12 years agogdiplus: Implement GdipGetPropertyItem.
Dmitry Timoshkov [Thu, 28 Jun 2012 04:26:49 +0000 (13:26 +0900)] 
gdiplus: Implement GdipGetPropertyItem.

12 years agogdiplus: Implement GdipGetPropertyItemSize.
Dmitry Timoshkov [Thu, 28 Jun 2012 04:25:57 +0000 (13:25 +0900)] 
gdiplus: Implement GdipGetPropertyItemSize.

12 years agowindowscodecs: Implement MetadataHandler_GetValue.
Dmitry Timoshkov [Thu, 28 Jun 2012 04:25:05 +0000 (13:25 +0900)] 
windowscodecs: Implement MetadataHandler_GetValue.

12 years agoinclude/basetsd.h: Fix int64 to int truncation warnings when compiling with a 64...
Dmitry Timoshkov [Thu, 28 Jun 2012 10:12:31 +0000 (19:12 +0900)] 
include/basetsd.h: Fix int64 to int truncation warnings when compiling with a 64-bit PSDK compiler.

12 years agomsxml3: Implement put_nodeTypedValue() for bin.base64 type and commonly used input...
Nikolay Sivov [Fri, 29 Jun 2012 07:10:55 +0000 (11:10 +0400)] 
msxml3: Implement put_nodeTypedValue() for bin.base64 type and commonly used input vartypes.

12 years agomsxml3: Support VT_UI1|VT_ARRAY variant debug output.
Nikolay Sivov [Thu, 28 Jun 2012 20:44:50 +0000 (00:44 +0400)] 
msxml3: Support VT_UI1|VT_ARRAY variant debug output.

12 years agomsvcp60: Remove the msvcp90 debug channel from misc.c as it is unused.
Francois Gouget [Fri, 29 Jun 2012 06:32:07 +0000 (08:32 +0200)] 
msvcp60: Remove the msvcp90 debug channel from misc.c as it is unused.

12 years agopo: Fix the Gecko link in the Dutch translation.
Francois Gouget [Fri, 29 Jun 2012 06:31:35 +0000 (08:31 +0200)] 
po: Fix the Gecko link in the Dutch translation.

12 years agod3d9: Implement d3d9_GetAdapterModeCountEx().
Henri Verbeet [Fri, 29 Jun 2012 05:37:57 +0000 (07:37 +0200)] 
d3d9: Implement d3d9_GetAdapterModeCountEx().

12 years agod3d9: Implement d3d9_device_PresentEx().
Henri Verbeet [Fri, 29 Jun 2012 05:37:56 +0000 (07:37 +0200)] 
d3d9: Implement d3d9_device_PresentEx().

12 years agowined3d: Use the device name stored in the adapter in wined3d_get_adapter_identifier().
Henri Verbeet [Fri, 29 Jun 2012 05:37:55 +0000 (07:37 +0200)] 
wined3d: Use the device name stored in the adapter in wined3d_get_adapter_identifier().

12 years agowined3d: Use the device name stored in the adapter in wined3d_set_adapter_display_mode().
Henri Verbeet [Fri, 29 Jun 2012 05:37:54 +0000 (07:37 +0200)] 
wined3d: Use the device name stored in the adapter in wined3d_set_adapter_display_mode().

12 years agowined3d: Use the device name stored in the adapter in wined3d_get_adapter_display_mode().
Henri Verbeet [Fri, 29 Jun 2012 05:37:53 +0000 (07:37 +0200)] 
wined3d: Use the device name stored in the adapter in wined3d_get_adapter_display_mode().

12 years agomsvcp90: Sync spec files.
Owen Rudge [Thu, 28 Jun 2012 10:46:50 +0000 (11:46 +0100)] 
msvcp90: Sync spec files.

12 years agomsvcp90: Add initial basic_stringbuf<char> implementation.
Owen Rudge [Thu, 28 Jun 2012 10:32:47 +0000 (11:32 +0100)] 
msvcp90: Add initial basic_stringbuf<char> implementation.

12 years agogdiplus: Comment out a test that crashes some gdiplus implementations.
Dmitry Timoshkov [Thu, 28 Jun 2012 08:52:24 +0000 (17:52 +0900)] 
gdiplus: Comment out a test that crashes some gdiplus implementations.

12 years agowindowscodecs: Make sure that stream is not reused once the decoder is initialized.
Dmitry Timoshkov [Thu, 28 Jun 2012 06:08:06 +0000 (15:08 +0900)] 
windowscodecs: Make sure that stream is not reused once the decoder is initialized.

12 years agowindowscodecs: Implement BitmapScaler_CopyPixels.
Vincent Povirk [Wed, 13 Jun 2012 17:56:10 +0000 (12:56 -0500)] 
windowscodecs: Implement BitmapScaler_CopyPixels.

12 years agowindowscodecs: Implement IWICBitmapScaler::CopyPalette.
Vincent Povirk [Tue, 28 Feb 2012 22:34:51 +0000 (16:34 -0600)] 
windowscodecs: Implement IWICBitmapScaler::CopyPalette.

12 years agowindowscodecs: Implement IWICBitmapScaler::GetResolution.
Vincent Povirk [Tue, 28 Feb 2012 22:32:31 +0000 (16:32 -0600)] 
windowscodecs: Implement IWICBitmapScaler::GetResolution.

12 years agowindowscodecs: Implement IWICBitmapScaler::GetPixelFormat.
Vincent Povirk [Tue, 28 Feb 2012 22:31:00 +0000 (16:31 -0600)] 
windowscodecs: Implement IWICBitmapScaler::GetPixelFormat.

12 years agowindowscodecs: Implement IWICBitmapScaler::GetSize.
Vincent Povirk [Tue, 28 Feb 2012 22:21:24 +0000 (16:21 -0600)] 
windowscodecs: Implement IWICBitmapScaler::GetSize.

12 years agomshtml: Reimplement get_node_obj using vtbl comparison.
Jacek Caban [Thu, 28 Jun 2012 09:22:12 +0000 (11:22 +0200)] 
mshtml: Reimplement get_node_obj using vtbl comparison.

12 years agomshtml: Return referenced object in get_node_obj.
Jacek Caban [Thu, 28 Jun 2012 09:21:10 +0000 (11:21 +0200)] 
mshtml: Return referenced object in get_node_obj.

12 years agomshtml: Keep reference to document in HTMLDOMChildrenCollection.
Jacek Caban [Thu, 28 Jun 2012 09:20:50 +0000 (11:20 +0200)] 
mshtml: Keep reference to document in HTMLDOMChildrenCollection.

12 years agomshtml: Share nsselect reference with nsnode.
Jacek Caban [Thu, 28 Jun 2012 09:20:40 +0000 (11:20 +0200)] 
mshtml: Share nsselect reference with nsnode.

12 years agomshtml: Share nsinput reference with nsnode.
Jacek Caban [Thu, 28 Jun 2012 09:20:28 +0000 (11:20 +0200)] 
mshtml: Share nsinput reference with nsnode.

12 years agomshtml: Use proper macro to release nstext.
Jacek Caban [Thu, 28 Jun 2012 09:20:14 +0000 (11:20 +0200)] 
mshtml: Use proper macro to release nstext.

12 years agomshtml: Share nstextarea reference with nsnode.
Jacek Caban [Thu, 28 Jun 2012 09:20:05 +0000 (11:20 +0200)] 
mshtml: Share nstextarea reference with nsnode.

12 years agomshtml: Share nsstyle reference with nsnode.
Jacek Caban [Thu, 28 Jun 2012 09:19:51 +0000 (11:19 +0200)] 
mshtml: Share nsstyle reference with nsnode.

12 years agomshtml: Share nsrow reference with nsnode.
Jacek Caban [Thu, 28 Jun 2012 09:19:41 +0000 (11:19 +0200)] 
mshtml: Share nsrow reference with nsnode.

12 years agomsvcp90: Always destroy _Lockit object in use_facet function.
Piotr Caban [Thu, 28 Jun 2012 08:51:53 +0000 (10:51 +0200)] 
msvcp90: Always destroy _Lockit object in use_facet function.

12 years agopo: Update Finnish translation.
Lauri Kenttä [Thu, 28 Jun 2012 15:30:49 +0000 (18:30 +0300)] 
po: Update Finnish translation.

12 years agomsvcp60: Remove unused functions.
Francois Gouget [Thu, 28 Jun 2012 15:03:57 +0000 (17:03 +0200)] 
msvcp60: Remove unused functions.

12 years agomsvcp60: Make _Lockit_ctor_locktype() static.
Francois Gouget [Thu, 28 Jun 2012 15:01:04 +0000 (17:01 +0200)] 
msvcp60: Make _Lockit_ctor_locktype() static.

12 years agoopencl: We still use the deprecated OpenCL 1.1 APIs.
Francois Gouget [Thu, 28 Jun 2012 14:22:38 +0000 (16:22 +0200)] 
opencl: We still use the deprecated OpenCL 1.1 APIs.

12 years agoddraw: Prevent ddraw from being unloaded.
Henri Verbeet [Thu, 28 Jun 2012 11:11:14 +0000 (13:11 +0200)] 
ddraw: Prevent ddraw from being unloaded.

12 years agowined3d: Use the device name stored in the adapter in wined3d_get_adapter_mode_count().
Henri Verbeet [Thu, 28 Jun 2012 11:11:13 +0000 (13:11 +0200)] 
wined3d: Use the device name stored in the adapter in wined3d_get_adapter_mode_count().

12 years agowined3d: Use the device name stored in the adapter in wined3d_enum_adapter_modes().
Henri Verbeet [Thu, 28 Jun 2012 11:11:12 +0000 (13:11 +0200)] 
wined3d: Use the device name stored in the adapter in wined3d_enum_adapter_modes().

12 years agowined3d: Avoid a redundant call to EnumDisplaySettingsExW() in wined3d_enum_adapter_m...
Henri Verbeet [Thu, 28 Jun 2012 11:11:11 +0000 (13:11 +0200)] 
wined3d: Avoid a redundant call to EnumDisplaySettingsExW() in wined3d_enum_adapter_modes().

12 years agowined3d: Avoid a useless call to wined3d_get_adapter_mode_count() in wined3d_enum_ada...
Henri Verbeet [Thu, 28 Jun 2012 11:11:10 +0000 (13:11 +0200)] 
wined3d: Avoid a useless call to wined3d_get_adapter_mode_count() in wined3d_enum_adapter_modes().

12 years agogdi32: Add a null WGL driver.
Alexandre Julliard [Thu, 28 Jun 2012 14:25:22 +0000 (16:25 +0200)] 
gdi32: Add a null WGL driver.

12 years agogdi32: Remove the remaining OpenGL entry points from the DC driver.
Alexandre Julliard [Thu, 28 Jun 2012 14:38:33 +0000 (16:38 +0200)] 
gdi32: Remove the remaining OpenGL entry points from the DC driver.

12 years agoopengl32: Move wglGetCurrentContext implementation to opengl32.
Alexandre Julliard [Thu, 28 Jun 2012 16:51:54 +0000 (18:51 +0200)] 
opengl32: Move wglGetCurrentContext implementation to opengl32.

12 years agoopengl32: Move wglGetProcAddress to the WGL driver.
Alexandre Julliard [Thu, 28 Jun 2012 14:14:55 +0000 (16:14 +0200)] 
opengl32: Move wglGetProcAddress to the WGL driver.

12 years agoopengl32: Move GetPixelFormat to the WGL driver.
Alexandre Julliard [Thu, 28 Jun 2012 13:51:44 +0000 (15:51 +0200)] 
opengl32: Move GetPixelFormat to the WGL driver.

12 years agoopengl32: Move wglCreateContext to the WGL driver.
Alexandre Julliard [Thu, 28 Jun 2012 13:47:31 +0000 (15:47 +0200)] 
opengl32: Move wglCreateContext to the WGL driver.

12 years agoopengl32: Move wglCreateContextAttribsARB to the WGL driver.
Alexandre Julliard [Thu, 28 Jun 2012 13:07:44 +0000 (15:07 +0200)] 
opengl32: Move wglCreateContextAttribsARB to the WGL driver.

12 years agoopengl32: Move wglMakeContextCurrentARB to the WGL driver.
Alexandre Julliard [Thu, 28 Jun 2012 12:49:49 +0000 (14:49 +0200)] 
opengl32: Move wglMakeContextCurrentARB to the WGL driver.

12 years agoopengl32: Add the concept of a WGL driver.
Alexandre Julliard [Thu, 28 Jun 2012 12:13:24 +0000 (14:13 +0200)] 
opengl32: Add the concept of a WGL driver.

12 years agowinex11: Simplify wglSetPixelFormatWINE and export it as a standard extension function.
Alexandre Julliard [Thu, 28 Jun 2012 10:00:45 +0000 (12:00 +0200)] 
winex11: Simplify wglSetPixelFormatWINE and export it as a standard extension function.

12 years agowbemprox: Implement IEnumWbemClassObject::Clone.
Hans Leidekker [Thu, 28 Jun 2012 07:25:39 +0000 (09:25 +0200)] 
wbemprox: Implement IEnumWbemClassObject::Clone.

12 years agowbemprox: Add reference counting to the query object.
Hans Leidekker [Thu, 28 Jun 2012 07:25:13 +0000 (09:25 +0200)] 
wbemprox: Add reference counting to the query object.

12 years agowbemprox: Support IClientSecurity on the class enumerator object;.
Hans Leidekker [Thu, 28 Jun 2012 07:24:42 +0000 (09:24 +0200)] 
wbemprox: Support IClientSecurity on the class enumerator object;.

12 years agowbemprox: Implement IWbemServices::GetObject.
Hans Leidekker [Thu, 28 Jun 2012 07:24:21 +0000 (09:24 +0200)] 
wbemprox: Implement IWbemServices::GetObject.

12 years agowbemprox: Implement more properties of Win32_VideoController.
Hans Leidekker [Thu, 28 Jun 2012 07:24:05 +0000 (09:24 +0200)] 
wbemprox: Implement more properties of Win32_VideoController.

12 years agoopengl32: Remove spaces preceding punctuation, streamline some debug messages.
Julian Rüger [Wed, 27 Jun 2012 13:39:17 +0000 (15:39 +0200)] 
opengl32: Remove spaces preceding punctuation, streamline some debug messages.

12 years agoopengl32: Fix typos in comments.
Julian Rüger [Wed, 27 Jun 2012 12:54:23 +0000 (14:54 +0200)] 
opengl32: Fix typos in comments.

12 years agogdi32: Spelling fix.
Stefan Leichter [Wed, 27 Jun 2012 20:47:54 +0000 (22:47 +0200)] 
gdi32: Spelling fix.

12 years agogdiplus: Increase refcount of the source stream when loading a bitmap instead of...
Dmitry Timoshkov [Wed, 27 Jun 2012 05:29:08 +0000 (14:29 +0900)] 
gdiplus: Increase refcount of the source stream when loading a bitmap instead of cloning it.

12 years agogdiplus: Add a test for image stream refcount.
Dmitry Timoshkov [Wed, 27 Jun 2012 05:27:04 +0000 (14:27 +0900)] 
gdiplus: Add a test for image stream refcount.

12 years agokernel32: Change LCMapStringW to LCMapStringEx and call it from LCMapStringW.
André Hentschel [Tue, 26 Jun 2012 19:13:06 +0000 (21:13 +0200)] 
kernel32: Change LCMapStringW to LCMapStringEx and call it from LCMapStringW.

12 years agopo: Update Korean translation.
Hwang YunSong [Wed, 27 Jun 2012 13:33:11 +0000 (22:33 +0900)] 
po: Update Korean translation.

12 years agod3dx9_36: Implementation of D3DXSHDot.
Nozomi Kodama [Wed, 27 Jun 2012 06:50:07 +0000 (14:50 +0800)] 
d3dx9_36: Implementation of D3DXSHDot.

12 years agojoy.cpl: Added POV axis visualization.
Lucas Zawacki [Wed, 27 Jun 2012 03:09:51 +0000 (00:09 -0300)] 
joy.cpl: Added POV axis visualization.

12 years agojoy.cpl: Make dialog the same size as the other cpl applets.
Lucas Zawacki [Wed, 27 Jun 2012 03:08:11 +0000 (00:08 -0300)] 
joy.cpl: Make dialog the same size as the other cpl applets.

12 years agohhctrl.ocx: Use document title for subtopics in the index.
Erich Hoover [Tue, 26 Jun 2012 16:05:19 +0000 (10:05 -0600)] 
hhctrl.ocx: Use document title for subtopics in the index.

12 years agohhctrl.ocx: Turn multiple index entries of the same name into a single entry.
Erich Hoover [Mon, 25 Jun 2012 19:46:26 +0000 (13:46 -0600)] 
hhctrl.ocx: Turn multiple index entries of the same name into a single entry.

12 years agowinex11: Export wglMakeCurrent and wglMakeContextCurrentARB as standard extension...
Alexandre Julliard [Wed, 27 Jun 2012 12:43:36 +0000 (14:43 +0200)] 
winex11: Export wglMakeCurrent and wglMakeContextCurrentARB as standard extension functions.

12 years agowinex11: Use the GET_DRAWABLE escape to implement wglMakeContextCurrentARB.
Alexandre Julliard [Wed, 27 Jun 2012 12:07:06 +0000 (14:07 +0200)] 
winex11: Use the GET_DRAWABLE escape to implement wglMakeContextCurrentARB.

12 years agowinex11: Use the GET_DRAWABLE escape to implement wglMakeCurrent.
Alexandre Julliard [Wed, 27 Jun 2012 11:58:23 +0000 (13:58 +0200)] 
winex11: Use the GET_DRAWABLE escape to implement wglMakeCurrent.

12 years agowinex11: Add a GET_DRAWABLE escape to mirror the SET_DRAWABLE one.
Alexandre Julliard [Wed, 27 Jun 2012 11:57:26 +0000 (13:57 +0200)] 
winex11: Add a GET_DRAWABLE escape to mirror the SET_DRAWABLE one.

12 years agowined3d: Always load wgl functions from opengl32.dll.
Alexandre Julliard [Wed, 27 Jun 2012 12:38:58 +0000 (14:38 +0200)] 
wined3d: Always load wgl functions from opengl32.dll.

12 years agowindowscodecs: Suppress libtiff warnings.
Dmitry Timoshkov [Wed, 27 Jun 2012 11:33:14 +0000 (20:33 +0900)] 
windowscodecs: Suppress libtiff warnings.

12 years agopo: Add missing url tag to nl.po.
Austin English [Wed, 27 Jun 2012 18:20:59 +0000 (11:20 -0700)] 
po: Add missing url tag to nl.po.