Skip to content
Snippets Groups Projects
  1. Mar 31, 2018
  2. Mar 28, 2018
  3. Mar 23, 2018
  4. Mar 22, 2018
  5. Mar 19, 2018
  6. Mar 18, 2018
  7. Mar 08, 2018
  8. Mar 02, 2018
  9. Feb 28, 2018
  10. Feb 19, 2018
  11. Feb 17, 2018
  12. Feb 16, 2018
  13. Feb 12, 2018
  14. Jan 21, 2018
  15. Jan 19, 2018
    • Olivier Fourdan's avatar
      display: Fix warning in trace message · d4e5a90b
      Olivier Fourdan authored
      Would break --enable-debug=full as this induces -Werror.
      d4e5a90b
    • Olivier Fourdan's avatar
      main: keep xfwm4_error_quark private · 52631807
      Olivier Fourdan authored
      No need to have that public, so we can please the compiler.
      52631807
    • Adam Purkrt's avatar
      Fix to erratic unmaximization by dragging · 84b905b7
      Adam Purkrt authored and Olivier Fourdan's avatar Olivier Fourdan committed
      Bug: 11960
      
      This patch fixes the erratic behaviour when unmaximizing a window by
      dragging it from the absolute top.
      
      clientToggleMaximized is now called with each motion event if
      a window is maximized, hence it is always unmaximized before possibly
      toggling maximization again in clientTile further down.
      84b905b7
    • Olivier Fourdan's avatar
      screen: Use computed screen size instead of xlib · 480517d4
      Olivier Fourdan authored
      When the xrandr layout is changed, we recompute the screen size on the
      actual monitors size and layout.
      
      Use this computed value instead of the size reported by Xlib as it's not
      yet updated by the time we reconfigure our display. This is particularly
      bad when the compositor is enabled as the overlay window end up being of
      the wrong size.
      480517d4
  16. Jan 15, 2018
  17. Jan 13, 2018
  18. Jan 05, 2018
  19. Jan 01, 2018
  20. Dec 31, 2017
  21. Dec 30, 2017
  22. Dec 29, 2017
  23. Dec 27, 2017
  24. Dec 25, 2017
  25. Dec 24, 2017
Loading