- 03 Nov, 2022 32 commits
-
-
Nikolay Sivov authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53676Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Jacek Caban authored
-
Jacek Caban authored
Instead of using pre-calculated heuristics.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
wuliande authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Brendan Shanks authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Georg Lehmann authored
-
Georg Lehmann authored
-
Alex Henrie authored
Needed to compile Tera Term.
-
Alex Henrie authored
-
Alex Henrie authored
Needed to compile Tera Term.
-
Alex Henrie authored
-
Alex Henrie authored
Needed to compile Tera Term.
-
Alex Henrie authored
-
Rémi Bernon authored
-
Rémi Bernon authored
As a fallback if ChangeDisplaySettings returns E_NOTIMPL.
-
Rémi Bernon authored
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 02 Nov, 2022 8 commits
-
-
Alex Henrie authored
Needed to compile Tera Term.
-
Zhiyi Zhang authored
Manual tests show that calling EnableTheming() in uxtheme.dll doesn't update window sizes. So it seems more appropriate to do it in winecfg.exe.
-
Zhiyi Zhang authored
After applying a theme with CaptionBarHeight set, caption height from SPI_GETNONCLIENTMETRICS is set to the specified size. However in refresh_sysparams(), the caption height is refreshed and the value from SM_CXSIZE is used and ends up overwriting the theme specified caption height. SM_CYSIZE is the correct index instead of SM_CXSIZE. You may need to turn a theme off and on for the correct caption height to take effect after the fix.
-
Stefan Dösinger authored
_STRUCT_X86_THREAD_FULL_STATE64 exists, but _STRUCT_MCONTEXT64_FULL and _STRUCT_MCONTEXT_AVX64_FULL do not.
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53666
-
Rémi Bernon authored
-
Rémi Bernon authored
Fixing spurious tests failures on the testbot.
-
Zhiyi Zhang authored
Fix an uninitialized variable warning with GCC 12.
-