summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-19wlr_scene: Add setter for buffer of a wlr_scene_bufferAlexander Orzechowski
2022-05-19wlr_scene: Allow buffer in wlr_scene_buffer to be NULLAlexander Orzechowski
2022-05-15xdg-shell: specify version in wlr_xdg_shell_createSimon Ser
2022-05-10tinywl: don't crash when there is no keyboardSimon Ser
2022-05-06tinywl/tinywl: clean up tinywl_output when wlr_output is gonexiaoyaobing
2022-04-28Zero-initialize structs in init functionsSimon Ser
2022-04-14scene/output-layout: fix scene destroy handlerKirill Primak
2022-04-13xdg-toplevel: don't schedule configures on state requestsKirill Primak
2022-04-01tinywl: remove outdated non-feature from README.mdKirill Primak
2022-04-01tinywl: don't generate xdg-shell-protocol.cKirill Primak
2022-03-23seat: take wlr_keyboard in wlr_seat_set_keyboard()Leonardo Hernández Hernández
2022-03-17types/wlr_keyboard: uniformize events nameSimon Zeni
2022-03-17types/wlr_pointer: uniformize events nameSimon Zeni
2022-03-17tinywl: init cursor_modeSimon Zeni
2022-03-16Revert "scene: try to import buffers as textures before rendering"Simon Ser
2022-03-07tinywl: destroy keyboard on wlr_input_device eventSimon Zeni
2022-02-02xdg-toplevel: fix functions' main argument typeKirill Primak
2022-02-01scene: Add layer_shell_v1 helperKenny Levinsen
2022-02-01scene: try to import buffers as textures before renderingSimon Ser
2022-01-14tinywl: fix check whether client is focused or notIsaac Freund
2022-01-13surface: deprecate wlr_surface.hKirill Primak
2022-01-13subcompositor: split out from compositorKirill Primak
2022-01-08scene/subsurface_tree: fix handling subsurface destructionKirill Primak
2021-12-23scene: schedule an output frame on wl_surface.frameSimon Ser
2021-12-14scene: add wlr_scene_set_presentation()Isaac Freund
2021-12-13scene: fix wlr_scene_send_frame_done() APIIsaac Freund
2021-12-13scene: fix wlr_scene_send_frame_done() APIIsaac Freund
2021-12-13tinywl: use wlr_scene_send_frame_done()Isaac Freund
2021-12-13scene: add wlr_scene_send_frame_done()Isaac Freund
2021-12-13scene: add primary output to wlr_scene_surfaceIsaac Freund
2021-12-13scene: send surface enter/leave output eventsIsaac Freund
2021-12-04Fix wlr_scene_node_lower_to_bottomtiosgz
2021-12-01Fix uninitialized variable errors in release modeQuantum
2021-11-30tinywl: use wlr_sceneIsaac Freund
2021-11-30scene: add wlr_scene_get_scene_outputSimon Ser
2021-11-26scene: add support for viewporterSimon Ser
2021-11-25scene: add wlr_scene_xdg_surface_createSimon Ser
2021-11-19tinywl: build with meson if examples option is enabledSimon Zeni
2021-11-19tinywl: init output render before commitSimon Zeni
2021-11-18types/wlr_scene: use renderer from wlr_outputSimon Zeni
2021-11-18tinywl: autocreate allocator and init outputSimon Zeni
2021-11-07scene: fix calloc size mismatchSimon Ser
2021-10-31scene/subsurface_tree: hide unmapped subsurfacestiosgz
2021-10-27scene: inline subsurface_tree_destroySimon Ser
2021-10-23scene: add support for direct scan-outSimon Ser
2021-10-22scene: add wlr_scene_output_for_each_surfaceSimon Ser
2021-10-18scene: remove surface commit listener when node is destroyedSimon 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-02Fix spelling errorsElyes HAOUAS