wine
10 years agoRelease 1.5.29. master origin/HEAD origin/master wine-1.5.29
Alexandre Julliard [Fri, 26 Apr 2013 18:04:15 +0000 (20:04 +0200)] 
Release 1.5.29.

10 years agomshtml: Support IObjectIdentity interface in HTMLWindow object.
Piotr Caban [Fri, 26 Apr 2013 13:47:54 +0000 (15:47 +0200)] 
mshtml: Support IObjectIdentity interface in HTMLWindow object.

10 years agomshtml: Limit number of tasks processed in process_timer.
Piotr Caban [Fri, 26 Apr 2013 13:47:36 +0000 (15:47 +0200)] 
mshtml: Limit number of tasks processed in process_timer.

10 years agowined3d: Remove some, now unnecessary, glReadBuffer(GL_NONE) calls.
Matteo Bruni [Fri, 26 Apr 2013 12:58:28 +0000 (14:58 +0200)] 
wined3d: Remove some, now unnecessary, glReadBuffer(GL_NONE) calls.

This reverts parts of e4efcea2232254b2cf1ad0a7de7c90f1c3ae8df2 and
8e12b2e61e8c6441ed25c116142c262efdf88b20.

10 years agowined3d: Set GL_NONE for glReadBuffer / glDrawBuffer on FBO initialization.
Matteo Bruni [Fri, 26 Apr 2013 12:58:27 +0000 (14:58 +0200)] 
wined3d: Set GL_NONE for glReadBuffer / glDrawBuffer on FBO initialization.

10 years agod3dcompiler_43: Turn FIXME into TRACE as D3DCompiler is no longer a stub.
Christian Costa [Thu, 25 Apr 2013 20:25:13 +0000 (22:25 +0200)] 
d3dcompiler_43: Turn FIXME into TRACE as D3DCompiler is no longer a stub.

10 years agod3dx9_36: Use more appropriate function names.
Christian Costa [Thu, 25 Apr 2013 20:24:55 +0000 (22:24 +0200)] 
d3dx9_36: Use more appropriate function names.

10 years agoshell32/tests: Add tests for SHGetStockIconInfo.
Detlef Riekenberg [Thu, 25 Apr 2013 18:22:06 +0000 (20:22 +0200)] 
shell32/tests: Add tests for SHGetStockIconInfo.

10 years agoshell32: Add a semi-stub for SHGetStockIconInfo.
Detlef Riekenberg [Thu, 25 Apr 2013 18:22:05 +0000 (20:22 +0200)] 
shell32: Add a semi-stub for SHGetStockIconInfo.

10 years agoshdocvw: Don't set res variable since it's not ckecked after the call.
Christian Costa [Thu, 25 Apr 2013 23:03:47 +0000 (01:03 +0200)] 
shdocvw: Don't set res variable since it's not ckecked after the call.

10 years agowinemac: For SetCursorPos(), reset positions of pending mouse button and scroll events.
Ken Thomases [Fri, 26 Apr 2013 09:06:12 +0000 (04:06 -0500)] 
winemac: For SetCursorPos(), reset positions of pending mouse button and scroll events.

They are effectively deemed to have happened after the SetCursorPos().

10 years agowinemac: Work around mouse "pausing" after CGWarpMouseCursorPosition().
Ken Thomases [Fri, 26 Apr 2013 09:06:08 +0000 (04:06 -0500)] 
winemac: Work around mouse "pausing" after CGWarpMouseCursorPosition().

10 years agokernel32/tests: Add some tests for remote process termination.
Dmitry Timoshkov [Fri, 26 Apr 2013 08:56:59 +0000 (17:56 +0900)] 
kernel32/tests: Add some tests for remote process termination.

10 years agowined3d: Move gl_info->limits.max_texture_stages to d3d_info.
Stefan Dösinger [Thu, 25 Apr 2013 13:20:30 +0000 (15:20 +0200)] 
wined3d: Move gl_info->limits.max_texture_stages to d3d_info.

10 years agowined3d: Move valid_rt_mask to wined3d_d3d_info.
Stefan Dösinger [Thu, 25 Apr 2013 13:20:29 +0000 (15:20 +0200)] 
wined3d: Move valid_rt_mask to wined3d_d3d_info.

10 years agowined3d: Move max_ffp_textures to wined3d_d3d_info.
Stefan Dösinger [Thu, 25 Apr 2013 13:20:28 +0000 (15:20 +0200)] 
wined3d: Move max_ffp_textures to wined3d_d3d_info.

