Alexandre Julliard pushed to branch master at wine / wine
Commits:
92c1048f by Jason Edmeades at 2024-08-28T20:32:30+02:00
cmd/tests: Test running a file with an association.
- - - - -
7e0065b3 by Elizabeth Figura at 2024-08-28T20:32:30+02:00
cmd: Allow deleting associations via ftype.
- - - - -
691c35b3 by Elizabeth Figura at 2024-08-28T20:32:30+02:00
cmd: Report an error from ftype or assoc if the value is empty.
- - - - -
3 changed files:
- programs/cmd/builtins.c
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b9dfffe91fcbe1913641ff6c9728d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b9dfffe91fcbe1913641ff6c9728d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f67f66bc by Alex Henrie at 2024-08-28T14:32:22+02:00
explorer: Make the "Wine Desktop" window title translatable.
At the same time, rename the variable from desktop_nameW to
desktop_titleW to avoid confusion with the configurable name of the
desktop.
- - - - -
d6c6c651 by Alex Henrie at 2024-08-28T14:32:23+02:00
explorer: Don't display "Default" in the virtual desktop window title.
When you click "Emulate a virtual desktop" in winecfg, it creates a
desktop named "Default". The name "Default" should not be displayed to
the user for two reasons: First, it clutters the user interface with
useless information, and second, it is always in English and is not
translatable.
- - - - -
30 changed files:
- po/ar.po
- po/ast.po
- po/bg.po
- po/ca.po
- po/cs.po
- po/da.po
- po/de.po
- po/el.po
- po/en.po
- po/en_US.po
- po/eo.po
- po/es.po
- po/fa.po
- po/fi.po
- po/fr.po
- po/he.po
- po/hi.po
- po/hr.po
- po/hu.po
- po/it.po
- po/ja.po
- po/ka.po
- po/ko.po
- po/lt.po
- po/ml.po
- po/nb_NO.po
- po/nl.po
- po/or.po
- po/pa.po
- po/pl.po
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f11bbdecc55cd6b0236e48ff3b6c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f11bbdecc55cd6b0236e48ff3b6c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5f18dff3 by Alistair Leslie-Hughes at 2024-08-28T13:44:46+02:00
odbc32: Pass through field id SQL_MAX_COLUMNS_IN_TABLE in SQLColAttribute/W.
- - - - -
5f11bbde by Alistair Leslie-Hughes at 2024-08-28T13:44:53+02:00
odbc32: Correcly convert columns ID in SQLColAttribute/W for ODBC v2.0.
The current conversion is converting ODBC 2 to 3 which is backwards.
- - - - -
1 changed file:
- dlls/odbc32/proxyodbc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe8a54c8a8bd44d40faa5d9745851…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe8a54c8a8bd44d40faa5d9745851…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
eb71a172 by Elizabeth Figura at 2024-08-28T12:08:37+02:00
vkd3d-shader: Use an extended version of vkd3d_shader_immediate_constant in vkd3d_shader_parameter1.
This is a proposed API change in 946, which won't make it into this release.
The intent is to allow slightly larger constants to be specified in the updated
vkd3d_shader_parameter1 structure. In particular, this is large enough to pass
4-dimensional integer or float vectors inline, which the proposed clip plane
implementation will use, as well as other Direct3D FFP parameters.
We could also simply add vkd3d_shader_immediate_constant1 as a separate union
member in vkd3d_shader_parameter1, but this API is a bit cleaner and simpler.
- - - - -
2 changed files:
- include/vkd3d_shader.h
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/eb71a1722a95894c0546a597b7046…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/eb71a1722a95894c0546a597b7046…
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:
f4364003 by Alistair Leslie-Hughes at 2024-08-28T07:58:13+10:00
Updated odbc32-fixes patchset
Correct the convert of v3 to v2 for SQLColAttribute/W functions.
By default just pass the field id through.
- - - - -
3 changed files:
- + patches/odbc32-fixes/0016-odbc32-SQLColAttribute-W-pass-through-field-id-SQL_M.patch
- + patches/odbc32-fixes/0017-odbc32-SQLColAttribute-W-Correcly-convert-columns-ID.patch
- patches/odbc32-fixes/0016-odbc32-Always-pass-through-the-field-id-to-SQLColAtt.patch → patches/odbc32-fixes/0018-odbc32-SQLColAttributes-W-fall-throught-for-unknown-.patch
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/f43640039b76498cb41a69…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/f43640039b76498cb41a69…
You're receiving this email because of your account on gitlab.winehq.org.