Commit Graph

286 Commits (5bef385ffc636cd89e7b535dc173b6df096a64b6)

Author SHA1 Message Date
Simon Ser e3ab52af7b backend/x11: add error logging to query_dri3_drm_fd() 12 months ago
Simon Ser 488a23c169 pointer: drop enum wlr_axis_orientation 12 months ago
Simon Ser 812451cd8f pointer: use enum wl_pointer_button_state 12 months ago
Simon Ser 9f4cf242d9 pointer: drop enum wlr_axis_source 12 months ago
Simon Ser 842093bb84 Define _POSIX_C_SOURCE globally 1 year ago
Simon Ser b62ac611c8 backend/x11: take wl_event_loop instead of wl_display 1 year ago
Simon Ser 3cc4374542 backend: stop calling wl_display_terminate() 1 year ago
Kirill Primak db69dcf767 backend/x11: handle touchpoint allocation failure 1 year ago
Simon Ser a0b1329ee6 Fix bool return types 1 year ago
Alexander Orzechowski 8ac5139007 backend/x11: Use wlr_texture_read_pixels 1 year ago
Kirill Primak 4990ed99eb backend/x11: don't send ConfigureRequest with the same size 1 year ago
Kirill Primak 4102b722d9 backend/x11: check buffer format in output_test() 1 year ago
Simon Ser 56ec13596a Cleanup wlr_matrix.h includes 1 year ago
Simon Ser d61ec694b3 output: take wl_event_loop in wlr_output_init() 1 year ago
Alexander Orzechowski 1b0694b794 treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 1 year ago
Simon Ser e5fc8cd4c7 output: trigger frame/present events on all commits on enabled output 2 years ago
Alexander Orzechowski 869b0f14bc backend/x11: Use output state to set init custom mode 2 years ago
Alexander Orzechowski 6cda3e251c output: Add initialization state to wlr_output_init 2 years ago
Brett Ernst 7ce4d557c5 backend/x11: log output test failure reasons 2 years ago
Simon Ser fe06e5f49a Use wl_container_of() instead of casts 2 years ago
Simon Ser e1bdc62c38 backend/x11: leave new outputs disabled by default 2 years ago
Simon Ser bfe8138210 backend/x11: unmap when output is disabled 2 years ago
Alexander Orzechowski 8243399385 output: Set output mode during main commit 2 years ago
Alexander Orzechowski 99314aac9f backend/x11: Reject non 0 refresh rate mode sets 2 years ago
Simon Ser be05097968 output: add wlr_output_state_init() 2 years ago
ptrcnull 56502be1d1 backend/x11: prevent segfault on empty DRI3 response 3 years ago
Kirill Primak 9c7db7124e backend/x11: fix delta_discrete value 2 years ago
Simon Ser bc8260f377 backend/x11: fix initial value of wlr_x11_buffer.n_busy 2 years ago
Simon Ser 86fc2199f8 build: unify naming for HAVE_* defines 2 years ago
Simon Ser afe1ae4479 backend/x11: ensure buffers are released on shutdown 2 years ago
Simon Ser 3ef68a4842 backend/x11: use request_state when window is resized 2 years ago
Simon Ser feb5691240 backend: remove const casts for pixman_region32_t 2 years ago
Simon Ser a28caf08e3 backend: use global output name counters 2 years ago
Simon Ser 6832ae14aa render: drop wlr_renderer_read_pixels() flags 2 years ago
Isaac Freund 135e60ff82 backend/x11: report adaptive sync as enabled 3 years ago
Simon Ser 8c70245d5f output: fail commits if adaptive sync cannot be enabled 3 years ago
Alexander Orzechowski ef4baea0e2 Use wl_signal_emit_mutable 3 years ago
Isaac Freund 91943a68a6 wlr_input_device: remove anon union field 3 years ago
Simon Ser 25dd3cc0cd output: pass wlr_output_state to backend 3 years ago
Simon Ser 4f5d6e4746 backend/x11: fix output model strdup call 3 years ago
Simon Ser be86145322 output: turn make/model/serial into char * 3 years ago
Simon Zeni aaf787ee56 types/wlr_touch: uniformize events name 3 years ago
Simon Zeni 9a17200446 types/wlr_keyboard: uniformize events name 3 years ago
Simon Zeni bd6c000d14 types/wlr_pointer: uniformize events name 3 years ago
Simon Zeni a92e5f8d46 types/wlr_input_device: move output_name field to wlr_pointer and wlr_touch 3 years ago
Simon Zeni 10cbb9fbe1 interface/wlr_touch: rework destroy sequence 3 years ago
Simon Zeni 51cd3c0726 interface/wlr_pointer: rework destroy sequence 3 years ago
Simon Zeni 7dc4a3ecd7 interface/wlr_keyboard: rework destroy sequence 3 years ago
Simon Zeni e279266f71 interfaces: remove wlr_input_device_impl 3 years ago
Simon Zeni 19f7e5d2b4 backend/x11: remove wlr_input_device_impl 3 years ago