Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-14 | Merge pull request #556 from raazvvann/heghe/idle-protocol | Tony Crisci | |
Idle protocol | |||
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 | Add idle protocol | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
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 | xwayland: listen to wlr_seat destroy signal | Dominique Martinet | |
2017-12-29 | wlr_seat: add destroy signal | Dominique Martinet | |
2017-12-29 | xwayland selection: further cleanup on Xwayland exit | Dominique Martinet | |
This is necessary if our last primary/clipboard selection was on Xwayland, and we try to paste to native wayland after Xwayland died | |||
2017-12-28 | Further fixes to header install dir | Drew DeVault | |
2017-12-27 | Merge pull request #531 from acrisci/keyboard-num-keycodes | Drew DeVault | |
wlr-keyboard: keep track of number of keycodes pressed | |||
2017-12-27 | keep track of number of keycodes pressed | Tony Crisci | |
2017-12-27 | libwlroots: Add shared library versioning | Björn Esser | |
2017-12-27 | include: Generate and install version-header | Björn Esser | |
2017-12-27 | include: Install headers in an isolated include-dir | Björn Esser | |
2017-12-27 | config: Avoid clash with other config-headers | Björn Esser | |
2017-12-27 | validate grab serial for shell events | Tony Crisci | |
2017-12-27 | Merge pull request #524 from acrisci/role-committed | emersion | |
[wip] Role committed | |||
2017-12-27 | xwayland: role committed | Tony Crisci | |
2017-12-27 | drag-icon: surface committed | Tony Crisci | |
2017-12-27 | wl-shell: role committed | Tony Crisci | |
2017-12-27 | Merge pull request #519 from emersion/xwayland-primary-selection | Tony Crisci | |
Implement xwayland primary selection sync | |||
2017-12-27 | xdg-shell: role-committed func | Tony Crisci | |
2017-12-27 | add role-committed hook | Tony Crisci | |
2017-12-27 | Merge pull request #522 from emersion/fix-drm-output-transform-cursor | Tony Crisci | |
Fix cursor on transformed output with DRM backend | |||
2017-12-27 | Add output transform helpers docs | emersion | |
2017-12-26 | config: Put all defines into config.h | Björn Esser | |
2017-12-26 | Fix cursor on transformed output with DRM backend | emersion | |
2017-12-25 | Fix use-after-free when destroying selection sources | emersion | |
2017-12-25 | Implement xwayland primary selection sync | emersion | |
2017-12-22 | Fix primary clipboard issues | emersion | |
2017-12-22 | Add missing gtk-primary-selection interfaces | emersion | |
2017-12-22 | Add wlr_primary_selection_device_manager and wlr_primary_selection_source | emersion | |
2017-12-20 | rootston: handle backend creation failed | Tony Crisci | |
2017-12-19 | multibackend remove subbackend | Tony Crisci | |
2017-12-19 | remove session from multibackend | Tony Crisci | |
2017-12-19 | add backend destroy event | Tony Crisci | |
2017-12-19 | x11 backend: add wlr_input_device_is_x11 | Dominique Martinet | |
2017-12-19 | wl backend: add wlr_input_device_is_wl | Dominique Martinet | |
2017-12-19 | headless backend: add wlr_output_is_headless | Dominique Martinet | |
2017-12-19 | headless backend: add wlr_input_device_is_headless | Dominique Martinet | |
2017-12-19 | drm backend: add wlr_output_is_drm | Dominique Martinet | |