Age | Commit message (Expand) | Author |
2022-05-23 | util/addon: avoid calling finish() twice | Kirill Primak |
2022-05-23 | xwayland: Add support for -force-xrandr-emulation | Joshua Ashton |
2022-05-22 | seat: Allow to cancel touches | Guido Günther |
2022-05-19 | wlr_scene: Refactor wlr_scene_surface to be a helper on top of wlr_scene_buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Introduce addons to scene nodes | Alexander Orzechowski |
2022-05-19 | wlr_scene: Make presentation object public | Alexander Orzechowski |
2022-05-19 | wlr_scene: Change out surface specific iterator functions | Alexander Orzechowski |
2022-05-19 | wlr_scene: Make scene_buffer_from_node public | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add a function to also specify damage when applying a buffer to wl... | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add a way to choose when input interactions happen on a buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add frame_done signal for wlr_scene_buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add primary_output property to wlr_scene_buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add presentation signal for wlr_scene_buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Make wlr_scene_render_output private | Alexander Orzechowski |
2022-05-19 | wlr_scene: Fix missing calls to scene_node_update_outputs | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add output_enter/output_leave signals | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add setter for buffer of a wlr_scene_buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Allow buffer in wlr_scene_buffer to be NULL | Alexander Orzechowski |
2022-05-15 | xdg-shell: specify version in wlr_xdg_shell_create | Simon Ser |
2022-05-07 | xwayland: add wlr_xwayland_server_options.terminate_delay | Simon Ser |
2022-04-17 | Revert "Copy xcb_icccm structs into wlroots" | John Lindgren |
2022-04-13 | xdg-toplevel: don't schedule configures on state requests | Kirill Primak |
2022-04-13 | xdg-foreign-v2: treat unmapped parents as NULL | Kirill Primak |
2022-04-13 | xdg-foreign-v1: treat unmapped parents as NULL | Kirill Primak |
2022-03-23 | seat: take wlr_keyboard in wlr_seat_set_keyboard() | Leonardo Hernández Hernández |
2022-03-23 | layer-shell: Make wlr_layer_surface_v1_from_resource public | Guido Günther |
2022-03-17 | types/wlr_touch: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_tablet_tool: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_tablet_pad: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_switch: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_keyboard: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_pointer: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_input_device: move width_mm and height_mm fields to wlr_tablet and ... | Simon Zeni |
2022-03-17 | types/wlr_input_device: move output_name field to wlr_pointer and wlr_touch | Simon Zeni |
2022-03-16 | types/wlr_output: Handle subpixel hints through output commits | Alexander Orzechowski |
2022-03-16 | Revert "scene: try to import buffers as textures before rendering" | Simon Ser |
2022-03-11 | types/wlr_virtual_pointer_v1: remove destroy event | Simon Zeni |
2022-03-11 | types/wlr_virtual_keyboard_v1: remove destroy event | Simon Zeni |
2022-03-11 | types/wlr_keyboard: remove destroy event | Simon Zeni |
2022-03-11 | types/wlr_tablet_tool: remove name ambiguity | David96 |
2022-03-08 | wlr_switch: remove WLR_SWITCH_STATE_TOGGLE | Isaac Freund |
2022-03-07 | types/wlr_input_device: move init and finish function to private API | Simon Zeni |
2022-03-07 | types/wlr_input_device: remove wlr_input_device_destroy | Simon Zeni |
2022-03-07 | interface/wlr_touch: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_tablet_tool: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_tablet_pad: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_switch: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_pointer: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_keyboard: rework destroy sequence | Simon Zeni |
2022-03-03 | buffer: extract interface to separate header | Simon Ser |