Skip to content

Releases: flacjacket/pywlroots

v0.13.5

13 Jun 14:56
22c76bb
Compare
Choose a tag to compare
  • Expose input device properties

v0.13.4

11 Jun 00:58
c21272b
Compare
Choose a tag to compare
  • Add parent method to xdg-shell toplevels
  • Add wlr_data_control_v1 interface

v0.13.3

01 Jun 23:46
340839e
Compare
Choose a tag to compare
  • Add wlr_primary_selection_v1
  • Add str_or_none helper to better decode ffi char strings
  • Expose libinput handles
  • Fixes: Fix wlroots version and remove wl_shm_format enum

v0.13.2

28 May 02:31
289c1ec
Compare
Choose a tag to compare
  • Add subsurfaces

v0.13.1

23 May 19:25
4eed237
Compare
Choose a tag to compare
  • Add keyboard destroyed property
  • Add texture handling functionality
  • Add server decoration manager

v0.13.0

15 May 18:21
3a1d8e3
Compare
Choose a tag to compare

Changed versioning scheme
Releases will be versioned where the major and minor version of pywlroots will match the version of wlroots that is supported. The patch version of pywlroots will be incremented for various additions, changes, and bug fix versions to support the designated wlroots version.

  • Bug fix for set_custom_mode

v0.2.9

15 May 12:19
5b64eca
Compare
Choose a tag to compare
  • Add wlr output managment

v0.2.8

08 May 21:40
83bbad4
Compare
Choose a tag to compare

Add output damage tracking functionality.

v0.2.7

01 May 21:01
8189b00
Compare
Choose a tag to compare

Add some more wlroots interfaces and modify the API for creating Compositors and associated Backend and Renderer objects.

v0.2.6

25 Apr 05:13
c14116e
Compare
Choose a tag to compare

Add check to see if a surface is an XDG surface, and check it before returning the surface.