search for: zebediah

Displaying 20 results from an estimated 117 matches for "zebediah".

2018 Sep 01
2
[Bug 107780] New: Screen is periodically replaced with image of screen from some time since boot
https://bugs.freedesktop.org/show_bug.cgi?id=107780 Bug ID: 107780 Summary: Screen is periodically replaced with image of screen from some time since boot Product: Mesa Version: 18.1 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2018 Dec 28
0
Wine release 4.0-rc4
...nfig objects leak (Valgrind). Sebastian Lackner (2): urlmon/tests: Add test for opening cache file with DELETE access. appwiz.cpl: Copy addons to cache instead of moving. Sven Baars (2): wsdapi/tests: Fix a memory leak (Valgrind). quartz: Fix some memory leaks (Valgrind). Zebediah Figura (2): ntoskrnl.exe: Avoid loading a driver multiple times in ZwLoadDriver(). ntoskrnl.exe: Handle already-loaded drivers in handle_bus_relations(). -- Alexandre Julliard julliard at winehq.org
2019 Jan 18
0
Wine release 4.0-rc7
...mory leaks (Valgrind). riched20/tests: Fix a memory leak (Valgrind). ole32/tests: Fix a memory leak (Valgrind). ntoskrnl.exe/tests: Fix some memory leaks (Valgrind). ntdll/tests: Fix some string leaks (Valgrind). Thomas Faber (1): msxml3: Handle libxml2 API breakage. Zebediah Figura (1): ntoskrnl.exe: Properly handle already-loaded drivers in handle_bus_relations(). -- Alexandre Julliard julliard at winehq.org
2016 Dec 23
0
Wine release 2.0-rc3
...un. winspool: Initialize string pointers passed to StartDocDlgW() (Coverity). winspool: Fix potential string buffer leaks (Coverity). mscoree: Free argument buffer on error (Coverity). Piotr Caban (1): msvcrt/tests: Correctly declare base class to avoid a compiler warning. Zebediah Figura (1): advapi32: Add tests for StartTrace(). -- Alexandre Julliard julliard at winehq.org
2018 Dec 14
0
Wine release 4.0-rc2
...h glyph indices only. usp10: Remove extra parentheses. Waritnan Sookbuntherng (3): comctl32/tests: Test status bar size grip behavior and bounds. comctl32/status: Hide size grip when the parent window is maximized. comctl32/status: Checking size grip bounds in x-axis only. Zebediah Figura (3): devenum/tests: Fix some memory leaks (Valgrind). mp3dmod: Fix a memory leak (Valgrind). ntdll/tests: Fix a memory leak (Valgrind). -- Alexandre Julliard julliard at winehq.org
2018 Jan 12
0
Wine release 3.0-rc6
...concrt140: Fix Concurrency::is_current_task_group_canceling spec entry. Stefan Dösinger (2): ddraw/tests: Sync test_clear() with d3d8/9. ddraw/tests: Mark WARP negative rectangle handling broken. Wei Xie (1): wininet/tests: Check null pointer in InternetGetSecurityInfoByURLW. Zebediah Figura (2): schtasks/tests: Clean up the tasks directory. hlink: Implement IHlinkBrowseContext_GetObject(). -- Alexandre Julliard julliard at winehq.org
2017 Dec 15
0
Wine release 3.0-rc2
...is validated on BindDC(). Sebastian Lackner (1): Revert "user32/combo: Set listbox popup height correctly and add tests.". Sergio Gómez Del Real (1): ole32: Correctly save the dib format if its data has not been set. Stefan Dösinger (1): dxdiag: Recognise /dontskip. Zebediah Figura (1): po: Fix some MSI translations. -- Alexandre Julliard julliard at winehq.org
2018 Dec 21
0
Wine release 4.0-rc3
...VC-x64 warning about to_uint32(). Sven Baars (5): dsound: Fix a memory leak (Valgrind). windowscodecs: Fix a memory leak (Valgrind). windowscodecs/tests: Fix a memory leak (Valgrind). gdiplus: Fix a memory leak (Valgrind). propsys/tests: Fix a memory leak (Valgrind). Zebediah Figura (4): devenum/tests: Fix some more memory leaks (Valgrind). dinput: Move the version resource to a separate file. dinput8: Include common resources from dinput. dinput: Use the global module instance handle to load resources. Zhiyi Zhang (2): setupapi/tests: Fix...
2020 Jan 17
0
Wine release 5.0-rc6
...msvcrt: Pass catch_func_nested_frame struct to call_catch_block. msvcrt: Fix handling tryblocks inside current catch block on nested exception. msvcrt: Fix floating point numbers scanning when null-byte is preceding the number. urlmon: Fix CoInternetParse{Url,IUri} spec entry. Zebediah Figura (11): httpapi/tests: Avoid depending on the availability of specific ports. netapi32/tests: Fix the size passed to GetUserNameW() and GetComputerNameW() (Coverity). include: Add more NTSTATUS codes. rpcrt4/tests: Pass the default maximum call limit to RpcServerListen(...
2017 Dec 22
0
Wine release 3.0-rc3
...rectly set rounding mode in _ftol implementation. Sebastian Lackner (1): user32: Globally invalidate key state on changes in other threads. Stefan Dösinger (2): d3d9/tests: Work around focus-follows-mouse test failures. d3d8/tests: Work around focus-follows-mouse test failures. Zebediah Figura (10): user32/tests: Don't leave hwndMain in a topmost state. user32/tests: Add more tests for SetActiveWindow(). user32/tests: Add activation tests for hiding windows. user32/tests: Add activation tests for minimizing windows. winegstreamer: Hold a reference...
2018 Jan 05
0
Wine release 3.0-rc5
...r Caban (3): user32: Let ComboBox edit control handle the redraw even if CBF_NOREDRAW is set. user32: Redraw combo text field even if it's empty. user32: Add more CB_SETCURSEL tests on ComboBox. Stefan Leichter (1): include: Add RtlCompareMemory declaration to winnt.h. Zebediah Figura (4): mpr/tests: Fix drive search loop. kernel32/tests: Update product type test. advapi32/tests: Skip tests modifying HKLM if limited. msvcrt: _Gettnames() should respect user overrides. -- Alexandre Julliard julliard at winehq.org
2017 Oct 20
0
Wine release 2.0.3
...}_chore implementation. Sebastian Lackner (1): ntoskrnl.exe: Add KeReleaseInStackQueuedSpinLock stub. Stefan Dösinger (3): ws2_32: Don't post completion packet if receiving fails with error immediately. iphlpapi: Implement if_nametoindex. msvcp140: Implement _To_wide. Zebediah Figura (4): secur32/tests: Zero-initialize contexts. msacm32: Don't write cbSize if the format is WAVE_FORMAT_PCM. winemp3.acm: Fix error in acmStreamSize(). msacm32: Rewrite PCM conversion functions. Zhenbo Li (1): ole32: Add stub for OleGetIconOfFile. -- Michae...
2020 Jan 11
0
Wine release 5.0-rc5
...some workarounds in Crypt* tests. Paul Gofman (1): user32/tests: Handle results on Win10 in test_Image_StretchMode(). Piotr Caban (1): ucrtbase: Fix end pointer setting in parse_double on partial nan/infinity match. Thomas Faber (1): setupapi/tests: Remove an unused variable. Zebediah Figura (17): shell32/tests: Avoid testing that only certain services are requested by IObjectWithSite::SetSite(). ntdll: Fix a typo in get_current_directory(). kernel32/tests: Fix some codepage test failures with Windows 10. user32/tests: Make the DDE tests less verbose by d...
2019 Dec 20
0
Wine release 5.0-rc2
...st for BSTR with embedded null. include: Add I1 vector definitions for PROPVARIANT. ole32/tests: Add some tests for Reduce(). dwrite/tests: Improve coverage of IsSymbolFont() tests. ole32/tests: Add a trivial test for IMoniker::Enum(). po: Update some Russian strings. Zebediah Figura (6): ntdll: Return -1 from Unix code page conversion functions if an error was encountered. winegstreamer: Clear the "reader" and "allocator" fields if connection fails. qedit/samplegrabber: Clean up the pins in sample_grabber_destroy(). qedit/samp...
2017 Jan 13
0
Wine release 2.0-rc5
...ed string is returned. comctl32/toolbar: Protect from NULL pointer access in TB_GETBUTTONINFOW handler. comctl32/trackbar: Fix TBM_SETRANGEMAX handling when new limit is less than current min boundary. comctl32/propsheet: Double size of a template buffer passed to PSCB_PRECREATE. Zebediah Figura (1): user.exe16: Fix LPARAM conversions in WM_DDE_EXECUTE. -- Alexandre Julliard julliard at winehq.org
2020 Aug 20
0
[PATCH nbdkit 12/13] wrapper: Port the wrapper to run on Windows.
This also defines SOEXT as the extension of shared objects (ie. "so" or "dll"), and uses it everywhere. I assumed this must already be defined by either autoconf or mingw (like OBJEXT) but I cannot find anything except in glib (G_MODULE_SUFFIX). Thanks: Zebediah Figura for helping out with exec vs spawn on Windows. --- configure.ac | 8 +++- common/utils/windows-compat.h | 3 ++ server/fuzzer.c | 2 +- server/main.c | 6 +-- wrapper.c | 72 ++++++++++++++++++++++++++++++++--- README...
2019 Aug 02
0
Wine release 4.13
...positive and negative infinity. kernel32: Support FileBasicInfo case in SetFileInformationByHandle(). Qian Hong (1): advapi32: Initialize the LsaLookupSids() LSA_TRANSLATED_NAME.Name string properly. Serge Gautherie (1): kernel32/tests: Test QueryFullProcessImageNameW() flags. Zebediah Figura (12): d3dcompiler: Parse type name strings. mscorwks: New DLL. include: Add strongname.h. mscoree: Fix the signature for StrongNameSignatureVerification[Ex](). mscoree: Fake success from StrongNameSignatureVerificationEx(). services: Fix the arguments to i...
2017 Aug 20
0
Wine release 2.15
...gdiplus: Support GdipSetClipRegion in metafiles. Robert Xiao (1): wined3d: Reduce timeout to avoid GL_TIMEOUT_EXPIRED on macOS. Sebastian Lackner (1): ntdll: Fix a TRACE in NtGetContextThread. Vincent Povirk (1): windowscodecs: Fix 32bppGrayFloat to 8bppGray conversion. Zebediah Figura (9): ole32: Store proxy/stub CLSIDs per process, not per apartment. msi: Use MsiProcessMessage() to send error messages. msi: Use the Error table for more messages. msi: Return the current date and time. msi: Return the correct values from dialogs. msi: Ad...
2017 Apr 20
0
Wine release 2.0.1
...itle/subtitle. comctl32/propsheet: Only use header bitmap when asked for it. comdlg32: Expand initial directory path for file open dialog. readme: Update Russian translation. Piotr Caban (2): msvcrt: Add fesetenv implementation. msvcr120: Add _except1 implementation. Zebediah Figura (7): storage.dll16: Fix bad type in IStorage16_fnOpenStorage. winebuild: Use unsigned int in spec file variable parameters. compobj: Implement several IIDs. ole2: Implement several IIDs. avifile: Implement several IIDs. ole2disp: Implement several IIDs....
2018 Mar 18
0
Wine release 2.0.5
...obally invalidate key state on changes in other threads. configure: Support for recent versions of OSMesa. Thomas Faber (1): ntdll: Handle RtlReAllocateHeap failure in com_class_add_progid (Coverity). Vincent Povirk (1): windowscodecs: Fix 32bppGrayFloat to 8bppGray conversion. Zebediah Figura (5): dinput/tests: Don't pump messages in test_acquire(). winegstreamer: Hold a reference to the filter in push_data(). compobj.dll16: Implement CoGetClassObject16(). imaadp32.acm: Fix nibble ordering. winedbg/gdbproxy: Replace memory read over a breakpoint...