10 years agowined3d: Move shader limits to wined3d_d3d_info.
Stefan Dösinger [Thu, 25 Apr 2013 13:20:27 +0000 (15:20 +0200)] 
wined3d: Move shader limits to wined3d_d3d_info.

10 years agowined3d: Don't pass the device to gen_ffp_frag_op.
Stefan Dösinger [Thu, 25 Apr 2013 13:20:26 +0000 (15:20 +0200)] 
wined3d: Don't pass the device to gen_ffp_frag_op.

10 years agowined3d: Access gl_info and d3d_info from the context in find_arb_*_compile_args.
Stefan Dösinger [Thu, 25 Apr 2013 13:20:25 +0000 (15:20 +0200)] 
wined3d: Access gl_info and d3d_info from the context in find_arb_*_compile_args.

10 years agowined3d: Add a new structure for d3d limits and other info.
Stefan Dösinger [Thu, 25 Apr 2013 13:20:24 +0000 (15:20 +0200)] 
wined3d: Add a new structure for d3d limits and other info.

10 years agod3dx9_36: Add DIB file support to D3DXSaveSurfaceToFileInMemory.
Christian Costa [Mon, 22 Apr 2013 21:08:18 +0000 (23:08 +0200)] 
d3dx9_36: Add DIB file support to D3DXSaveSurfaceToFileInMemory.

10 years agod3dx9_36: Add DIB file support to D3DXLoadSurfaceFromFileInMemory.
Christian Costa [Mon, 22 Apr 2013 21:08:09 +0000 (23:08 +0200)] 
d3dx9_36: Add DIB file support to D3DXLoadSurfaceFromFileInMemory.

10 years agod3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.
Christian Costa [Wed, 24 Apr 2013 21:40:19 +0000 (23:40 +0200)] 
d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.

10 years agojscript: Optimize String.concat implementation.
Jacek Caban [Thu, 25 Apr 2013 13:23:48 +0000 (15:23 +0200)] 
jscript: Optimize String.concat implementation.

10 years agooledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_UI4.
Alistair Leslie-Hughes [Thu, 18 Apr 2013 02:15:06 +0000 (12:15 +1000)] 
oledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_UI4.

10 years agowininet: Always return errors from NETCON_recv.
Hans Leidekker [Thu, 25 Apr 2013 08:15:19 +0000 (10:15 +0200)] 
wininet: Always return errors from NETCON_recv.

10 years agowininet: Get rid of the clear parameter to HTTP_GetResponseHeaders.
Hans Leidekker [Thu, 25 Apr 2013 08:14:21 +0000 (10:14 +0200)] 
wininet: Get rid of the clear parameter to HTTP_GetResponseHeaders.

10 years agowininet/tests: Improve error reporting in a couple of tests.
Hans Leidekker [Thu, 25 Apr 2013 08:13:40 +0000 (10:13 +0200)] 
wininet/tests: Improve error reporting in a couple of tests.

10 years agod3drm: Avoid LPDIRECT3DRMLIGHT.
Henri Verbeet [Thu, 25 Apr 2013 07:59:46 +0000 (09:59 +0200)] 
d3drm: Avoid LPDIRECT3DRMLIGHT.

10 years agod3drm: Avoid LPDIRECT3DRMFACE2.
Henri Verbeet [Thu, 25 Apr 2013 07:59:45 +0000 (09:59 +0200)] 
d3drm: Avoid LPDIRECT3DRMFACE2.

10 years agod3drm: Avoid LPDIRECT3DRMFACE.
Henri Verbeet [Thu, 25 Apr 2013 07:59:44 +0000 (09:59 +0200)] 
d3drm: Avoid LPDIRECT3DRMFACE.

10 years agowined3d: Introduce a wined3d_vertex_pipe_ops structure.
Henri Verbeet [Thu, 25 Apr 2013 10:16:47 +0000 (12:16 +0200)] 
wined3d: Introduce a wined3d_vertex_pipe_ops structure.

10 years agowinex11: Move the desktop process check from X11DRV_ClipCursor() to grab_clipping_win...
Henri Verbeet [Thu, 25 Apr 2013 07:59:42 +0000 (09:59 +0200)] 
winex11: Move the desktop process check from X11DRV_ClipCursor() to grab_clipping_window().

We don't want to clip in the desktop process, but we still need it to call
ungrab_clipping_window() if the process that was previously clipping didn't.
This can happen for example when fullscreen clipping is enabled, but the
corresponding window isn't explicitly destroyed before process exit.

