To display and make changes to virtual desktop and monitors layout, which would be useful for virtual display settings or simply for the virtual desktop mode.
The applet could eventually be improved to show other display devices information, such as how devices are enumerated with other APIs, etc...
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6529
Currently shell32 only transfers the plain icon for `Shell_NotifyIcon` calls, ignoring balloon icons. This patch allows transferring both images to explorer.exe tray.
--
v15: shell32: Add support for balloon icon copying.
shell32: Introduce a new fill_icon_info helper.
shell32: Cleanup some local variable names.
shell32: Introduce a new get_bitmap_info helper.
shell32: Move icon related fields in notify_data into separate struct.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2875
Currently shell32 only transfers the plain icon for `Shell_NotifyIcon` calls, ignoring balloon icons. This patch allows transferring both images to explorer.exe tray.
--
v14: shell32: add support for balloon icon copying
https://gitlab.winehq.org/wine/wine/-/merge_requests/2875
--
v4: jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM.
mshtml: Return MSHTML_E_INVALID_PROPERTY when trying to construct a legacy
mshtml/tests: Add more host object related tests for IE9+ modes.
jscript: Use deferred fill-in if available to fill the exception info.
jscript: Use proper dispatch flags to retrieve the enumerator.
mshtml: Implement retrieving the builtin method props for the legacy
mshtml: Move formatting of the builtin func disp string to a helper.
mshtml: Use designated initializers for function_dispex.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6515
--
v3: jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM.
mshtml: Return MSHTML_E_INVALID_PROPERTY when trying to construct a legacy
mshtml/tests: Add more host object related tests for IE9+ modes.
jscript: Use deferred fill-in if available to fill the exception info.
jscript: Use proper dispatch flags to retrieve the enumerator.
mshtml: Implement retrieving the builtin method props for the legacy
mshtml: Move formatting of the builtin func disp string to a helper.
mshtml: Use designated initializers for function_dispex.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6515
--
v2: jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM.
mshtml: Return MSHTML_E_INVALID_PROPERTY when trying to construct a legacy
mshtml/tests: Add more host object related tests for IE9+ modes.
jscript: Use deferred fill-in if available to fill the exception info.
jscript: Use proper dispatch flags to retrieve the enumerator.
mshtml: Implement retrieving the builtin method props for the legacy
mshtml: Move formatting of the builtin func disp string to a helper.
mshtml: Use designated initializers for function_dispex.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6515
On Wed Sep 18 15:02:39 2024 +0000, Philipp Knechtges wrote:
> Is this a showstopper? Maybe to elaborate: I guess a CDT for the
> "standard" faces would be the way to go, and could reuse much of the
> code for PathGeometries. However, the Bezier and Arc patch handling
> probably would be still special, and as said a lot of work. Hence,
> copying is in my opinion a good first approximation.
I think it is, because it will produce incorrect rendering. First priority is to have it working correctly, then we can deal with possible duplication.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6492#note_82549