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.