10 years agokernel32: Test LdrShutdownProcess behaviour only after NtTerminateProcess(0) call.
Dmitry Timoshkov [Thu, 25 Apr 2013 07:37:06 +0000 (16:37 +0900)] 
kernel32: Test LdrShutdownProcess behaviour only after NtTerminateProcess(0) call.

10 years agowinemac: Fix an off-by-one error in macdrv_wglChoosePixelFormatARB().
Ken Thomases [Thu, 25 Apr 2013 01:18:43 +0000 (20:18 -0500)] 
winemac: Fix an off-by-one error in macdrv_wglChoosePixelFormatARB().

10 years agowinemac: Improve logging from wglChoosePixelFormatARB() and wglGetPixelFormatAttribiv...
Ken Thomases [Thu, 25 Apr 2013 01:18:29 +0000 (20:18 -0500)] 
winemac: Improve logging from wglChoosePixelFormatARB() and wglGetPixelFormatAttribivARB().

10 years agowinemac: If an app opens a window shortly after its systray icon is clicked, activate it.
Ken Thomases [Wed, 24 Apr 2013 21:10:10 +0000 (16:10 -0500)] 
winemac: If an app opens a window shortly after its systray icon is clicked, activate it.

The Mac driver doesn't normally steal focus, but a click on the systray icon
counts as the user giving permission.

10 years agoextrac32: Add /D switch support.
Sergey Guralnik [Mon, 22 Apr 2013 07:43:17 +0000 (10:43 +0300)] 
extrac32: Add /D switch support.

10 years agooledb32: Implement DataConvert DBTYPE_BOOL->VARIANT.
Alistair Leslie-Hughes [Thu, 18 Apr 2013 04:36:34 +0000 (14:36 +1000)] 
oledb32: Implement DataConvert DBTYPE_BOOL->VARIANT.

10 years agowininet: Load persistent cookies from other paths in get_cookie function.
Piotr Caban [Wed, 24 Apr 2013 13:43:31 +0000 (15:43 +0200)] 
wininet: Load persistent cookies from other paths in get_cookie function.

10 years agouser32: Add assembly wrapper for calling hook procedures.
Dan Kegel [Wed, 24 Apr 2013 15:15:56 +0000 (08:15 -0700)] 
user32: Add assembly wrapper for calling hook procedures.

10 years agowined3d: Get rid of device->view_ident.
Stefan Dösinger [Wed, 24 Apr 2013 09:29:57 +0000 (11:29 +0200)] 
wined3d: Get rid of device->view_ident.

10 years agod3d9/tests: Don't test for equality in d3d9's depth_blit_test.
Stefan Dösinger [Sun, 21 Apr 2013 17:28:20 +0000 (19:28 +0200)] 
d3d9/tests: Don't test for equality in d3d9's depth_blit_test.

10 years agod3d9/tests: Nvidia cannot handle 2x1 YUY2/UYVY surfaces.
Stefan Dösinger [Wed, 24 Apr 2013 09:29:55 +0000 (11:29 +0200)] 
d3d9/tests: Nvidia cannot handle 2x1 YUY2/UYVY surfaces.

10 years agod3d9/tests: Add r500 fp_special results.
Stefan Dösinger [Wed, 24 Apr 2013 09:29:54 +0000 (11:29 +0200)] 
d3d9/tests: Add r500 fp_special results.

10 years agod3d9/tests: Correct nv40 results.
Stefan Dösinger [Wed, 24 Apr 2013 09:29:53 +0000 (11:29 +0200)] 
d3d9/tests: Correct nv40 results.

10 years agojscript: Use single string instance for strings representing NULL BSTR instead of...
Jacek Caban [Wed, 24 Apr 2013 09:32:33 +0000 (11:32 +0200)] 
jscript: Use single string instance for strings representing NULL BSTR instead of a flag.

10 years agokernel32: Add a test to show that CreateThread is supposed to fail after the NtTermin...
Dmitry Timoshkov [Wed, 24 Apr 2013 11:39:07 +0000 (20:39 +0900)] 
kernel32: Add a test to show that CreateThread is supposed to fail after the NtTerminateProcess call.

10 years agomshtml: Allocate smaller cookies buffer size in HTMLDocument_get_cookie.
Piotr Caban [Wed, 24 Apr 2013 09:50:23 +0000 (11:50 +0200)] 
mshtml: Allocate smaller cookies buffer size in HTMLDocument_get_cookie.

