Age | Commit message (Collapse) | Author |
|
|
|
readme: add basic running doc
|
|
|
|
|
|
Refactor rootston keyboard
|
|
* Ensure keysyms state is always updated
* Check if pressed keysyms are exactly the binding keysyms
* Do not include modifiers in list of keysyms, these are special cases
|
|
|
|
|
|
Fix a bunch of mistakes detected with scan-build
|
|
Terminate on parent compositor exit
|
|
|
|
|
|
|
|
Call wl_output_send_done when current mode is updated
|
|
|
|
Fix popups position for rotated views
|
|
|
|
|
|
|
|
|
|
Scale cursors on scaled outputs
|
|
|
|
|
|
|
|
|
|
rootston: set keyboard for seat on keyboard add
|
|
|
|
Fix rotated views on HiDPI outputs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add wlr_output.serial
|
|
|
|
roots_xcursor_theme loads multiple wlr_xcursor_theme at different scales.
|
|
|
|
Refactor: cleanup config
|
|
|
|
|
|
Fix unused-result error while building with PKGBUILD
|
|
|
|
|
|
|
|
|
|
multiseat
|
|
|
|
Fix resize issues with some xdg-shell apps.
|
|
Also renames view_get_size to view_get_box to be more consistent with wlroots API and make it more obvious that x,y are set (while in roots_view.get_size this isn't the case).
Fixes #407
|