Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-12-05 | Fix segfault when moving hardware cursor | emersion | |
2017-12-02 | Fix style and string comparison | n3rdopolis | |
2017-12-02 | Attempt to fix #454 | n3rdopolis | |
With logind, only seat0 can use TTYs | |||
2017-12-01 | Make wlr_output_transform_* functions public, refactoring | emersion | |
2017-11-30 | Moved os-compatibility and added header | Moritz | |
* Moved os-compatibility.c to util * Added header under util * Removed static since it isn't needed (i think so) * Adjusted meson.build to include lib_wlr Improved some codestyle * Added guard to os-compatibility.h * Fixed typo in include statment Adjusted Guard * Changed guard to _WLR_UTIL_OS_COMPATIBILITY | |||
2017-11-30 | Use correct include path for glapi.h | Scott Anderson | |
2017-11-26 | Merge pull request #447 from ascent12/os-compat | Drew DeVault | |
Remove unneeded linux include | |||
2017-11-27 | Remove unneeded linux include | Scott Anderson | |
2017-11-22 | Use SIGUSR2 for vt switching instead of SIGUSR1 | Greg V | |
Xwayland uses SIGUSR1 to signal readiness. With direct(-freebsd) session and Xwayland, wlroots was confusing the Xwayland readiness signal with a vt switch signal, freezing the desktop. Same problem was found in Weston in 2014: https://phabricator.freedesktop.org/T7080 | |||
2017-11-19 | Refactor wlr_list inside wlroots | emersion | |
2017-11-16 | rename touch slot to touch id | Tony Crisci | |
2017-11-16 | Merge pull request #422 from emersion/scan-build-fixes | Tony Crisci | |
Fix a bunch of mistakes detected with scan-build | |||
2017-11-16 | Fix a bunch of mistakes detected with scan-build | emersion | |
2017-11-16 | Terminate local display on remote X11 server error | emersion | |
2017-11-16 | Terminate local display on remote Wayland display error | emersion | |
2017-11-11 | Add wlr_output.serial | emersion | |
2017-11-11 | Fix typos | Stefano Ragni | |
2017-11-10 | Merge pull request #404 from emolitor/CPP-Compatibility | Drew DeVault | |
Remove VLA from session.h | |||
2017-11-10 | Remove VLA from session.h | Eric Molitor | |
VLAs are optional C11 features and not supported by C++. |