Wine-Devel

By thread
wine-devel@list.winehq.org

December 2020

  • 68 participants
  • 931 messages
[PATCH 1/5] wined3d: Reference the source/destination bo in wined3d_context_gl_copy_bo_address().
by Henri Verbeet
Dec. 1, 2020
[PATCH 4/4] kernelbase: Simplify CreateFileW.
by Jacek Caban
Dec. 1, 2020
[PATCH 3/4] kernel32: Remove no longer needed CONSOLE_Init.
by Jacek Caban
Dec. 1, 2020
[PATCH 2/4] kernelbase: Remove no longer needed console handle mapping.
by Jacek Caban
Dec. 1, 2020
[PATCH 1/4] cmd: Don't use WCMD_is_console_handle.
by Jacek Caban
Dec. 1, 2020
Re: [PATCH] windowscodecs: Don't make variables const just to cast the const away.
by Esme Povirk (they/them)
Dec. 1, 2020
[PATCH 6/6] gdi32: Use FreeType as a fallback when loading font faces.
by Rémi Bernon
Dec. 1, 2020
[PATCH 5/6] gdi32: Try to parse font props without FreeType.
by Rémi Bernon
Dec. 1, 2020
[PATCH 4/6] gdi32: Try to parse font names without FreeType.
by Rémi Bernon
Dec. 1, 2020
[PATCH 3/6] gdi32: Introduce new opentype font parsing helpers.
by Rémi Bernon
Dec. 1, 2020
[PATCH 2/6] gdi32: Store ft_face font props on unix_face.
by Rémi Bernon
Dec. 1, 2020
[PATCH 1/6] gdi32: Introduce struct unix_face as a ft_face wrapper.
by Rémi Bernon
Dec. 1, 2020
[PATCH v2 4/4] widl: Support WinRT contract attribute.
by Rémi Bernon
Dec. 1, 2020
[PATCH v2 3/4] widl: Support WinRT apicontract type.
by Rémi Bernon
Dec. 1, 2020
[PATCH v2 2/4] widl: Support WinRT contractversion attribute parsing.
by Rémi Bernon
Dec. 1, 2020
[PATCH v2 1/4] widl: Add abi_prefix parameter to format_namespace.
by Rémi Bernon
Dec. 1, 2020
[PATCH v2] conhost: Respect the StartupInfo's wShowWindow.
by Gabriel Ivăncescu
Dec. 1, 2020
Re: [PATCH 7/7] mf/topoloader: Add copier transform automatically for D3D-aware outputs.
by Marvin
Dec. 1, 2020
Re: [PATCH 6/7] mf/topoloader: Set MF_TOPONODE_MEDIASTART for all source nodes.
by Marvin
Dec. 1, 2020
Re: [PATCH 5/7] mf/topoloader: Make sure MF_TOPONODE_STREAMID is set for all outputs.
by Marvin
Dec. 1, 2020
Re: [PATCH 4/7] mf/topoloader: Set MF_TOPONODE_TRANSFORM_OBJECTID for created transforms when CLSID is available.
by Marvin
Dec. 1, 2020
Re: [PATCH 3/7] mf/topoloader: Set MF_TOPONODE_DECODER for the decoders.
by Marvin
Dec. 1, 2020
[PATCH 15/15] msvcrt: Remove MSVCRT_ prefix from data.c functions.
by Piotr Caban
Dec. 1, 2020
[PATCH 14/15] msvcrt: Remove MSVCRT_ prefix from ctype.c functions.
by Piotr Caban
Dec. 1, 2020
[PATCH 13/15] msvcrt: Use FPU control word definitions from public header.
by Piotr Caban
Dec. 1, 2020
[PATCH 12/15] msvcrt: Use fpclassify constants from public header.
by Piotr Caban
Dec. 1, 2020
[PATCH 11/15] msvcrt: Use signal definitions from public header.
by Piotr Caban
Dec. 1, 2020
[PATCH 10/15] msvcrt: Use floating point exception signals definition from public header.
by Piotr Caban
Dec. 1, 2020
[PATCH 09/15] msvcrt: Use _ARGMAX from public header.
by Piotr Caban
Dec. 1, 2020
[PATCH 08/15] msvcrt: Use fpclass constants from public header.
by Piotr Caban
Dec. 1, 2020
[PATCH 07/15] msvcrt: Use status word flags from public header.
by Piotr Caban
Dec. 1, 2020
[PATCH 06/15] msvcrt: Use ctype definition from public header.
by Piotr Caban
Dec. 1, 2020
[PATCH 05/15] msvcrt: Use __utimbuf{32,64} from public header.
by Piotr Caban
Dec. 1, 2020
[PATCH 04/15] Revert "msvcrt: Avoid conflict with mingw __iob_func declaration."
by Piotr Caban
Dec. 1, 2020
[PATCH 03/15] msvcrt: Use FILE from public header.
by Piotr Caban
Dec. 1, 2020
[PATCH 02/15] msvcrt: Remove MSVCRT_ prefix from heap.c functions.
by Piotr Caban
Dec. 1, 2020
[PATCH 01/15] msvcrt: Remove MSVCRT_ prefix from errno.c functions.
by Piotr Caban
Dec. 1, 2020
Re: [PATCH 2/7] mfplat/mediatype: Do not add user data when converting from WAVE_FORMAT_EXTENSIBLE.
by Marvin
Dec. 1, 2020
Re: [PATCH 1/4] widl: Introduce format_namespace_buffer helper.
by Alexandre Julliard
Dec. 1, 2020
[PATCH v2 6/6] gdi32/tests: Test changing system default font smoothing.
by Paul Gofman
Dec. 1, 2020
[PATCH v2 5/6] gdi32: Update default font AA parameters on system parameters update.
by Paul Gofman
Dec. 1, 2020
[PATCH v2 4/6] winex11.drv: Do not set AA flags for font default AA in xrender backend.
by Paul Gofman
Dec. 1, 2020
[PATCH v2 3/6] gdi32: Handle Wine specific vertical orientations in init_font_options().
by Paul Gofman
Dec. 1, 2020
[PATCH v2 2/6] winex11.drv: Init font smoothing system default parameters in X11DRV_XRender_Init().
by Paul Gofman
Dec. 1, 2020
[PATCH v2 1/6] gdi32: Mind temporary system parameters in init_font_options().
by Paul Gofman
Dec. 1, 2020
[PATCH 7/7] mf/topoloader: Add copier transform automatically for D3D-aware outputs.
by Nikolay Sivov
Dec. 1, 2020
[PATCH 6/7] mf/topoloader: Set MF_TOPONODE_MEDIASTART for all source nodes.
by Nikolay Sivov
Dec. 1, 2020