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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3442cea0 by Paul Gofman at 2025-02-17T20:26:23+01:00
include: Add cfgmgr ID list filter constants.
- - - - -
fef9c1ba by Paul Gofman at 2025-02-17T20:26:23+01:00
setupapi: Implement CM_Get_Device_ID_List[_Size]W().
- - - - -
defbec8f by Paul Gofman at 2025-02-17T20:26:25+01:00
setupapi: Implement CM_Get_Device_ID_List[_Size]A().
- - - - -
33feb377 by Paul Gofman at 2025-02-17T20:26:27+01:00
setupapi: Make device instance handlers persistent.
- - - - -
bd72e776 by Paul Gofman at 2025-02-17T20:26:27+01:00
setupapi: Implement CM_Locate_DevNode[_Ex]{A|W}().
- - - - -
7 changed files:
- dlls/cfgmgr32/cfgmgr32.spec
- dlls/cfgmgr32/tests/Makefile.in
- dlls/cfgmgr32/tests/cfgmgr32.c
- dlls/setupapi/devinst.c
- dlls/setupapi/setupapi.spec
- dlls/setupapi/stubs.c
- include/cfgmgr32.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3290fc1fc296127e4ca238bbec16a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3290fc1fc296127e4ca238bbec16a…
You're receiving this email because of your account on gitlab.winehq.org.