Alexandre Julliard pushed to branch master at wine / wine
Commits:
b124aba6 by Nikolay Sivov at 2025-02-07T19:32:50+01:00
gdiplus/tests: Extend a GdipGetPathGradientBlend() test with excessive output buffer size.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
84ffec14 by Nikolay Sivov at 2025-02-07T19:32:50+01:00
gdiplus: Use actual blend count for output copies in GdipGetPathGradientBlend() (ASan).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/gdiplus/brush.c
- dlls/gdiplus/tests/brush.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e187c3c9ab472012e41b35b9cad1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e187c3c9ab472012e41b35b9cad1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0559442d by Rémi Bernon at 2025-02-07T12:14:58+01:00
server: Introduce new set_thread_priority helper.
- - - - -
4608d8b4 by Rémi Bernon at 2025-02-07T12:14:58+01:00
ntdll: Set RLIMIT_NICE to its hard limit.
- - - - -
945efda7 by Marc-Aurel Zent at 2025-02-07T12:14:58+01:00
server: Use setpriority to update thread niceness when safe.
- - - - -
9e187c3c by Rémi Bernon at 2025-02-07T12:14:58+01:00
server: Check wineserver privileges on init with -20 niceness.
- - - - -
5 changed files:
- dlls/ntdll/unix/loader.c
- server/main.c
- server/object.h
- server/thread.c
- server/thread.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c8cdc832bad7cdf32d60637d15b49…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c8cdc832bad7cdf32d60637d15b49…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
40b3f674 by Alexandre Julliard at 2025-02-07T10:01:16+01:00
server: Do not allow creating mailslots with zero access.
- - - - -
33047cb8 by Alexandre Julliard at 2025-02-07T10:01:24+01:00
server: Do not allow creating named pipes with zero access.
- - - - -
c8cdc832 by Alexandre Julliard at 2025-02-07T10:02:04+01:00
server: Skip non-accessible threads in NtGetNextThread().
- - - - -
4 changed files:
- dlls/ntdll/tests/om.c
- server/mailslot.c
- server/named_pipe.c
- server/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cf9d14bde0bd12eb318d933704297…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cf9d14bde0bd12eb318d933704297…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ecbd35d2 by Dean M Greer at 2025-02-07T09:58:14+01:00
documentation: Mac OS X became macOS from 10.12.
- - - - -
8a3c1926 by Dean M Greer at 2025-02-07T09:59:03+01:00
readme: Update mac info section.
- - - - -
17 changed files:
- README.md
- documentation/README-de.md
- documentation/README-es.md
- documentation/README-fi.md
- documentation/README-fr.md
- documentation/README-hu.md
- documentation/README-it.md
- documentation/README-ja.md
- documentation/README-ko.md
- documentation/README-nl.md
- documentation/README-no.md
- documentation/README-pt.md
- documentation/README-pt_br.md
- documentation/README-ru.md
- documentation/README-sv.md
- documentation/README-uk.md
- documentation/README-zh_cn.md
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/11e82105434396813b474b9c68de3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/11e82105434396813b474b9c68de3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8def1e7b by Brendan Shanks at 2025-02-07T09:57:29+01:00
winemac: [NSWindow setAlphaValue:] must be called from the main thread.
- - - - -
11e82105 by Brendan Shanks at 2025-02-07T09:57:31+01:00
winemac: [NSWindow contentView] must be called from the main thread.
- - - - -
2 changed files:
- dlls/winemac.drv/cocoa_opengl.m
- dlls/winemac.drv/cocoa_window.m
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a47a9f39d1e9d19a7931cdc254a9c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a47a9f39d1e9d19a7931cdc254a9c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a47a9f39 by Sebastian Scheibner at 2025-02-06T22:30:40+01:00
explorerframe: Return S_OK in more ITaskbarList3 functions.
The software Helicon Filter 5 crashes at startup when it tries to call
SetTabOrder and SetTabActive. And it crashes on shutdown when it tries
to call UnregisterTab.
Fake success return code as it was done in the following commit for
some other functions: 570ea014770fd62997be81e88f03829eded98390
- - - - -
1 changed file:
- dlls/explorerframe/taskbarlist.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a47a9f39d1e9d19a7931cdc254a9cd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a47a9f39d1e9d19a7931cdc254a9cd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f8f119f5 by Arkadiusz Hiler at 2025-02-06T16:00:51+01:00
jscript: Fix JSON.stringify for arrays longer than 10.
We've been passing `ARRAY_SIZE()` (equal to 16 in this case) as a radix
to _itow(). This has caused us trying to get "a" instead of "10", etc.
which resulted in unexpected nulls being interspersed in long arrays as
well as the arrays being cut short.
- - - - -
2 changed files:
- dlls/jscript/json.c
- dlls/jscript/tests/api.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f8f119f565581923e23cb8a18e2ed8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f8f119f565581923e23cb8a18e2ed8…
You're receiving this email because of your account on gitlab.winehq.org.