Skip to content
Snippets Groups Projects
  1. Apr 19, 2019
  2. Apr 16, 2019
  3. Apr 15, 2019
    • Olivier Fourdan's avatar
      compositor: Fix XError with window preview · 4700670a
      Olivier Fourdan authored
      Bug: 14990
      
      When a window is iconified, the compositor would keep a copy of its
      picture for the window preview in the tabwin.
      
      However, it would still release the picture, and a further XError would
      occur when trying to use it.
      4700670a
    • Olivier Fourdan's avatar
      focus: Raise on activate only with raise-on-focus · 7431908b
      Olivier Fourdan authored
      Bug: 14656
      
      Commit 3877bf45 ("stacking: Raise on focus to activate") caused a
      regression with raise-on-focus disabled as it would always raise
      regardless of the actual value of the setting.
      
      Raise window on activate only when "raise-on-focus" is enabled.
      7431908b
  4. Apr 14, 2019
  5. Mar 16, 2019
  6. Feb 08, 2019
  7. Feb 06, 2019
  8. Jan 17, 2019
  9. Jan 10, 2019
    • Olivier Fourdan's avatar
      events: ignore client configure requests when maxized · 3751c2c7
      Olivier Fourdan authored
      
      Bug: 13954
      
      Some clients tend to send us a configure request when transitioning to
      maximized, which introduces a race condition because the window manager
      will remove the maximized flag when the client resizes itself, now that
      we allow for that since commit aee8b25a.
      
      Ignore the configure request from the client when maximized or
      fullscreen to work around such behavior from the client.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      3751c2c7
  10. Jan 09, 2019
  11. Jan 01, 2019
  12. Dec 14, 2018
  13. Dec 12, 2018
    • Alistair Buxton's avatar
      Add back the glXWaitGL to compositor sync code · f75652eb
      Alistair Buxton authored and Olivier Fourdan's avatar Olivier Fourdan committed
      In d6e7fbc4 the glXWaitX/glXWaitGL synchronization around compositor
      texture upload was replaced by an XSync fence. This causes extreme
      flickering on nvidia. My current understanding is that the fence code
      is equivalent to glXWaitX, so the other half of the synchronization
      is not handled. This patch restores glXWaitGL to deal with that.
      
      Note that if my understanding is correct then this patch will
      behave exactly the same as reverting d6e7fbc4. This means the
      problems d6e7fbc4 intended to fix will come back.
      
      Note (bis), I do not see any regression with intel/modesettings so I
      reckon it's fine to land -- (ofourdan)
      f75652eb
  14. Dec 11, 2018
  15. Dec 09, 2018
  16. Dec 07, 2018
  17. Dec 03, 2018
  18. Nov 19, 2018
  19. Nov 17, 2018
  20. Nov 09, 2018
  21. Nov 05, 2018
  22. Oct 22, 2018
  23. Oct 03, 2018
  24. Oct 01, 2018
  25. Sep 26, 2018
  26. Sep 20, 2018
  27. Sep 14, 2018
Loading