10 years agomshtml: Added IOmHistory::get_length test.
Piotr Caban [Wed, 24 Apr 2013 09:50:01 +0000 (11:50 +0200)] 
mshtml: Added IOmHistory::get_length test.

10 years agowininet: Fix cache container prefix initialization.
Piotr Caban [Wed, 24 Apr 2013 09:25:19 +0000 (11:25 +0200)] 
wininet: Fix cache container prefix initialization.

10 years agowininet: Improve searching for no-store header in HTTP response.
Piotr Caban [Wed, 24 Apr 2013 09:23:18 +0000 (11:23 +0200)] 
wininet: Improve searching for no-store header in HTTP response.

10 years agowinegcc: Add support for Multiarch Architecture Specifiers.
André Hentschel [Sun, 21 Apr 2013 14:59:47 +0000 (16:59 +0200)] 
winegcc: Add support for Multiarch Architecture Specifiers.

10 years agowinegcc: Set target based on forced pointer size.
André Hentschel [Sun, 21 Apr 2013 14:58:53 +0000 (16:58 +0200)] 
winegcc: Set target based on forced pointer size.

10 years agojscript: Run some SunSpider benchmarks in interactive mode.
Jacek Caban [Tue, 23 Apr 2013 13:03:35 +0000 (15:03 +0200)] 
jscript: Run some SunSpider benchmarks in interactive mode.

10 years agojscript: Store concatenated strings as a rope string to avoid useless copying.
Jacek Caban [Tue, 23 Apr 2013 13:02:37 +0000 (15:02 +0200)] 
jscript: Store concatenated strings as a rope string to avoid useless copying.

10 years agomshtml: Added IOmHistory::get_length implementation.
Piotr Caban [Tue, 23 Apr 2013 14:21:04 +0000 (16:21 +0200)] 
mshtml: Added IOmHistory::get_length implementation.

10 years agomsvcr80: Add some 64-bit only exports.
Stefan Leichter [Sun, 21 Apr 2013 21:02:38 +0000 (23:02 +0200)] 
msvcr80: Add some 64-bit only exports.

10 years agoserver: Report a default DACL for registry keys.
Erich Hoover [Fri, 19 Apr 2013 23:25:43 +0000 (17:25 -0600)] 
server: Report a default DACL for registry keys.

10 years agoadvapi32: Fix group ownership test on Vista.
Erich Hoover [Fri, 19 Apr 2013 23:21:02 +0000 (17:21 -0600)] 
advapi32: Fix group ownership test on Vista.

10 years agodsound/tests: Mark some capture status as broken.
Michael Stefaniuc [Mon, 22 Apr 2013 22:01:40 +0000 (00:01 +0200)] 
dsound/tests: Mark some capture status as broken.

10 years agowrc: Allow '/' and '\' in identifiers.
Jacek Caban [Tue, 23 Apr 2013 12:13:58 +0000 (14:13 +0200)] 
wrc: Allow '/' and '\' in identifiers.

10 years agod3drm: Avoid LPDIRECT3DRMMESHBUILDER3.
Henri Verbeet [Tue, 23 Apr 2013 11:21:34 +0000 (13:21 +0200)] 
d3drm: Avoid LPDIRECT3DRMMESHBUILDER3.

10 years agod3drm: Avoid LPDIRECT3DRMMESHBUILDER2.
Henri Verbeet [Tue, 23 Apr 2013 11:21:33 +0000 (13:21 +0200)] 
d3drm: Avoid LPDIRECT3DRMMESHBUILDER2.

10 years agod3drm: Avoid LPDIRECT3DRMMESHBUILDER.
Henri Verbeet [Tue, 23 Apr 2013 11:21:32 +0000 (13:21 +0200)] 
d3drm: Avoid LPDIRECT3DRMMESHBUILDER.

10 years agowined3d: Disable occlusion query support if the implementation has 0 counter bits.
Henri Verbeet [Tue, 23 Apr 2013 11:21:31 +0000 (13:21 +0200)] 
wined3d: Disable occlusion query support if the implementation has 0 counter bits.

10 years agowinex11: Don't ignore hShareContext in X11DRV_wglCreateContextAttribsARB().
Henri Verbeet [Tue, 23 Apr 2013 11:21:30 +0000 (13:21 +0200)] 
winex11: Don't ignore hShareContext in X11DRV_wglCreateContextAttribsARB().

10 years agomshtml: Added IHTMLDocument2::put_designMode tests.
Jacek Caban [Tue, 23 Apr 2013 10:58:28 +0000 (12:58 +0200)] 
mshtml: Added IHTMLDocument2::put_designMode tests.

