Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |