Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
fdd50791 by Elizabeth Figura at 2024-08-30T17:38:53-05:00
Rebase against 055bddab4f14a1f73e887b88b86408d654382c2b.
- - - - -
7 changed files:
- patches/Staging/0001-ntdll-Print-a-warning-message-specifying-the-wine-st.patch
- patches/ntdll-HashLinks/0001-ntdll-Implement-HashLinks-field-in-LDR-module-data.patch
- − patches/packager-DllMain/0001-packager-Prefer-native-version.patch
- − patches/packager-DllMain/definition
- − patches/winemapi-user-xdg-mail/0001-winemapi-Directly-use-xdg-email-if-available-enablin.patch
- − patches/winemapi-user-xdg-mail/definition
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/fdd5079133e528d3f2475d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/fdd5079133e528d3f2475d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
aa4581ad by Alistair Leslie-Hughes at 2024-08-30T21:11:22+02:00
include: Move ColorChannelLUT outside of if __cplusplus.
- - - - -
7b0ade95 by Alistair Leslie-Hughes at 2024-08-30T21:11:23+02:00
include: Add basic constructors for Rect/RectF.
- - - - -
055bddab by Alistair Leslie-Hughes at 2024-08-30T21:11:25+02:00
include: Add class SizeF.
- - - - -
2 changed files:
- include/gdipluscolormatrix.h
- include/gdiplustypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5e342d0c3b5ca99a412ce936ea2bd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5e342d0c3b5ca99a412ce936ea2bd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a4d86aa8 by Eric Pouech at 2024-08-30T19:03:57+02:00
cmd: Don't display dialog boxes.
As Wine's cmd.exe doesn't have a message loop, don't show
dialog boxes from ShellExecute in case of error.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
284bc385 by Eric Pouech at 2024-08-30T19:04:00+02:00
cmd/tests: Add some more tests.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
31fe1965 by Eric Pouech at 2024-08-30T19:04:03+02:00
cmd: Minor fix to the lexer.
Fixes syntax errors from using 'in' word in command block of
a FOR intruction.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
b1b52e78 by Eric Pouech at 2024-08-30T19:04:06+02:00
cmd: Fix reading some input in CHOICE command.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57017
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a8caf4c7 by Eric Pouech at 2024-08-30T19:04:09+02:00
cmd: Strip leading white spaces and at-sign from command nodes.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
4 changed files:
- programs/cmd/builtins.c
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/56eac70ffa2f191b127d361ada391…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/56eac70ffa2f191b127d361ada391…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
15eae879 by Brendan Shanks at 2024-08-30T13:25:43+02:00
winemac.drv: Call CGWindowListCreateImageFromArray through a dlsym-obtained pointer.
The macOS Sequoia SDK has "obsoleted" this function: calling it
triggers a build error when targeting macOS Sequoia.
It can still be used though, either by targeting pre-Sequoia or by
getting a pointer to the function through dlsym().
This is intended to be temporary until ScreenCaptureKit.framework or
some other approach can be used.
- - - - -
1 changed file:
- dlls/winemac.drv/cocoa_window.m
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/15eae8791bcd5148266c6786a03489…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/15eae8791bcd5148266c6786a03489…
You're receiving this email because of your account on gitlab.winehq.org.