aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-05wlr_seat: Clarify wording of non-grab-respecting function commentsThomas Hebb
2020-06-05wlr_seat: Declare functions in the same order for pointer, keyboard, and touchThomas Hebb
2020-06-03backend/drm: fix black screens when enabling outputSimon Ser
2020-06-02render: stop making EGL context current in wlr_egl_initSimon Ser
2020-06-02backend/wayland: fix spurious eglSwapBuffers failuresSimon Ser
2020-06-01backend/wayland: scale tablet tool position into [0, 1] rangeTudor Brindus
2020-06-01backend/drm: always perform a CRTC commit in drm_connector_commitSimon Ser
2020-06-01backend/drm: drop extra wlr_output_update_enabled callSimon Ser
2020-06-01backend/drm: commit/rollback FBs in drm_crtc_commitSimon Ser
2020-06-01backend/drm: make adaptive_sync atomicSimon Ser
2020-06-01backend/drm: rollback pending CRTC state on test commitSimon Ser
2020-06-01export-dmabuf: Keep frame->output = NULL until frame is readyAndri Yngvason
2020-05-31wlr_keyboard_group: introduce enter and leaveBrian Ashworth
2020-05-29Don't send redundant capability updatesKalyan Sriram
2020-05-28Add comments for missing tablet tool entriesSimon Ser
2020-05-28seat: Create inert objects for missing capabilitiesKenny Levinsen
2020-05-27backend/drm: fix missing crtc->cursor NULL checkSimon Ser
2020-05-27backend/drm: don't set cursor if off-screenSimon Ser
2020-05-27xwayland: add error-checking to `server_start_lazy`Tudor Brindus
2020-05-26backend/drm: introduce pending and current CRTC stateSimon Ser
2020-05-26backend/drm: nuke retry_pageflipSimon Ser
2020-05-26backend/drm: make drm_connector_set_mode take a wlr_drm_connectorSimon Ser
2020-05-26backend/drm: remove enable_drm_connectorSimon Ser
2020-05-26backend/drm: remove drm_connector_set_custom_modeSimon Ser
2020-05-26backend/drm: refuse to enable an output without a modeSimon Ser
2020-05-26backend/drm: rollback atomic blobsSimon Ser
2020-05-25xwayland: send focus change event unconditionallyTudor Brindus
2020-05-24util/log: use bright black rather than black for WLR_DEBUGTudor Brindus
2020-05-20render/egl: unset current context after swapping buffersSimon Ser
2020-05-20examples: make output-power-management oneshot by defaultIlia Bozhinov
2020-05-19xwayland: add option to disable WMSimon Ser
2020-05-19xwayland: split serverSimon Ser
2020-05-19backend/drm: add missing wlr_egl_unset_currentSimon Ser
2020-05-19backend/drm: fix current EGL context on multi-GPUSimon Ser
2020-05-19render/egl: introduce wlr_egl_unset_currentSimon Ser
2020-05-19Fix -Wreturn-type warningsSimon Ser
2020-05-18Make wlr_xcursor_manager_load() return a boolIsaac Freund
2020-05-14backend/drm: fix atomic commits when the GAMMA_LUT prop is missingSimon Ser
2020-05-14output: make wlr_output_set_gamma atomicSimon Ser
2020-05-14tablet: expose wlr_tablet_tool_v2_has_implicit_grab functionTudor Brindus
2020-05-14tablet: pass motion events to implicitly grabbed surfaceTudor Brindus
2020-05-14backend/drm: fix segfault in drm_crtc_page_flipSimon Ser
2020-05-13input/pointer: notify compositor when constraint region changesTudor Brindus
2020-05-12backend/drm: print error in set_plane_propsSimon Ser
2020-05-12backend/drm: disable cursor in dealloc_crtcSimon Ser
2020-05-12backend/drm: fix combined modeset+enable commitsSimon Ser
2020-05-12backend/drm: remove missing cursor plane workaroundSimon Ser
2020-05-11render/egl: include EGL/eglmesaext.h only if presentJulien Olivain
2020-05-11backend/drm: fix missing cursor on external monitors with multi-GPU setup and...JonnyMako
2020-05-10backend/drm: fix crash in session_signalSimon Ser