Skip to content
Snippets Groups Projects
  1. Jun 01, 2017
    • Olivier Fourdan's avatar
      screen: Fix broken monitor index · 0c7bc537
      Olivier Fourdan authored
      Bug: 13608
      
      Commit 58955779 (Use ximerama indices for _NET_WM_FULLSCREEN_MONITORS)
      introduced a regression because the monitor index was wrongly compared
      against the total number of monitors, which would falsely assume that
      the Xrandr query failed whereas it actually worked.
      
      Fix the false comparison and also use the screen size as fallback values
      in case the Xrandr really failed so that we don't end up using random
      uninitialized values.
      0c7bc537
  2. May 28, 2017
  3. May 23, 2017
  4. May 15, 2017
  5. Apr 13, 2017
  6. Mar 21, 2017
  7. Mar 20, 2017
  8. Mar 16, 2017
  9. Mar 08, 2017
  10. Mar 07, 2017
    • Olivier Fourdan's avatar
      moveresize: Cancel move/resize if client is gone · 5155c86c
      Olivier Fourdan authored
      Bug: 13344
      
      If a window is unmapped while the user is moving or resizing it, we
      would cancel the move but swallow the event, which would leave the
      window frame on screen as the main event handle would not get the
      unmap notify.
      
      Mark the client as gone when detected in the move/resize event loop,
      let the event get through to the main event handler that will free the
      client and shortcut the move/resize operation if the client is marked
      as gone.
      5155c86c
  11. Mar 06, 2017
    • Olivier Fourdan's avatar
      netwm: Make docks and spash screens appear focused · 0feb29e7
      Olivier Fourdan authored
      The panel is a dock window, and may appear differently as it is not
      focused by default by the window manager.
      
      Set the NET_WM_STATE_FOCUSED property on windows of type dock or
      spashscreen so that they don't get the state GTK_STATE_FLAG_BACKDROP set
      by default.
      0feb29e7
  12. Mar 04, 2017
  13. Feb 26, 2017
  14. Feb 21, 2017
  15. Feb 15, 2017
  16. Feb 14, 2017
  17. Feb 02, 2017
  18. Jan 23, 2017
  19. Jan 21, 2017
  20. Jan 20, 2017
  21. Jan 19, 2017
  22. Jan 17, 2017
  23. Jan 16, 2017
  24. Jan 14, 2017
  25. Dec 12, 2016
Loading