Skip to content
Snippets Groups Projects
  1. Jul 24, 2018
  2. Jul 17, 2018
  3. Apr 05, 2018
  4. Mar 31, 2018
  5. Jan 21, 2018
  6. 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
  7. Dec 20, 2017
  8. Dec 08, 2017
  9. Dec 06, 2017
  10. Dec 05, 2017
  11. Nov 27, 2017
  12. Nov 22, 2017
  13. Nov 12, 2017
  14. Aug 04, 2017
  15. Aug 01, 2017
    • Viktor Odintsev's avatar
      client: remove X error traps · e0ce131a
      Viktor Odintsev authored
      Xfwm error handler will cover all errors itself, there is no
      necessity to use error traps for client.
      
      GDK X error traps were changed in GDK 3 so using these traps
      caused unwanted SIGTRAPs within GDK X error handler.
      e0ce131a
  16. Jul 07, 2017
  17. Jul 05, 2017
  18. Jul 03, 2017
Loading