Skip to content

Releases: flacjacket/pywlroots

v0.15.5

02 Feb 04:27
9ade0de
Compare
Choose a tag to compare

Added support for output power management protocol

v0.15.4

31 Jan 02:20
8e7d71e
Compare
Choose a tag to compare

Add header files to be included in package for use in downstream CFFI packages.

v0.15.3

21 Jan 23:20
37050f0
Compare
Choose a tag to compare

Add destroy method to XWayland

v0.15.2

21 Jan 19:57
6e31b88
Compare
Choose a tag to compare

Add XWayland support functionality.

v0.15.1

16 Jan 23:28
f4178b5
Compare
Choose a tag to compare

Fixes problem with annotations

v0.15.0

11 Jan 18:42
fd062da
Compare
Choose a tag to compare

Support wlroots 0.15

The latest release of wlroots brings with it a new scene graph API as well as changes to the backend and renderer interfaces, all of which should make it much easier to do proper handling of rendering and damage tracking, as well as simplify some of the handling that was needed for showing windows in the outputs. There are also minor changes to the handling of boxes, surfaces, and other wlroots primitives. The basic tiny compositor is updated with some of this functionality, but expect further pywlroots releases to make use of all the wlroots 0.15 features

Additional breaking changes:

  • Python 3.6 has hit EOL, so this version is no longer supported.

v0.14.12

10 Jan 19:18
389f3af
Compare
Choose a tag to compare
  • Handle invalid UTF-8 string members

v0.14.11

20 Nov 03:43
d6a3a8e
Compare
Choose a tag to compare

Fix packaging and installation issue.

v0.14.10

14 Nov 15:35
c0f7fa4
Compare
Choose a tag to compare
  • Add some handlers for wlr_foreign_toplevel_management_v1

v0.14.9

20 Oct 02:49
3413f5d
Compare
Choose a tag to compare
  • Add some touch event handling to the seat