1. 07 Jul, 2020 1 commit
  2. 01 Jul, 2020 2 commits
  3. 18 Jun, 2020 2 commits
  4. 17 Jun, 2020 1 commit
  5. 15 Jun, 2020 1 commit
  6. 12 Jun, 2020 1 commit
  7. 11 Jun, 2020 1 commit
  8. 10 Jun, 2020 1 commit
  9. 09 Jun, 2020 1 commit
  10. 01 Jun, 2020 1 commit
  11. 28 May, 2020 2 commits
  12. 27 May, 2020 3 commits
  13. 20 May, 2020 2 commits
  14. 14 May, 2020 1 commit
  15. 12 May, 2020 2 commits
  16. 07 May, 2020 1 commit
    • Zhiyi Zhang's avatar
      winex11.drv: Update _NET_WM_STATE before resizing windows. · c69bb034
      Zhiyi Zhang authored
      According to the Extended Window Manager Hints (EWMH) spec 1.3 regarding
      _NET_WM_STATE_FULLSCREEN, "the Window Manager is responsible for
      restoring the original geometry after a switch from fullscreen back to
      normal window.", which means that removing _NET_WM_STATE_FULLSCREEN from
      a window may cause the window to receive a ConfigureNotify event to
      restore the window size, thus causing a application resize action to be
      overwritten by the window managers.
      
      Fix a game called Mugsters becomes maximized after exiting full screen.
      Signed-off-by: 's avatarZhiyi Zhang <zzhang@codeweavers.com>
      Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
      c69bb034
  17. 23 Apr, 2020 1 commit
  18. 22 Apr, 2020 1 commit
  19. 20 Apr, 2020 2 commits
  20. 17 Apr, 2020 1 commit
    • Francois Gouget's avatar
      winex11: Set res_class to the program name for Crostini. · 6eb05dab
      Francois Gouget authored
      GNOME implements the startup notification protocol correctly which
      means it checks StartupWMClass against both WM name (res_name) and
      WM class (res_class). Thus it does not need this patch.
      The situation is different for desktop environments that thunk to
      Wayland such as Crostini. Wayland does not have separate concepts
      that WM name and WM class can be mapped to. So Crostini decided to
      only use res_class resulting in it trying to match 'Wine' to the
      program name stored in StartupWMClass.
      While Crostini's choice is unfortunate for Wine, most other
      applications (e.g. all GTK applications) already store the same value
      in both WM name and class. So in the interest of compatiblity it makes
      sense for Wine to do the same.
      Signed-off-by: 's avatarFrancois Gouget <fgouget@codeweavers.com>
      Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
      6eb05dab
  21. 07 Apr, 2020 2 commits
  22. 03 Apr, 2020 1 commit
  23. 31 Mar, 2020 1 commit
  24. 23 Mar, 2020 1 commit
  25. 10 Feb, 2020 2 commits
  26. 15 Jan, 2020 1 commit
  27. 26 Dec, 2019 2 commits
  28. 19 Dec, 2019 1 commit
  29. 11 Dec, 2019 1 commit