Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-13 | xwm: user custom event handler | Tony Crisci | |
2017-11-22 | Add minimum meson version | Scott Anderson | |
2017-11-20 | Remove meson hack | Drew DeVault | |
2017-11-02 | Load xwm cursor from theme | emersion | |
2017-11-02 | Set xwayland root cursor | emersion | |
2017-10-24 | Merge branch 'master' into feature/data-device-selection | Tony Crisci | |
2017-10-24 | meson: fail build if libinput < 1.7.0 | Dominique Martinet | |
We need libinput >= 1.7.0 for LIBINPUT_DEVICE_CAP_SWITCH | |||
2017-10-24 | meson: fail build if gbm/mesa < 17.1.0 | Dominique Martinet | |
We need mesa 17.1.0 for gbm_bo_get_offset and gbm_bo_get_stride_for_plane We need mesa 17.0.0 for EGL_TEXTURE_EXTERNAL_WL | |||
2017-10-15 | xwayland: use xfixes extension | Tony Crisci | |
2017-10-11 | Add FreeBSD compatibility | Greg V | |
2017-10-09 | Merge pull request #220 from versusvoid/optional-xwayland | Drew DeVault | |
Make Xwayland optional | |||
2017-10-08 | Add GL/EGL extension loader generator | Scott Anderson | |
2017-10-06 | Make xwayland compile-time optional | Versus Void | |
2017-10-05 | xwayland: parse normal hints | emersion | |
2017-09-29 | Open X11 Window | Scott Anderson | |
2017-09-25 | Merge branch 'master' into rootston | Drew DeVault | |
2017-09-24 | Install library, headers, and pkg-config | Scott Anderson | |
2017-09-22 | Establish rootston headers & main | Drew DeVault | |
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-23 | xwm: fix minimal init, this gets us some events on window creations | Dominique Martinet | |
2017-08-23 | xwayland: split xwm structure out, initial xwm.c | Dominique Martinet | |
2017-08-23 | Xwayland: first draft, just start server for now | Dominique Martinet | |
2017-08-20 | Change meson to be more configurable | Scott Anderson | |
We move the warning options into the project's default_options, meaning a user can configure them with `meson configure` and not need to edit the file. We also make it possible to disable logind/libcap even if they're present. | |||
2017-08-13 | Fix #64 | Drew DeVault | |
2017-08-13 | Fix build on systems without systemd | Drew DeVault | |
2017-08-11 | Refactor meson and move xdg-shell into wlroots | Drew DeVault | |
2017-08-09 | Implement wlr_region using pixman | nyorain | |
2017-08-07 | Add xcursor sublibrary | Drew DeVault | |
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 | |
2017-07-11 | Changed build system to meson | Scott Anderson | |