On Sat Dec 30 18:30:26 2023 +0000, Dāvis Mosāns (davispuh) wrote:
> changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/4720/diffs?diff_id=91593&start_sha=7ed40b96224c3125f2ecbda44a47cf553e1cb82a#1104a825a741495a2a3c3093b4d85d95e4f8180f_4502_4494)
Fixed
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4720#note_56498
On Sat Dec 30 18:30:25 2023 +0000, Dāvis Mosāns (davispuh) wrote:
> changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/4720/diffs?diff_id=91593&start_sha=7ed40b96224c3125f2ecbda44a47cf553e1cb82a#1104a825a741495a2a3c3093b4d85d95e4f8180f_4427_4429)
Can't stand it, updated to it now.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4720#note_56497
Main window title was incorrect in a couple of cases:
- the value displayed when the .HLP file didn't contain nor
the main window caption nor the default help file title
was incorrect (they are different patterns used, but the
trigger was incorrect)
- some titles were cropped (because incorrectly stored in
main window caption - which is of fixed size)
Changes made:
- never generate a caption when none present on file, but
always fallback to the help file title in this case
- generate default titles when none are present on file
(title pattern depends on file version)
- in pattern displaying filename, only show the basename.
These changes give the same result for the main window's title
on all the .hlp files from my test database.
(except for some cases where 'Wine help' is used instead of
'help', but I didn't bother adding a new entry in string table).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4758
--
v12: tests: Mark count buffers as buggy on MoltenVK.
tests: Mark a timestamp query test as buggy on MoltenVK.
tests: Mark clip distance as unsupported on MoltenVK.
tests: Mark cull distance as buggy on MoltenVK.
tests: Mark unbounded descriptor ranges as buggy on MoltenVK.
tests: Mark loading from stencil as buggy on MoltenVK.
tests: Mark resource arrays as buggy on MoltenVK.
tests: Mark predicated rendering as buggy on MoltenVK.
tests: Mark streaming output as buggy on MoltenVK.
tests: Mark some sampling tests as buggy on MoltenVK.
vkd3d-shader/spirv: Specify behavior for bit field instructions.
tests: Use a uint target for rendering uint data.
vkd3d: Specify the aspect when creating NULL UAVs.
ci: Dump the d3d12 summary line in the CI log.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/531