Alexandre Julliard pushed to branch master at wine / wine
Commits:
b02a15d0 by Bartosz Kosiorek at 2025-03-31T11:19:33+02:00
gdiplus/tests: Add tests for GdipGetPathWorldBounds with single point.
- - - - -
b709ae0e by Bartosz Kosiorek at 2025-03-31T11:19:35+02:00
gdiplus: Add single point support for GdipGetPathWorldBounds.
- - - - -
2 changed files:
- dlls/gdiplus/graphicspath.c
- dlls/gdiplus/tests/graphicspath.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/09bcbc13066e0ee56296e27f3684e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/09bcbc13066e0ee56296e27f3684e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7be0f960 by Nikolay Sivov at 2025-03-31T11:16:54+02:00
windowscodecs/converter: Implement BW -> 24BGR conversion.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e38afeef by Nikolay Sivov at 2025-03-31T11:16:55+02:00
windowscodecs/converter: Implement 48bppRGB -> 128bppRGBFloat conversion.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/windowscodecs/converter.c
- dlls/windowscodecs/regsvr.c
- dlls/windowscodecs/tests/converter.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cf6bdfd2260b4e2a29e72a241ad60…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cf6bdfd2260b4e2a29e72a241ad60…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1b82c864 by Alexandre Julliard at 2025-03-29T00:03:44+01:00
include: Move InitializeObjectAttributes definition to ntdef.h.
- - - - -
5a80e887 by Alexandre Julliard at 2025-03-29T00:03:44+01:00
ntdll: Use the InitializeObjectAttributes macro in more places.
- - - - -
e5b47ea8 by Alexandre Julliard at 2025-03-29T00:03:44+01:00
ntdll/tests: Use the InitializeObjectAttributes macro in more places.
- - - - -
c507cbb7 by Alexandre Julliard at 2025-03-29T00:03:44+01:00
kernelbase: Use the InitializeObjectAttributes macro in more places.
- - - - -
21 changed files:
- dlls/kernelbase/console.c
- dlls/kernelbase/debug.c
- dlls/kernelbase/file.c
- dlls/kernelbase/process.c
- dlls/kernelbase/registry.c
- dlls/kernelbase/security.c
- dlls/kernelbase/thread.c
- dlls/kernelbase/volume.c
- dlls/ntdll/actctx.c
- dlls/ntdll/loader.c
- dlls/ntdll/path.c
- dlls/ntdll/relay.c
- dlls/ntdll/tests/file.c
- dlls/ntdll/tests/om.c
- dlls/ntdll/tests/pipe.c
- dlls/ntdll/tests/reg.c
- dlls/ntdll/tests/sync.c
- dlls/ntdll/thread.c
- dlls/ntdll/version.c
- include/ntdef.h
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c66721795f3ee0f150446dce70f67…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c66721795f3ee0f150446dce70f67…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fc0e0e8e by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Fix order of non-commutative binary op:s in PDB/FPO unwinder.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
cf1256f9 by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Introduce new PDB reader, use it for unwinding FPO frames.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2b5fdd89 by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Don't keep PDB files mapped after parsing is done.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
c6672179 by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Introduce a vtable per module_format.
In following patches, we'll add a bunch of new interfaces here.
Also, hide partially module_format walking with some helpers.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
12 changed files:
- dlls/dbghelp/Makefile.in
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/elf_module.c
- dlls/dbghelp/macho_module.c
- dlls/dbghelp/module.c
- dlls/dbghelp/msc.c
- + dlls/dbghelp/pdb.c
- dlls/dbghelp/pe_module.c
- dlls/dbghelp/storage.c
- dlls/dbghelp/symbol.c
- dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30fa691d99df7d6dfe37d16fe708d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30fa691d99df7d6dfe37d16fe708d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e37ec026 by Rémi Bernon at 2025-03-28T17:17:55+01:00
winex11: Get rid of now unnecessary unmap_window helper.
- - - - -
68c4fa37 by Rémi Bernon at 2025-03-28T17:17:55+01:00
winex11: Keep _NET_WM_USER_TIME on individual toplevel windows.
- - - - -
30fa691d by Rémi Bernon at 2025-03-28T17:17:55+01:00
winex11: Avoid stealing focus during foreground window mapping.
Setting a __wine_x11_focus_time window property to indicate the time of
the last NormalState, -1 if the window is mapping itself, or 0 if the
window is not in a NormalState.
- - - - -
5 changed files:
- dlls/winex11.drv/event.c
- dlls/winex11.drv/keyboard.c
- dlls/winex11.drv/mouse.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/13ba8dbc67d5ccd9de3ffc0734fb6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/13ba8dbc67d5ccd9de3ffc0734fb6…
You're receiving this email because of your account on gitlab.winehq.org.