aboutsummaryrefslogtreecommitdiff
path: root/backend/x11
AgeCommit message (Expand)Author
2024-02-15Define _POSIX_C_SOURCE globallySimon Ser
2024-01-25backend/x11: take wl_event_loop instead of wl_displaySimon Ser
2024-01-25backend: stop calling wl_display_terminate()Simon Ser
2024-01-17backend/x11: handle touchpoint allocation failureKirill Primak
2024-01-04Fix bool return typesSimon Ser
2023-11-30backend/x11: Use wlr_texture_read_pixelsAlexander Orzechowski
2023-11-27backend/x11: don't send ConfigureRequest with the same sizeKirill Primak
2023-11-26backend/x11: check buffer format in output_test()Kirill Primak
2023-11-25Cleanup wlr_matrix.h includesSimon Ser
2023-11-23output: take wl_event_loop in wlr_output_init()Simon Ser
2023-10-03treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practicalAlexander Orzechowski
2023-08-23output: trigger frame/present events on all commits on enabled outputSimon Ser
2023-08-16backend/x11: Use output state to set init custom modeAlexander Orzechowski
2023-08-16output: Add initialization state to wlr_output_initAlexander Orzechowski
2023-07-18backend/x11: log output test failure reasonsBrett Ernst
2023-07-11Use wl_container_of() instead of castsSimon Ser
2023-06-27backend/x11: leave new outputs disabled by defaultSimon Ser
2023-06-27backend/x11: unmap when output is disabledSimon Ser
2023-06-27output: Set output mode during main commitAlexander Orzechowski
2023-06-27backend/x11: Reject non 0 refresh rate mode setsAlexander Orzechowski
2023-06-23output: add wlr_output_state_init()Simon Ser
2022-05-01backend/x11: prevent segfault on empty DRI3 responseptrcnull
2023-01-16backend/x11: fix delta_discrete valueKirill Primak
2023-01-03backend/x11: fix initial value of wlr_x11_buffer.n_busySimon Ser
2022-12-06build: unify naming for HAVE_* definesSimon Ser
2022-12-06backend/x11: ensure buffers are released on shutdownSimon Ser
2022-11-15backend/x11: use request_state when window is resizedSimon Ser
2022-11-11backend: remove const casts for pixman_region32_tSimon Ser
2022-10-13backend: use global output name countersSimon Ser
2022-10-04render: drop wlr_renderer_read_pixels() flagsSimon Ser
2022-08-30backend/x11: report adaptive sync as enabledIsaac Freund
2022-08-30output: fail commits if adaptive sync cannot be enabledSimon Ser
2022-08-18Use wl_signal_emit_mutableAlexander Orzechowski
2022-06-21wlr_input_device: remove anon union fieldIsaac Freund
2022-05-30output: pass wlr_output_state to backendSimon Ser
2022-05-27backend/x11: fix output model strdup callSimon Ser
2022-05-26output: turn make/model/serial into char *Simon Ser
2022-03-17types/wlr_touch: uniformize events nameSimon Zeni
2022-03-17types/wlr_keyboard: uniformize events nameSimon Zeni
2022-03-17types/wlr_pointer: uniformize events nameSimon Zeni
2022-03-17types/wlr_input_device: move output_name field to wlr_pointer and wlr_touchSimon Zeni
2022-03-07interface/wlr_touch: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_pointer: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_keyboard: rework destroy sequenceSimon Zeni
2022-02-22interfaces: remove wlr_input_device_implSimon Zeni
2022-02-21backend/x11: remove wlr_input_device_implSimon Zeni
2022-02-21types/wlr_touch: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_pointer: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_keyboard: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_input_device: default vendor and product id to 0Simon Zeni