aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-15output: add presented flag to presentation eventKirill Primak
2021-10-15output: disallow NULL event for wlr_output_send_present()Kirill Primak
2021-10-14render/allocator: use empty DRM lease to re-open nodeSimon Ser
2021-10-14scene: add functions to place node on top/bottomIsaac Freund
2021-10-14scene: assert that node != sibling in place above/belowIsaac Freund
2021-10-07examples/foreign-toplevel: fix toplevel not being freedfwsmit
2021-10-07xdg-decoration: refactor configure/state flowKirill Primak
2021-10-06layer-shell: move NULL buffer check to role precommit handlerKirill Primak
2021-10-06xdg-shell: remove redundant NULL buffer checkKirill Primak
2021-10-05backend: drop unconditional and unused <libinput.h>Jan Beich
2021-10-04render/allocator: use render node if available in reopen_drm_nodeSimon Ser
2021-10-02surface_at: check if surfaces are mappedtiosgz
2021-10-02for_each_surface: only iterate mapped surfacestiosgz
2021-10-02Fix spelling errorsElyes HAOUAS
2021-10-01Revert "render/drm_format_set: add wlr_drm_format_has"Simon Ser
2021-10-01Revert "Require INVALID for implicit format modifiers"Simon Ser
2021-10-01Revert "backend/drm: fail on explicit modifier in drmModeAddFB2"Simon Ser
2021-10-01Revert "render/egl: always add LINEAR to supported modifiers"Simon Ser
2021-10-01Revert "render/drm_format_set: remove special LINEAR case"Simon Ser
2021-10-01render/drm_format_set: remove special LINEAR caseSimon Ser
2021-10-01render/egl: always add LINEAR to supported modifiersSimon Ser
2021-10-01backend/drm: fail on explicit modifier in drmModeAddFB2Simon Ser
2021-10-01Require INVALID for implicit format modifiersSimon Ser
2021-10-01render/drm_format_set: add wlr_drm_format_hasSimon Ser
2021-09-30xdg-shell: stop clearing wlr_xdg_surface state on unmapSimon Ser
2021-09-30xdg-shell: rename wlr_xdg_surface.next_configure_serialSimon Ser
2021-09-30xdg-shell: introduce wlr_xdg_surface.currentSimon Ser
2021-09-30xdg-surface: add pending stateKirill Primak
2021-09-30backend: create renderer and allocator in wlr_backend_autocreateSimon Ser
2021-09-27wlr_pointer_gestures: hold gestures (protocol v3)José Expósito
2021-09-27wlr_pointer_gestures: update protocol to version 2José Expósito
2021-09-27cursor: emit hold gesture eventsJosé Expósito
2021-09-27backend/wayland: send hold gesture eventsJosé Expósito
2021-09-27backend/libinput: send hold gesture eventsJosé Expósito
2021-09-27build: check if libinput supports hold gesturesJosé Expósito
2021-09-27pointer: add hold pointer event definitionJosé Expósito
2021-09-27protocol/meson: bump wayland-protocols requirement to 1.23José Expósito
2021-09-24Fix a typo in CONTRIBUTING.mdHubert Hirtz
2021-09-24layer-shell: add `committed` bitmaskKirill Primak
2021-09-23layer-shell: refactor configure/state flowKirill Primak
2021-09-22scene: add wlr_scene_buffer_set_transformSimon Ser
2021-09-22scene: add wlr_scene_buffer_set_dest_sizeSimon Ser
2021-09-22scene: use scene_node_get_size in wlr_scene_node_atSimon Ser
2021-09-22scene: add scene_node_get_size helperSimon Ser
2021-09-22scene: add wlr_scene_buffer_set_source_boxSimon Ser
2021-09-22util/box: introduce wlr_fbox_emptySimon Ser
2021-09-22scene: add wlr_scene_bufferSimon Ser
2021-09-22scene: unify intersection logic in wlr_scene_node_atSimon Ser
2021-09-22scene: drop default case in wlr_scene_node_atSimon Ser
2021-09-22Implement input_method_v2 popupsTadeo Kondrak