Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-09 | Remove rootston | Drew DeVault | |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser | |
The documentation for wayland-server.h says: > Use of this header file is discouraged. Prefer including > wayland-server-core.h instead, which does not include the server protocol > header and as such only defines the library PI, excluding the deprecated API > below. Replacing wayland-server.h with wayland-server-core.h allows us to drop the WL_HIDE_DEPRECATED declaration. | |||
2018-09-18 | Implement pointer-constraints protocol in wlroots and rootston | Las | |
2018-07-29 | rootston: focus newly-created surfaces | Ilia Bozhinov | |
Whenever a new surface is created, we have to update the cursor focus, even if there's no input event. So, we generate one motion event, and reuse the code to update the proper cursor focus. We need to do this for all surface roles - toplevels, popups, subsurfaces. Fixes #1162 | |||
2018-04-22 | Implement output auto-selection in rootston | Drew DeVault | |
2018-02-12 | Reformat all #include directives | emersion | |
2018-02-12 | Remove wlr_backend.events.{output_remove,device_remove} | emersion | |
2017-11-22 | xwm: send selection data | Tony Crisci | |
2017-11-10 | rootston: fix multiseat focus | Tony Crisci | |
2017-11-08 | rootston: request set cursor | Tony Crisci | |
2017-11-08 | rootston: cleanup for multiseat | Tony Crisci | |
2017-11-07 | multiseat: somewhat working | Tony Crisci | |
2017-11-04 | move keyboard to seat | Tony Crisci | |
2017-11-02 | rootston: break up input.h | Tony Crisci | |
2017-11-01 | bugfix: dnd force cancel | Tony Crisci | |
2017-10-28 | Merge pull request #324 from acrisci/feature/keyboard-redesign | Drew DeVault | |
wlr-seat: keyboard redesign | |||
2017-10-27 | Merge pull request #344 from emersion/compositor-action-cursors | Drew DeVault | |
Set compositor cursor for move, resize and rotate | |||
2017-10-27 | Remove input.last_active_view | emersion | |
2017-10-27 | Move xcursor stuff into its own file | emersion | |
2017-10-24 | wlr-seat: keyboard redesign | Tony Crisci | |
2017-10-21 | rootston: remove mostly unused mapped icon param | Tony Crisci | |
2017-10-21 | Merge branch 'master' into feature/data-device-selection | Tony Crisci | |
2017-10-20 | Implement simple touch support for rootston | Drew DeVault | |
2017-10-17 | data-device: fix drag icon position | Tony Crisci | |
2017-10-17 | Merge branch 'master' into feature/data-device-selection | Tony Crisci | |
2017-10-15 | wlr-data-device: drag icons | Tony Crisci | |
2017-10-12 | Check pointer focused surface instead of view at cursor | emersion | |
2017-10-09 | Switch back to compositor cursor when switching from one view to another | emersion | |
2017-10-09 | Switch back to compositor cursor when leaving view | emersion | |
2017-10-08 | rootston: handle request_set_cursor | emersion | |
2017-10-08 | Activate new views | emersion | |
2017-10-07 | Merge branch 'master' into feature/xdg-popup | Tony Crisci | |
2017-10-06 | Add close command, add close for xwayland | emersion | |
2017-10-06 | rootston: handle grab end | Tony Crisci | |
2017-10-05 | Merge pull request #198 from emersion/rootston-move-resize-rotate | Drew DeVault | |
rootston: force move, resize and rotate | |||
2017-10-05 | Fix memory leaks | Versus Void | |
2017-10-03 | rootston: rotate views! | emersion | |
2017-10-03 | Use keysyms instead of keycodes | emersion | |
2017-10-03 | Add keyboard state to rootston | emersion | |
2017-10-01 | Add basic drawing tablet support to rootston | Drew DeVault | |
2017-09-30 | Partially fix resize offset | emersion | |
2017-09-30 | Add edges support, remove get_input_bounds | emersion | |
2017-09-30 | Add view_resize | emersion | |
2017-09-30 | React to xdg shell resize requests | emersion | |
2017-09-28 | DRY up focus and implement z ordering | Drew DeVault | |
2017-09-28 | Handle input device removal | Drew DeVault | |
2017-09-28 | Fix rootston keyboard, add Xwayland | Drew DeVault | |
2017-09-23 | Initial keyboard support in rootston | Drew DeVault | |
2017-09-23 | Implement wlr_cursor in rootston | Drew DeVault | |
2017-09-23 | Wire up pointer, start on cursor | Drew DeVault | |