Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-02 | Fix typo in xcursor.h | Drew DeVault | |
2018-02-01 | Improve xcursor docs | Drew DeVault | |
2018-02-01 | output: add destroy signal for wlr_output_cursor | emersion | |
2018-01-29 | Merge pull request #580 from emersion/screenshooter-renderer-backport | Tony Crisci | |
Backport screenshooter fixes from the renderer redesign v1 | |||
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 pull request #579 from Ongy/dpms_decouple | emersion | |
decouples outputenable state and wl_output global | |||
2018-01-24 | re-adds wlr_output_update_enabled | Markus Ongyerth | |
Re-add the wlr_output_update_enabled to make sure wlr_output::events.enable is called when the output enabled state changes. | |||
2018-01-23 | Backport screenshooter fixes from the renderer redesign v1 | emersion | |
This backports some changes to #319 to fix the screenshooter data format. This also adds wlr_backend_get_renderer which will be useful to support multiple renderers. | |||
2018-01-23 | decouples outputenable state and wl_output global | Markus Ongyerth | |
This decouples wlr_output_enable and the wl_global. The previously internal functions wlr_output_(destroy/create)_global are exposed and used automatically in the wlr_output_layout to create/tear down the global. The compositor can handle them itself if it wants to, but I think this is the right moment to create/destroy the wl_output when the wlr_output_layout is used. | |||
2018-01-21 | take roots_view out of input.h | Tony Crisci | |
2018-01-21 | take seat.h out of view.h | Tony Crisci | |
2018-01-21 | rename matrix model box to project box | Tony Crisci | |
2018-01-21 | rename wlr_deco_part to roots_deco_part | Tony Crisci | |
2018-01-21 | make it work with rotation | Tony Crisci | |
2018-01-21 | move matrix model code to matrix.h | 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-16 | basic decorations | Tony Crisci | |
2018-01-16 | decorate xwayland views | Tony Crisci | |
2018-01-16 | abstract box matrix | Tony Crisci | |
2018-01-15 | Merge pull request #549 from emersion/output-enabled | Drew DeVault | |
Add wlr_output::enabled | |||
2018-01-15 | Merge pull request #562 from emersion/xwayland-fullscreen-render-children | Tony Crisci | |
xwayland: render children window in fullscreen | |||
2018-01-14 | Merge pull request #556 from raazvvann/heghe/idle-protocol | Tony Crisci | |
Idle protocol | |||
2018-01-14 | xwayland: render children window in fullscreen | emersion | |
2018-01-13 | Update comment for wlr_headless_backend_create | Markus Ongyerth | |
2018-01-13 | adds remote argument to wayland backend create | Markus Ongyerth | |
Add a remote display name argument to wlr_wl_backend_create. If NULL is passed to the wayland backend at all times, creating a wayland backend *after* the compositor was started up, would require changing the WAYLAND_DISPLAY environment variable. | |||
2018-01-10 | Include idle protocol in rootston | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2018-01-10 | Add idle protocol | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2018-01-07 | Fix output enable in DRM backend | emersion | |
2018-01-06 | keyboard grab enter with modifiers | Tony Crisci | |
2018-01-06 | output: rename resolution event to mode | emersion | |
2018-01-05 | compositor modifier hook | Tony Crisci | |
2018-01-04 | Disable outputs in rootston config | emersion | |
2018-01-04 | Add wlr_output enable event | emersion | |
2018-01-04 | Add wlr_output::enabled | emersion | |
2018-01-04 | Merge pull request #542 from emersion/abstract-data-source | Tony Crisci | |
Abstract data sources | |||
2018-01-01 | Merge pull request #544 from emersion/fix-views-outside-output-layout | Drew DeVault | |
Fix views outside output layout | |||
2018-01-01 | Merge pull request #545 from emersion/fix-output-destroy | Drew DeVault | |
Free fullscreen surface and cursors when destroying output | |||
2017-12-31 | Allow configurable verbosity | Calvin Lee | |
2017-12-31 | Free fullscreen surface and cursors when destroying output | emersion | |
2017-12-31 | Fix views outside output layout | emersion | |
2017-12-30 | seat: rename selection_source to selection_data_source, remove unused ↵ | emersion | |
data_device | |||
2017-12-29 | Abstract wlr_primary_selection_source | emersion | |
2017-12-29 | Make wlr_data_source abstract. | emersion | |
This removes some fields specific to sources coming from clients. This adds some drag'n'drop-related callbacks. | |||
2017-12-29 | wlr_xwayland: preserve end of struct on restart | Dominique Martinet | |
This is more robust than trying to recopy a few fields. Note: wlr_xwayland->events.ready now resets after each trigger, so one can hook on it again and be called when restart is ready | |||
2017-12-29 | rootston seat: implement part of roots_seat_destroy | Dominique Martinet | |
... and have it listen to seat destroy notifier |