Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-27 | backend/drm: add support for custom modes | Simon Ser | |
Use the CVT algorithm to create a drmModeModeInfo. | |||
2019-09-26 | Add zwp-tablet-unstable-v2 client support | Markus Ongyerth | |
This allows wlroots based compositors to properly use graphic tablets with the wayland backend. This should be a decent quality of life improvement when working on tablet related features. | |||
2019-04-08 | Add FreeRDP backend for remote desktop support | Drew DeVault | |
2019-03-02 | backend/session: add noop session | emersion | |
This is the first step towards being able to run via DRM leasing and on render nodes. Test with: export WLR_BACKENDS=drm export WLR_SESSION=noop export WLR_DRM_DEVICES=/dev/dri/renderD128 | |||
2019-01-17 | Introduce noop backend | Ryan Dwyer | |
The noop backend is similar to headless, but it doesn't contain a renderer. It can be used as a place to stash views for when there's no physical outputs connected. | |||
2018-12-15 | [WIP][DONTMERGE]Add support for libinput_switch input devices | Ryan Walklin | |
These are used primarily by laptops to signal the state of the lid (open/closed) and tablet mode if supported, based on ACPI events. | |||
2018-11-11 | backend/wayland: Move registry into backend | Scott Anderson | |
Registry was a very small file, and is heavily related to the backend, so there is not point in keeping them separate. | |||
2018-08-24 | Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" | Scott Anderson | |
This reverts commit 9c886f20b97b6ab1ac85b849f1fe7f16eb199ff0. | |||
2018-08-23 | Revert "Merge pull request #1194 from ascent12/meson_feature" | Drew DeVault | |
This breaks wlroots when used as a meson subproject. This reverts commit dea311992eb4ff3e343c3cf5b0603034223d2a42, reversing changes made to 6db9c4b74667c1d917d720f5e96985a2461569fb. | |||
2018-08-22 | Use new options for X11 backend and Xwayland | Scott Anderson | |
2018-08-22 | Use feature options for libcap/logind | Scott Anderson | |
We now use a combo choice between systemd/elogind as they are mutually exclusive anyway. | |||
2018-03-30 | backend/x11: refactor, prepare support for multiple outputs | emersion | |
2018-03-28 | backend/x11: correctly update keyboard modifiers | emersion | |
2018-03-09 | Make X11 fully optional | Cedric Sodhi | |
Make X11 Backend (in addition to XWayland) optional and small bug fix on XWayland includes. | |||
2018-02-14 | Add missing dependencies | Rodrigo Lourenço | |
2018-02-12 | Reformat all #include directives | emersion | |
2018-02-10 | meson build: only link with deps when required by options | Dominique Martinet | |
2018-02-10 | meson.build status: print actual build options in message | Dominique Martinet | |
We were printing the option intent (true by default for all), but some are disabled when a component is not found and this was not reflected. | |||
2018-01-28 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion | |
2018-01-28 | meson: add systemd/elogind backends only if enabled | Patrick Steinhardt | |
Right now, we are adding systemd and elogind backends to the build system as soon as their libraries are found on the build system. Instead, we should only add them if the libraries have been found _and_ the user has actually requested them to be included. | |||
2018-01-18 | output: add wlr_output::damage, fixes #572 | 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-17 | Add headless input devices | emersion | |
2017-12-17 | Initialize headless backend | 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-10-11 | Add FreeBSD compatibility | Greg V | |
2017-10-08 | Add GL/EGL extension loader generator | Scott Anderson | |
2017-10-02 | Change iface prefix to suffix | Scott Anderson | |
2017-09-30 | Split DRM rendering to its own file | Scott Anderson | |
2017-09-30 | Rename files to remove pointless drm prefix | Scott Anderson | |
2017-09-29 | Add X11 backend skeleton | Scott Anderson | |
2017-09-22 | Add elogind support | dudemanguy | |
Resolves SirCmpwn/wlroots#146 | |||
2017-08-30 | Refactor meson build files | Tony Crisci | |
Use tabs for indentation and break up function calls over 80 col. | |||
2017-08-26 | Merge wlr_udev into wlr_session | Scott Anderson | |
2017-08-17 | wayland backend: switch to xdg shell | Dominique Martinet | |
Closes #72 and #96. | |||
2017-08-14 | Add wayland backend cursor support | nyorain | |
2017-08-13 | Fix build on systems without systemd | Drew DeVault | |
2017-08-12 | Refactor wlr_backend_state out of DRM backend | Drew DeVault | |
2017-08-12 | Update libinput backend with new state design | Drew DeVault | |
2017-08-12 | Refactor out wlr_backend_state from wl/multi | Drew DeVault | |
2017-08-11 | Refactor meson and move xdg-shell into wlroots | Drew DeVault | |
2017-08-10 | Refactor EGL handling | Drew DeVault | |
2017-08-09 | Atomic modesetting | Scott Anderson | |
2017-08-06 | Split off some functions into drm-util | Scott Anderson | |
2017-08-06 | Update build files | Scott Anderson | |
2017-08-05 | Use meson build system | nyorain | |
2017-07-11 | Revert "Merge pull request #27 from ascent12/meson" | Drew DeVault | |
This reverts commit 85805da021006697c85489c3e30717c2b807441c, reversing changes made to 8189c64d7f07a756abf5a6189719f02b2f1af967. | |||
2017-07-11 | Use subdir | Scott Anderson | |