wine/dlls/uxtheme
Zhiyi Zhang 7bc708df35 uxtheme: Do not resize source image even if destination is smaller than sizing margins.
This partially reverts 2b650fa, which resizes source image if destination is smaller than its sizing
margins. Resizing the source image may result in the destination image missing some edges because
of StretchBlt() calls. Same StretchBlt() calls also produce similar results on Windows. So it seems
that Windows don't resize the source image and only resize the margins to try to keep the edges
crisp.

Fix scroll bar thumb missing edges when it's too small.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-25 09:28:06 +01:00
..
tests comctl32/static: Enable parent dialog tab texture. 2022-01-24 10:18:39 +01:00
buffer.c
dialog.c uxtheme: Hook DefDlgProc() for dialog theming. 2022-01-24 10:18:31 +01:00
draw.c uxtheme: Do not resize source image even if destination is smaller than sizing margins. 2022-01-25 09:28:06 +01:00
main.c
Makefile.in uxtheme: Hook DefDlgProc() for dialog theming. 2022-01-24 10:18:31 +01:00
metric.c uxtheme: Implement GetThemeTransitionDuration(). 2021-11-02 17:09:39 +01:00
msstyles.c uxtheme: Use vssym32.h instead of tmschema.h. 2021-11-02 17:09:39 +01:00
msstyles.h
property.c uxtheme: Use vssym32.h instead of tmschema.h. 2021-11-02 17:09:39 +01:00
scrollbar.c
stylemap.c uxtheme: Support more progress bar parts. 2021-11-17 15:31:21 +01:00
system.c uxtheme: Hook DefDlgProc() for dialog theming. 2022-01-24 10:18:31 +01:00
uxini.c
uxtheme.manifest
uxtheme.spec
uxthemedll.h uxtheme: Hook DefDlgProc() for dialog theming. 2022-01-24 10:18:31 +01:00
version.rc