Alexandre Julliard pushed to branch master at wine / wine
Commits:
a4993112 by Zhiyi Zhang at 2025-06-19T22:54:54+02:00
include: Fix dcomp.idl method name and order.
1. The order of overloaded methods in vtable is opposite to their order in the .idl file. For
example, the first method of IDCompositionVisual should be SetOffsetXAnimation() instead of
SetOffsetX().
2. Method names for IDCompositionRotateTransform3D are wrong due to a copy paste error.
- - - - -
1 changed file:
- include/dcomp.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a4993112707c4ad43b78cab44f4d9a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a4993112707c4ad43b78cab44f4d9a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4a8c3e98 by Connor McAdams at 2025-06-19T22:54:53+02:00
comctl32/tests: Add tests for iImage value for listview subitems.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
9793e889 by Connor McAdams at 2025-06-19T22:54:53+02:00
comctl32/listview: Don't touch iImage value for subitems if LVS_EX_SUBITEMIMAGES is not set.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
1a29bfbf by Connor McAdams at 2025-06-19T22:54:54+02:00
comctl32/tests: Add item state value tests for LVS_OWNERDATA controls.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
688b2c33 by Connor McAdams at 2025-06-19T22:54:54+02:00
comctl32/listview: Properly handle item state value for LVS_OWNERDATA controls.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/comctl32/listview.c
- dlls/comctl32/tests/listview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24d9597ab0534a019ba2a31d9547a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24d9597ab0534a019ba2a31d9547a…
You're receiving this email because of your account on gitlab.winehq.org.