Releases: flacjacket/pywlroots
Releases · flacjacket/pywlroots
v0.13.5
- Expose input device properties
v0.13.4
- Add parent method to xdg-shell toplevels
- Add wlr_data_control_v1 interface
v0.13.3
- 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
- Add subsurfaces
v0.13.1
- Add keyboard destroyed property
- Add texture handling functionality
- Add server decoration manager
v0.13.0
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
- Add wlr output managment
v0.2.8
Add output damage tracking functionality.
v0.2.7
Add some more wlroots interfaces and modify the API for creating Compositors and associated Backend and Renderer objects.
v0.2.6
Add check to see if a surface is an XDG surface, and check it before returning the surface.