Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1cf6e8a8 by Henri Verbeet at 2025-02-18T17:47:22+01:00
vkd3d-compiler: Store the target type as a struct target_type_info pointer.
- - - - -
a169ae05 by Henri Verbeet at 2025-02-18T17:47:22+01:00
vkd3d-compiler: Store the source type as a struct source_type_info pointer.
- - - - -
751f8b31 by Henri Verbeet at 2025-02-18T17:47:22+01:00
vkd3d-compiler: Introduce "dxbc-fx" as a source type.
Commit 949708450b1a53adac5f09cbf685fe5718519eaa introduced support for
effect binaries embedded in DXBC containers, but only when using
auto-detection to determine the source type. That's undesirable;
although auto-detection is convenient for interactive use, it's not
necessarily suitable for use in e.g. scripts. It also meant this wasn't
listed through --print-source-types.
- - - - -
1 changed file:
- programs/vkd3d-compiler/main.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c3555a34dcf291e0811b0acce888…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c3555a34dcf291e0811b0acce888…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
4901d72e by Elizabeth Figura at 2025-02-17T15:39:12-06:00
Rebase against 59720e7d1b88ed519569135542aa55145a2a6ff7.
- - - - -
3 changed files:
- patches/setupapi-DiskSpaceList/0001-setupapi-Rewrite-DiskSpaceList-logic-using-lists.patch
- − patches/shdocvw-ParseURLFromOutsideSource_Tests/0001-shdocvw-Check-precisely-ParseURLFromOutsideSourceX-r.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/4901d72e773a8df215b640…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/4901d72e773a8df215b640…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fa4a470f by Elizabeth Figura at 2025-02-17T20:31:19+01:00
shdocvw: Remove ParseURLFromOutsideSource() implementation.
This was added for native inetcpl, which is not redistributable or generally
valuable.
It's not even present in modern Windows—the export exists, but can't actually be
called, since it forwards to a "shunimpl.dll" which fails to initialize when
loaded.
- - - - -
59720e7d by Elizabeth Figura at 2025-02-17T20:31:21+01:00
shdocvw: Remove URLSubRegQueryA() implementation.
This was added for native inetcpl, which is not redistributable or generally
valuable.
It's not even present in modern Windows—the export exists, but can't actually be
called, since it forwards to a "shunimpl.dll" which fails to initialize when
loaded.
- - - - -
4 changed files:
- dlls/shdocvw/shdocvw.spec
- dlls/shdocvw/shdocvw_main.c
- dlls/shdocvw/tests/Makefile.in
- − dlls/shdocvw/tests/shdocvw.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d262884f4f503807fbca3e169558a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d262884f4f503807fbca3e169558a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9a6bb471 by Nikolay Sivov at 2025-02-17T20:29:22+01:00
windowscodecs/tests: Add some query tests with the Unknown reader.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
7314a5c0 by Nikolay Sivov at 2025-02-17T20:29:22+01:00
windowscodecs/metadata: Share implementation between query reader and writer objects.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9276e6f2 by Nikolay Sivov at 2025-02-17T20:29:24+01:00
windowscodecs/tests: Add some tests for CreateQueryWriter().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
998d4769 by Nikolay Sivov at 2025-02-17T20:29:24+01:00
windowscodecs/tests: Add query reader tests for live block reader updates.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9ac49300 by Nikolay Sivov at 2025-02-17T20:29:24+01:00
windowscodecs/tests: Add some tests for CreateQueryWriterFromReader().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2795a63c by Nikolay Sivov at 2025-02-17T20:29:24+01:00
windowscodecs/tests: Add some tests for the query reader container format.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c7610224 by Nikolay Sivov at 2025-02-17T20:29:24+01:00
windowscodecs/metadata: Use VT_LPWSTR type instead of BSTRs when parsing queries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
72c5fbe3 by Nikolay Sivov at 2025-02-17T20:29:25+01:00
windowscodecs/metadata: Collect query components before assigning values.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9ec695be by Nikolay Sivov at 2025-02-17T20:29:26+01:00
windowscodecs/metadata: Add a helper to parse query index syntax.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3225d626 by Nikolay Sivov at 2025-02-17T20:29:27+01:00
windowscodecs/metadata: Use separate helpers to parse query items.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2de595ce by Nikolay Sivov at 2025-02-17T20:29:29+01:00
windowscodecs/metadata: Handle empty items in queries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5159e752 by Nikolay Sivov at 2025-02-17T20:29:30+01:00
windowscodecs/metadata: Return query writer object from GetMetadataByName() when block writer is used.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f6f0bf29 by Nikolay Sivov at 2025-02-17T20:29:31+01:00
windowscodecs/metadata: Base returned query handlers on metadata handlers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
8c337083 by Nikolay Sivov at 2025-02-17T20:29:32+01:00
windowscodecs: Implement CreateQueryWriter().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/windowscodecs/encoder.c
- dlls/windowscodecs/gifformat.c
- dlls/windowscodecs/imgfactory.c
- dlls/windowscodecs/metadataquery.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/wincodecs_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2673689cba8b9c5140e5fcedf11b3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2673689cba8b9c5140e5fcedf11b3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fab15336 by Attila Fidan at 2025-02-17T20:29:00+01:00
winewayland: Enable/disable the zwp_text_input_v3 object.
- - - - -
4106885c by Attila Fidan at 2025-02-17T20:29:00+01:00
winewayland: Post IME update for committed text.
- - - - -
fc97cec1 by Attila Fidan at 2025-02-17T20:29:00+01:00
winewayland: Implement SetIMECompositionRect.
- - - - -
2673689c by Attila Fidan at 2025-02-17T20:29:00+01:00
winewayland: Post IME update for preedit text.
- - - - -
6 changed files:
- dlls/winewayland.drv/Makefile.in
- + dlls/winewayland.drv/text-input-unstable-v3.xml
- dlls/winewayland.drv/wayland.c
- + dlls/winewayland.drv/wayland_text_input.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/waylanddrv_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dd790850a01f1af26b2bbcd09088d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dd790850a01f1af26b2bbcd09088d…
You're receiving this email because of your account on gitlab.winehq.org.