Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | fix build without systemd | PoroCYon | |
2017-12-28 | Remove display_destroy on multi-backend destroy | Timidger | |
2017-12-28 | Merge pull request #533 from martinetd/wl_array_add | Drew DeVault | |
ENOMEM checks: consistently check wl_array_add return | |||
2017-12-28 | style: fix sizeof() calls without parentheses | Dominique Martinet | |
2017-12-28 | Fixes for multiple outputs | emersion | |
* Fixes output positions in screenshots * Fixes Wayland backend pointer events when output layout doesn't start at (0, 0) | |||
2017-12-27 | config: Avoid clash with other config-headers | Björn Esser | |
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-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-23 | Add libdrm as a dependency of wlr_backend | Michael Weiss | |
Without this patch I'm getting the following build error when building with Nix: FAILED: backend/wlr_backend@sta/session_direct-ipc.c.o In file included from ../backend/session/direct-ipc.c:20:0: /nix/store/9ac27wk5vh47p28gladbdfafpidrx9rh-libdrm-2.4.88-dev/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory #include <drm.h> ^ compilation terminated. | |||
2017-12-21 | only add first backend to multi autocreate | Tony Crisci | |
2017-12-21 | autocreate backend returns null instead of empty | Tony Crisci | |
2017-12-21 | handle display destroy | Tony Crisci | |
2017-12-20 | backend add and remove events | Tony Crisci | |
2017-12-20 | rootston: handle backend creation failed | Tony Crisci | |
2017-12-19 | always return multibakend from autocreate | Tony Crisci | |
2017-12-19 | multibackend remove subbackend | Tony Crisci | |
2017-12-19 | subbackend state destroy | 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 | |
2017-12-19 | wl backend: add wlr_output_is_wl | Dominique Martinet | |
2017-12-19 | x11 backend: add wlr_output_is_x11 | Dominique Martinet | |
2017-12-19 | libinput backend: add wlr_input_device_is_libinput | Dominique Martinet | |
2017-12-19 | Destroy multi backend on display destroy | emersion | |
2017-12-18 | add some input device cleanup to x11 backend | Tony Crisci | |
2017-12-17 | Refactor wlr_egl_init to accept config_attribs | emersion | |
2017-12-17 | Add headless input devices | emersion | |
2017-12-17 | Add full refresh rate support to custom modes | emersion | |
2017-12-17 | Minimal working headless output | emersion | |
2017-12-17 | Initialize headless backend | emersion | |
2017-12-15 | Fix rootston input on HiDPI outputs in wayland backend | emersion | |
2017-12-15 | Introduce fractional scaling | emersion | |
2017-12-14 | Merge pull request #453 from emersion/surface-transform | Drew DeVault | |
Add surface transforms support | |||
2017-12-14 | Merge branch 'master' into surface-transform | emersion | |
2017-12-14 | Merge branch 'master' into display-destroy | emersion | |
2017-12-13 | Fix pointer events with multiple outputs in wayland backend | emersion | |
2017-12-13 | Remove output instead of terminating display when a wayland backend view closed | emersion | |
2017-12-12 | Update output layout when scale or transform changes | emersion | |
2017-12-11 | Merge branch 'master' into display-destroy | emersion | |
2017-12-11 | Add wlr_output_set_custom_mode | emersion | |
2017-12-08 | Listen to display destroy in session | emersion | |
It's not the backend's responsibility to destroy the session anymore. | |||
2017-12-08 | Listen to display destroy in xwayland, rename wlr_egl_free | emersion | |
2017-12-07 | Listen to display destroy in backends | emersion | |
2017-12-07 | Configure outputs with make, model, serial in rootston | emersion | |
Added fallbacks in DRM backend in case EDID extension data for model and serial is missing. Updates #403 |