10 years agomshtml: Added partial IHTMLDocument2::put_designMode implementation.
Jacek Caban [Tue, 23 Apr 2013 10:58:18 +0000 (12:58 +0200)] 
mshtml: Added partial IHTMLDocument2::put_designMode implementation.

10 years agomshtml: Use nsAString_InitDepend in SetDesignMode call.
Jacek Caban [Tue, 23 Apr 2013 10:58:08 +0000 (12:58 +0200)] 
mshtml: Use nsAString_InitDepend in SetDesignMode call.

10 years agomshtml: Moved exec_editmode implementation to a helper function in editor.c.
Jacek Caban [Tue, 23 Apr 2013 10:57:59 +0000 (12:57 +0200)] 
mshtml: Moved exec_editmode implementation to a helper function in editor.c.

10 years agooledb32: Implement GetConversionSize DBTYPE_STR->DBTYPE_WSTR.
Alistair Leslie-Hughes [Tue, 23 Apr 2013 03:46:10 +0000 (13:46 +1000)] 
oledb32: Implement GetConversionSize DBTYPE_STR->DBTYPE_WSTR.

10 years agooledb32: Implement DataConvert DBTYPE_R8->VARIANT.
Alistair Leslie-Hughes [Thu, 18 Apr 2013 01:59:15 +0000 (11:59 +1000)] 
oledb32: Implement DataConvert DBTYPE_R8->VARIANT.

10 years agogdi32: Convert the edges list to a standard list in CreatePolyPolygonRgn.
Alexandre Julliard [Mon, 22 Apr 2013 20:41:51 +0000 (22:41 +0200)] 
gdi32: Convert the edges list to a standard list in CreatePolyPolygonRgn.

10 years agogdi32: Add helper functions to manage blocks of points in CreatePolyPolygonRgn.
Alexandre Julliard [Mon, 22 Apr 2013 19:57:32 +0000 (21:57 +0200)] 
gdi32: Add helper functions to manage blocks of points in CreatePolyPolygonRgn.

10 years agogdi32: Replace some macros by inline functions in the region code.
Alexandre Julliard [Mon, 22 Apr 2013 19:40:05 +0000 (21:40 +0200)] 
gdi32: Replace some macros by inline functions in the region code.

10 years agowined3d: Remove leftover texture accesses in GLSL shader generation.
Stefan Dösinger [Mon, 17 Dec 2012 17:02:41 +0000 (18:02 +0100)] 
wined3d: Remove leftover texture accesses in GLSL shader generation.

10 years agowinex11.drv: Print the error in wglCreateContextAttribsARB() when context creation...
Matteo Bruni [Fri, 19 Apr 2013 17:06:15 +0000 (19:06 +0200)] 
winex11.drv: Print the error in wglCreateContextAttribsARB() when context creation fails.

10 years agowined3d: Use ARB_internalformat_query2 for the other texture format caps too.
Matteo Bruni [Fri, 19 Apr 2013 17:06:14 +0000 (19:06 +0200)] 
wined3d: Use ARB_internalformat_query2 for the other texture format caps too.

10 years agowined3d: Use ARB_internalformat_query2 to check for texture format rendering and...
Matteo Bruni [Fri, 19 Apr 2013 17:06:13 +0000 (19:06 +0200)] 
wined3d: Use ARB_internalformat_query2 to check for texture format rendering and blending support, where available.

10 years agowined3d: Add ARB_internalformat_query2 GL extension.
Matteo Bruni [Fri, 19 Apr 2013 17:06:12 +0000 (19:06 +0200)] 
wined3d: Add ARB_internalformat_query2 GL extension.

10 years agomshtml: Clean up OleCommandTarget_Exec.
Jacek Caban [Mon, 22 Apr 2013 14:19:57 +0000 (16:19 +0200)] 
mshtml: Clean up OleCommandTarget_Exec.

10 years agod3drm: Avoid LPDIRECT3DRMMESH.
Henri Verbeet [Mon, 22 Apr 2013 13:18:46 +0000 (15:18 +0200)] 
d3drm: Avoid LPDIRECT3DRMMESH.

10 years agod3drm: Avoid LPDIRECT3DRMVISUAL.
Henri Verbeet [Mon, 22 Apr 2013 13:18:45 +0000 (15:18 +0200)] 
d3drm: Avoid LPDIRECT3DRMVISUAL.

