Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-28 | rootston: fix compilation without XWayland support | Patrick Steinhardt | |
In case wlroots is not being compiled with XWayland support, we will not have an xwayland surface in our roots view. While we make sure to pay attention to that in some places, we are not being consistent and try to access the xwayland surface in other places. Obviously, this leads to a compiler error due to the field not being present. Fix the issue by sprinkling in a few additional ifdefs where required. | |||
2018-01-23 | fix decorations on wayland backend | Tony Crisci | |
2018-01-21 | Merge branch 'master' into decorations | Tony Crisci | |
2018-01-17 | dont use pointer for modifiers | Tony Crisci | |
2018-01-17 | Merge branch 'master' into modifier-fixes | Tony Crisci | |
2018-01-17 | rootston: hide cursor if seat has no pointer | emersion | |
2018-01-16 | basic decorations | Tony Crisci | |
2018-01-16 | rootston: set real seat capabilities | emersion | |
2018-01-10 | Include idle protocol in rootston | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2018-01-06 | keyboard grab enter with modifiers | Tony Crisci | |
2017-12-29 | roots_seat_destroy: also destroy seat in public function | Dominique Martinet | |
Rework the functions a bit so that the handler does the bulk of the work except for destroying the seat itself, and the main public function just explicitely calls the handler and destroys the seat | |||
2017-12-29 | rootston seat: implement part of roots_seat_destroy | Dominique Martinet | |
... and have it listen to seat destroy notifier | |||
2017-12-27 | config: Avoid clash with other config-headers | Björn Esser | |
2017-12-26 | config: Put all defines into config.h | Björn Esser | |
2017-12-15 | Introduce fractional scaling | emersion | |
2017-12-11 | Set default cursor image in rootston | emersion | |
2017-12-09 | rootston xcursor fixes | Tony Crisci | |
2017-12-08 | move get_resize_name to xcursor | Tony Crisci | |
2017-12-08 | bring edges into wlr | Tony Crisci | |
2017-11-19 | Improve roots_seat_cycle_focus | emersion | |
2017-11-19 | Raise the view on the desktop even if already focused in the seat | emersion | |
2017-11-19 | Add roots_seat_cycle_focus | emersion | |
2017-11-19 | Make the close command use roots_seat_get_focus, rename a few symbols | emersion | |
2017-11-19 | Remove roots_seat_{add,remove}_view | emersion | |
2017-11-19 | Merge branch 'master' into seat-views | emersion | |
2017-11-19 | rootston: remove grab listeners | Tony Crisci | |
2017-11-19 | data-device: wlr-drag-icon | Tony Crisci | |
2017-11-18 | Merge branch 'master' into seat-views | emersion | |
2017-11-18 | rootston: seat/cursor 80col cleanup | Tony Crisci | |
2017-11-18 | Merge branch 'master' into feature/wlr-seat-touch | Tony Crisci | |
2017-11-18 | Add per-seat cursor configuration | emersion | |
2017-11-17 | rootston: add per-seat views | emersion | |
2017-11-16 | Merge branch 'master' into feature/wlr-seat-touch | Tony Crisci | |
2017-11-16 | Fix a bunch of mistakes detected with scan-build | emersion | |
2017-11-15 | basic touch dnd | Tony Crisci | |
2017-11-15 | wlr-seat: basic touch | Tony Crisci | |
2017-11-12 | Merge branch 'master' into cursor-scale | emersion | |
2017-11-12 | Fix hidden cursor when output is added before cursor | emersion | |
2017-11-12 | Merge pull request #416 from acrisci/bug/set-keyboard-on-add | Drew DeVault | |
rootston: set keyboard for seat on keyboard add | |||
2017-11-12 | rootston: set keyboard on keyboard add | Tony Crisci | |
2017-11-12 | Spawn views on last active output | Drew DeVault | |
2017-11-12 | Introduce wlr_xcursor_manager | emersion | |
2017-11-11 | rootston: keep one xcursor_theme per seat | emersion | |
2017-11-11 | rootston: add roots_xcursor_theme | emersion | |
roots_xcursor_theme loads multiple wlr_xcursor_theme at different scales. | |||
2017-11-11 | Add scale parameter to wlr_cursor_set_image | emersion | |
2017-11-11 | rootston: prefix config structs and functions | Tony Crisci | |
2017-11-11 | Merge branch 'master' into feature/multiseat | Tony Crisci | |
2017-11-10 | rootston: fix multiseat focus | Tony Crisci | |
2017-11-09 | rootston: roots_keyboard null check | Tony Crisci | |
2017-11-09 | wlr-keyboard: take out modifiers event struct (for now) | Tony Crisci | |