1. 09 Feb, 2017 1 commit
  2. 28 Sep, 2016 1 commit
  3. 27 Sep, 2016 4 commits
  4. 26 Sep, 2016 2 commits
  5. 22 Sep, 2016 1 commit
  6. 21 Sep, 2016 1 commit
  7. 25 Aug, 2016 1 commit
    • Akihiro Sagawa's avatar
      winex11: Return more reliable value from X11DRV_MsgWaitForMultipleObjects. · ce7a98e9
      Akihiro Sagawa authored
      After processing several X events, X11DRV_MsgWaitForMultipleObjects always
      tells us that a new message is available. This is not true for some cases.
      
      For instance, when we call DestroyWindow, the X queues DestroyEvent. Then,
      X11DRV_MsgWaitForMultipleObjects handles the event only; none is posted or
      sent as hwnd for destroyed window is unavailable. However, the function
      states "new message is available" by returning count - 1 value.
      
      This is an issue for CoWaitForMultipleHandles because it expects a new
      message in the queue and consumes the message.
      Signed-off-by: 's avatarAkihiro Sagawa <sagawa.aki@gmail.com>
      Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
      ce7a98e9
  8. 16 Jun, 2016 1 commit
  9. 14 Mar, 2016 1 commit
  10. 13 Oct, 2015 1 commit
  11. 02 Jul, 2015 1 commit
    • Vincent Povirk's avatar
      winex11.drv: Track external changes to _NET_WM_STATE in net_wm_state. · 3d8353fe
      Vincent Povirk authored
      In some cases, WM's will modify the _NET_WM_STATE of our own windows.
      Most notably, this can happen when the WM maximizes our window, but
      mutter has been known to alter the fullscreen state as well. If we
      want to reconfigure our window later, we'll probably have to remove
      these states, which means we need to remember that they were set.
      3d8353fe
  12. 03 Jun, 2015 1 commit
  13. 16 Mar, 2015 1 commit
  14. 03 Mar, 2015 1 commit
  15. 05 Jan, 2015 1 commit
  16. 12 Jun, 2014 1 commit
  17. 01 Apr, 2014 1 commit
  18. 29 Nov, 2013 1 commit
  19. 16 Oct, 2013 1 commit
  20. 14 Oct, 2013 3 commits
  21. 23 Jan, 2013 1 commit
  22. 02 Jan, 2013 1 commit
  23. 03 Dec, 2012 1 commit
  24. 05 Nov, 2012 1 commit
  25. 29 Oct, 2012 1 commit
  26. 25 Oct, 2012 1 commit
  27. 10 Oct, 2012 2 commits
  28. 03 Oct, 2012 1 commit
  29. 02 Oct, 2012 5 commits