Wine-Devel

By thread
wine-devel@list.winehq.org

December 2019

  • 73 participants
  • 1394 messages
[PATCH 09/10] jscript: Implement ScriptTypeComp_BindType.
by Gabriel Ivăncescu
Dec. 9, 2019
[PATCH 08/10] jscript: Implement ScriptTypeComp_Bind.
by Gabriel Ivăncescu
Dec. 9, 2019
[PATCH 07/10] jscript: Implement ScriptTypeInfo_GetTypeComp.
by Gabriel Ivăncescu
Dec. 9, 2019
[PATCH 06/10] jscript: Implement ScriptTypeInfo_GetIDsOfNames.
by Gabriel Ivăncescu
Dec. 9, 2019
[PATCH 05/10] jscript: Implement ScriptTypeInfo_GetVarDesc.
by Gabriel Ivăncescu
Dec. 9, 2019
[PATCH 04/10] jscript: Implement ScriptTypeInfo_GetFuncDesc.
by Gabriel Ivăncescu
Dec. 9, 2019
[PATCH 03/10] jscript: Implement ScriptTypeInfo_GetTypeAttr.
by Gabriel Ivăncescu
Dec. 9, 2019
[PATCH 02/10] jscript: Store the necessary function and variable info in the script TypeInfo.
by Gabriel Ivăncescu
Dec. 9, 2019
[PATCH 01/10] jscript: Add script TypeInfo stub.
by Gabriel Ivăncescu
Dec. 9, 2019
[PATCH] comctl32/listview: Use wcsnicmp() instead of a local helper.
by Nikolay Sivov
Dec. 9, 2019
[PATCH] wbemprox: Use a terminated string in parse_resource.
by Hans Leidekker
Dec. 9, 2019
Re: [PATCH] winhttp/tests: Fix the spelling of ok() and skip() messages and a comment.
by Marvin
Dec. 9, 2019
[PATCH 5/5] msado15: Implement _Stream_get_Size.
by Hans Leidekker
Dec. 9, 2019
[PATCH 4/5] msado15: Implement _Stream_get_Position and _Stream_put_Position.
by Hans Leidekker
Dec. 9, 2019
[PATCH 3/5] msado15: Implement _Stream_Read and _Stream_Write.
by Hans Leidekker
Dec. 9, 2019
[PATCH 2/5] msado15: Implement _Stream_get_State.
by Hans Leidekker
Dec. 9, 2019
[PATCH 1/5] msado15: Implement _Stream_Open and _Stream_Close.
by Hans Leidekker
Dec. 9, 2019
Dec. 9, 2019
Dec. 9, 2019
[PATCH] kernelbase: Fix GlobalMemoryStatusEx regression
by hari.mail
Dec. 9, 2019
Re: [PATCH] user32/tests: Avoid an unneeded lstrlenA() call.
by Marvin
Dec. 9, 2019
Dec. 9, 2019
Re: [PATCH] Update to Unicode 12.1.
by Marvin
Dec. 9, 2019
[PATCH vkd3d 2/2] vkd3d: Handle depth/stencil planes in GetCopyableFootprints().
by Conor McCarthy
Dec. 9, 2019
[PATCH vkd3d 1/2] vkd3d/tests: Add tests for GetCopyableFootprints() depth/stencil planes.
by Conor McCarthy
Dec. 9, 2019
[PATCH] cmd: Avoid unneeded strlenW() calls.
by Francois Gouget
Dec. 9, 2019
[PATCH] winedbg: Avoid unneeded strlen() calls.
by Francois Gouget
Dec. 9, 2019
[PATCH] user32/tests: Fix the spelling of an ok() message.
by Francois Gouget
Dec. 9, 2019
[PATCH] oleaut32: Fix the spelling of a FIXME() message.
by Francois Gouget
Dec. 9, 2019
[PATCH] winhttp/tests: Fix the spelling of ok() and skip() messages and a comment.
by Francois Gouget
Dec. 9, 2019
[PATCH] kernel32/tests: Trace LastError when GetPhysicallyInstalledSystemMemory() fails.
by Francois Gouget
Dec. 9, 2019
[PATCH] shlwapi/tests: Fix the spelling of a couple of ok() messages.
by Francois Gouget
Dec. 9, 2019
[PATCH] wmvcore: Fix the spelling of WMReaderAdvanced6_SetProtectStreamSamples().
by Francois Gouget
Dec. 9, 2019
[PATCH] cmd: Fix the spelling of a WINE_TRACE() message and a comment.
by Francois Gouget
Dec. 9, 2019
[PATCH] comctl32/tests: Avoid a couple of unneeded lstrlenA() calls.
by Francois Gouget
Dec. 9, 2019
[PATCH] user32: Fix the spelling of a TRACE() message.
by Francois Gouget
Dec. 9, 2019
[PATCH] comctl32/tests: Avoid an unneeded strlen() call.
by Francois Gouget
Dec. 9, 2019
[PATCH] user32/tests: Avoid a couple of unneeded strlen() calls.
by Francois Gouget
Dec. 9, 2019
[PATCH] user32/tests: Avoid an unneeded lstrlenA() call.
by Francois Gouget
Dec. 9, 2019
[PATCH] user32/tests: Avoid an unneeded (&commented out) strlen() call.
by Francois Gouget
Dec. 9, 2019
[PATCH] Update to Unicode 12.1.
by Nikolay Sivov
Dec. 9, 2019
[PATCH 2/2] dwrite: Implement returning axis values from face reference.
by Nikolay Sivov
Dec. 9, 2019
[PATCH 1/2] dwrite: Compare axis values when testing for face reference equality.
by Nikolay Sivov
Dec. 9, 2019
[PATCH] oleaut32/typelib: No need to query self for supported interface.
by Nikolay Sivov
Dec. 9, 2019
[PATCH] ntdll/tests: Enable some more string API tests.
by Nikolay Sivov
Dec. 9, 2019
Re: TestBot job 61617 results: [PATCH] kernel32: return S_OK in RegisterApplicationRecoveryCallback stub
by Francois Gouget
Dec. 9, 2019
Re: TestBot job 61617 results: [PATCH] kernel32: return S_OK in RegisterApplicationRecoveryCallback stub
by Louis Lenders
Dec. 9, 2019
Re: [PATCH] kernel32: return S_OK in RegisterApplicationRecoveryCallback stub
by Marvin
Dec. 9, 2019
[PATCH] kernel32: return S_OK in RegisterApplicationRecoveryCallback stub
by Louis Lenders
Dec. 9, 2019
[PATCH] httpapi: return ERROR_SUCCESS for unimplemented flags in HttpInitialize
by Austin English
Dec. 9, 2019
[PATCH] oledb32: Implement IDataSourceLocator PromptNew
by Alistair Leslie-Hughes
Dec. 9, 2019
[PATCH] msado15: Support all interfaces in _Recordset QueryInterface
by Alistair Leslie-Hughes
Dec. 8, 2019
Re: [PATCH] msado15: Add missing interfaces in _Connection QueryInterface
by Alistair Leslie-Hughes
Dec. 8, 2019
[PATCH] msado15: Add missing interfaces in _Connection QueryInterface
by Alistair Leslie-Hughes
Dec. 8, 2019
[PATCH] loader: Install msado15.dll into the correct location
by Alistair Leslie-Hughes
Dec. 8, 2019
[PATCH 3/3] dmime/tests: Add segment GetParam/SetParam tests
by Michael Stefaniuc
Dec. 8, 2019
[PATCH 2/3] dmime: Fix index handling in segment GetParam()
by Michael Stefaniuc
Dec. 8, 2019
[PATCH 1/3] dmime/tests: Add more GetTrack() tests
by Michael Stefaniuc
Dec. 8, 2019
Re: [PATCH v2] msxml3: all string passed to IXMLDOMDocument_load() need to be URL-unescaped
by Damjan Jovanovic
Dec. 8, 2019
[PATCH v3] msxml3: all string passed to IXMLDOMDocument_load() need to be URL-unescaped
by Damjan Jovanovic
Dec. 8, 2019
Re: [PATCH v2] msxml3: all string passed to IXMLDOMDocument_load() need to be URL-unescaped
by Nikolay Sivov
Dec. 8, 2019
Dec. 8, 2019
Re: [PATCH v2] msxml3: all string passed to IXMLDOMDocument_load() need to be URL-unescaped
by Damjan Jovanovic
Dec. 8, 2019
Re: [PATCH v2] msxml3: all string passed to IXMLDOMDocument_load() need to be URL-unescaped
by Nikolay Sivov
Dec. 8, 2019
Re: [PATCH] include: update thumbcache.idl file
by Nikolay Sivov
Dec. 8, 2019
Dec. 8, 2019
[PATCH v2 8/8] strmbase: Get rid of the "vtbl" argument to strmbase_source_init().
by Zebediah Figura
Dec. 8, 2019
[PATCH v2 7/8] qcap/avimux: Use BaseOutputPinImpl_Connect().
by Zebediah Figura
Dec. 8, 2019
[PATCH v2 6/8] qcap/avimux: Use BaseOutputPinImpl_Disconnect().
by Zebediah Figura
Dec. 8, 2019
[PATCH v2 5/8] qcap/avimux: Use BasePinImpl_QueryInterface().
by Zebediah Figura
Dec. 8, 2019
[PATCH v2 4/8] wineqtdecoder: Use BasePinImpl_QueryInterface().
by Zebediah Figura
Dec. 8, 2019
[PATCH v2 3/8] winegstreamer: Use BasePinImpl_QueryInterface().
by Zebediah Figura
Dec. 8, 2019
[PATCH v2 2/8] wineqtdecoder: Move the SourceSeeking structure to the source pin.
by Zebediah Figura
Dec. 8, 2019
[PATCH v2 1/8] wineqtdecoder: Fix some copy-paste errors.
by Zebediah Figura
Dec. 8, 2019
Re: [PATCH] wineqtdecoder: Fix macos compile error
by Alistair Leslie-Hughes
Dec. 8, 2019
Re: [PATCH v2 2/2] kernel32/tests: Add broken result for Windows XP and 2003.
by Mathew Hodson
Dec. 8, 2019
Re: [PATCH] wineqtdecoder: Fix macos compile error
by Mathew Hodson
Dec. 8, 2019
Re: [PATCH v2 1/2] kernel32/tests: Trace the mapped string when FoldStringW fails.
by Marvin
Dec. 8, 2019
[PATCH v2 2/2] kernel32/tests: Add broken result for Windows XP and 2003.
by Mathew Hodson
Dec. 8, 2019
[PATCH v2 1/2] kernel32/tests: Trace the mapped string when FoldStringW fails.
by Mathew Hodson
Dec. 8, 2019
[PATCH 2/2] kernel32/tests: Add broken result for Windows XP and 2003.
by Mathew Hodson
Dec. 8, 2019
Re: [PATCH v2] ieframe: implement COM aggregation in WebBrowser
by Marvin
Dec. 7, 2019
[PATCH v2] ieframe: implement COM aggregation in WebBrowser
by Damjan Jovanovic
Dec. 7, 2019
I posted another fix for a Bugzilla bug.
by Thales
Dec. 7, 2019
Re: [PATCH] wineqtdecoder: Fix macos compile error
by Zebediah Figura
Dec. 7, 2019
Re: [PATCH] wineqtdecoder: Fix macos compile error
by Alistair Leslie-Hughes
Dec. 7, 2019
Re: [wine-devel] Wine staging 4.21 release
by Alan W. Irwin
Dec. 7, 2019
Re: [wine-devel] Wine staging 4.21 release
by Alan W. Irwin
Dec. 7, 2019
Re: [wine-devel] Wine staging 4.21 release
by Sveinar Søpler
Dec. 7, 2019
[PATCH 10/10] d3d10: Apply shader resources for shaders used in pass.
by Connor McAdams
Dec. 7, 2019
[PATCH 09/10] d3d10: Get resources used by effect shaders.
by Connor McAdams
Dec. 7, 2019
[PATCH 08/10] d3d10: Implement ShaderResource effect variable set method.
by Connor McAdams
Dec. 7, 2019
[PATCH 07/10] d3d10: Implement matrix effect variable get methods.
by Connor McAdams
Dec. 7, 2019
[PATCH 06/10] d3d10: Implement matrix effect variable set methods.
by Connor McAdams
Dec. 7, 2019
[PATCH 05/10] d3d10: Implement vector effect variable get methods.
by Connor McAdams
Dec. 7, 2019
[PATCH 04/10] d3d10: Implement vector effect variable set methods.
by Connor McAdams
Dec. 7, 2019
[PATCH 03/10] d3d10: Implement scalar effect variable get methods.
by Connor McAdams
Dec. 7, 2019