Age | Commit message (Expand) | Author |
2018-09-19 | buffer: disconnect clients that commit an unknown buffer type | emersion |
2018-09-18 | Merge pull request #1248 from emersion/assert-all-the-things | Drew DeVault |
2018-09-18 | Fix implicit conversion of floats to ints in calls to pixman_region32_contain... | Las |
2018-09-18 | export-dmabuf: disable hardware cursors if desired | emersion |
2018-09-18 | output: add wlr_output_set_hardware_cursors_enabled | emersion |
2018-09-18 | backend/drm: add assertions | emersion |
2018-09-18 | backend/x11: add assertions | emersion |
2018-09-18 | backend/wayland: add assertions | emersion |
2018-09-18 | backend/session: add assertions | emersion |
2018-09-18 | backend/multi: add assertions | emersion |
2018-09-18 | backend/libinput: add assertions | emersion |
2018-09-18 | backend/headless: add assertions | emersion |
2018-09-18 | Merge pull request #1249 from arandomhuman/keymap_fd | emersion |
2018-09-18 | Send unique keymap file descriptors | random human |
2018-09-18 | Implement pointer-constraints protocol in wlroots and rootston | Las |
2018-09-18 | Make wlr_seat->data in rootston point to the wrapping roots_seat | Las |
2018-09-18 | Add wlr_surface::input_region member | Las |
2018-09-18 | Remove extraneous indentation and conform to coding style | Las |
2018-09-18 | Update pointer focus when cycling focus | Las |
2018-09-18 | Make (wlr_)seat_client_from_pointer_resource public | Las |
2018-09-18 | Make roots_cursor::pointer_view available even if there is a surface | Las |
2018-09-18 | Add focus change event for seats | Las |
2018-09-17 | Merge pull request #1250 from arandomhuman/wlr_session | Drew DeVault |
2018-09-18 | Add support for WLR_SESSION env variable | random human |
2018-09-17 | Merge pull request #1246 from emersion/output-layout-no-mode | Drew DeVault |
2018-09-17 | output-layout: don't expose outputs without a mode | emersion |
2018-09-16 | Merge pull request #1237 from emersion/disabled-crtc | Drew DeVault |
2018-09-15 | backend/drm: steal CRTCs from disabled outputs | emersion |
2018-09-14 | Merge pull request #1241 from emersion/output-enable-error-checking | Drew DeVault |
2018-09-14 | Merge pull request #1243 from emersion/layer-shell-suffix | Drew DeVault |
2018-09-14 | Merge pull request #1244 from emersion/xdg-output-suffix | Drew DeVault |
2018-09-14 | Merge pull request #1240 from emersion/no-hardware-cursors | Drew DeVault |
2018-09-14 | layer-shell: add _v1 suffix | emersion |
2018-09-14 | xdg-output: add _v1 suffix | emersion |
2018-09-14 | output: make wlr_output_enable return a bool | emersion |
2018-09-14 | output: introduce WLR_NO_HARDWARE_CURSORS | emersion |
2018-09-12 | Merge pull request #1160 from Ongy/tablet-grabs | emersion |
2018-09-11 | Merge pull request #1239 from dcz-purism/layer_order_master | Drew DeVault |
2018-09-11 | rootston: Keep older anchored layers near anchor points | Dorota Czaplejewicz |
2018-09-10 | Merge pull request #1235 from emersion/dealloc-unused-crtcs | Drew DeVault |
2018-09-10 | Merge pull request #1227 from emersion/rootston-segfault-tablet-destroy | Drew DeVault |
2018-09-10 | Merge pull request #1205 from sghctoma/fix-freebsd-direct-session | Drew DeVault |
2018-09-10 | backend/drm: de-allocate unused CRTCs | emersion |
2018-09-10 | Merge pull request #1234 from mntmn/master | emersion |
2018-09-10 | fix cursor loss w/ legacy drm and software cursor (tested on etnaviv) | mntmn |
2018-09-08 | Implement feedback | Markus Ongyerth |
2018-09-08 | Merge pull request #1233 from nyorain/fix/xwayland_destroy | emersion |
2018-09-08 | Fix wlr_xwayland_destroy | nyorain |
2018-09-07 | Fix build failure on non-FreeBSD systems | sghctoma |
2018-09-07 | Implement device type discovery using ioctl calls | sghctoma |