Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wg_parser: Add missing argument flags for wow64_wg_source_create #233

Open
wants to merge 389 commits into
base: bleeding-edge
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 20, 2024

  1. HACK: windows.media.speech: Stub semantic_interpretation_get_Properties.

    Signed-off-by: Bernhard Kölbl <[email protected]>
    CW-Bug-Id: #20134
    rbernon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    fea0e6d View commit details
    Browse the repository at this point in the history
  2. WIP: windows.media.speech: Implement grammar.

    CW-Bug-Id: #20134
    besentv authored and rbernon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8d38a0b View commit details
    Browse the repository at this point in the history
  3. HACK: windows.media.speech/tests: Add tests for manual recognition te…

    …sting.
    
    Speak during the delay, to test the code.
    
    CW-Bug-Id: #20134
    besentv authored and rbernon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    50754d3 View commit details
    Browse the repository at this point in the history
  4. HACK: windows.media.speech: Load Vosk models from Phasmophobia.

    CW-Bug-Id: #20134
    besentv authored and rbernon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    00f6b2f View commit details
    Browse the repository at this point in the history
  5. windows.media.speech: Suppress verbose Unixlib traces.

    CW-Bug-Id: #20134
    besentv authored and rbernon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    93c6322 View commit details
    Browse the repository at this point in the history
  6. winegstreamer: Register more VIDEO_EFFECT DMO classes.

    CW-Bug-Id: #20427
    rbernon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    27e3221 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7657b9 View commit details
    Browse the repository at this point in the history
  8. powershell: Read input command from stdin.

    CW-Bug-Id: #23416
    Paul Gofman authored and rbernon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    460715d View commit details
    Browse the repository at this point in the history
  9. ntdll: HACK: Disable kernel write watches for BDO.

    CW-Bug-Id: #23322
    Paul Gofman authored and rbernon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2f07584 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5571713 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4cf21c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f51283 View commit details
    Browse the repository at this point in the history
  13. winhttp: Mind read size when skipping async read in WinHttpReadData().

    CW-Bug-Id: #21085
    Paul Gofman committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    63fafa5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. HACK: gdiplus: Add HDC parameter back to gdi+ internal functions.

    This reverts commit e8babc9
    (Replace HDC with GpGraphics in parameters.) without having
    to revert the font linking implementation. This is due to
    graphics->hdc member being NULL when the GpGraphics object
    is created with GdipGetImageGraphicsContext, so we need to
    be able to pass a temporal HDC object when graphics->hdc is null.
    tati-frog committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    505f4df View commit details
    Browse the repository at this point in the history
  2. sapi: Create a new engine only when needed in ISpVoice.

    Instead of creating the TTS voice engine directly in SetVoice, we save
    the specified voice token, and only create them in ISpVoice::Speak when
    necessary.
    
    (cherry picked from commit 2a56d4e)
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    657b2f1 View commit details
    Browse the repository at this point in the history
  3. sapi: Add ISpeechObjectToken stub.

    (cherry picked from commit c45bedb)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    59ca532 View commit details
    Browse the repository at this point in the history
  4. sapi: Add ISpeechObjectTokens stub.

    (cherry picked from commit ca6f3a7)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3b57da5 View commit details
    Browse the repository at this point in the history
  5. sapi: Add stub implementation for ISpeechObjectTokens::get__NewEnum.

    (cherry picked from commit 26498d9)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0ce4abd View commit details
    Browse the repository at this point in the history
  6. sapi: Implement ISpeechObjectToken::GetDescription.

    (cherry picked from commit b6c1760)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ca12f61 View commit details
    Browse the repository at this point in the history
  7. sapi: Implement ISpeechObjectToken::Invoke.

    (cherry picked from commit 001d1a4)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9fbf40b View commit details
    Browse the repository at this point in the history
  8. sapi: Implement ISpeechObjectToken::GetIDsOfNames.

    (cherry picked from commit 59a7ee1)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6b4b57b View commit details
    Browse the repository at this point in the history
  9. sapi: Implement ISpeechObjectTokens::get_Count.

    (cherry picked from commit 261d7c3)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    858b749 View commit details
    Browse the repository at this point in the history
  10. sapi: Implement IEnumVARIANT::Next for ISpeechObjectTokens.

    (cherry picked from commit 6f2a0c4)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    09139f5 View commit details
    Browse the repository at this point in the history
  11. sapi: Implement ISpeechObjectTokens::Invoke.

    (cherry picked from commit 6e8d450)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bfcfe86 View commit details
    Browse the repository at this point in the history
  12. sapi: Free typelib on DLL detach.

    (cherry picked from commit afac7d7)
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    39099ad View commit details
    Browse the repository at this point in the history
  13. sapi: Implement ISpeechVoice::Speak.

    (cherry picked from commit 5243f2e)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ec589a5 View commit details
    Browse the repository at this point in the history
  14. sapi: Handle zero-length attributes correctly in ISpObjectTokenCatego…

    …ry::EnumTokens.
    
    (cherry picked from commit 4bbfd83)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fe1772d View commit details
    Browse the repository at this point in the history
  15. sapi: Introduce create_token_category helper in tts.

    (cherry picked from commit 0f8b59a)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c843bc9 View commit details
    Browse the repository at this point in the history
  16. sapi: Implement ISpeechVoice::GetVoices.

    (cherry picked from commit 62aec03)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4fdd8ad View commit details
    Browse the repository at this point in the history
  17. sapi: Implement ISpeechVoice::GetTypeInfoCount.

    (cherry picked from commit 5808735)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    26987b7 View commit details
    Browse the repository at this point in the history
  18. sapi: Implement ISpeechVoice::GetTypeInfo.

    (cherry picked from commit dd083a6)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bffa5db View commit details
    Browse the repository at this point in the history
  19. sapi: Implement ISpeechVoice::GetIDsOfNames.

    (cherry picked from commit 9d04466)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d3590aa View commit details
    Browse the repository at this point in the history
  20. sapi: Implement ISpeechVoice::Invoke.

    (cherry picked from commit c72f0ec)
    
    CW-Bug-Id: #22520
    shaunren committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fc74e49 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    55b78c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. dsound/tests: Test that formats with more than two channels require W…

    …AVEFORMATEXTENSIBLE.
    
    (cherry picked from commit b3ec5bc)
    
    CW-Bug-Id: #19927
    zzhiyi committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5a67ab8 View commit details
    Browse the repository at this point in the history
  2. dsound: Reject WAVEFORMATEX formats with more than two channels.

    Formats with more than two channels require WAVEFORMATEXTENSIBLE according to tests.
    
    Fix Viking: Battle for Asgard (211160) audio cracking in its intro video.
    
    (cherry picked from commit 7c7b2e8)
    
    CW-Bug-Id: #19927
    zzhiyi committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    dda8157 View commit details
    Browse the repository at this point in the history
  3. fixup! winex11.drv: Listen to RawMotion and RawButton* events in the …

    …desktop thread.
    
    Fix 7be9a6ec breaks virtual desktop.
    
    CW-Bug-Id: #18383
    zzhiyi committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e8b8d2f View commit details
    Browse the repository at this point in the history
  4. amd_ags_x64: Implement multi draw instanced functions.

    CW-Bug-Id: #22976
    Paul Gofman committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    000724f View commit details
    Browse the repository at this point in the history
  5. amd_ags_x64: Implement multi draw instanced indirect count functions.

    CW-Bug-Id: #22976
    Paul Gofman committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6861e8c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. nsiproxy.sys: Fix ipv6 route table parsing on Linux.

    CW-Bug-Id: #23640
    Paul Gofman committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    322b88e View commit details
    Browse the repository at this point in the history
  2. iphlpapi: Partially fill Ipv4 / Ipv6 metric in GetAdaptersAddresses().

    CW-Bug-Id: #23640
    Paul Gofman committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    11a9ad1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Revert "win32u: Use font AA flags when querying glyph outline with GG…

    …O_METRICS."
    
    This reverts commit 7a43389.
    
    CW-Bug-Id: #23452
    Paul Gofman committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    13a01f8 View commit details
    Browse the repository at this point in the history
  2. Revert "win32u: Store effective AA flags in gdi_font."

    This reverts commit d098d5c.
    
    CW-Bug-Id: #23452
    Paul Gofman committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c0cf13b View commit details
    Browse the repository at this point in the history
  3. win32u: Store effective AA flags in font_physdev.

    CW-Bug-Id: #22992
    Paul Gofman committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f027a1b View commit details
    Browse the repository at this point in the history
  4. win32u: Use font AA flags when querying glyph outline with GGO_METRICS.

    CW-Bug-Id: #22992
    Paul Gofman committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    333aef5 View commit details
    Browse the repository at this point in the history
  5. faudio: Take lock before accessing list in LinkedList_RemoveEntry().

    CW-Bug-Id: #23472
    Paul Gofman committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    73003ac View commit details
    Browse the repository at this point in the history
  6. faudio: Don't destroy voice when it is output to other voices.

    CW-Bug-Id: #23472
    Paul Gofman committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d497be2 View commit details
    Browse the repository at this point in the history
  7. xaudio2: Check FAudioVoice_DestroyVoice result in destroy_voice().

    CW-Bug-Id: #23472
    Paul Gofman committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    431fdeb View commit details
    Browse the repository at this point in the history
  8. xaudio2/tests: Test destroying a voice which is an output to another …

    …one.
    
    CW-Bug-Id: #23472
    Paul Gofman committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    448429c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. kernelbase: Use KEY_WOW64_64KEY flag when 64 bit registry access is a…

    …ssumed.
    
    CW-Bug-Id: #23481
    Paul Gofman committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0d86a41 View commit details
    Browse the repository at this point in the history
  2. amd_ags_x64: Support v3.2.

    CW-Bug-Id: #23474
    Paul Gofman committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f55fa9a View commit details
    Browse the repository at this point in the history
  3. amd_ags_x64: Support versions 3.0-3.1.

    CW-Bug-Id: #23474
    Paul Gofman committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a0e1f53 View commit details
    Browse the repository at this point in the history
  4. amd_ags_x64: Add agsDriverExtensionsDX11_SetDiskShaderCacheEnabled() …

    …stub.
    
    CW-Bug-Id: #23474
    Paul Gofman committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b900403 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Revert "faudio: Don't destroy voice when it is output to other voices."

    This reverts commit d497be2.
    Paul Gofman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b1f019e View commit details
    Browse the repository at this point in the history
  2. Revert "xaudio2: Check FAudioVoice_DestroyVoice result in destroy_voi…

    …ce()."
    
    This reverts commit 431fdeb.
    Paul Gofman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3d9f50f View commit details
    Browse the repository at this point in the history
  3. faudio: Don't destroy voice when it is output to other voices

    (cherry-picked from FAudio commit c00b01caa6e3f0dce09af6676ff55936e97b451c)
    
    CW-Bug-Id: #23472
    Paul Gofman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a15d411 View commit details
    Browse the repository at this point in the history
  4. xaudio2: Use FAudioVoice_DestroyVoiceSafeEXT() result in destroy_voic…

    …e().
    
    CW-Bug-Id: #23472
    Paul Gofman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4fb3f2e View commit details
    Browse the repository at this point in the history
  5. wine.inf: Add a font replacement for Segoe UI.

    CW-Bug-Id: #23020
    jactry committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3a6319b View commit details
    Browse the repository at this point in the history
  6. amend! nsiproxy.sys: Fix ipv6 route table parsing on Linux.

    nsiproxy.sys: Fix ipv6 route table parsing on Linux.
    
    CW-Bug-Id: #23460
    ivyl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cb977b5 View commit details
    Browse the repository at this point in the history
  7. amend! iphlpapi: Partially fill Ipv4 / Ipv6 metric in GetAdaptersAddr…

    …esses().
    
    iphlpapi: Partially fill Ipv4 / Ipv6 metric in GetAdaptersAddresses().
    
    CW-Bug-Id: #23460
    ivyl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2f38ce9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fixup! ntdll: Read process memory on the client side in NtReadVirtual…

    …Memory().
    
    CW-Bug-Id: #23456
    Paul Gofman committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f392d06 View commit details
    Browse the repository at this point in the history
  2. amd_ags_x64: Add spec stubs for some v3.x functions.

    CW-Bug-Id: #23474
    Paul Gofman committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c651e01 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. HACK: ntdll: Extend heap zero hack to private heaps.

    Call of Juarez: Bound in Blood (21980) uses uninitialized memory from msvcr80.operator_new(), which
    allocates memory from a private heap created specifically for MSVC runtime.
    
    CW-Bug-Id: #23466
    zzhiyi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    42de3d2 View commit details
    Browse the repository at this point in the history
  2. advapi32: Check NULL return key pointers when creating registry keys.

    Fix Warlords Battlecry III (433280) crashes at launch.
    
    CW-Bug-Id: #23484
    zzhiyi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4c1fd47 View commit details
    Browse the repository at this point in the history
  3. advapi32/tests: Test creating registry keys with a NULL return key po…

    …inter.
    
    CW-Bug-Id: #23484
    zzhiyi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    53ea94e View commit details
    Browse the repository at this point in the history
  4. winex11: Process XInput2 events with QS_INPUT filter.

    (cherry picked from commit b341688)
    CW-Bug-Id: #23502
    rbernon committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bed19d0 View commit details
    Browse the repository at this point in the history
  5. winex11: Initialize XInput2 extension on every thread.

    (cherry picked from commit b786705)
    CW-Bug-Id: #23502
    rbernon committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    847dbe5 View commit details
    Browse the repository at this point in the history
  6. winex11: Always listen to XInput2 device changes events.

    (cherry picked from commit 51e9934)
    CW-Bug-Id: #23502
    rbernon committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ea3f64a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33e756b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35e491c View commit details
    Browse the repository at this point in the history
  9. amd_ags_x64: Add WINE_HIDE_APU option.

    CW-Bug-Id: #23489
    Paul Gofman committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3eeca96 View commit details
    Browse the repository at this point in the history
  10. winegstreamer: HACK: Do not enable low latency for Gungrave G.O.R.E.

    CW-Bug-Id: #23455
    Paul Gofman committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c45f4b8 View commit details
    Browse the repository at this point in the history
  11. mshtml: Pass DOMEvent instead of nsIDOMEvent during handle_event.

    CW-Bug-Id: #23425
    
    (cherry picked from commit 277acf6)
    Brendan McGrath committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ce93000 View commit details
    Browse the repository at this point in the history
  12. mshtml: Use generic event dispatcher for DOMContentLoaded.

    Use generic event dispatcher instead of nsevent for the
    DOMContentLoaded event.
    
    Also allow processing before dispatching event.
    
    Only update dom_content_loaded_event start/end time when the event is
    trusted.
    
    CW-Bug-Id: #23083
    
    (cherry picked from commit 54980a7)
    Brendan McGrath committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5d34273 View commit details
    Browse the repository at this point in the history
  13. mshtml/tests: Add test for document mode after InitNew and Load.

    CW-Bug-Id: #23083
    
    (cherry picked from commit 34a8478)
    Brendan McGrath committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2740d34 View commit details
    Browse the repository at this point in the history
  14. mshtml: Always use the event target dispex.

    The event target may be from a different document to the document associated with the
    event handler.
    
    CW-Bug-Id: #23083
    
    (cherry picked from commit 74ff9f2)
    Brendan McGrath committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5cddb13 View commit details
    Browse the repository at this point in the history
  15. mshtml: Don't handle special case when doc != node->doc.

    CW-Bug-Id: #23083
    
    (cherry picked from commit 57c2c41)
    Brendan McGrath committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8963a00 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. sapi: Implement ISpeechVoice::{get/put}_Volume.

    (cherry picked from commit 7c384f3)
    
    CW-Bug-Id: #22520
    shaunren committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b028d34 View commit details
    Browse the repository at this point in the history
  2. sapi: Implement ISpeechVoice::{get/putref}_Voice.

    (cherry picked from commit 43220a6)
    
    CW-Bug-Id: #22520
    shaunren committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7ae726d View commit details
    Browse the repository at this point in the history
  3. amd_ags_x64: Add stub implementation for DX12 marker functions.

    CW-Bug-Id: #23474
    Paul Gofman committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    aff91e3 View commit details
    Browse the repository at this point in the history
  4. Revert "winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for video …

    …processor."
    
    This reverts commit c6fe011.
    
    CW-Bug-Id: #22299
    Paul Gofman committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6ad59c4 View commit details
    Browse the repository at this point in the history
  5. Revert "winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for resamp…

    …ler."
    
    This reverts commit 73410b6.
    
    CW-Bug-Id: #22299
    Paul Gofman committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1170469 View commit details
    Browse the repository at this point in the history
  6. Revert "winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for aac de…

    …coder."
    
    This reverts commit 3a3400a.
    
    CW-Bug-Id: #22299
    Paul Gofman committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9cf34c9 View commit details
    Browse the repository at this point in the history
  7. fixup! ntdll: Simulate async file read and IO cancellation to workaro…

    …und AC:Odyssey out of order dialogues bug.
    
    CW-Bug-Id: #21711
    Paul Gofman committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    34bbb1a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. winevulkan: Prepare for VK_KHR_calibrated_timestamps.

    (cherry picked from commit db03d2b)
    DadSchoorse authored and ivyl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    96040d1 View commit details
    Browse the repository at this point in the history
  2. winevulkan: Update to VK spec version 1.3.277.

    (cherry picked from commit ea890c4)
    DadSchoorse authored and ivyl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    040deb0 View commit details
    Browse the repository at this point in the history
  3. Update vk.xml to 1.3.277.

    ivyl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9e49e41 View commit details
    Browse the repository at this point in the history
  4. winevulkan: Update to VK spec version 1.3.278.

    The new spec uses length attribute for some static arrays. Change is_dynamic_array
    to account account for that. Eventually we could use the new information to improve
    conversion thunks.
    
    (cherry picked from commit f380e34)
    cjacek authored and ivyl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    35882c9 View commit details
    Browse the repository at this point in the history
  5. Update vk.xml to 1.3.278.

    ivyl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d012b4b View commit details
    Browse the repository at this point in the history
  6. winevulkan: Remove no longer needed spec workarounds.

    (cherry picked from commit 7995f38)
    cjacek authored and ivyl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b4cedf1 View commit details
    Browse the repository at this point in the history
  7. winevulkan: Update to VK spec version 1.3.279.

    Signed-off-by: Philip Rebohle <[email protected]>
    (cherry picked from commit ec6879b)
    doitsujin authored and ivyl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b9aad66 View commit details
    Browse the repository at this point in the history
  8. Update vk.xml to 1.3.279.

    ivyl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d78dcf8 View commit details
    Browse the repository at this point in the history
  9. cfgmgr32: Add CM_Get_Device_Interface_PropertyW stub.

    (cherry picked from commit 91d6098)
    
    CW-Bug-Id: #23528
    TornadoCookie authored and alasky17 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2ba356c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. win32u: HACK: Clear queue QS_RAWINPUT if NtUserGetRawInputBuffer() go…

    …t everything for Apex Legends.
    
    CW-Bug-Id: #23533
    Paul Gofman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c052bc0 View commit details
    Browse the repository at this point in the history
  2. amend! mshtml: Pass DOMEvent instead of nsIDOMEvent during handle_event.

    mshtml: Pass DOMEvent instead of nsIDOMEvent during handle_event.
    
    CW-Bug-Id: #23083
    
    (cherry picked from commit 277acf6)
    Brendan McGrath committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bbb57dd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. user32/tests: Add some ReleaseCapture() tests.

    CW-Bug-Id: #23531
    zzhiyi committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    07f4d1a View commit details
    Browse the repository at this point in the history
  2. win32u: Only send mouse input in ReleaseCapture() when a window is ca…

    …ptured.
    
    Fix a regression from "bb496ea8 - server: Always queue mouse messages delivered to another window."
    
    Fix ETHER VAPOR Remaster (214570) launches to black screen when the cursor is in the game window.
    
    The game calls ReleaseCapture() when handling WM_MOUSEMOVE. After bb496ea, WM_MOUSEMOVE is always
    queued because the message window is NULL. So ReleaseCapture() ends up queuing another WM_MOUSEMOVE.
    So the game ends up handling infinite WM_MOUSEMOVE messages at startup and is not able to do anything.
    
    CW-Bug-Id: #23531
    zzhiyi committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fafcc25 View commit details
    Browse the repository at this point in the history
  3. winex11.drv: Apply the GL vendor override for Intel GPUs too

    ValveSoftware#222
    
    The vendor override forces wine to report an AMD GPU. Previously,
    the vendor override only applied for NVIDIA GPUs.
    
    Also, rename WINE_GL_HIDE_NVIDIA to WINE_GL_VENDOR_REPORT_AMD.
    
    More info: ValveSoftware/Proton#7529
    renatopereyra authored and Paul Gofman committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    77ddaa6 View commit details
    Browse the repository at this point in the history
  4. mscoree: Implement CLRRuntimeHost_Start.

    (cherry picked from commit 934cfb8)
    
    CW-Bug-Id: #23538
    Esme Povirk committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9f1b447 View commit details
    Browse the repository at this point in the history
  5. loader: Expose the standard debugging symbols for GDB.

    CW-Bug-Id: #22176
    rbernon committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fc83dbd View commit details
    Browse the repository at this point in the history
  6. ntdll: Maintain a PE module link map and expose it to GDB.

    CW-Bug-Id: #22176
    rbernon committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8e3f7bd View commit details
    Browse the repository at this point in the history
  7. tools: Add gdbunwind.py script with a syscall unwinder.

    CW-Bug-Id: #22176
    rbernon committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9c5f280 View commit details
    Browse the repository at this point in the history
  8. HACK: loader: Map /run/host to / in the link map.

    CW-Bug-Id: #22176
    rbernon committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    eb709ed View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. imm32: Set lengths to 0 for NULL strings in ImmSetCompositionString().

    CW-Bug-Id: #23541
    Paul Gofman committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5fe119b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. wm_reader: Don't reinit stream if read_compressed didn't change.

    CW-Bug-Id: #23483
    Yuxuan Shui committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2c6954e View commit details
    Browse the repository at this point in the history
  2. Revert "ntdll: HACK: Disable kernel write watches for BDO."

    This reverts commit 2f07584.
    
    CW-Bug-Id: #23322
    Paul Gofman committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b36dd14 View commit details
    Browse the repository at this point in the history
  3. Revert "ntdll: Use kernel soft dirty flags for write watches support."

    This reverts commit af8ab05.
    
    CW-Bug-Id: #23524
    Paul Gofman committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    33c2087 View commit details
    Browse the repository at this point in the history
  4. ntdll: Use UFFD for write watches support if available.

    Requires Linux kernel 6.7+ to have effect.
    
    CW-Bug-Id: #23524
    Paul Gofman committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d7c6fec View commit details
    Browse the repository at this point in the history
  5. ntdll: Use kernel soft dirty flags for write watches support.

    Requires custom kernel patches to have effect.
    
    CW-Bug-Id: #23524
    Paul Gofman committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d52d148 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    febbad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa6104 View commit details
    Browse the repository at this point in the history
  3. wm_reader: Fix order of streams in reinit_stream.

    CW-Bug-Id: #23483
    Yuxuan Shui committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8d74eeb View commit details
    Browse the repository at this point in the history
  4. Revert "HACK: gdiplus: Add HDC parameter back to gdi+ internal functi…

    …ons."
    
    This reverts commit 505f4df.
    tati-frog committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    32faf64 View commit details
    Browse the repository at this point in the history
  5. gdiplus: Switch to a struct for gdip_format_string callback args.

    (cherry picked from commit f2c92c6)
    Esme Povirk authored and tati-frog committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    505d621 View commit details
    Browse the repository at this point in the history
  6. gdiplus: Pass gdip_format_string_info to font link functions.

    (cherry picked from commit 0d0d37b)
    Esme Povirk authored and tati-frog committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fc7e283 View commit details
    Browse the repository at this point in the history
  7. gdiplus: Restore hdc argument to gdip_format_string.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56345
    (cherry picked from commit c37fea8)
    Esme Povirk authored and tati-frog committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fd4a312 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. wine.inf: Disable nvcuda.dll by default.

    The nvcuda.dll stub presence may cause regressions when the games
    successfully load and try to use it (like Divinity The Original Sin 2).
    The library is enabled in proton script together with nvapi.dll.
    
    Link: ValveSoftware#119
    
    CW-Bug-Id: #23561
    Paul Gofman committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f6d58de View commit details
    Browse the repository at this point in the history
  2. winex11: Only listen to RawButton and RawTouch events in the rawinput…

    … thread.
    
    CW-Bug-Id: #23563
    rbernon committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fb9ed24 View commit details
    Browse the repository at this point in the history
  3. amd_ags_x64: Do not fail context creation for NULL output GPU info.

    CW-Bug-Id: #23474
    Paul Gofman committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a788898 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. ntdll: Wait for thread suspension in NtSuspendThread().

    CW-Bug-Id: #23552
    Paul Gofman committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0bfa27b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61fcf9 View commit details
    Browse the repository at this point in the history
  3. server: Send WM_WINE_SETCURSOR message only when necessary.

    CW-Bug-Id: #23569
    rbernon committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    559f14d View commit details
    Browse the repository at this point in the history
  4. fixup! bcrypt: Add support for none and OAEP-padded asymmetric key en…

    …cryption.
    
    CW-Bug-Id: #23572
    Paul Gofman committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4d57e82 View commit details
    Browse the repository at this point in the history
  5. fixup! bcrypt: Add support for none and OAEP padded asymmetric key de…

    …cryption.
    
    CW-Bug-Id: #23572
    Paul Gofman committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6e0a371 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. server: Ignore some ICMP-originated socket errors for connectionless …

    …sockets.
    
    CW-Bug-Id: #23578
    Paul Gofman committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0a9d50f View commit details
    Browse the repository at this point in the history
  2. fixup! fshack: winex11: Always blit fs_hack in wglFlush and wglFinish…

    … when drawing to front buffer.
    
    CW-Bug-Id: #23582
    Paul Gofman committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9a26c7c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. ddraw: Store material handles in ddraw object.

    CW-Bug-Id: #23583
    Paul Gofman committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1dffce0 View commit details
    Browse the repository at this point in the history
  2. ddraw: Store surface handles in ddraw object.

    CW-Bug-Id: #23583
    Paul Gofman committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    39ec99f View commit details
    Browse the repository at this point in the history
  3. ddraw: Support multiple devices per ddraw object.

    CW-Bug-Id: #23583
    Paul Gofman committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1aae743 View commit details
    Browse the repository at this point in the history
  4. ddraw/tests: Add tests for multiple devices.

    CW-Bug-Id: #23583
    Paul Gofman committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1237265 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Revert "HACK: winex11: Add option to WINE_HIDE_NVK."

    This reverts commit caa6104.
    ivyl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    80e8181 View commit details
    Browse the repository at this point in the history
  2. Revert "HACK: winevulkan: Add option to WINE_HIDE_NVK."

    This reverts commit febbad5.
    ivyl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bb0a3a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. winex11.drv: HACK: Don't clip child windows for C&C Red Alert 2.

    CW-Bug-Id: #23585
    Paul Gofman committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7702847 View commit details
    Browse the repository at this point in the history
  2. winex11.drv: HACK: Don't clip child windows for C&C Tiberian Sun.

    CW-Bug-Id: #23586
    Paul Gofman committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    226fd24 View commit details
    Browse the repository at this point in the history
  3. fixup! HACK: winex11, winevulkan: Support faking GPU PCI IDs.

    CW-Bug-Id: #23596
    Paul Gofman committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5f248f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. gdiplus: Fix crash in GdipAddPathString.

    Apparently, 1454ffe introduced
    the assumption that the font passed to gdip_format_string is
    non-NULL, and GdipAddPathString wasn't passing it in.
    
    (cherry picked from commit 1ee1f2e)
    Esme Povirk authored and tati-frog committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1b96041 View commit details
    Browse the repository at this point in the history
  2. gdiplus: Fix use after free in GdipAddPathString.

    (cherry picked from commit 3ca8204)
    Esme Povirk authored and tati-frog committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    be0d9ed View commit details
    Browse the repository at this point in the history
  3. gdiplus: Implement font linking in GdipAddPathString.

    (cherry picked from commit 55f71fd)
    Esme Povirk authored and tati-frog committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1accbc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. ddraw: Don't demand WINED3D_BIND_SHADER_RESOURCE for making surface i…

    …n vidmem.
    
    CW-Bug-Id: #23605
    Paul Gofman committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e37b544 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. HACK: winex11: Disable pointer grab wait with gamescope.

    CW-Bug-Id: #23595
    rbernon committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3720269 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. win32u: Avoid writing past allocated memory in peek_message().

    CW-Bug-Id: #23606
    Paul Gofman committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6c5bf95 View commit details
    Browse the repository at this point in the history
  2. win32u: Avoid leaking previous buffer in get_buffer_space().

    CW-Bug-Id: #23606
    Paul Gofman committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    5c21e1a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. kernelbase: HACK: Force CEF swiftshader for Aisling and the Tavern of…

    … Elves/nw.exe.
    
    CW-Bug-Id: #23612
    Paul Gofman committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cebce6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e2f13 View commit details
    Browse the repository at this point in the history
  3. amend! kernelbase: HACK: Force CEF swiftshader for Snares of Ruin 2.

    kernelbase: HACK: Force CEF swiftshader for Snares of Ruin 2.
    
    CW-Bug-Id: #23613
    Paul Gofman committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e105593 View commit details
    Browse the repository at this point in the history
  4. fixup! kernelbase: HACK: Force CEF swiftshader for Aisling and the Ta…

    …vern of Elves/nw.exe.
    
    CW-Bug-Id: #23613
    Paul Gofman committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7da8596 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. wintypes: Report some API contracts as present in api_information_sta…

    …tics_IsApiContractPresentByMajor().
    
    CW-Bug-Id: #23614
    Paul Gofman committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    027486b View commit details
    Browse the repository at this point in the history
  2. windows.perception.stub: Add stub IHolographicSpaceInterop interface.

    CW-Bug-Id: #23614
    Paul Gofman committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3c02a64 View commit details
    Browse the repository at this point in the history
  3. windows.perception.stub: HACK: Set WS_EX_NOACTIVATE for window in hol…

    …ographicspace_interop_CreateForWindow().
    
    CW-Bug-Id: #23614
    Paul Gofman committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    bbdf832 View commit details
    Browse the repository at this point in the history
  4. mf: Make session_get_node_object() more robust.

    It's possible that a state object pointer not in the topology node collection gets passed to
    session_get_node_object(). Instead of returning the last node when the object is not found, we
    should return a NULL so that the state of the last node is not changed by mistake.
    
    Signed-off-by: Zhiyi Zhang <[email protected]>
    (cherry picked from commit a00b30b)
    
    CW-Bug-Id: #22486
    CW-Bug-Id: #22799
    zzhiyi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9807df9 View commit details
    Browse the repository at this point in the history
  5. mf: Add a session_flush_nodes() helper.

    Signed-off-by: Zhiyi Zhang <[email protected]>
    (cherry picked from commit 8173d3b)
    
    CW-Bug-Id: #22486
    CW-Bug-Id: #22799
    zzhiyi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a46a5ee View commit details
    Browse the repository at this point in the history
  6. mf/tests: Add a create_test_topology() helper.

    Signed-off-by: Zhiyi Zhang <[email protected]>
    (cherry picked from commit c1223d0)
    
    CW-Bug-Id: #22486
    CW-Bug-Id: #22799
    zzhiyi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    69e8304 View commit details
    Browse the repository at this point in the history
  7. mf: Support seeking while a session is started.

    (cherry picked from commit 9c82ce9)
    
    CW-Bug-Id: #22486
    CW-Bug-Id: #22799
    zzhiyi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ba94fc6 View commit details
    Browse the repository at this point in the history
  8. mf/tests: Test IMFMediaSession::Start().

    Signed-off-by: Zhiyi Zhang <[email protected]>
    (cherry picked from commit 6b853a9)
    
    CW-Bug-Id: #22486
    CW-Bug-Id: #22799
    zzhiyi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    dfce0a5 View commit details
    Browse the repository at this point in the history
  9. mfmediaengine: Implement IMFMediaEngineEx::SetCurrentTime().

    (cherry picked from commit 2bcc87b)
    
    CW-Bug-Id: #22486
    CW-Bug-Id: #22799
    zzhiyi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    283cde7 View commit details
    Browse the repository at this point in the history
  10. mfmediaengine: Implement IMFMediaEngineEx::SetCurrentTimeEx().

    (cherry picked from commit 283d4ba)
    
    CW-Bug-Id: #22486
    CW-Bug-Id: #22799
    zzhiyi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cab32f6 View commit details
    Browse the repository at this point in the history
  11. mfmediaengine/tests: Test IMFMediaEngineEx::SetCurrentTime/Ex().

    (cherry picked from commit de89f77)
    
    CW-Bug-Id: #22486
    CW-Bug-Id: #22799
    zzhiyi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e9b0c55 View commit details
    Browse the repository at this point in the history
  12. winegstreamer: Remove pixel-aspect-ratio attribute which we don't sup…

    …port.
    
    CW-Bug-Id: #23478
    rbernon committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7f3a30f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4ff683 View commit details
    Browse the repository at this point in the history
  14. fixup! ntdll: Implement CPU topology override.

    CW-Bug-Id: #22223
    Paul Gofman committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cd09f43 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Revert "ntdll: Validate xstate alignment in validate_context_xstate()."

    This reverts commit f3757df.
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8696119 View commit details
    Browse the repository at this point in the history
  2. Revert "ntdll: Validate context xstate at once in NtGetContextThread()."

    This reverts commit 92fe920.
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    50c1fd5 View commit details
    Browse the repository at this point in the history
  3. Revert "ntdll: Factor out validate_context_xstate() function."

    This reverts commit 96e3ee8.
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    dbb8d07 View commit details
    Browse the repository at this point in the history
  4. ntdll: Fix exception list offset in call_user_mode_callback / user_mo…

    …de_callback_return.
    
    (cherry picked from commit 39304da)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    96ebd03 View commit details
    Browse the repository at this point in the history
  5. ntdll: Don't hardcode xstate feature mask.

    (cherry picked from commit 1e0728c)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8c4c327 View commit details
    Browse the repository at this point in the history
  6. ntdll: Don't hardcode xstate size in syscall frame.

    (cherry picked from commit 7ae488a)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    46ad15d View commit details
    Browse the repository at this point in the history
  7. ntdll: Don't hardcode xstate size in exception stack layout.

    (cherry picked from commit dfe2b71)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5878caa View commit details
    Browse the repository at this point in the history
  8. ntdll: On x86_64, don't access %gs in signal_start_thread().

    %gs is not set until call_init_thunk().
    Also, adjust other TEB accesses to be consistent with the surrounding
    functions.
    
    Fixes a crash on macOS introduced by 7ae488a
    ("ntdll: Don't hardcode xstate size in syscall frame.")
    
    (cherry picked from commit e628eb2)
    
    CW-Bug-Id: #23244
    mrpippy authored and Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ddebce5 View commit details
    Browse the repository at this point in the history
  9. ntdll: Mind context compaction mask in context_from_server().

    (cherry picked from commit ba1e2d5)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    107d15a View commit details
    Browse the repository at this point in the history
  10. ntdll: Don't copy xstate from / to syscall frame in usr1_handler().

    (cherry picked from commit efd3d31)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c892efa View commit details
    Browse the repository at this point in the history
  11. ntdll: Support generic xstate config in context manipulation functions.

    (cherry picked from commit beec1b5)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bb92f28 View commit details
    Browse the repository at this point in the history
  12. ntdll: Respect red zone in usr1_handler() on x64.

    Fixes a regression introduced by
    efd3d31.
    
    (cherry picked from commit 6f55a13)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d80d751 View commit details
    Browse the repository at this point in the history
  13. ntdll: Only save AVX xstate in wine_syscall_dispatcher.

    (cherry picked from commit 7ae23ad)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ab0effd View commit details
    Browse the repository at this point in the history
  14. ntdll: Preserve untouched parts of xstate in NtSetContextThread().

    (cherry picked from commit a10da8a)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d2c4325 View commit details
    Browse the repository at this point in the history
  15. ntdll: Support generic xstate in Unix-side manipulation functions.

    (cherry picked from commit 6bc2c09)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    505deaf View commit details
    Browse the repository at this point in the history
  16. ntdll: Factor out xstate_from_server() function.

    (cherry picked from commit 25e0a25)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ee7854f View commit details
    Browse the repository at this point in the history
  17. ntdll: Factor out context_to_server() function.

    (cherry picked from commit a9d77d0)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    172e161 View commit details
    Browse the repository at this point in the history
  18. ntdll: Mind generic xstate masks in server context conversion.

    (cherry picked from commit 3dea242)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6f25b75 View commit details
    Browse the repository at this point in the history
  19. ntdll: Support more xstate features.

    (cherry picked from commit 29c73ee)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    09031e4 View commit details
    Browse the repository at this point in the history
  20. ntdll/tests: Add more tests for xstate.

    (cherry picked from commit bb47eb9)
    
    CW-Bug-Id: #23244
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7e4b498 View commit details
    Browse the repository at this point in the history
  21. ntdll: Factor out validate_context_xstate() function.

    CW-Bug-Id: #20821
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0e9e265 View commit details
    Browse the repository at this point in the history
  22. ntdll: Validate context xstate at once in NtGetContextThread().

    CW-Bug-Id: #20821
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b2712bd View commit details
    Browse the repository at this point in the history
  23. ntdll: Validate xstate alignment in validate_context_xstate().

    CW-Bug-Id: #20821
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d1edf79 View commit details
    Browse the repository at this point in the history
  24. opengl32: HACK: Fixup shaders for Joe Danger 2: The Movie.

    CW-Bug-Id: #23619
    Paul Gofman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    85541b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. opengl32: HACK: Fixup shaders for Joe Danger.

    CW-Bug-Id: #23619
    Paul Gofman committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a2b0f81 View commit details
    Browse the repository at this point in the history
  2. winegstreamer: HACK: Disable MF_SA_D3D11_AWARE for The Finals.

    CW-Bug-Id: #23621
    Paul Gofman committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    557bda3 View commit details
    Browse the repository at this point in the history
  3. avifil32: Update lCurrentFrame in IGetFrame_fnGetFrame().

    CW-Bug-Id: #23631
    Paul Gofman committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2273156 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. winegstreamer: Integrate media-converter to winegstreamer.

    CW-Bug-Id: #23225
    ziqingh committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9c3f4f0 View commit details
    Browse the repository at this point in the history
  2. Revert "mfmediaengine/tests: Test IMFMediaEngineEx::SetCurrentTime/Ex…

    …()."
    
    This reverts commit e9b0c55.
    zzhiyi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d5b29cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52ccf64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2f499f View commit details
    Browse the repository at this point in the history
  5. Revert "mf/tests: Test IMFMediaSession::Start()."

    This reverts commit dfce0a5.
    zzhiyi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    80ef443 View commit details
    Browse the repository at this point in the history
  6. Revert "mf: Support seeking while a session is started."

    This reverts commit ba94fc6.
    zzhiyi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c1f7b96 View commit details
    Browse the repository at this point in the history
  7. Revert "mf/tests: Add a create_test_topology() helper."

    This reverts commit 69e8304.
    zzhiyi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fde26f8 View commit details
    Browse the repository at this point in the history
  8. Revert "mf: Add a session_flush_nodes() helper."

    This reverts commit a46a5ee.
    zzhiyi committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c387084 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71a0e7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d70dce6 View commit details
    Browse the repository at this point in the history
  11. winex11.drv: Do not shape layered windows in Gamescope.

    The use of xshape doesn't work and actively breaks rendering in
    Gamescope.
    Esme Povirk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f1a9c2d View commit details
    Browse the repository at this point in the history
  12. win32u: Implement EVENT_OBJECT_STATECHANGE.

    Esme Povirk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0aca54d View commit details
    Browse the repository at this point in the history
  13. win32u: Implement EVENT_OBJECT_LOCATIONCHANGE.

    Esme Povirk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a588300 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    50300bf View commit details
    Browse the repository at this point in the history
  15. win32u: Implement cross-process GetScrollBarInfo.

    Esme Povirk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    111ffe4 View commit details
    Browse the repository at this point in the history
  16. win32u: Implement cross-process GetScrollInfo.

    Esme Povirk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3475b1a View commit details
    Browse the repository at this point in the history
  17. win32u: Implement winevents for scrollbars.

    Esme Povirk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2535769 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. kernelbase: HACK: Force in-process-gpu for Summer Islands.

    CW-Bug-Id: #23635
    Paul Gofman committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    05e023a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. kernelbase: HACK: Force in-process-gpu for Total War: WARHAMMER II.

    CW-Bug-Id: #23579
    Paul Gofman committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2ea89e6 View commit details
    Browse the repository at this point in the history
  2. gdiplus/tests: Add tests for GdipPrivateAddMemoryFont().

    CW-Bug-Id: #23597
    zzhiyi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c63b374 View commit details
    Browse the repository at this point in the history
  3. gdiplus: Search microsoft platform names first in load_ttf_name_id().

    Search names in fonts in the order of Microsoft, Mac and finally Unicode platform. This is also the
    order win32u uses to load font names.
    
    Fix Granado Espada Japan (1219160) launcher crashes at start in Japanese locale. The game ships a
    font with a broken name record of Mac platform and encoding ID 0 (Roman) but the name string is in
    code page 10001 (Japanese). This broken name record is placed before the name records for the
    Microsoft platform so it gets selected first. Then name value in the name record doesn't get
    converted correctly to Unicode because of the wrong code page. Thus the EnumFontFamiliesExW()
    in GdipPrivateAddMemoryFont() fails to find the font.
    
    CW-Bug-Id: #23597
    zzhiyi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8ff4cd2 View commit details
    Browse the repository at this point in the history
  4. mmdevapi: Implement SAC_IsAudioObjectFormatSupported().

    CW-Bug-Id: #23641
    Paul Gofman committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6cc0d8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4503a7 View commit details
    Browse the repository at this point in the history
  6. winegstreamer: Try to handle broken IStream_Stat implementation in WM…

    … reader OpenStream().
    
    CW-Bug-Id: #23643
    Paul Gofman committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3f99f09 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. crypt32: Fix CryptBinaryToString not adding a separator.

    (cherry picked from commit 624e87a)
    tati-frog committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    107c8d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. kernelbase: HACK: Force CEF swiftshader for Insanity's Blade.

    CW-Bug-Id: #23650
    Paul Gofman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c488874 View commit details
    Browse the repository at this point in the history
  2. kernelbase: HACK: Force disable direct composition for Bloody Walls.

    CW-Bug-Id: #23651
    Paul Gofman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2744876 View commit details
    Browse the repository at this point in the history
  3. fixup! opengl32: HACK: Fixup shaders for Joe Danger 2: The Movie.

    Fix possibility of strcmp dereferencing NULL when env variable
    SteamGameId is not set.
    
    Link: ValveSoftware#228
    ivyl committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f5c2fd9 View commit details
    Browse the repository at this point in the history
  4. ntdll: Return STATUS_NO_YIELD_PERFORMED from NtYieldExecution() on Li…

    …nux if no yield was performed.
    
    CW-Bug-Id: #23654
    Paul Gofman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    06f9ea4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. winhttp: Set actual default receive response timeout to 21sec.

    CW-Bug-Id: #23656
    Paul Gofman committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c231dbe View commit details
    Browse the repository at this point in the history
  2. winhttp/tests: Add some tests for actual connection caching.

    CW-Bug-Id: #23656
    Paul Gofman committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6c07041 View commit details
    Browse the repository at this point in the history
  3. winhttp: Do not cache connection if suggested by request headers.

    CW-Bug-Id: #23656
    Paul Gofman committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    26c7c69 View commit details
    Browse the repository at this point in the history
  4. winegstreamer/media-converter: Split videoconv caps event handler to …

    …a separate helper.
    
    CW-Bug-Id: #22319
    rbernon committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4699da4 View commit details
    Browse the repository at this point in the history
  5. winegstreamer/media-converter: Split videoconv upstream chunk dump to…

    … a separate helper.
    
    CW-Bug-Id: #22319
    rbernon committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8287b52 View commit details
    Browse the repository at this point in the history
  6. winegstreamer/media-converter: Split videoconv stream-start event pus…

    …h to a separate helper.
    
    CW-Bug-Id: #22319
    rbernon committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b7de5e8 View commit details
    Browse the repository at this point in the history
  7. winegstreamer/media-converter: Split videoconv event caps push to a s…

    …eparate helper.
    
    CW-Bug-Id: #22319
    rbernon committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1d22a0d View commit details
    Browse the repository at this point in the history
  8. winegstreamer/media-converter: Open the blank file on videoconv state…

    … creation.
    
    CW-Bug-Id: #22319
    rbernon committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0246157 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e24cab View commit details
    Browse the repository at this point in the history
  10. winegstreamer/media-converter: Wrap around the blank video if shorter…

    … than upstream data.
    
    CW-Bug-Id: #22319
    rbernon committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    512bb15 View commit details
    Browse the repository at this point in the history
  11. winegstreamer/media-converter: Use gst_util_uint64_scale_round to rou…

    …nd upstream position.
    
    CW-Bug-Id: #22319
    rbernon committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b35f9cd View commit details
    Browse the repository at this point in the history
  12. winegstreamer/media-converter: Implement support for push mode in vid…

    …eoconv.
    
    CW-Bug-Id: #22319
    rbernon committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    49dda8b View commit details
    Browse the repository at this point in the history
  13. winegstreamer/media-converter: Wrap videoconv and a demuxer in a new …

    …protondemuxer bin.
    
    CW-Bug-Id: #22319
    rbernon committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d7cbbc1 View commit details
    Browse the repository at this point in the history
  14. winegstreamer/media-converter: Automatically add an audio decoder to …

    …protondemuxer.
    
    CW-Bug-Id: #22319
    rbernon committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8996524 View commit details
    Browse the repository at this point in the history
  15. HACK: winebuild: Include target arch in the hash used for timestamp.

    So that 32 and 64 bit PEs produce different values even if they have the
    same name.
    ivyl committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    de8a544 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. ntdll/tests: Add tests for CONTEXT_EXCEPTION_REQUEST.

    CW-Bug-Id: #23654
    Paul Gofman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e0aaae1 View commit details
    Browse the repository at this point in the history
  2. ntdll: Set exception reporting flags in NtGetContextThread().

    CW-Bug-Id: #23654
    Paul Gofman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bca6c4d View commit details
    Browse the repository at this point in the history
  3. ntdll: Store exception reporting flags in server context.

    CW-Bug-Id: #23654
    Paul Gofman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c989fa2 View commit details
    Browse the repository at this point in the history
  4. ntdll: Store exception reporting flags on suspend.

    CW-Bug-Id: #23654
    Paul Gofman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    00eb203 View commit details
    Browse the repository at this point in the history
  5. ntdll: Store exception reporting flags for debug events.

    CW-Bug-Id: #23654
    Paul Gofman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1875b21 View commit details
    Browse the repository at this point in the history
  6. Revert "ntdll: Add WINE_DISABLE_WRITE_WATCH env var to disable write …

    …watch support."
    
    This reverts commit 60b7ce6.
    
    CW-Bug-Id: #23654
    Paul Gofman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d1b3920 View commit details
    Browse the repository at this point in the history
  7. winevulkan: Return result through NtCallbackReturn for the debug call…

    …backs.
    
    (cherry picked from commit 643538a)
    julliard authored and ivyl committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9f5933b View commit details
    Browse the repository at this point in the history
  8. winevulkan: Keep the create_info HWND on the surface wrappers.

    (cherry picked from commit 982c2ed)
    rbernon authored and ivyl committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ae2f979 View commit details
    Browse the repository at this point in the history
  9. winevulkan: Rename wine_device_memory mapping to vm_map.

    To avoid conflict with handle mapping macros.
    
    (cherry picked from commit 84e4620)
    cjacek authored and ivyl committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6df0775 View commit details
    Browse the repository at this point in the history
  10. winevulkan: Use handle map for memory objects.

    (cherry picked from commit 6491484)
    cjacek authored and ivyl committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    25613b4 View commit details
    Browse the repository at this point in the history
  11. winevulkan: Remove handle mapping after host destory is called.

    For VK_EXT_debug_utils callbacks on destroy / free.
    ivyl committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8783763 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. fshack: winex11.drv: Introduce fs_hack_is_window_rect_fullscreen().

    Introduce fs_hack_is_window_rect_fullscreen() and it replaces fs_hack_matches_current_mode()
    for determining whether fshack should be enabled for a window. The difference
    is that the new function considers a window with a rectangle larger than the
    monitor rectangle also fullscreen. This is actually closer to the behavior of
    NtUserIsWindowRectFullScreen(). Ideally, we should enable fshack for all windows
    and scale them all when a ChangeDisplaySetting() call is made to change resolutions.
    But that would be a bigger change and has higher overhead so let's not do that
    unless necessary.
    
    Another reason for this change is to avoid a black screen issue on Nvidia drivers.
    For example, on Arch Linux with Nvidia driver 550. Call of Juarez (21980) changes
    the resolution to 1024x768 then changes the game window to (-3, -22, 1030, 793).
    Because the new window rectangle doesn't match the fake monitor resolution, fshack
    is disabled for the window and its client window gets resized to the unscaled one.
    However, the fshack monitor still has the fake 1024x768 so Vulkan swapchains need
    to draw to a surface with the physical resolution. Because the unscaled client window
    is smaller than the physical resolution, vkAcquireNextImageKHR() always returns
    VK_ERROR_OUT_OF_DATE_KHR on Nvidia drivers. Of course, because Nvidia drivers are
    proprietary so I can't confirm this is the exact cause.
    
    CW-Bug-Id: #23466
    zzhiyi committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7885c89 View commit details
    Browse the repository at this point in the history
  2. win32u: Store desktop flags in shared memory and use that in is_virtu…

    …al_desktop().
    
    CW-Bug-Id: #23665
    Paul Gofman committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7e89d72 View commit details
    Browse the repository at this point in the history
  3. user32: HACK: Avoid triggering displays update in GetDisplayConfigBuf…

    …ferSizes().
    
    To be dropped on next rebase.
    
    CW-Bug-Id: #23665
    Paul Gofman committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c3d3091 View commit details
    Browse the repository at this point in the history
  4. winevulkan: Make client's device memory wrapper available to callback…

    … converter.
    
    With VK_EXT_device_address_binding_report we can get debug_util
    callbacks used to track memory bindings. Since it's the host's
    implementation that starts the callback we have to be sure that we have
    a way of converting it to the client side's variant before it's even
    added to the handle map - i.e. we don't know the host handle at that
    time yet.
    
    ntuser_thread_info which is thread-local is used.
    ivyl committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9f43fa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    b11119b View commit details
    Browse the repository at this point in the history
  2. ntdll: Implement NtQuerySystemInformation( SystemProcessIdInformation ).

    CW-Bug-Id: #23669
    Paul Gofman committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5316d68 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    518fc94 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    4255277 View commit details
    Browse the repository at this point in the history