- Update tempfile dependency
- Fix buttons colors
- Drop image dependency
- Bugfix: decorations were drawn even when disabled or fullscreen
- Rework of the whole decoration implementation
- Add buttons for minimize/maximize/close
- Update to wayland-rs 0.12
- Rework API to not store a state value
- Update to wayland-client-0.11
- Update to wayland-client-0.10 new API
- Improve
xdg_shell
support for configure events (breaking change ofHandler
API) - Add
set_min_size
andset_max_size
methods
Add xdg_shell
support (thanks to @mitchmindtree)
Migrate repo to smithay org.
0.5.1 should have been 0.6.0
wayland-window is compatible with wayland-client-0.9.x
Upgrate wayland-client dependency
Upgrade byteorder dependency
- Bugfix suface damaging on wl-surfaces of version <= 3 (kudos to @emilio for finding the bug, details on Smithay/wayland-rs#75 )
- Better handling of cursor theming
- Ability to diable decorations & go fullscreen
DecoratedSurface is now Send and require a Send handler.
Update to wayland-client-0.7
Update to wayland-client-0.6
Update dependencies.
set_title
for decorated surfacesset_class
for decorated surfacesadd_borders
free helper function
Update to wayland-client 0.5.
Update the lib to new wayland-client API.