Displaying 10 results from an estimated 10 matches for "iscriptcontrol".
2019 Sep 27
0
Wine release 4.17
...vbscript: Add support for the SCRIPTPROC_ISEXPRESSION flag in ParseProcedureText.
vbscript/tests: Add test for ParseProcedureText with the SCRIPTPROC_ISEXPRESSION flag.
vbscript: Handle NULL code text in ParseScriptText and ParseProcedureText.
msscript.ocx: Partially implement IScriptControl::ExecuteStatement.
msscript.ocx/tests: Add tests for IScriptControl::ExecuteStatement.
Hans Leidekker (14):
wbemprox: Add support for CIM_REAL32 values.
wbemprox: Implement Win32_BIOS.CurrentLanguage.
wbemprox: Implement more Win32_OperatingSystem properties.
wbemprox...
2020 Sep 11
0
Wine release 5.17
...name to name the default domain.
Fabian Maurer (1):
user32/menu: Store application defined value as pointer.
Francesco Noferi (1):
cmd.exe: Fix parsing of && between quotes.
Gabriel Iv?ncescu (7):
msscript.ocx/tests: Add tests for SitehWnd.
msscript.ocx: Implement IScriptControl::put_SitehWnd.
msscript.ocx: Implement IScriptControl::get_SitehWnd.
msscript.ocx: Implement IActiveScriptSiteWindow::GetWindow.
msscript.ocx: Return S_OK from the IActiveScriptSiteWindow::EnableModeless stub.
msscript.ocx: Implement UseSafeSubset properly by setting the int...
2019 Oct 18
0
Wine release 4.18
...elling of some comments.
mmdevapi/tests: Fix the spelling of ok() messages.
mfplat/tests: Fix the spelling of a comment.
winspool.drv/tests: Avoid an unneeded strlen() call.
Gabriel Iv?ncescu (3):
msscript.ocx: Move set_script_state to the top.
msscript.ocx: Implement IScriptControl::Run.
msscript.ocx/tests: Add tests for IScriptControl::Run.
Gijs Vermeulen (8):
kernel32/tests: Fix some console tests on newer Win10.
msvcp110: Add more exports.
scrrun/tests: Make test_clone more descriptive.
scrrun/tests: Fix DriveCollection clone tests when there...
2018 May 14
0
Wine release 3.0.1
...he WineHQ server.
ntdll: Avoid pushl %esp instruction in RtlUnwind prolog.
configure: Check the positive form of the warning options.
ntdll: Fix crash on nested thread exit.
Alistair Leslie-Hughes (2):
d3dx9: Stub D3DXCreateKeyframedAnimationSet().
msscript: Implement IScriptControl get/set AllowUI.
Andrew Eikum (1):
advapi32: Also wait on services without a control thread during shutdown.
Andrew Wesie (1):
ntdll: Implement NtCreateThreadEx.
Andrey Gusev (1):
po: Update Ukrainian translation.
Anton Romanov (2):
ole32: Make CoWaitForMultipleHandles p...
2019 Nov 25
0
Wine release 4.0.3
....1 in wined3d_driver_info_init().
wined3d: Add GPU information for AMD VEGA12.
Jacek Caban (2):
ieframe: Keep Busy property in sync with download state.
msxml3: Fix string length handling in I[VB]SAXContentHandler::characters.
Jactry Zeng (1):
msscript: Partially implement IScriptControl::Eval().
Jeff Smith (1):
d3drm: Fix reference leak in d3drm_viewport2_Clear().
John Thomson (1):
shell32: Do not fail in SHCreateDirectoryExW for ERROR_ALREADY_EXISTS.
Kai Krakow (1):
wined3d: Add GPU information for NVIDIA GTX 1660 Ti.
Ken Thomases (1):
winemac: Fix fai...
2018 Mar 16
0
Wine release 3.4
...tItem stub.
kernel32: Add GetUmsCompletionListEvent stub.
kernel32: Add QueryUmsThreadInformation stub.
kernel32: Add SetUmsThreadInformation stub.
kernel32: Add UmsThreadYield stub.
crypt32: Add CryptSIPRetrieveSubjectGuidForCatalogFile stub.
msscript: Implement IScriptControl get/set AllowUI.
Andrew Eikum (1):
winepulse: Wake all threads when operations are completed.
Andrew Wesie (4):
ntdll: Implement NtCreateThreadEx.
ntdll/tests: Test exception codes on x86-64.
ntdll: Handle interrupt 0x2c on x86-64.
ntdll: Handle icebp on x86-64.
And...
2015 Jul 10
0
Wine release 1.7.47
...for ios.
msvcirt: Implement ios constructors and assignment.
Jacek Caban (12):
user32: Limit number of hooks called recursively.
mshtml: Initialize output paramter before test call.
vbscript: Treat empty regexp pattern the same way as NULL pattern.
msscript.ocx: Added IScriptControl stub implementation.
mshtml: Added support for binding XHR events.
wincrypt.h: Added some missing constants.
secur32: Added SECPKG_ATTR_SUPPORTED_ALGS tests.
mshtml: Added nsIIOService::NewChannelFromURI2 semi-stub implementation.
msscript.ocx: Added support for IDispa...
2019 May 24
0
Wine release 4.9
...mshtml: Implement IOleInPlaceObjectWindowless::SetObjectRects.
ntdll: Introduce wait_async helper.
server: Store pending flag in async object.
server: Always block overlapped device requests until driver dispatches them.
Jactry Zeng (1):
msscript: Partially implement IScriptControl::Eval().
Jimi Huotari (1):
winegstreamer: Fix spelling of 'initialized' in a TRACE().
Józef Kucia (1):
setupapi: Avoid debugstr buffer overflow.
Lauri Kenttä (1):
po: Update Finnish translation.
Marcus Meissner (1):
setupapi: Fix size to MultiByteToWideChar().
M...
2020 Jul 03
0
Wine release 5.12
...ntoskrnl.exe/tests: Fix some minor case issues in comments.
Gabriel Iv?ncescu (11):
msscript.ocx: Fix detaching the script host in put_Language.
msscript.ocx: Fail if the module array failed to allocate.
msscript.ocx: Release the host ref in put_Language.
msscript.ocx: Move IScriptControl::AddObject implementation into a helper.
msscript.ocx: Implement IScriptModuleCollection::Add.
msscript.ocx: Implement IScriptModuleCollection::get_Item.
msscript.ocx: Always detach the modules when changing the language.
msscript.ocx: Implement IScriptModule::get_Name....
2019 Jun 10
0
Wine release 4.10
...alls without associated thread.
ntoskrnl.exe: Dispatch server IRPs in critical region.
server: Associate create and close IRPs with current thread.
ntoskrnl.exe: Set IRP caller thread.
Jactry Zeng (2):
riched20: Implement ITextRange::SetRange.
msscript: Return S_OK in IScriptControl::put_SitehWnd().
Jeff Smith (1):
d3drm: CreateDevice is unimplemented on Windows.
John Found (1):
winex11.drv: Allow the drop target to be a transparent window.
Józef Kucia (2):
ucrtbase: Implement _o__stricmp().
dxgi: Improve tracing in dxgi_adapter_QueryVideoMemoryInfo(...