Wine-Devel

By thread
wine-devel@list.winehq.org

December 2020

  • 68 participants
  • 931 messages
[PATCH] ws2_32/tests: Don't fail the test in test_wsaioctl() if only one interface is available.
by Paul Gofman
Dec. 17, 2020
Re: [RFC] Announcing Wayland driver development
by Alexandros Frantzis
Dec. 17, 2020
[PATCH v2] crypt32/tests: Fix a registerOIDInfo() failure when missing elevated privileges.
by Francois Gouget
Dec. 17, 2020
Looking for TestBot help
by Francois Gouget
Dec. 17, 2020
Re: TestBot job 83503 results: [PATCH] ws2_32: Fix buffer size check in WSAIoctl() for SIO_GET_INTERFACE_LIST.
by Francois Gouget
Dec. 17, 2020
Re: [PATCH 2/2] widl: open files to write in binary mode
by Steve Lhomme
Dec. 17, 2020
Re: [PATCH] winegcc: allow CROSSCC to have a suffix
by Marvin
Dec. 17, 2020
[PATCH] winegcc: allow CROSSCC to have a suffix
by Damjan Jovanovic
Dec. 17, 2020
[rebased PATCH v3 2/2] ntdll: Save unwind information in KiUserApcDispatcher() on x64.
by Paul Gofman
Dec. 16, 2020
[rebased PATCH v3 1/2] ntdll: Always copy context in call_user_apc_dispatcher() on x64.
by Paul Gofman
Dec. 16, 2020
[PATCH 2/2] conhost: Improve get_output_info debug traces.
by Jacek Caban
Dec. 16, 2020
[PATCH 1/2] conhost: Don't create bitmap for hidden windows.
by Jacek Caban
Dec. 16, 2020
[PATCH v2] wintrust: Don't fail CryptCATOpen on empty file or invalid data.
by Rémi Bernon
Dec. 16, 2020
Re: [PATCH 1/3] wintrust: Refactor CryptCATOpen error handling.
by Rémi Bernon
Dec. 16, 2020
Re: [PATCH 1/3] wintrust: Refactor CryptCATOpen error handling.
by Alexandre Julliard
Dec. 16, 2020
Re: [PATCH] httpapi/tests: Sleep before calling GetOverlappedResult() in test_v2_server().
by Marvin
Dec. 16, 2020
[PATCH] httpapi/tests: Sleep before calling GetOverlappedResult() in test_v2_server().
by Zebediah Figura
Dec. 16, 2020
Re: [RFC] Announcing Wayland driver development
by Zebediah Figura (she/her)
Dec. 16, 2020
Re: [PATCH 2/2] widl: open files to write in binary mode
by Jacek Caban
Dec. 16, 2020
[PATCH v2 1/2] widl: don't use local methods when writing async interfaces
by Steve Lhomme
Dec. 16, 2020
Re: [PATCH 2/2] widl: open files to write in binary mode
by Steve Lhomme
Dec. 16, 2020
Re: [PATCH 2/2] widl: open files to write in binary mode
by Jacek Caban
Dec. 16, 2020
Re: [PATCH 1/2] widl: don't use local methods when writing async interfaces
by Jacek Caban
Dec. 16, 2020
Re: [RFC] Announcing Wayland driver development
by Alexandros Frantzis
Dec. 16, 2020
[PATCH 3/3] wintrust: Don't fail CryptCATOpen if file is empty or its data invalid.
by Rémi Bernon
Dec. 16, 2020
[PATCH 2/3] wintrust: Allocate CryptCATOpen objects before reading the file.
by Rémi Bernon
Dec. 16, 2020
[PATCH 1/3] wintrust: Refactor CryptCATOpen error handling.
by Rémi Bernon
Dec. 16, 2020
[PATCH] wined3d: Do not create Vulkan 2D (array) views for UAVs on 3D resources.
by Henri Verbeet
Dec. 16, 2020
Re: [PATCH 2/2] widl: open files to write in binary mode
by Steve Lhomme
Dec. 16, 2020
Re: [PATCH 2/2] widl: open files to write in binary mode
by Henri Verbeet
Dec. 16, 2020
Dec. 16, 2020
Dec. 16, 2020
[PATCH 2/5 v2] msvcrt: Prefix *rot* functions.
by Piotr Caban
Dec. 16, 2020
[PATCH 1/5 v2] ucrtbase: Improve __intrinsic_abnormal_termination stub.
by Piotr Caban
Dec. 16, 2020
Re: [RFC] Announcing Wayland driver development
by Julian Rüger
Dec. 16, 2020
Re: TestBot job 83503 results: [PATCH] ws2_32: Fix buffer size check in WSAIoctl() for SIO_GET_INTERFACE_LIST.
by Paul Gofman
Dec. 16, 2020
[PATCH 2/2] widl: open files to write in binary mode
by Steve Lhomme
Dec. 16, 2020
[PATCH 1/2] widl: don't use local methods when writing async interfaces
by Steve Lhomme
Dec. 16, 2020
[PATCH] ws2_32: Fix buffer size check in WSAIoctl() for SIO_GET_INTERFACE_LIST.
by Paul Gofman
Dec. 16, 2020
Re: [RFC] Announcing Wayland driver development
by Julian Rüger
Dec. 16, 2020
Re: [RFC] Announcing Wayland driver development
by Damjan Jovanovic
Dec. 16, 2020
[PATCH] po: Update Korean translation.
by Byeongsik Jeon
Dec. 16, 2020
Re: [RFC] Announcing Wayland driver development
by Aaryaman Vasishta
Dec. 16, 2020
[PATCH vkd3d v3 4/4] vkd3d-shader: Implement #elif.
by Zebediah Figura
Dec. 15, 2020
[PATCH vkd3d v3 3/4] vkd3d-shader: Implement #else.
by Zebediah Figura
Dec. 15, 2020
[PATCH vkd3d v3 2/4] vkd3d-shader: Implement basic support for #if and #endif.
by Zebediah Figura
Dec. 15, 2020
[PATCH vkd3d v3 1/4] vkd3d-shader: Handle preprocessor parsing errors.
by Zebediah Figura
Dec. 15, 2020
[PATCH] wine.inf: Store Dynamic DST data for Asia/Tehran as "relative" dates.
by Henri Verbeet
Dec. 15, 2020
[RFC] Announcing Wayland driver development
by Alexandros Frantzis
Dec. 15, 2020
[PATCH vkd3d v2 2/2] vkd3d-shader: Move location tracking out of the vkd3d_shader_message_context structure.
by Zebediah Figura
Dec. 15, 2020
Re: [PATCH vkd3d 2/2] vkd3d-shader: Move location tracking out of the vkd3d_shader_message_context structure.
by Henri Verbeet
Dec. 15, 2020
Re: TestBot news
by Francois Gouget
Dec. 15, 2020
[PATCH] po: Update Japanese translation.
by Akihiro Sagawa
Dec. 15, 2020
[PATCH 2/2] wined3d: Avoid referencing empty command buffers in wined3d_query_event_vk_issue().
by Henri Verbeet
Dec. 15, 2020
[PATCH 1/2] wined3d: Zero-initialise context_vk in wined3d_context_vk_init().
by Henri Verbeet
Dec. 15, 2020
[PATCH v2 4/4] fonts: Correct default glyph index for MS Sans Serif font to match Windows.
by Dmitry Timoshkov
Dec. 15, 2020
[PATCH v2 3/4] gdi32: Avoid best fit chars when mapping unicode character to a glyph index.
by Dmitry Timoshkov
Dec. 15, 2020
[PATCH v2 2/4] gdi32: Avoid best fit chars when mapping unicode character to a glyph index.
by Dmitry Timoshkov
Dec. 15, 2020
[PATCH v2 1/4] gdi32/tests: Add some tests to show that GetGlyphIndices() should avoid best fit chars.
by Dmitry Timoshkov
Dec. 15, 2020
[PATCH v3 2/2] ntdll: Save unwind information in KiUserApcDispatcher() on x64.
by Paul Gofman
Dec. 15, 2020
[PATCH v3 1/2] ntdll: Always copy context in call_user_apc_dispatcher() on x64.
by Paul Gofman
Dec. 15, 2020
Re: [PATCH 2/3] gdi32: Avoid best fit chars when mapping unicode character to a glyph index.
by Marvin
Dec. 15, 2020
Re: [PATCH 1/3] gdi32/tests: Add some tests to show that GetGlyphIndices() should avoid best fit chars.
by Marvin
Dec. 15, 2020
[PATCH 3/3] fonts: Correct default glyph index for MS Sans Serif font to match Windows.
by Dmitry Timoshkov
Dec. 15, 2020
[PATCH 2/3] gdi32: Avoid best fit chars when mapping unicode character to a glyph index.
by Dmitry Timoshkov
Dec. 15, 2020
[PATCH 1/3] gdi32/tests: Add some tests to show that GetGlyphIndices() should avoid best fit chars.
by Dmitry Timoshkov
Dec. 15, 2020
[PATCH] po: Update Simplified Chinese translation.
by Jactry Zeng
Dec. 15, 2020
Re: [PATCH] qcap/tests: Use wide-char string literals.
by Zebediah Figura (she/her)
Dec. 15, 2020
[PATCH vkd3d 2/2] vkd3d-shader: Move location tracking out of the vkd3d_shader_message_context structure.
by Zebediah Figura
Dec. 15, 2020
[PATCH vkd3d 1/2] vkd3d-shader: Introduce a helper to report errors while scanning.
by Zebediah Figura
Dec. 15, 2020
[PATCH vkd3d] build: Create object directories before running bison or flex.
by Zebediah Figura
Dec. 15, 2020
[PATCH] qcap/tests: Use wide-char string literals.
by Michael Stefaniuc
Dec. 14, 2020
[PATCH] -Add SORT_DIGITSASNUMBERS flag to CompareStringsEx (Fixes FL Studio 20.8 crash on startup)
by John Zourlios
Dec. 14, 2020
Re: [PATCH v2 vkd3d 2/4] vkd3d-shader: Implement basic support for #if and #endif.
by Zebediah Figura (she/her)
Dec. 14, 2020
Re: [PATCH v2 vkd3d 1/4] vkd3d-shader: Handle preprocessor parsing errors.
by Zebediah Figura (she/her)
Dec. 14, 2020
[PATCH] dbghelp: Fetch version info only for PE modules in minidumps.
by Jacek Caban
Dec. 14, 2020
Re: [PATCH] gdi32/tests: Add tests for zero-width control characters.
by Nikolay Sivov
Dec. 14, 2020
[PATCH 5/5] winapi: Use __alignof__ on clang.
by Jacek Caban
Dec. 14, 2020
[PATCH 4/5] msvcrt: Use __ASM_USE_THISCALL_WRAPPER in cxx.h.
by Jacek Caban
Dec. 14, 2020
[PATCH 3/5] msvcrt: Use GCC-style assembly on Clang MSVC target.
by Jacek Caban
Dec. 14, 2020
[PATCH 2/5] msvcrt: Prefix *rot* functions.
by Jacek Caban
Dec. 14, 2020
[PATCH 1/5] ucrtbase: Improve __intrinsic_abnormal_termination stub.
by Jacek Caban
Dec. 14, 2020
Re: [PATCH] crypt32/tests: Fix a registerOIDInfo() failure when missing elevated privileges.
by Francois Gouget
Dec. 14, 2020
[PATCH v2 2/2] ntdll: Save unwind information in KiUserApcDispatcher() on x64.
by Paul Gofman
Dec. 14, 2020
[PATCH v2 1/2] ntdll: Always copy context in call_user_apc_dispatcher() on x64.
by Paul Gofman
Dec. 14, 2020
Re: [PATCH 2/2] ntdll: Save unwind information in KiUserApcDispatcher() on x64.
by Marvin
Dec. 14, 2020
[PATCH 2/2] ntdll: Save unwind information in KiUserApcDispatcher() on x64.
by Paul Gofman
Dec. 14, 2020
[PATCH 1/2] ntdll: Always copy context in call_user_apc_dispatcher() on x64.
by Paul Gofman
Dec. 14, 2020
Re: [PATCH] crypt32/tests: Fix a registerOIDInfo() failure when missing elevated privileges.
by Dmitry Timoshkov
Dec. 14, 2020
Re: [PATCH v2 vkd3d 2/4] vkd3d-shader: Implement basic support for #if and #endif.
by Henri Verbeet
Dec. 14, 2020
Re: [PATCH v2 vkd3d 1/4] vkd3d-shader: Handle preprocessor parsing errors.
by Henri Verbeet
Dec. 14, 2020
Re: [PATCH] crypt32/tests: Fix a registerOIDInfo() failure when missing elevated privileges.
by Francois Gouget
Dec. 14, 2020