aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-11Use wl_container_of() instead of castsSimon Ser
2023-07-11render/gles2: drop unnecessary castSimon Ser
2023-07-10scene_output: optionally record and report timingsRose Hudson
2023-07-10input-method-v2: don't remove inert role resourceKirill Primak
2023-07-10xwayland-shell: don't remove inert role resourceKirill Primak
2023-07-10session-lock: don't remove inert role resourceKirill Primak
2023-07-10layer-shell: don't remove inert role resourceKirill Primak
2023-07-10subcompositor: don't remove inert role resourceKirill Primak
2023-07-09xwayland: pass NULL as event dataSimon Ser
2023-07-09xwayland: use initializer for struct wlr_xwayland_resize_eventSimon Ser
2023-07-09xwayland: document event dataSimon Ser
2023-07-09xwayland: drop struct wlr_xwayland_move_eventSimon Ser
2023-07-09xwayland: document associate/dissociate eventsSimon Ser
2023-07-07Use struct initializers instead of memset()Simon Ser
2023-07-07viewporter: check for an existing viewportKirill Primak
2023-07-05license: add copyright line for all contributorsSimon Ser
2023-07-03output: drop wlr_output_cursor_set_image()Simon Ser
2023-07-03cursor: remove usage of wlr_output_cursor_set_image()Simon Ser
2023-07-02cursor: remove wlr_cursor_set_image()Simon Ser
2023-07-02xcursor-manager: drop wlr_xcursor_manager_set_cursor_image()Simon Ser
2023-07-02cursor: add wlr_cursor_set_buffer()Simon Ser
2023-07-02cursor: stop using set_image() in wlr_cursor_unset_image()Simon Ser
2023-07-01screencopy-v1: fix logical->physical region transformManuel Stoeckl
2023-07-01wlr_scene: Don't recompute node location during renderingAlexander Orzechowski
2023-07-01wlr_scene: Simplify direct scanout handlingAlexander Orzechowski
2023-07-01wlr_scene: Wrap render_list nodes in structAlexander Orzechowski
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