Alexandre Julliard pushed to branch master at wine / wine
Commits:
75609781 by Tim Clem at 2024-08-14T11:19:05+02:00
winemac.drv: Better detect whether to unminimize a window when the app becomes active.
The existing check would not unminimize a window if the only
on-screen windows had a zero dimension or were otherwise invisible.
- - - - -
3 changed files:
- dlls/winemac.drv/cocoa_app.m
- dlls/winemac.drv/cocoa_window.h
- dlls/winemac.drv/cocoa_window.m
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/75609781479595ff30276526662f01…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/75609781479595ff30276526662f01…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d26d2b7d by Ivo Ivanov at 2024-08-14T11:18:48+02:00
winebus.sys: Pass each input report regardless of report ID to the pending read IRQ.
This reverts commit b9d6b79fbc23fee93150445dd8f8f8954e524aa0.
With 13a4486, the hidclass.sys FDO itself distributes the input
reports by CollectionNumber (report ID) to the corresponding child
PDOs. So the lower level driver (winebus.sys) must deliver all input
reports regardless of their report IDs.
- - - - -
1 changed file:
- dlls/winebus.sys/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d26d2b7d32b3f8a59e8f610f15ba13…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d26d2b7d32b3f8a59e8f610f15ba13…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d24652f0 by Hans Leidekker at 2024-08-14T11:18:40+02:00
odbc32: Parse incoming connection string in SQLBrowse/DriverConnct().
- - - - -
862ce34c by Hans Leidekker at 2024-08-14T11:18:40+02:00
odbc32: Set win32_funcs on the descriptors returned from SQLGetStmtAttr().
- - - - -
51104f08 by Hans Leidekker at 2024-08-14T11:18:40+02:00
odbc32: Implicit descriptors can be retrieved but not set.
- - - - -
2 changed files:
- dlls/odbc32/proxyodbc.c
- dlls/odbc32/tests/odbc32.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/861e7adff7796ba645d10e9ba9a98…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/861e7adff7796ba645d10e9ba9a98…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a4fb5117 by Jacek Caban at 2024-08-14T11:18:31+02:00
mshtml: Add support for client rect list prototype objects.
- - - - -
569087c4 by Jacek Caban at 2024-08-14T11:18:31+02:00
mshtml: Add support for DOM token list prototype objects.
- - - - -
ceaa60da by Jacek Caban at 2024-08-14T11:18:31+02:00
mshtml: Add support for named node map prototype objects.
- - - - -
30197849 by Jacek Caban at 2024-08-14T11:18:31+02:00
mshtml: Add support for element collection prototype objects.
- - - - -
2a0debae by Jacek Caban at 2024-08-14T11:18:31+02:00
mshtml: Add support for node list prototype objects.
- - - - -
1541a087 by Jacek Caban at 2024-08-14T11:18:31+02:00
mshtml: Add support for text range prototype objects.
- - - - -
466d5b05 by Jacek Caban at 2024-08-14T11:18:31+02:00
mshtml: Add support for range prototype objects.
- - - - -
861e7adf by Jacek Caban at 2024-08-14T11:18:31+02:00
mshtml: Add support for selection prototype objects.
- - - - -
7 changed files:
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlelemcol.c
- dlls/mshtml/htmlnode.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/range.c
- dlls/mshtml/selection.c
- dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2359e09449516f8bf0d9c5cef667d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2359e09449516f8bf0d9c5cef667d…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1ce68cee by Nikolay Sivov at 2024-08-14T22:00:35+02:00
vkd3d-shader/hlsl: Tokenize 'String' the same as 'string'.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
89be723a by Nikolay Sivov at 2024-08-14T22:00:35+02:00
vkd3d-shader/hlsl: Treat "string" type name as case-insensitive.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d4ae844b by Nikolay Sivov at 2024-08-14T22:00:35+02:00
vkd3d-shader/fx: Enable writing string objects for fx_4+.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
60ce8111 by Nikolay Sivov at 2024-08-14T22:00:35+02:00
vkd3d-shader/fx: Support string annotations for fx_4+.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4 changed files:
- libs/vkd3d-shader/fx.c
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.l
- tests/hlsl/strings.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/412f91a14cb3d674e60377e83432…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/412f91a14cb3d674e60377e83432…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
412f91a1 by Francisco Casas at 2024-08-14T21:57:21+02:00
vkd3d-shader/hlsl: Always work with the extern resource's component type.
We need to distinguish between the data type of a resource and the data
type of its components. These are usually the same except for 4.0
profiles where an array (or multi-dimensional array) of resources is
still considered a single resource, so it is possible for it to hold
more than one component.
In the latter case, we often need to access the type of a single
component (all components have the same type) instead of the type of the
whole array which often doesn't contain the required information, such
as sampler dimension.
This patch replaces the extern_resource.data_type field with the
extern_resource.component_type field, which points to the type of a
single component in the resource. Using it relieves many other code
paths from considering the possibility of the resource being an array.
This fixes runtime errors reported by UBSan, such as this:
vkd3d/libs/vkd3d-shader/tpf.c:6075:87: runtime error: load of value 7, which is not a valid value for type '_Bool'
when trying to compile shaders that contain UAV arrays on 4.0 profiles.
Before this commit, tpf.c accesses the
hlsl_type->e.resource.rasteriser_ordered
field, but on 4.0 and 4.1 profiles these code paths can also be reached
by UAV arrays which are HLSL_CLASS_ARRAY and this field is not supposed
to be accessed.
By coincidence, the value of hlsl_type->e.array.elements_count was being
read because these fields have the same offset in the hlsl_type.e union.
- - - - -
1 changed file:
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/412f91a14cb3d674e60377e834321…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/412f91a14cb3d674e60377e834321…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
51d8ac07 by Alistair Leslie-Hughes at 2024-08-14T07:58:19+10:00
Rebase against eef229cc1eb77c3236ab4e210a6a276b65173e39.
Fixes regression with latest odbc32.
- - - - -
4 changed files:
- − patches/odbc32-fixes/0010-odbc32-Store-handles-when-requesting-information-of-.patch
- + patches/odbc32-fixes/0018-odbc32-Pass-statment-when-creating-a-descriptor.patch
- + patches/odbc32-fixes/0019-odbc32-Propgate-win32_funcs-to-all-children.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/51d8ac07174840b7678179…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/51d8ac07174840b7678179…
You're receiving this email because of your account on gitlab.winehq.org.