10 years agod3drm: Avoid LPDIRECT3DRMFRAME3.
Henri Verbeet [Mon, 22 Apr 2013 13:18:44 +0000 (15:18 +0200)] 
d3drm: Avoid LPDIRECT3DRMFRAME3.

10 years agowined3d: Rename the device "strided_streams" field to "stream_info".
Henri Verbeet [Mon, 22 Apr 2013 13:18:43 +0000 (15:18 +0200)] 
wined3d: Rename the device "strided_streams" field to "stream_info".

The "strided" in there is mostly historic, it hasn't really been accurate for
a while now.

10 years agowined3d: Get rid of the unused TRACE_STRIDED macro.
Henri Verbeet [Mon, 22 Apr 2013 13:18:42 +0000 (15:18 +0200)] 
wined3d: Get rid of the unused TRACE_STRIDED macro.

10 years agooledb32: Implement DataConvert DBTYPE_I8->DBTYPE_VARIANT.
Alistair Leslie-Hughes [Wed, 17 Apr 2013 23:54:09 +0000 (09:54 +1000)] 
oledb32: Implement DataConvert DBTYPE_I8->DBTYPE_VARIANT.

10 years agooledb32: Implement GetConversionSize DBTYPE_WSTR->DBTYPE_WSTR.
Alistair Leslie-Hughes [Fri, 19 Apr 2013 04:22:10 +0000 (14:22 +1000)] 
oledb32: Implement GetConversionSize DBTYPE_WSTR->DBTYPE_WSTR.

10 years agodsound/tests: Skip tests if there is no default device.
Michael Stefaniuc [Sun, 21 Apr 2013 22:19:47 +0000 (00:19 +0200)] 
dsound/tests: Skip tests if there is no default device.

10 years agosxs/tests: Avoid a magic constant.
Michael Stefaniuc [Sun, 21 Apr 2013 22:14:41 +0000 (00:14 +0200)] 
sxs/tests: Avoid a magic constant.

10 years agontdll: Refuse to create new thread if the target process is being terminated.
Dmitry Timoshkov [Mon, 22 Apr 2013 09:33:22 +0000 (18:33 +0900)] 
ntdll: Refuse to create new thread if the target process is being terminated.

10 years agowininet: Include the Proxy-Connection header in the keep-alive check.
Hans Leidekker [Mon, 22 Apr 2013 09:03:22 +0000 (11:03 +0200)] 
wininet: Include the Proxy-Connection header in the keep-alive check.

10 years agowininet: Add support for INTERNET_OPTION_PROXY_USERNAME and INTERNET_OPTION_PROXY_PAS...
Hans Leidekker [Mon, 22 Apr 2013 09:02:50 +0000 (11:02 +0200)] 
wininet: Add support for INTERNET_OPTION_PROXY_USERNAME and INTERNET_OPTION_PROXY_PASSWORD.

10 years agowininet: Don't strip the port from URLs returned by InternetQueryOption(INTERNET_OPTI...
Hans Leidekker [Mon, 22 Apr 2013 09:02:26 +0000 (11:02 +0200)] 
wininet: Don't strip the port from URLs returned by InternetQueryOption(INTERNET_OPTION_URL).

10 years agowininet: Fix a request string leak.
Hans Leidekker [Mon, 22 Apr 2013 09:02:09 +0000 (11:02 +0200)] 
wininet: Fix a request string leak.

10 years agomsdaps: Added some proxy/stubs for IDBDataSourceAdmin methods.
Nikolay Sivov [Fri, 19 Apr 2013 10:11:43 +0000 (14:11 +0400)] 
msdaps: Added some proxy/stubs for IDBDataSourceAdmin methods.

10 years agomsdaps: Added proxy/stub for IDBInitialize_Uninitialize().
Nikolay Sivov [Fri, 19 Apr 2013 09:47:27 +0000 (13:47 +0400)] 
msdaps: Added proxy/stub for IDBInitialize_Uninitialize().

10 years agowinemac: Implement an IME that uses the OS X input methods.
Ken Thomases [Mon, 22 Apr 2013 02:32:26 +0000 (21:32 -0500)] 
winemac: Implement an IME that uses the OS X input methods.

Developed with Aric Stewart.

10 years agowinemac: Set up and drain autorelease pool in LogErrorv() so it's safe to call from...
Ken Thomases [Mon, 22 Apr 2013 02:31:28 +0000 (21:31 -0500)] 
winemac: Set up and drain autorelease pool in LogErrorv() so it's safe to call from background threads.