list.winehq.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Wine-gitlab

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
wine-gitlab@list.winehq.org

January 2025

  • 3 participants
  • 602 discussions
Re: [PATCH v2 0/5] MR7225: msvcr120: Add _FCbuild, cimag, cimags and crealf implementation. - approved
by Piotr Caban (@piotr) 29 Jan '25

29 Jan '25
This merge request was approved by Piotr Caban. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7225
1 0
0 0
Re: [PATCH v8 0/1] MR7131: DIR command improvements: Make /o by itself behave equal to how it does in Windows
by Joe Souza (@JoeS209) 29 Jan '25

29 Jan '25
OK, I just submitted an updated change. I spent a lot of time yesterday and today getting the logic right, testing various /O options, side by side with Windows. This looks right to me. I did abstain from cleaning up the use of the global variables. This change at least does not add any. Cleaning those up will be an exercise for (another person at) another time. Let me know what you think of the change. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7131#note_93212
1 0
0 0
[PATCH 0/5] MR7225: msvcr120: Add _FCbuild, cimag, cimags and crealf implementation.
by Piotr Caban (@piotr) 29 Jan '25

29 Jan '25
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7225
4 6
0 0
[PATCH 0/1] MR7220: winex11.drv: Update window shape before putting surface image.
by Paul Gofman (@gofman) 29 Jan '25

29 Jan '25
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7220
4 7
0 0
[PATCH v2 0/1] MR7223: urlmon: Make security zone names and descriptions translatable.
by Alex Henrie (@alexhenrie) 29 Jan '25

29 Jan '25
GetZoneAttributes ignores the names and descriptions in the registry for the first five zones. Do the same in Wine. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=27245 Supersedes https://gitlab.winehq.org/wine/wine/-/merge_requests/7084 -- v2: urlmon: Make security zone names and descriptions translatable. https://gitlab.winehq.org/wine/wine/-/merge_requests/7223
3 2
0 0
[PATCH v4 0/4] MR7216: winebth.sys part 3: Introduce IOCTLs related to radio discoverability, connectability and device inquiry.
by Vibhav Pant (@vibhavp) 29 Jan '25

