Wine-Devel

By thread
wine-devel@list.winehq.org

December 2020

  • 68 participants
  • 931 messages
[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