Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-11 | rootston: fix segfault in handle_tablet_tool_destroy | emersion | |
2018-02-26 | add xwayland unmanaged tests to support dmenu | Markus Ongyerth | |
This adds `wlr_xwayland_surface_is_unamanged`, to allow compositors more fine grained control over XWayland focus. A surface that is unmanaged should not receive focus, while other windows that are just override redirect may want it (dmenu). The way unamanged is determined is taken from wlc. | |||
2018-02-23 | rootston: fix use-after-free in handle_keyboard_destroy | emersion | |
2018-02-12 | Reformat all #include directives | emersion | |
2018-02-12 | Remove wlr_backend.events.{output_remove,device_remove} | emersion | |
2018-02-09 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion | |
2018-02-08 | Rename roots_seat_cancel_transform | Vincent Vanlaer | |
2018-02-06 | Merge roots_seat_cancel_* into one function | Vincent Vanlaer | |
2018-02-06 | Cancel rootston move/resize/rotate on escape press | Vincent Vanlaer | |
2018-01-29 | rootston: fix damage when changing views z-index | emersion | |
2018-01-28 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion | |
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-24 | Merge branch 'output-damage' of github.com:emersion/wlroots into output-damage | emersion | |
2018-01-24 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion | |
2018-01-23 | rootston: damage tracking for drag icons | emersion | |
2018-01-23 | fix decorations on wayland backend | Tony Crisci | |
2018-01-23 | rootston: damage tracking for drag icons | emersion | |
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 | |