--
v5: setupapi: Support in-built properties in SetupDiGetDevicePropertyW and CM_Get_DevNode_Property_ExW.
ntoskrnl.exe/tests: Add tests for built-in properties for PnP device instances.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8515
--
v4: setupapi: Support in-built properties in SetupDiGetDevicePropertyW and CM_Get_DevNode_Property_ExW.
ntoskrnl.exe/tests: Add tests for built-in properties for PnP device instances.
setupapi/tests: Add tests for inbuilt device properties.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8515
--
v3: setupapi: Support in-built properties in SetupDiGetDevicePropertyW and CM_Get_DevNode_Property_ExW.
ntoskrnl.exe/tests: Add tests for built-in properties for PnP device instances.
setupapi/tests: Add tests for inbuilt device properties.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8515
Currently the treeview items do not change selection when back or forward buttons are clicked. The DoSync function also needed to be changed because the paths to the htm files in the .chm don't line up with the path to the .chm, especially if the .chm is not in the same path as hh.exe.
--
v4: hhctrl.ocx: Selection of treeview items in the content tab should reflect web browser page.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8526
Currently the treeview items do not change selection when back or forward buttons are clicked. The DoSync function also needed to be changed because the paths to the htm files in the .chm don't line up with the path to the .chm, especially if the .chm is not in the same path as hh.exe.
--
v3: hhctrl.ocx: Selection of treeview items in the content tab should reflect web browser page.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8526
Currently the treeview items do not change selection when back or forward buttons are clicked. The DoSync function also needed to be changed because the paths to the htm files in the .chm don't line up with the path to the .chm, especially if the .chm is not in the same path as hh.exe.
--
v2: hhctrl.ocx: Selection of treeview items in the content tab should reflect web browser page.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8526
The test now consistently fails, probably since the docker image update, with x264enc failing to allocate memory. The failure seem to happen only if some tests are run before it, but that seem to come from memory fragmentation rather than leaks. Except for the leaks fixed here, I couldn't find any other through Valgrind or GStreamer leak checkers.
--
v3: mf/tests: Skip memory-hungry H264 encoder tests on 32bit.
mf/tests: Avoid leaking D3D resources through IMFTrackedSample.
mf/tests: Fix some leaks in transform tests.
winegstreamer: Fix some video decoder media type leaks.
mp3dmod: Avoid uninitialized variable access.
mp3dmod: Fix some media type leaks.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8527