aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-21wlr_input_device: remove anon union fieldIsaac Freund
2022-06-21xdg-popup: use configure fieldsKirill Primak
2022-06-21xdg-toplevel: post no memory on strdup() failKirill Primak
2022-06-21subcompositor: consider map on creationKirill Primak
2022-06-20cursor: re-enable NULL buffer for cursorRouven Czerwinski
2022-06-19backend/drm: set "max bpc" to the maxSimon Ser
2022-06-19backend/drm: remove unused CRTC count checkSimon Ser
2022-06-17output-management-v1: add wlr_output_head_v1_state_apply()Simon Ser
2022-06-16render/texture: drop wlr_texture_is_opaqueSimon Ser
2022-06-14gitignore: remove build dir entriesSimon Ser
2022-06-12render/egl: don't leak memory on error returnbi4k8
2022-06-11Add missing &bi4k8
2022-06-11render/vulkan/pixel_format: do not leak props->...bi4k8
2022-06-11xdg-shell: improve shell version checkKirill Primak
2022-06-08scene/layer_shell_v1.c: fix bug in width/height calculationsJohan Malm
2022-06-08matrix: remove wlr_matrix_projection()Simon Ser
2022-06-08render/gles2: simplify flipped projectionSimon Ser
2022-06-08output: use state setters in wlr_output_set_*Simon Ser
2022-06-08output: compare state before commitSimon Ser
2022-06-08output: add output state settersSimon Ser
2022-06-07scene/output_layout: Fix crash in scene_output_layout_output_destroyConsolatis
2022-06-07util/global: fix memory leak on display destroy in wlr_global_destroy_safeSimon Ser
2022-06-07output: fix make/model/serial memory leakSimon Ser
2022-06-07output: fix leak of empty back buffer lockIsaac Freund
2022-06-07backend/drm: fix NULL pointer deference due to typoIsaac Freund
2022-06-07backend/drm: make serial optionalSimon Ser
2022-06-07backend/drm: unconditionally set "content type" to graphicsSimon Ser
2022-06-06dmabuf: Don't leak file descriptors on error pathAlexander Orzechowski
2022-06-05Remove remaining wl_signal_emit callsSimon Ser
2022-06-05wlr_output_commit_state: Make sure to clear the back bufferAlexander Orzechowski
2022-06-04examples/screencopy-dmabuf: stop using strncpySimon Ser
2022-06-04examples/text-input: stop using strcpy/strcatSimon Ser
2022-06-02backend/drm: fix check for no-op commitsIsaac Freund
2022-06-02wlr_scene_buffer: Update primary_output on output destroyAlexander Orzechowski
2022-06-02wlr_scene_buffer: Call output enter/leave after primary_output calculationAlexander Orzechowski
2022-06-02backend/drm: short-circuit no-op commitsSimon Ser
2022-06-01backend/drm: make commits without a buffer blockingSimon Ser
2022-06-01xdg-shell: add support for v4Simon Ser
2022-06-01compositor: send WL_SURFACE_ERROR_INVALID_SIZE for non-cursor surfacesSimon Ser
2022-06-01scene/output-layout: add initial outputsKirill Primak
2022-06-01scene/output-layout: improve ownership logicKirill Primak
2022-06-01scene: add wlr_scene_output.events.destroyKirill Primak
2022-05-31scene/wlr_scene.h: fix indentationKirill Primak
2022-05-31output: drop wlr_output_cursor.events.destroySimon Ser
2022-05-31output: re-implement set_image with set_bufferSimon Ser
2022-05-31output: introduce wlr_output_cursor_set_bufferSimon Ser
2022-05-31output: remove noop backend check in wlr_output_cursor_set_imageSimon Ser
2022-05-31wlr_scene: Move children list from wlr_scene_node to wlr_scene_treeAlexander Orzechowski
2022-05-31wlr_scene: Inline wlr_scene_node_stateAlexander Orzechowski
2022-05-31wlr_scene: Only allow parenting on a wlr_scene_treeAlexander Orzechowski