Age | Commit message (Expand) | Author |
2020-06-05 | Allow keyboard and pointer grabs to hook clear_focus() | Thomas Hebb |
2020-06-05 | wlr_seat: Clarify wording of non-grab-respecting function comments | Thomas Hebb |
2020-06-05 | wlr_seat: Declare functions in the same order for pointer, keyboard, and touch | Thomas Hebb |
2020-06-03 | backend/drm: fix black screens when enabling output | Simon Ser |
2020-06-02 | render: stop making EGL context current in wlr_egl_init | Simon Ser |
2020-06-02 | backend/wayland: fix spurious eglSwapBuffers failures | Simon Ser |
2020-06-01 | backend/wayland: scale tablet tool position into [0, 1] range | Tudor Brindus |
2020-06-01 | backend/drm: always perform a CRTC commit in drm_connector_commit | Simon Ser |
2020-06-01 | backend/drm: drop extra wlr_output_update_enabled call | Simon Ser |
2020-06-01 | backend/drm: commit/rollback FBs in drm_crtc_commit | Simon Ser |
2020-06-01 | backend/drm: make adaptive_sync atomic | Simon Ser |
2020-06-01 | backend/drm: rollback pending CRTC state on test commit | Simon Ser |
2020-06-01 | export-dmabuf: Keep frame->output = NULL until frame is ready | Andri Yngvason |
2020-05-31 | wlr_keyboard_group: introduce enter and leave | Brian Ashworth |
2020-05-29 | Don't send redundant capability updates | Kalyan Sriram |
2020-05-28 | Add comments for missing tablet tool entries | Simon Ser |
2020-05-28 | seat: Create inert objects for missing capabilities | Kenny Levinsen |
2020-05-27 | backend/drm: fix missing crtc->cursor NULL check | Simon Ser |
2020-05-27 | backend/drm: don't set cursor if off-screen | Simon Ser |
2020-05-27 | xwayland: add error-checking to `server_start_lazy` | Tudor Brindus |
2020-05-26 | backend/drm: introduce pending and current CRTC state | Simon Ser |
2020-05-26 | backend/drm: nuke retry_pageflip | Simon Ser |
2020-05-26 | backend/drm: make drm_connector_set_mode take a wlr_drm_connector | Simon Ser |
2020-05-26 | backend/drm: remove enable_drm_connector | Simon Ser |
2020-05-26 | backend/drm: remove drm_connector_set_custom_mode | Simon Ser |
2020-05-26 | backend/drm: refuse to enable an output without a mode | Simon Ser |
2020-05-26 | backend/drm: rollback atomic blobs | Simon Ser |
2020-05-25 | xwayland: send focus change event unconditionally | Tudor Brindus |
2020-05-24 | util/log: use bright black rather than black for WLR_DEBUG | Tudor Brindus |
2020-05-20 | render/egl: unset current context after swapping buffers | Simon Ser |
2020-05-20 | examples: make output-power-management oneshot by default | Ilia Bozhinov |
2020-05-19 | xwayland: add option to disable WM | Simon Ser |
2020-05-19 | xwayland: split server | Simon Ser |
2020-05-19 | backend/drm: add missing wlr_egl_unset_current | Simon Ser |
2020-05-19 | backend/drm: fix current EGL context on multi-GPU | Simon Ser |
2020-05-19 | render/egl: introduce wlr_egl_unset_current | Simon Ser |
2020-05-19 | Fix -Wreturn-type warnings | Simon Ser |
2020-05-18 | Make wlr_xcursor_manager_load() return a bool | Isaac Freund |
2020-05-14 | backend/drm: fix atomic commits when the GAMMA_LUT prop is missing | Simon Ser |
2020-05-14 | output: make wlr_output_set_gamma atomic | Simon Ser |
2020-05-14 | tablet: expose wlr_tablet_tool_v2_has_implicit_grab function | Tudor Brindus |
2020-05-14 | tablet: pass motion events to implicitly grabbed surface | Tudor Brindus |
2020-05-14 | backend/drm: fix segfault in drm_crtc_page_flip | Simon Ser |
2020-05-13 | input/pointer: notify compositor when constraint region changes | Tudor Brindus |
2020-05-12 | backend/drm: print error in set_plane_props | Simon Ser |
2020-05-12 | backend/drm: disable cursor in dealloc_crtc | Simon Ser |
2020-05-12 | backend/drm: fix combined modeset+enable commits | Simon Ser |
2020-05-12 | backend/drm: remove missing cursor plane workaround | Simon Ser |
2020-05-11 | render/egl: include EGL/eglmesaext.h only if present | Julien Olivain |
2020-05-11 | backend/drm: fix missing cursor on external monitors with multi-GPU setup and... | JonnyMako |