GitHub / Smithay/wayland-rs issues and pull requests
#824 - Update wayland core protocol to 1.24
Pull Request -
State: closed - Opened by ids1024 26 days ago
#823 - wayland: Update wayland.xml to 1.23.92
Pull Request -
State: closed - Opened by dcz-self 28 days ago
- 1 comment
#822 - wayland-sys: Fix CI
Pull Request -
State: closed - Opened by dcz-self 28 days ago
- 1 comment
#821 - protocols: Add experimental
Pull Request -
State: open - Opened by dcz-self 28 days ago
- 6 comments
#820 - wayland-server sends error on calling a method not supported by bound protocol version on sys, but not rs backend
Issue -
State: open - Opened by ids1024 about 1 month ago
Labels: type: bug
#819 - Guard unstable coverage flags behind independent cfg
Pull Request -
State: open - Opened by complexspaces about 1 month ago
#818 - Fix warnings from new `mismatched_lifetime_syntaxes` clippy lint
Pull Request -
State: closed - Opened by ids1024 about 2 months ago
#817 - protocols: Update to wayland-protocols 1.45
Pull Request -
State: closed - Opened by edfloreshz about 2 months ago
- 8 comments
#816 - fix typo in docs
Pull Request -
State: closed - Opened by neoapps-dev about 2 months ago
#815 - Expose libWayland wl_display_set_default_max_buffer_size function.
Pull Request -
State: open - Opened by KosmX 2 months ago
- 3 comments
#814 - Flakey test `protocol_errors::client_receive_generic_error`
Issue -
State: open - Opened by titaniumtraveler 2 months ago
- 1 comment
#813 - Fix nightly clippy lints
Pull Request -
State: closed - Opened by ids1024 2 months ago
#812 - backend/rs: enforce MAX_FDS_OUT limit
Pull Request -
State: closed - Opened by gergo-salyi 3 months ago
- 8 comments
#811 - chore: Release
Pull Request -
State: closed - Opened by ids1024 3 months ago
#810 - Revert "backend: hold the dispatch lock for send_request"
Pull Request -
State: closed - Opened by kchibisov 3 months ago
#809 - Upgrading to `wayland-backend` 0.3.9 causes winit application to freeze
Issue -
State: closed - Opened by hannobraun 3 months ago
- 3 comments
#808 - chore: Release
Pull Request -
State: closed - Opened by ids1024 3 months ago
#807 - protocols: Update to wayland-protocols 1.44
Pull Request -
State: closed - Opened by ids1024 3 months ago
#806 - wayland-backend: rust backend fails to limit the number of file descriptors sent with a single message to MAX_FDS_OUT = 28 causing problems
Issue -
State: closed - Opened by gergo-salyi 3 months ago
- 2 comments
#805 - Using some unstable protocols
Issue -
State: closed - Opened by samvv 3 months ago
- 3 comments
#804 - Update delegate_dispatch docs
Pull Request -
State: closed - Opened by dcz-self 4 months ago
#803 - protocols: Update to wayland-protocols 1.43
Pull Request -
State: closed - Opened by ids1024 4 months ago
#802 - backend/client_sys: add read_without_dispatch
Pull Request -
State: closed - Opened by kchibisov 4 months ago
- 1 comment
#801 - client/rs: Using destroyed object in argument still sends request to server, unlike on sys backend
Issue -
State: open - Opened by ids1024 4 months ago
Labels: type: bug
#800 - Can we rename a typo in a protocol?
Issue -
State: closed - Opened by chris-morgan 4 months ago
- 1 comment
#799 - BREAKING: use `Cow<'static, CStr>` for string argument
Pull Request -
State: open - Opened by CrazyboyQCD 4 months ago
- 9 comments
Labels: API break
#798 - protocols: Update to wayland-protocols 1.42
Pull Request -
State: closed - Opened by ids1024 4 months ago
#797 - backend: hold the dispatch lock for send_request
Pull Request -
State: closed - Opened by kchibisov 5 months ago
- 1 comment
#796 - License issue: wayland-protocols-misc is MIT but builds from LGPL source
Issue -
State: open - Opened by samcday 5 months ago
- 7 comments
#795 - Update `env_logger` dev depend
Pull Request -
State: open - Opened by ids1024 5 months ago
#794 - Update to `rustix` 1.0
Pull Request -
State: closed - Opened by ids1024 5 months ago
- 2 comments
#793 - WIP Don't use `WEnum` for bitflags
Pull Request -
State: open - Opened by ids1024 5 months ago
Labels: API break
#792 - WIP client: Add a `DestroyOnDrop` wrapper that calls destructor on `Drop`
Pull Request -
State: open - Opened by ids1024 5 months ago
- 2 comments
#791 - Don't use `WEnum` for bitflags?
Issue -
State: open - Opened by ids1024 5 months ago
Labels: API break
#790 - protocols-plasma: Update to `plasma-wayland-protocols` 1.16.0
Pull Request -
State: closed - Opened by ids1024 5 months ago
- 2 comments
#789 - Update to wayland-protocols 1.41
Pull Request -
State: closed - Opened by ids1024 5 months ago
#788 - wayland-protocols-plasma: update protocols
Issue -
State: closed - Opened by fnr1r 6 months ago
- 15 comments
#787 - Unclear how to find maximum protocol interface version supported by compositor
Issue -
State: closed - Opened by jjramsey 6 months ago
#786 - Unclear how to properly find version of a Wayland protocol interface
Issue -
State: closed - Opened by jjramsey 6 months ago
#785 - backend/sys: Fix import for `cargo test` without `client_system`
Pull Request -
State: closed - Opened by ids1024 6 months ago
#784 - wayland-scanner: Support `deprecated-since`
Pull Request -
State: open - Opened by bbb651 6 months ago
- 2 comments
#783 - backend: Add scoped-tls as a dev-dependency
Pull Request -
State: closed - Opened by jamessan 6 months ago
- 1 comment
#782 - wayland-backend test fails to build since #731
Issue -
State: closed - Opened by jamessan 6 months ago
#781 - chore: Release
Pull Request -
State: closed - Opened by ids1024 6 months ago
#780 - Update to wayland-protocols 1.40
Pull Request -
State: closed - Opened by ids1024 6 months ago
#779 - [Question] How can i impliment multi-threading?
Issue -
State: open - Opened by Zai-Kun 7 months ago
- 2 comments
#778 - Stabilize wayland-backend
Issue -
State: open - Opened by notgull 7 months ago
- 2 comments
#777 - Update downcast-rs to 2.0
Pull Request -
State: open - Opened by torokati44 7 months ago
- 2 comments
#776 - wayland-client: Make it so Dispatch doesn't have to be 'static
Issue -
State: open - Opened by notgull 7 months ago
- 2 comments
#774 - Update to wayland-protocols 1.39
Pull Request -
State: open - Opened by PolyMeilex 7 months ago
#773 - Remove a pointless allocation
Pull Request -
State: closed - Opened by SUPERCILEX 8 months ago
- 6 comments
#772 - backend/rs: delay client cleanup
Pull Request -
State: closed - Opened by cmeissl 8 months ago
- 1 comment
#771 - input-method-next
Pull Request -
State: open - Opened by rano-oss 8 months ago
#770 - Pull latest protocol changes from upstream
Issue -
State: closed - Opened by SUPERCILEX 8 months ago
- 3 comments
#769 - Fix docs typo in event_created_child
Pull Request -
State: closed - Opened by SUPERCILEX 8 months ago
- 1 comment
#768 - [wayland_client] Cannot get WlSurface from pointer (Arc downcasting)
Issue -
State: closed - Opened by ghost 8 months ago
- 1 comment
#767 - wayland-sys 0.31.5 panic in `build.rs`: `wayland-client` required by `wayland-sys` not found
Issue -
State: open - Opened by emilk 9 months ago
- 5 comments
#766 - Update `quick-xml` to 0.37
Pull Request -
State: closed - Opened by torokati44 9 months ago
- 3 comments
#765 - chore: Release
Pull Request -
State: closed - Opened by ids1024 9 months ago
- 1 comment
#764 - Making requests with `WEnum::Unknown`
Issue -
State: open - Opened by andriyDev 9 months ago
- 1 comment
Labels: API break
#763 - WIP backend/rs: Using `polling` instead of `kqueue`/`epoll`
Pull Request -
State: open - Opened by ids1024 10 months ago
#762 - Add a way to set queue name on creation
Issue -
State: open - Opened by kchibisov 10 months ago
#761 - protocols: Update `wayland-protocols` to 1.38
Pull Request -
State: closed - Opened by ids1024 10 months ago
#760 - Update wayland.xml to 1.23.1
Pull Request -
State: closed - Opened by PolyMeilex 11 months ago
#759 - Difference between Smithay/wayland-server and C libwayland wrt display lock file naming
Issue -
State: open - Opened by jonleivent 11 months ago
#758 - chore: Release
Pull Request -
State: closed - Opened by ids1024 11 months ago
#757 - Update wlr-protocols URL in README
Pull Request -
State: closed - Opened by hannesbraun 11 months ago
#756 - seemingly no way to take events from ZwpInputMethodContextV1?
Issue -
State: open - Opened by chayleaf 11 months ago
- 3 comments
#755 - Update wlr-protocols submodule
Pull Request -
State: closed - Opened by ids1024 12 months ago
- 1 comment
#754 - Bump wayland-protocols to 1.37
Pull Request -
State: closed - Opened by ids1024 12 months ago
- 1 comment
#753 - Read cursor file directly instead of first to Vec and then through xcursor
Issue -
State: open - Opened by psychon 12 months ago
#752 - Allow DOCTYPE in protocol definition
Pull Request -
State: closed - Opened by Nxllpointer 12 months ago
- 1 comment
#751 - Unable to compile my project for linux xorg using winit
Issue -
State: closed - Opened by mvvvv about 1 year ago
- 4 comments
#750 - backend/sys: associate imported proxy with correct event queue
Pull Request -
State: closed - Opened by cmeissl about 1 year ago
- 3 comments
#749 - Update `quick-xml` to 0.36
Pull Request -
State: closed - Opened by ids1024 about 1 year ago
- 3 comments
#748 - String arguments should be CString
Issue -
State: open - Opened by Supreeeme about 1 year ago
- 1 comment
#747 - Regression in foreign object management
Issue -
State: closed - Opened by chrisduerr about 1 year ago
- 1 comment
#746 - wayland-server: There is no way to bind to a passed socket FD
Issue -
State: open - Opened by Ferdi265 about 1 year ago
- 1 comment
#745 - Release for wayland-bakend fix, and add a `RELEASING.md` to document release process
Pull Request -
State: closed - Opened by ids1024 about 1 year ago
#744 - backend/rs: server: Fix potential deadlock on object destruction
Pull Request -
State: closed - Opened by Drakulix about 1 year ago
- 1 comment
#743 - Bump versions and update changelogs
Pull Request -
State: closed - Opened by ids1024 about 1 year ago
#742 - surface.attach(None, 0, 0) doesn't allow for a re-map of the layer surface.
Issue -
State: closed - Opened by laycookie about 1 year ago
- 3 comments
#741 - backend: delete dead clients from epoll
Pull Request -
State: closed - Opened by Drakulix about 1 year ago
- 1 comment
#740 - scanner: Update `quick-xml` to `v0.34`
Pull Request -
State: closed - Opened by torokati44 about 1 year ago
#739 - illumos is not supported
Issue -
State: open - Opened by notgull about 1 year ago
- 5 comments
#738 - backend: use distinct event queue for client sys
Pull Request -
State: closed - Opened by cmeissl about 1 year ago
- 1 comment
#737 - Attaching None to a surface influences surface configuration
Issue -
State: closed - Opened by laycookie about 1 year ago
- 3 comments
#736 - scanner: Update ˙quick-xml`
Pull Request -
State: closed - Opened by torokati44 about 1 year ago
- 1 comment
#735 - wayland-backend: Add getter for global name
Pull Request -
State: open - Opened by PolyMeilex about 1 year ago
- 13 comments
#734 - wayland-protocols 0.32 got published without protocols/
Issue -
State: closed - Opened by russelltg about 1 year ago
- 2 comments
#733 - Bump versions and update changelogs
Pull Request -
State: closed - Opened by ids1024 about 1 year ago
#732 - Updates for next release
Pull Request -
State: closed - Opened by ids1024 about 1 year ago
- 2 comments
#731 - Add method for importing external proxies
Pull Request -
State: closed - Opened by chrisduerr about 1 year ago
- 5 comments
#730 - Backend+client API to take control of proxies
Issue -
State: closed - Opened by elinorbgr about 1 year ago
- 3 comments
#729 - Feature to avoid usage of `memfd_create`
Issue -
State: open - Opened by jleibs about 1 year ago
- 3 comments
#728 - Apparent misuse of scoped-tls, only appearing on a Raspberry Pi
Issue -
State: closed - Opened by KnorrFG about 1 year ago
- 19 comments
#727 - backend: Add `destroy_object` method
Pull Request -
State: open - Opened by ids1024 about 1 year ago
#726 - `wl_fixes` protocol
Pull Request -
State: open - Opened by ids1024 about 1 year ago
- 4 comments
#725 - protocols: Mention breaking API change
Pull Request -
State: open - Opened by ids1024 about 1 year ago
#724 - Unable to copy to buffer using ZwlrScreencopyFrameV1
Issue -
State: closed - Opened by laycookie about 1 year ago
- 1 comment