29 Jan '25
The Windows Bluetooth stack uses private IOCTLs in order to set the [discoverability](https://learn.microsoft.com/en-us/windows/win32/api/blueto… and [connectability](https://learn.microsoft.com/en-us/windows/win32/api/bluetoo… status of a local radio, and to start/stop the device inquiry procedure. This MR introduces 3 wine-specific IOCTL codes for the same purposes, as most applications seem to the Win32 API itself for these operations: * IOCTL_WINBTH_RADIO_SET_FLAG * IOCTL_WINEBTH_RADIO_START_DISCOVERY * IOCTL_WINEBTH_RADIO_STOP_DISCOVERY -- v4: winebth.sys: Call bluez_watcher_close as part of bluetooth_shutdown. https://gitlab.winehq.org/wine/wine/-/merge_requests/7216
3 5
0 0
[PATCH v5 0/4] MR7216: winebth.sys part 3: Introduce IOCTLs related to radio discoverability, connectability and device inquiry.
by Vibhav Pant (@vibhavp) 29 Jan '25

29 Jan '25
The Windows Bluetooth stack uses private IOCTLs in order to set the [discoverability](https://learn.microsoft.com/en-us/windows/win32/api/blueto… and [connectability](https://learn.microsoft.com/en-us/windows/win32/api/bluetoo… status of a local radio, and to start/stop the device inquiry procedure. This MR introduces 3 wine-specific IOCTL codes for the same purposes, as most applications seem to the Win32 API itself for these operations: * IOCTL_WINBTH_RADIO_SET_FLAG * IOCTL_WINEBTH_RADIO_START_DISCOVERY * IOCTL_WINEBTH_RADIO_STOP_DISCOVERY -- v5: winebth.sys: Call bluez_watcher_close as part of bluetooth_shutdown. winebth.sys: Implement IOCTL_WINEBTH_RADIO_STOP_DISCOVERY. winebth.sys: Implement IOCTL_WINEBTH_RADIO_START_DISCOVERY. winebth.sys: Implement IOCTL_WINEBTH_RADIO_SET_FLAG. https://gitlab.winehq.org/wine/wine/-/merge_requests/7216
2 4
0 0
Re: [PATCH v8 0/2] MR5633: win32u: Use the first vertical alternates table regardless of script.
by Akihiro Sagawa (@sgwaki) 29 Jan '25

29 Jan '25
On Wed Jan 29 12:14:33 2025 +0000, Huw Davies wrote: > Looks good. By the time it was ready, it was too late in the release cycle. I can see why. Thanks for reviewing. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5633#note_93190
1 0
0 0
Re: [PATCH v7 0/85] MR7109: Added missing functions _FCbuild, cimag, crealf and cimagf
by Stéphane Bacri 29 Jan '25

29 Jan '25
@piotr The build-linux stage is still complaining about email, and I can't figure out why. I checked, and all my commits where done with the config set correctly. I merged changes from wine/master, so, now, everything is up to date. I'm wondering if I should close this MR and create a new one. Can you make an advice? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7109#note_93189
1 0
0 0
[PATCH v6 0/85] MR7109: Added missing functions _FCbuild, cimag, crealf and cimagf
by Stéphane Bacri 29 Jan '25

29 Jan '25
This MR intends to add the complex numbers related functions: * cimag * _FCbuild * crealf * cimagf These functions are defined in dlls/msvcr120/math.c and mapped in dlls/msvcr120/msvcr120.spec and dlls/ucrbase/ucrbase.spec. The related tests were added in dlls/mscr120/tests/msvcr120.c and result were checked. -- v6: fixed msvcr120_app spec Revert "fixed msvcr120_app spec" because of missing user info winex11: Attach currently active Vulkan onscreen surface in vulkan_surface_update_offscreen(). win32u: Don't invalidate existing Vulkan surface when a new one is created for window. win32u: Check for NULL hwnd before calling vulkan_surface_presented() driver callback. win32u: Nullify surface hwnd when detaching Vulkan surface. winex11: Allow Withdrawn requests to override Iconic <-> Normal transitions. include: Add signbit declarations for c++. dinput: Clamp FFB effect report value to the field range. dinput/tests: Add more tests for force feedback. win32u: Implement NtUserPostQuitMessage(). win32u: Implement NtUserMessageBeep(). win32u: Implement NtUserEnumClipboardFormats(). win32u: Implement NtUserCreateMenu() and NtUserCreatePopupMenu(). win32u: Implement NtUserGetThreadState(). win32u: Implement NtUserReleaseCapture(). win32u: Implement NtUserDestroyCaret(). hhctrl: Use wide character string literals. cryptui: Use wide character string literals. ntdll: Fix the return value of NtDelayExecution. ntdll/tests: Add tests for NtDelayExecution and Sleep(Ex). sapi: Remove some unnecessary traces. sapi: Implement IStream methods for SpStream. sapi: Implement ISpStream::GetFormat. sapi: Implement ISpStream::Close. sapi: Implement ISpStream::Set/GetBaseStream. sapi: Adding missing interfaces for SpStream. include: Use flexible array-member in some structure declarations. include: Add a couple of definitions to mscvpdb.h. include: Add some new definitions for dbghelp.h. win32u: Use the first vertical alternates table regardless of script. gdi32/tests: Add tests for script-independent vertical glyph lookup. wineps: Use simple strings for glyph names. wineps: Remove some unused AFM values. wineps: Don't parse the glyph name or encoding when loading AFM files. wineps: Don't store the glyph name or encoding for individual glyphs. user32/tests: Add tests for WM_COPYDATA. win32u: Allocate a separate user buffer when packing a large WM_COPYDATA message for user32. wintypes: Stub of IRandomAccessStreamReferenceStatics interface. wintypes: Stub of Windows.Storage.Streams.RandomAccessStreamReference runtimeclass. wintypes: Return S_OK from data_writer_activation_factory_ActivateInstance(). wintypes: Stub of Windows.Storage.Streams.DataWriter runtimeclass. wintypes: Reimplement Windows.Foundation.Metadata.{ApiInformation,PropertyValue} separately. wintypes/tests: Add interface tests. include: Don't import .idl when DO_NO_IMPORTS is defined. shlwapi: Use wide character string literals. winhlp32: Use wide character string literals. tapi32: Use wide character string literals. hhctrl: Fix spelling of "local" in OnTopicChange. ntdll/tests: Add RtlRealSuccessor() tests. ntdll: Implement RtlRealSuccessor(). ntdll/tests: Add RtlRealPredecessor() tests. ntdll: Implement RtlRealPredecessor(). wine.inf: Pass command line arguments to msiexec. wined3d: Add Nvidia RTX40xx series desktop models data. wined3d: Add Nvidia RTX30xx series desktop models data. prntvpt: Implement writing PageImageableSize capabilities. prntvpt: Implement writing PageMediaSize capabilities. wined3d/spirv: Implement alpha test. wined3d: Feed alpha ref through a push constant buffer. wined3d/glsl: Move legacy alpha test to shader_glsl_apply_draw_state(). wined3d/spirv: Implement flat shading. wined3d: Use ps_compile_args in shader_spirv_compile_arguments. wined3d: Bind the right push constant buffers when FFP is toggled. ole32: Set property storage clsid on creation. ole32: Fix IPropertyStorage::ReadMultiple return value when some properties are missing. ole32: Add support for reading VT_R4 property. secur32: Update max token size for Negotiate. kerberos: Update sizes to match modern implementations. propsys: Remove FIXME() from PropVariantChangeType(). kernel32/tests: Match the value in the debug message the test condition. crypt32: Don't assert in Context_Release() on invalid refcount. crypt32/tests: Add a test for deleting and adding certs during enumeration. crypt32: Only remove cert from mem store list when deleting it. crypt32: Release existing cert context in add_cert_to_store(). crypt32: Don't try to release zero-refcount context in MemStore_addContext(). crypt32: Factor out memstore_free_context() function. crypt32: Release cert context in CertDeleteCertificateFromStore(). msvcp140: Fix field order in _Mtx_t. msvcp140/tests: Add more tests for _Mtx_t. This merge request has too many patches to be relayed via email. Please visit the URL below to see the contents of the merge request. https://gitlab.winehq.org/wine/wine/-/merge_requests/7109
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • ...
  • 61
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.