Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Batteries Not Included

Compare
Choose a tag to compare
@rburchell rburchell released this 10 Oct 19:26
· 26 commits to master since this release

You're still using this? You're awesome.

  • OpenGL context support has been improved under Wayland (thanks to @special)
  • The README was prettied up (thanks to @linkmauve)
  • QScreen geometry is now correctly returned under Wayland, working around bgo#788497, which subsequently means a lot less things will be incorrectly positioned or sized (thanks to @rburchell)
  • We no longer return an X11 display handle when requested unless we're running under X11 (thanks to @rburchell for removing the self-perpetrated insanity)
  • We now have initial support for native gestures. This means working (and native-feeling) trackpad gesture support driven by gtk+. (thanks to @rburchell)