Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-03 | xwayland: add dependency on xwayland | Simon Ser | |
Check that the pkg-config file is available. This will be required in the future to check whether xwayland supports features such as -listenfd, -initfd or -verbose. If there's no pkg-config file, check that the Xwayland executable is available. This effectively makes our relationship with xwayland closer to what a dynamic library is: checked at build-time, but can be overridden at run-time. | |||
2021-02-23 | readme: use references for links | Simon Ser | |
Avoids cluttering the text with URLs. | |||
2021-02-23 | readme: use spaces for list indent | Simon Ser | |
2021-02-23 | readme: make it clear build/ is a dir | Simon Ser | |
Can be confused with a sub-command for people not familiar with Meson and ninja. | |||
2021-02-08 | backend/x11: drop x11-xcb dependency | Simon Ser | |
We don't need it anymore now that we've stopped using the EGL Xlib platform. | |||
2021-02-04 | readme: fix typo in xcb-icccm dependency | Simon Ser | |
2021-01-05 | util: add support for generating UUIDs | Ilia Bozhinov | |
Co-authored-by: Jason Francis <cycl0ps@tuta.io> | |||
2020-04-29 | Remove libcap support | Scott Anderson | |
This is simply a false sense of security, and is worse than just using setuid. CAP_SYS_ADMIN is an extremely serious capability that is effectively as powerful as root. It also required users to be in the input group, which allows any process to keylog the entire system. | |||
2019-01-03 | Update READMEs per tinywl merge | Drew DeVault | |
2018-11-24 | Fixed loc count in readme | buffet | |
2018-11-13 | backend/x11: Remove old input functions | Scott Anderson | |
This also allows us to remove xcb-xkb, since Xinput will now give us the appropriate XKB modifiers with each event. | |||
2018-11-13 | backend/x11: Check for xinput extension | Scott Anderson | |
2018-10-12 | Update README.md | Drew DeVault | |
2018-09-28 | Set minimum Meson version to 0.48.0 | sghctoma | |
This commit sets the required Meson version to >=0.48.0, and removes the comment about building on FreeBSD requires an extra flag. | |||
2018-09-26 | Adjust README to reflect change regarding b_lundef | sghctoma | |
With Meson >=0.48.0 it is no longer necessary to pass the flag "-D b_lundef=false" on FreeBSD. | |||
2018-05-05 | Fix xcb/xkb swap in README | Kurt Kartaltepe | |
2018-05-03 | Fix typos in documentation | morganamilo | |
2018-04-12 | Update README.md | Drew DeVault | |
2018-04-12 | Update README.md | Drew DeVault | |
2018-03-04 | Remove Travis in favor of builds.sr.ht | Drew DeVault | |
2017-11-16 | readme: change running instructions | Tony Crisci | |
2017-11-16 | readme: add basic running doc | Tony Crisci | |
2017-10-11 | Add FreeBSD compatibility | Greg V | |
2017-10-02 | Update README et al with new links | Drew DeVault | |
2017-09-30 | Updated CONTRIBUTING.md | Scott Anderson | |
Changed the contribution guidelines to be more consistent with the style that wlroots has evolved into, and removed some duplicate information that already exists in the kernel style. | |||
2017-09-22 | Clarify either/or dependency | dudemanguy | |
2017-09-22 | Add elogind support | dudemanguy | |
Resolves SirCmpwn/wlroots#146 | |||
2017-09-01 | Fix IRC channel link | emersion | |
Use #sway-devel instead of #sway | |||
2017-08-13 | Update README.md | Drew DeVault | |
2017-08-09 | Implement wlr_region using pixman | nyorain | |
2017-08-05 | Use meson build system | nyorain | |
2017-07-12 | Build on travis-ci. | Mikkel Oscar Lyderik Larsen | |
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 | Changed build system to meson | Scott Anderson | |
2017-07-04 | Make libcap optional. | Scott Anderson | |
2017-06-06 | Update README.md, add CONTRIBUTING.md | Drew DeVault | |
2017-04-25 | Initial commit | Drew DeVault | |