Alexandre Julliard pushed to branch master at wine / wine
Commits:
9ea0f891 by Gabriel Ivăncescu at 2024-11-28T16:46:18+01:00
mshtml: Expose respective props from Element prototype.
Instead of HTMLElement.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
75705b0e by Gabriel Ivăncescu at 2024-11-28T16:46:20+01:00
mshtml: Don't expose fireEvent from elements in IE11 mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
266a8232 by Gabriel Ivăncescu at 2024-11-28T16:46:20+01:00
mshtml: Don't expose onmspointerhover from elements in IE11 mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
202b1b90 by Gabriel Ivăncescu at 2024-11-28T16:46:20+01:00
mshtml: Move toString from HTMLElement to HTMLAnchorElement or HTMLAreaElement in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
529a2084 by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00
mshtml: Move hasAttributes from HTMLElement to HTMLDOMNode in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
3c51bf11 by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00
mshtml: Move normalize from HTMLElement to HTMLDOMNode in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f2e6631d by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00
mshtml: Don't expose onpage from elements in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5a8a8ea5 by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00
mshtml: Don't expose expression methods from elements in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8e3f0281 by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00
mshtml: Don't expose some props from elements in IE10+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
09858bda by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00
mshtml: Don't expose some props from elements in IE11 mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
81a8e351 by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00
mshtml: Move HTMLTableDataCellElement prototype props to the HTMLTableCellElement prototype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5640260d by Gabriel Ivăncescu at 2024-11-28T16:46:28+01:00
mshtml: Add IHTMLDOMNode2 in every mode in node's init_dispex_info.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
6c0589b3 by Gabriel Ivăncescu at 2024-11-28T16:46:28+01:00
mshtml: Get rid of HTMLELEMENT_TIDS.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
25 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlanchor.c
- dlls/mshtml/htmlarea.c
- dlls/mshtml/htmlbody.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlframe.c
- dlls/mshtml/htmlgeneric.c
- dlls/mshtml/htmlhead.c
- dlls/mshtml/htmlimg.c
- dlls/mshtml/htmlinput.c
- dlls/mshtml/htmllink.c
- dlls/mshtml/htmlnode.c
- dlls/mshtml/htmlobject.c
- dlls/mshtml/htmlscript.c
- dlls/mshtml/htmlselect.c
- dlls/mshtml/htmlstyleelem.c
- dlls/mshtml/htmltable.c
- dlls/mshtml/htmltextarea.c
- dlls/mshtml/htmltextnode.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mshtml_private_iface.idl
- dlls/mshtml/svg.c
- dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21af74b633aaa4b67c80297307781…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21af74b633aaa4b67c80297307781…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1641cbe3 by Orin Varley at 2024-11-27T16:15:30+01:00
comctl32/tests: Add tests for a small number of items but big size to the combobox dropdown size tests.
To catch bugs like the one below.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57360
- - - - -
d551564f by Orin Varley at 2024-11-27T16:15:33+01:00
comctl32: Make CBS_NOINTEGRALHEIGHT only set minimum combobox height.
When the combobox height is to be set by the application (as the CBS_NOINTEGRALHEIGHT style is on),
and when a large size is specified but only a small number of items in the list, the height of the
combobox should be set by the number of items rather than the size specified to avoid empty lines.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57360
- - - - -
2 changed files:
- dlls/comctl32/combo.c
- dlls/comctl32/tests/combo.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b672813568347f729152efebfee4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b672813568347f729152efebfee4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
899158d5 by Rémi Bernon at 2024-11-27T16:14:27+01:00
winevulkan: Add missing wine_vkGetPhysicalDeviceSurfaceFormatsKHR manual wrapper.
Harmless as it was only used to implement 2.
- - - - -
7190cb4a by Rémi Bernon at 2024-11-27T16:14:35+01:00
win32u: Use PFN_* typedefs for vulkan function pointers.
- - - - -
8b32ec2e by Rémi Bernon at 2024-11-27T16:14:35+01:00
winevulkan: Get rid of the instance/device funcs structs.
- - - - -
484c6111 by Rémi Bernon at 2024-11-27T16:14:39+01:00
winevulkan: Generate ALL_VK_(DEVICE|INSTANCE)_FUNCS in wine/vulkan.h.
- - - - -
32f21f75 by Rémi Bernon at 2024-11-27T16:14:42+01:00
winevulkan: Move vulkan_client_object header to wine/vulkan_driver.h.
- - - - -
4d43673a by Rémi Bernon at 2024-11-27T16:14:43+01:00
winevulkan: Name wine_instance parameters and variables more consistently.
- - - - -
c586b770 by Rémi Bernon at 2024-11-27T16:14:43+01:00
winevulkan: Hoist physical device array and client instance handle.
- - - - -
1526b871 by Rémi Bernon at 2024-11-27T16:14:43+01:00
winevulkan: Introduce a new vulkan_instance base structure.
- - - - -
2f07398e by Rémi Bernon at 2024-11-27T16:14:46+01:00
winevulkan: Introduce a new vulkan_physical_device base structure.
- - - - -
12 changed files:
- dlls/win32u/d3dkmt.c
- dlls/win32u/ntuser_private.h
- dlls/win32u/vulkan.c
- dlls/winevulkan/loader.c
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan.c
- dlls/winevulkan/vulkan_loader.h
- dlls/winevulkan/vulkan_private.h
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/vulkan_thunks.h
- include/wine/vulkan.h
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dd68c045e7ef24094fe9015d9a03d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dd68c045e7ef24094fe9015d9a03d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e08ffccb by Vibhav Pant at 2024-11-26T23:13:53+01:00
winebth.sys: Add base winebth.sys driver.
- - - - -
a525fcfc by Vibhav Pant at 2024-11-26T23:21:31+01:00
winebth.sys: Add a basic unixlib stub using DBus.
- - - - -
25999f14 by Vibhav Pant at 2024-11-26T23:21:31+01:00
winebth.sys: Create radio PDOs from the list of org.bluez.Adapter1 objects on BlueZ.
Add a "bluetooth watcher", which builds a list of radio devices discovered from BlueZ and sends them to the
driver in the form of BLUETOOTH_WATCHER_RADIO_DEVICE_ADDED events. Initially, send a list of
org.bluez.Adapter1 objects discovered via GetManagedObjects.
- - - - -
00fc74ba by Vibhav Pant at 2024-11-26T23:21:31+01:00
winebth.sys: Derive a unique hardware ID for radio PDOs from their corresponding BlueZ object path.
- - - - -
dd68c045 by Vibhav Pant at 2024-11-26T23:21:31+01:00
winebth.sys: Register and enable BTHPORT_DEVICE and BLUETOOTH_RADIO interfaces for radio PDOs.
- - - - -
18 changed files:
- MAINTAINERS
- configure
- configure.ac
- + dlls/winebth.sys/Makefile.in
- + dlls/winebth.sys/dbus.c
- + dlls/winebth.sys/dbus.h
- + dlls/winebth.sys/unixlib.c
- + dlls/winebth.sys/unixlib.h
- + dlls/winebth.sys/unixlib_priv.h
- + dlls/winebth.sys/winebluetooth.c
- + dlls/winebth.sys/winebth.c
- + dlls/winebth.sys/winebth.inf
- + dlls/winebth.sys/winebth.rc
- + dlls/winebth.sys/winebth_priv.h
- include/Makefile.in
- + include/bthdef.h
- loader/wine.inf.in
- programs/wineboot/wineboot.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/33c16a812534802dd185541ec32ba…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/33c16a812534802dd185541ec32ba…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
16409569 by Feifan He at 2024-11-27T14:00:50+01:00
vkd3d-shader/msl: Implement VKD3DSIH_ITOF.
- - - - -
ffbade9e by Feifan He at 2024-11-27T14:00:50+01:00
vkd3d-shader/msl: Implement VKD3DSIH_FTOI.
- - - - -
9fd7f4f1 by Feifan He at 2024-11-27T14:00:51+01:00
vkd3d-shader/msl: Implement VKD3DSIH_UTOF.
- - - - -
a7ae6404 by Feifan He at 2024-11-27T14:00:51+01:00
vkd3d-shader/msl: Implement VKD3DSIH_FTOU.
- - - - -
778382cd by Feifan He at 2024-11-27T14:00:51+01:00
vkd3d-shader/msl: Implement VKD3DSIH_ROUND_PI.
- - - - -
9619582d by Feifan He at 2024-11-27T14:00:51+01:00
vkd3d-shader/msl: Implement VKD3DSIH_ROUND_Z.
- - - - -
14 changed files:
- libs/vkd3d-shader/msl.c
- tests/hlsl/asint.shader_test
- tests/hlsl/asuint.shader_test
- tests/hlsl/bool-cast.shader_test
- tests/hlsl/cast-to-float.shader_test
- tests/hlsl/cast-to-half.shader_test
- tests/hlsl/cast-to-int.shader_test
- tests/hlsl/cast-to-uint.shader_test
- tests/hlsl/ceil.shader_test
- tests/hlsl/d3dcolor-to-ubyte4.shader_test
- tests/hlsl/default-values.shader_test
- tests/hlsl/lerp.shader_test
- tests/hlsl/modf.shader_test
- tests/hlsl/trunc.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9e0c02a0eaae671f6ec3c5d6479f…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9e0c02a0eaae671f6ec3c5d6479f…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
9e0c02a0 by Giovanni Mascellani at 2024-11-27T13:59:39+01:00
vkd3d-shader/ir: Evaluate OUTCONTROLPOINT usage in the patch constant phase directly.
Instead of using DCL_INPUT.
The main goal here is to eventually get rid of the I/O
declaration instructions. A positive side effect is that we don't
add a useless barrier to shaders which have a DCL_INPUT instruction
in the patch constant phase but don't actually read OUTCONTROLPOINT
registers.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/9e0c02a0eaae671f6ec3c5d6479fd…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/9e0c02a0eaae671f6ec3c5d6479fd…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1cfe2356 by Giovanni Mascellani at 2024-11-27T13:57:09+01:00
vkd3d-shader/ir: Synthesize the default control point phase in the HS control point I/O normaliser.
This makes it available to all backends, without requiring an
ad-hoc solution for each of them. It also gets rid of an
undocumented flag we're currently passing to
DCL_CONTROL_POINT_PHASE.
- - - - -
2 changed files:
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/1cfe23569c6d5313fece18e0cd04b…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/1cfe23569c6d5313fece18e0cd04b…
You're receiving this email because of your account on gitlab.winehq.org.