Skip to content

Tags: neurlang/wayland

Tags

v0.4.3

Toggle v0.4.3's commit message
Dark theme support

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #25 from unxed/missing_xkbcommon_fix

Avoid panics when libxkbcommon is missing

v0.4.1

Toggle v0.4.1's commit message
Doc changes

v0.4.0

Toggle v0.4.0's commit message
Multi OS Readme Showcase

v0.3.0

Toggle v0.3.0's commit message
Feat (stable): Add linux-dmabuf-v1 protocol bindings and documentation

- Add linux-dmabuf-v1 protocol XML specification and generated Go bindings
- Create types.go with type aliases and Buffer wrapper for DMA-BUF compatibility
- Add comprehensive IMPLEMENTATION_NOTES.md documenting protocol structure and usage patterns
- Add README.md with protocol overview and integration examples
- Create example_test.go demonstrating both direct import and dynamic loading methods
- Add stable.go with GetNewFunc for dynamic protocol loading support
- Implement Buffer wrapper to maintain interface compatibility with wl.Buffer
- Support both direct import and registry-based binding patterns for stable protocols
- Follow established patterns from unstable protocol implementations for consistency

v0.2.3

Toggle v0.2.3's commit message
Gofmt all go files

v0.2.2

Toggle v0.2.2's commit message
Bind seat in shm demo, run forever in shm demo

v0.2.1

Toggle v0.2.1's commit message
fixd docker compose, works in normal user and in sudo -E on linux

v0.2.0

Toggle v0.2.0's commit message
Window trace

v0.1.36

Toggle v0.1.36's commit message
fix crash on different libdecor