Dominique Martinet
|
577d2f6fcd
|
wayland backend: switch to xdg shell
Closes #72 and #96.
|
7 years ago |
Calvin Lee
|
901c14c409
|
Prevent alloc errors from crashing in `list_t`
This commit changes the `list_t` api so that alloc errors can be
detected and worked around. Also fixes errors not found in 5cc7342
|
7 years ago |
Drew DeVault
|
d2e796edb7
|
Merge pull request #86 from nyorain/master
Fix style issues
|
7 years ago |
nyorain
|
d7dcbbc175
|
Add wayland backend cursor support
|
7 years ago |
nyorain
|
f998bb8299
|
Fix style issues
|
7 years ago |
Dominique Martinet
|
4bbf718e7d
|
impl->destroy cleanup:
- remove trivial destroy() function
- make sure we check impl and impl->destroy before calling
- always call free if not implemented
|
7 years ago |
Drew DeVault
|
41e735242d
|
Remove wlr_output_state, update backends
|
7 years ago |
Drew DeVault
|
81cd90297d
|
Refactor out wlr_backend_state from wl/multi
|
7 years ago |
Dominique Martinet
|
8427749dd0
|
wayland backend: emit signal for input/output removal
|
7 years ago |
Drew DeVault
|
4aaf76cb66
|
wlr_output_update_matrix during wl backend init
|
7 years ago |
Drew DeVault
|
97f6e9b69a
|
Remove excessive logging in wayland backend
|
8 years ago |
Drew DeVault
|
97213cc00e
|
Add new interfaces to wayland backend
|
8 years ago |
Drew DeVault
|
168f0955ab
|
Add wl_output globals for wlr_outputs
|
8 years ago |
Drew DeVault
|
f4453d104d
|
Reorganize wlr-common
|
8 years ago |
Drew DeVault
|
fd91244e83
|
Update everyone to use new headers
|
8 years ago |
Drew DeVault
|
c2d0090ad7
|
Support multiple wl backend outputs
|
8 years ago |
Drew DeVault
|
b2bf5b23b9
|
Implement output_transform for wl backend
|
8 years ago |
Drew DeVault
|
b9d36c8149
|
Add dynamic output resizing for Wayland backend
This allows outputs to:
- Not support modesetting
- Resize themselves
|
8 years ago |
Drew DeVault
|
c9d5a0b2fb
|
Clean up Wayland backend GL context and such
|
8 years ago |
nyorain
|
51f35e7af0
|
Cleanup some leaks/incorrect destructions
|
8 years ago |
nyorain
|
500e9184f1
|
Fix egl workaround; Test with weston
|
8 years ago |
nyorain
|
50ce35e9da
|
Implement wayland backend output
|
8 years ago |
nyorain
|
792d535225
|
Rework wayland backend output implementation
|
8 years ago |