aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-30examples/pointer: use wlr_cursor_set_xcursor()Simon Ser
2023-06-30cursor: set image for new outputsSimon Ser
2023-06-30cursor: add cursor_update_outputs()Simon Ser
2023-06-30cursor: keep track of XCursor manager and nameSimon Ser
2023-06-30cursor: track surface globally, instead of per-outputSimon Ser
2023-06-30cursor: use wlr_cursor_unset_image() in wlr_cursor_set_surface()Simon Ser
2023-06-30cursor: store wlr_cursor inline in wlr_cursor_stateSimon Ser
2023-06-30backend/drm: use panel_orientation if it is setClayton Craft
2023-06-30backend/drm: handle output layer damageSimon Ser
2023-06-30backend/wayland: handle output layer damageSimon Ser
2023-06-30output-layer: add wlr_output_layer_state.damageSimon Ser
2023-06-29contributing: add instructions for forkingSimon Ser
2023-06-29util/log: fix buffer overflowEvyatar Stalinsky
2023-06-27wlr_scene_buffer: Publicize some stateAlexander Orzechowski
2023-06-27backend/headless: leave new outputs disabled by defaultSimon Ser
2023-06-27backend/x11: leave new outputs disabled by defaultSimon Ser
2023-06-27backend/wayland: mark new outputs as disabledSimon Ser
2023-06-27examples: enable new outputsSimon Ser
2023-06-27tinywl: enable new outputsSimon Ser
2023-06-27backend/headless: add support for disabled outputsSimon Ser
2023-06-27backend/headless: only schedule a new frame if buffer was submittedSimon Ser
2023-06-27backend/x11: unmap when output is disabledSimon Ser
2023-06-27backend/wayland: unmap when output is disabledSimon Ser
2023-06-27output: Set output mode during main commitAlexander Orzechowski
2023-06-27backend/wayland: Reject non 0 refresh rate mode setsAlexander Orzechowski
2023-06-27backend/x11: Reject non 0 refresh rate mode setsAlexander Orzechowski
2023-06-27backend/drm: Don't add pollute fixed modes list with custom modesAlexander Orzechowski
2023-06-27wlr_scene: Add opaque region blend mode optimizationAlexander Orzechowski
2023-06-26examples/tablet: Don't use new render API and old render API togetherAlexander Orzechowski
2023-06-26backend/drm: remove duplicate needs_frame() in set_cursor()Simon Ser
2023-06-23fullscreen-shell: set surface roleKirill Primak
2023-06-23output: add wlr_output_state_init()Simon Ser
2023-06-23compositor: listen to role_resource destroy signalSimon Ser
2023-06-23compositor: replace role_data with role_resourceSimon Ser
2023-06-23input-method-v2: add popup_surface_from_resource()Simon Ser
2023-06-23compositor: don't call role unmap hook without an objectKirill Primak
2023-06-23compositor: introduce wlr_surface_set_role_object()Kirill Primak
2023-06-23compositor: fix wlr_surface_set_role() error messagesKirill Primak
2023-06-22backend/drm: fix libliftoff_plane double-freeSimon Ser
2023-06-22xwayland: unset wlr_xwayland.server on destroySimon Ser
2023-06-22cursor: add support for animated XCursorSimon Ser
2023-06-22output/swapchain: fix error return value typesSimon Ser
2023-06-22scene: Use wlr_output_state_copy for direct scanout pathAlexander Orzechowski
2023-06-22output: Introduce wlr_output_state_copy()Alexander Orzechowski
2023-06-21render/vulkan: Don't compute texture.has_alpha until first...Alexander Orzechowski
2023-06-21backend/drm: Fix typoAlexander Orzechowski
2023-06-20seat: fix keyboard/pointer/touch resource destroySimon Ser
2023-06-20output: stop using wlr_output.back_buffer in output_ensure_buffer()Simon Ser
2023-06-20output: attach buffer to state in output_ensure_buffer()Simon Ser
2023-06-20wlr_scene: Introduce wlr_scene_buffer_set_filter_modeAlexander Orzechowski