Age | Commit message (Expand) | Author |
2024-01-17 | backend/x11: handle touchpoint allocation failure | Kirill Primak |
2024-01-04 | Fix bool return types | Simon Ser |
2023-11-30 | backend/x11: Use wlr_texture_read_pixels | Alexander Orzechowski |
2023-11-27 | backend/x11: don't send ConfigureRequest with the same size | Kirill Primak |
2023-11-26 | backend/x11: check buffer format in output_test() | Kirill Primak |
2023-11-25 | Cleanup wlr_matrix.h includes | Simon Ser |
2023-11-23 | output: take wl_event_loop in wlr_output_init() | Simon Ser |
2023-10-03 | treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical | Alexander Orzechowski |
2023-08-23 | output: trigger frame/present events on all commits on enabled output | Simon Ser |
2023-08-16 | backend/x11: Use output state to set init custom mode | Alexander Orzechowski |
2023-08-16 | output: Add initialization state to wlr_output_init | Alexander Orzechowski |
2023-07-18 | backend/x11: log output test failure reasons | Brett Ernst |
2023-07-11 | Use wl_container_of() instead of casts | Simon Ser |
2023-06-27 | backend/x11: leave new outputs disabled by default | Simon Ser |
2023-06-27 | backend/x11: unmap when output is disabled | Simon Ser |
2023-06-27 | output: Set output mode during main commit | Alexander Orzechowski |
2023-06-27 | backend/x11: Reject non 0 refresh rate mode sets | Alexander Orzechowski |
2023-06-23 | output: add wlr_output_state_init() | Simon Ser |
2022-05-01 | backend/x11: prevent segfault on empty DRI3 response | ptrcnull |
2023-01-16 | backend/x11: fix delta_discrete value | Kirill Primak |
2023-01-03 | backend/x11: fix initial value of wlr_x11_buffer.n_busy | Simon Ser |
2022-12-06 | build: unify naming for HAVE_* defines | Simon Ser |
2022-12-06 | backend/x11: ensure buffers are released on shutdown | Simon Ser |
2022-11-15 | backend/x11: use request_state when window is resized | Simon Ser |
2022-11-11 | backend: remove const casts for pixman_region32_t | Simon Ser |
2022-10-13 | backend: use global output name counters | Simon Ser |
2022-10-04 | render: drop wlr_renderer_read_pixels() flags | Simon Ser |
2022-08-30 | backend/x11: report adaptive sync as enabled | Isaac Freund |
2022-08-30 | output: fail commits if adaptive sync cannot be enabled | Simon Ser |
2022-08-18 | Use wl_signal_emit_mutable | Alexander Orzechowski |
2022-06-21 | wlr_input_device: remove anon union field | Isaac Freund |
2022-05-30 | output: pass wlr_output_state to backend | Simon Ser |
2022-05-27 | backend/x11: fix output model strdup call | Simon Ser |
2022-05-26 | output: turn make/model/serial into char * | Simon Ser |
2022-03-17 | types/wlr_touch: 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 output_name field to wlr_pointer and wlr_touch | Simon Zeni |
2022-03-07 | interface/wlr_touch: 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-02-22 | interfaces: remove wlr_input_device_impl | Simon Zeni |
2022-02-21 | backend/x11: remove wlr_input_device_impl | Simon Zeni |
2022-02-21 | types/wlr_touch: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_pointer: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_keyboard: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_input_device: default vendor and product id to 0 | Simon Zeni |
2021-12-09 | Fix incorrect %zd formatting directives | Simon Ser |
2021-12-09 | output: introduce wlr_output_set_name | Simon Ser |
2021-11-26 | Require INVALID for implicit format modifiers | Simon Ser |