1. 25 Nov, 2022 2 commits
  2. 24 Nov, 2022 5 commits
  3. 23 Nov, 2022 1 commit
    • Rémi Bernon's avatar
      rpcss: Use I_Rpc(Free|Allocate) in MIDL_user_(allocate|free). · f810a575
      Rémi Bernon authored
      In ept_map, rpcss uses TowerConstruct to allocate tower array elements.
      
      The array is later released by the generated stub code, and each element
      is ultimately freed using MIDL_user_free.
      
      TowerConstruct always allocate memory using I_RpcAllocate, we must use
      I_RpcFree to free it.
      f810a575
  4. 22 Nov, 2022 1 commit
  5. 17 Nov, 2022 2 commits
    • Zhiyi Zhang's avatar
      explorer: Use a valid taskbar position when the taskbar is hidden. · 8459a527
      Zhiyi Zhang authored
      Some applications use FindWindowA() with class Shell_TrayWnd to find the taskbar window on Windows.
      Then GetWindowRect() is called to get the taskbar window rectangle. Finally, the taskbar window
      rectangle is subtracted from the primary screen rectangle to calculate the work area. Without a
      valid taskbar window position, these applications end up getting an incorrect work area and going
      down the wrong path. So use the same position and size as the host system panel for explorer taskbar
      when it's hidden.
      8459a527
    • Zhiyi Zhang's avatar
      explorer/tests: Add taskbar tests. · b6818e2c
      Zhiyi Zhang authored
      b6818e2c
  6. 14 Nov, 2022 2 commits
  7. 10 Nov, 2022 2 commits
  8. 08 Nov, 2022 1 commit
  9. 07 Nov, 2022 2 commits
  10. 04 Nov, 2022 2 commits
  11. 02 Nov, 2022 2 commits
    • Zhiyi Zhang's avatar
      winecfg: Adjust top-level window rectangles after theme changes. · 957dfccb
      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.
      957dfccb
    • Zhiyi Zhang's avatar
      winecfg: Use SM_CYSIZE to set and get caption height. · 982c9974
      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.
      982c9974
  12. 01 Nov, 2022 1 commit
  13. 26 Oct, 2022 1 commit
  14. 24 Oct, 2022 2 commits
  15. 20 Oct, 2022 1 commit
  16. 11 Oct, 2022 1 commit
  17. 10 Oct, 2022 2 commits
  18. 30 Sep, 2022 3 commits
  19. 23 Sep, 2022 1 commit
  20. 14 Sep, 2022 3 commits
  21. 13 Sep, 2022 1 commit
  22. 09 Sep, 2022 2 commits