Alexandre Julliard pushed to branch master at wine / wine
Commits:
ae2443ac by Paul Gofman at 2024-08-29T22:03:41+02:00
kernel32/tests: Add a test for TLS links.
- - - - -
3b94e543 by Paul Gofman at 2024-08-29T22:03:41+02:00
ntdll: Reserve space for some TLS directories at once.
- - - - -
68fe9750 by Paul Gofman at 2024-08-29T22:03:41+02:00
ntdll: Iterate TEBs only once in alloc_tls_slot().
- - - - -
de23dfc5 by Paul Gofman at 2024-08-29T22:03:41+02:00
ntdll: Do not use TlsLinks for enumerating TEBs.
- - - - -
2 changed files:
- dlls/kernel32/tests/module.c
- dlls/ntdll/loader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06718e98474937d869c8c9ffb1245…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06718e98474937d869c8c9ffb1245…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c31e65fd by Rémi Bernon at 2024-08-29T21:57:39+02:00
explorer: Use the EnableShell option to show or hide the taskbar.
The restores the option behavior to its original state, where it is off
by default except for the "shell" virtual desktop. It can be forced on
to display a taskbar in every virtual desktop, or off to hide it in the
"shell" desktop too.
The standalone systray window still uses the separate ShowSystray option
which can be enabled when not using virtual desktops, or if EnableShell
is off. When EnableShell is on, the systray area will always be visible
in the taskbar.
Fixes: 118810ad3bac91bfeea81e4408059d48c158e8c5
- - - - -
2 changed files:
- programs/explorer/desktop.c
- programs/explorer/systray.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c31e65fd3bde71234668507a9e1578…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c31e65fd3bde71234668507a9e1578…
You're receiving this email because of your account on gitlab.winehq.org.