1. 20 Sep, 2021 1 commit
  2. 17 Sep, 2021 1 commit
  3. 08 Sep, 2021 1 commit
  4. 07 Sep, 2021 4 commits
  5. 01 Sep, 2021 1 commit
  6. 18 Aug, 2021 1 commit
  7. 02 Jul, 2021 1 commit
    • Zhiyi Zhang's avatar
      winecfg: Don't convert font height to points when saving system font metrics. · 5cebefc2
      Zhiyi Zhang authored
      Fix tooltip font size becomes smaller after clicking the apply button in Desktop Integration tab.
      For example, the original non-client area tooltip font lfHeight is -11. 11 pixels is 8 points in 96
      DPI. Setting font size to 8 points to SPI_SETNONCLIENTMETRICS will make SPI_GETNONCLIENTMETRICS
      report lfHeight as 8. With lfHeight being 8, CreateFontIndirectW() creates a smaller font. This
      behavior is added by 5b8fdb97. I assume the intention was to save font size in a DPI-independent way.
      However, when lfHeight is negative, lfHeight will still be scaled back to 96 DPI before saving it to
      registry and scaled to system DPI when it's read from registry. So I think converting to points is
      unnecessary.
      Signed-off-by: 's avatarZhiyi Zhang <zzhang@codeweavers.com>
      Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
      5cebefc2
  8. 22 Jun, 2021 1 commit
  9. 26 Apr, 2021 1 commit
  10. 16 Apr, 2021 1 commit
  11. 23 Mar, 2021 1 commit
  12. 22 Mar, 2021 1 commit
  13. 28 Sep, 2020 1 commit
  14. 08 Sep, 2020 1 commit
  15. 02 Sep, 2020 2 commits
  16. 20 Apr, 2020 2 commits
  17. 17 Apr, 2020 4 commits
  18. 09 Apr, 2020 1 commit
  19. 24 Feb, 2020 1 commit
  20. 14 Jan, 2020 1 commit
  21. 10 Dec, 2019 1 commit
  22. 16 May, 2019 1 commit
  23. 18 Apr, 2019 2 commits
  24. 26 Mar, 2019 1 commit
  25. 12 Mar, 2019 1 commit
  26. 27 Nov, 2018 1 commit
  27. 29 Oct, 2018 1 commit
  28. 07 Sep, 2018 1 commit
  29. 29 Aug, 2018 1 commit
  30. 17 Aug, 2018 1 commit
  31. 16 Aug, 2018 1 commit