Commit Graph

2295 Commits (97fdd57eb2ae4b9c076430fa5293c60a83f07447)

Author SHA1 Message Date
tiosgz ce66244fd2 surface_at: check if surfaces are mapped 3 years ago
tiosgz 893434b2d4 for_each_surface: only iterate mapped surfaces 3 years ago
Simon Ser 1d7e438d8a Revert "Require INVALID for implicit format modifiers" 3 years ago
Simon Ser ea7357b703 Require INVALID for implicit format modifiers 3 years ago
Simon Ser 744a5c2fef xdg-shell: stop clearing wlr_xdg_surface state on unmap 3 years ago
Simon Ser 665a164f27 xdg-shell: rename wlr_xdg_surface.next_configure_serial 3 years ago
Simon Ser 0e34208344 xdg-shell: introduce wlr_xdg_surface.current 3 years ago
Kirill Primak db4afc2408 xdg-surface: add pending state 3 years ago
José Expósito 20d9448257 wlr_pointer_gestures: hold gestures (protocol v3) 3 years ago
José Expósito 5f3e490c80 wlr_pointer_gestures: update protocol to version 2 3 years ago
José Expósito 4c3e307ec8 cursor: emit hold gesture events 3 years ago
José Expósito d069a783bc pointer: add hold pointer event definition 3 years ago
Kirill Primak 754f40f9cb layer-shell: add `committed` bitmask 3 years ago
Kirill Primak 59fa3637c3 layer-shell: refactor configure/state flow 3 years ago
Simon Ser 3c26244340 scene: add wlr_scene_buffer_set_transform 3 years ago
Simon Ser 43833fba64 scene: add wlr_scene_buffer_set_dest_size 3 years ago
Simon Ser 3d4afbe945 scene: use scene_node_get_size in wlr_scene_node_at 3 years ago
Simon Ser 27b529f8a0 scene: add scene_node_get_size helper 3 years ago
Simon Ser 63040d6744 scene: add wlr_scene_buffer_set_source_box 3 years ago
Simon Ser 7939bf8cc6 scene: add wlr_scene_buffer 3 years ago
Simon Ser f6f0e010d1 scene: unify intersection logic in wlr_scene_node_at 3 years ago
Simon Ser b25759cd20 scene: drop default case in wlr_scene_node_at 3 years ago
Tadeo Kondrak 30d3c76817 Implement input_method_v2 popups 3 years ago
Simon Ser 2e590026e9 scene: add wlr_scene_subsurface_tree_create 3 years ago
Simon Ser 597ba2b932 surface: add addon set 3 years ago
Simon Ser 211b3b760e scene: add wlr_scene_tree 3 years ago
Kirill Primak ccc84f11a4 xdg surface: check adding configure_idle for NULL 3 years ago
Kirill Primak 0e2d369106 xdg-surface: simplify configure mechanism 3 years ago
Kirill Primak b72a217fcc xdg-toplevel: refactor configure/state flow 3 years ago
Simon Zeni 9579d62a16 types/buffer: make {begin,end}_data_ptr_access part of the public API 3 years ago
Kirill Primak 52da68b591 xdg popup: move function to a file it belongs to 3 years ago
Simon Ser 4e7a8707cc buffer: add data_ptr access flags 3 years ago
Andri Yngvason 105fdecd0c screencopy: Handle shm copy in commit event handler 3 years ago
Andri Yngvason 04d234bac1 screencopy: Use output->front_buffer instead of wlr_output_export_dmabuf 3 years ago
Simon Ser a181a37b12 scene: add wlr_scene_attach_output_layout 3 years ago
Simon Ser 7832005a1f scene: move source to subdir 3 years ago
Quantum 679f5ed966 scene: fix compile error in release builds 3 years ago
Simon Ser 44f0f7a0a7 scene: add damage tracking support 3 years ago
Simon Ser 9195b77e14 scene: add wlr_scene_node_coords 3 years ago
Simon Ser 04d105760d scene: add wlr_scene_output_commit 3 years ago
Simon Ser 968c1df7e9 scene: add scene outputs 3 years ago
Simon Ser 872993f95d scene: fix wlr_scene_render_output offset 3 years ago
Simon Zeni 3984c81faa types: introduce wlr_drm_lease_v1 3 years ago
Simon Ser 04304c322e output-damage: fix damage on modeset 3 years ago
Simon Ser 88919464ef surface: fix abort on NULL buffer attach 3 years ago
Simon Ser ba0525c5c0 surface: drop wlr_surface_state.buffer_resource 3 years ago
Simon Ser 0978a702d7 surface: ensure buffer is reset to NULL in surface_state_move 3 years ago
Simon Ser 0fe3b45361 viewporter: hide wlr_viewport 3 years ago
Simon Ser bb82b6dada buffer: make wlr_client_buffer_apply_damage return a bool 3 years ago
Simon Ser cbe099dcc7 buffer: take a wlr_buffer in wlr_client_buffer_apply_damage 3 years ago
Kirill Primak 610f0c0805 surface: inline surface_commit_pending() 3 years ago
Kirill Primak cf56596565 surface: change surface_finalize_state() to surface_finalize_pending() 3 years ago
Kirill Primak ba55c7c4ff surface: rename impl and its functions 3 years ago
Kirill Primak 90e62390d9 surface: move subsurface lists to state 3 years ago
Simon Ser 3ac99fa4dc subsurface: move parent link to state 3 years ago
Simon Ser 56b6b80b9a subsurface: rename wlr_subsurface_state to wlr_subsurface_parent_state 3 years ago
Kirill Primak 242c23743f surface: cache frame callback lists again 3 years ago
Simon Ser d290b13871 seat: avoid copying the keymap for each client 3 years ago
Simon Ser 62924cc523 keyboard: add wlr_keyboard.keymap_fd 3 years ago
Devin J. Pohly 00c2bae1d3 scene: remove redundant empty-region check in render_texture() 3 years ago
Devin J. Pohly 9ed16e39fa scene: replace surface_at() with node_at() 3 years ago
Devin J. Pohly b7cd06e8fa scene: add RECT node type 3 years ago
Devin J. Pohly 526652a554 scene: iterate nodes instead of surfaces when rendering 3 years ago
Devin J. Pohly 7ec9523ea3 scene: stricter assertions on reparent 3 years ago
Devin J. Pohly d5263be355 scene: make graph loops fatal when debugging 3 years ago
Devin J. Pohly 0f534e32e4 scene: ensure node cannot be reparented below itself 3 years ago
Devin J. Pohly a1d462fa81 scene: add node reparent function 3 years ago
Simon Ser e4d0ec9ee1 scene: add wlr_scene_node_surface_at 3 years ago
Simon Ser 97954154bc scene: allow nodes to have arbitrary parents 3 years ago
Simon Ser 86e9309808 scene: add wlr_scene_node_toggle 3 years ago
Simon Ser c7d489b5b6 Introduce new scene-graph API 3 years ago
Kirill Primak 5f645598d8 subsurface: unlock surface on destroy 3 years ago
Simon Ser 3ce2ea9e16 Move allocator stuff into new directory 3 years ago
Kirill Primak 72a156b18a surface: fix wlr_surface_get_buffer_source_box() 3 years ago
Kirill Primak 109405729b surface: fix place_below handling 3 years ago
Rouven Czerwinski aa78c50bf1 output: check output enabled before sending frame 3 years ago
Isaac Freund 3364eec07e layer-shell: replace close() with destroy() 3 years ago
Simon Ser 93964012e6 buffer: add addon set 4 years ago
Simon Ser 20404ed8bb surface: drop surface_state_copy 4 years ago
Simon Ser 3f9e4f7a44 surface: kill wlr_surface.previous 4 years ago
Kirill Primak 111d4eafd7 util/addon: find both by owner and impl 4 years ago
Kirill Primak debd6c5f0b wlr_output_layout: use wlr_addons 4 years ago
Kirill Primak 11f799e88e wlr_outputs: add wlr_addon_set 4 years ago
Tudor Brindus 033c9cab74 input/pointer: try harder to not send duplicate motion events 4 years ago
Simon Ser c27263c105 seat: allow compositors to not load a keymap 4 years ago
Simon Ser df0e75ba05 output: try skipping buffer allocation if the backend allows it 4 years ago
Simon Ser 923258b0be backend/drm: preserve mode order from kernel 4 years ago
Kirill Primak f12bacf4b4 surface: don't cache frame callback lists 4 years ago
Quantum 456c6e2279 viewporter: remove crop and scale state upon destruction 4 years ago
Simon Ser 3132c0ab10 output: drop wlr_output_state.buffer_type 4 years ago
Simon Ser f211bc983a output-damage: stop using enum wlr_output_state_buffer_type 4 years ago
Simon Ser 4ddde1a7bd output: drop wlr_output_impl.{attach,rollback}_render 4 years ago
Simon Ser 6aadf811aa output: fallback to modifier-less allocation on modeset test failure 4 years ago
Simon Ser 0fb55c76d0 output: allocate and attach empty buffer on modeset 4 years ago
Simon Ser 1a5b6722a8 output: use pending resolution when allocating swapchain 4 years ago
Simon Ser d1c931cbe8 output: fallback to XRGB in output_pick_format 4 years ago
Simon Zeni 04d4fb536d render/wlr_texture: put wlr_texture_from_buffer into the public API 4 years ago
Simon Zeni 0778151f94 types/wlr_buffer: create custom wlr_buffer from wl_resource 4 years ago
Simon Zeni 646a25667e types/wlr_buffer: introduce wlr_buffer_resource_interface 4 years ago
Simon Zeni f09c88c1b7 types/wlr_buffer: remove wlr_renderer argument from wlr_buffer_from_resource 4 years ago
Simon Ser 8afb4d8bf0 buffer: re-use wlr_shm_client_buffer 4 years ago
Vyivel a93b18dbd5 input/pointer: send axis source once per frame 4 years ago
Simon Ser bcd5d8504c output: remove wlr_output_impl.export_dmabuf 4 years ago
Simon Ser 87e8c60faf output: add generic wlr_output_export_dmabuf implementation 4 years ago
Simon Ser 28aa803916 buffer: drop resource arg from wlr_client_buffer_create 4 years ago
Simon Ser 4554f17377 buffer: drop wlr_client_buffer.resource 4 years ago
Simon Ser d7c68ce632 buffer: stop using resource in client_buffer_get_dmabuf 4 years ago
Simon Ser a0baba4fa0 buffer: add wlr_client_buffer.source 4 years ago
Simon Ser 0abb67c478 buffer: stop using source resource in wlr_client_buffer_apply_damage 4 years ago
Simon Ser 7b25b0ff88 buffer: rename wlr_client_buffer variables to client_buffer 4 years ago
Simon Zeni 60f4d8f409 types/wlr_buffer: remove wlr_resource_get_buffer_size 4 years ago
Simon Zeni d086501fba types/wlr_surface: get buffer size from wlr_buffer_import 4 years ago
Simon Zeni 6d8029b07e types/wlr_buffer: split wlr_client_buffer_import function 4 years ago
Simon Ser e035f2b9c4 Fix invalid uses of wl_array_for_each 4 years ago
Simon Ser b934fbaf04 seat: add wlr_seat_touch_{send,notify}_frame 4 years ago
Simon Ser 22fd411bc3 cursor: add touch frame event 4 years ago
Simon Ser 84906a832f touch: add frame event 4 years ago
Simon Ser a48e569d38 output-damage: fix output swapchain handling 4 years ago
Simon Ser c2bd63c186 output: detach buffer from renderer before commit 4 years ago
Simon Zeni e192d87731 move wlr_box from /types to /util 4 years ago
Simon Zeni d975f35bba types/wlr_box: remove unused wlr_box_from_pixman_box32 and wlr_box_rotated_bounds functions 4 years ago
Simon Ser 3fdf8cf07e buffer: unify texture creation in wlr_client_buffer_import 4 years ago
Simon Ser 9a8097682b buffer: stop sending wl_buffer.release events from wlr_client_buffer 4 years ago
Simon Ser d3d1c69aca buffer: remove renderer param from wlr_resource_get_buffer_size 4 years ago
Simon Ser e5b5592a95 render: remove wl_drm support from wlr_renderer 4 years ago
Simon Ser d7b19fb294 buffer: handle wl_drm buffers 4 years ago
Simon Ser c868e509b7 drm: add support for DMA-BUFs 4 years ago
Simon Ser f7e3d325fe Add a stub wl_drm implementation 4 years ago
Simon Ser 82af6e7208 region: stabilize interface 4 years ago
Simon Ser c7018a45b7 surface: allow locking pending state in commit handler 4 years ago
Simon Ser 08e5b909f9 buffer: add wlr_dmabuf_buffer 4 years ago
Simon Ser 7ec66a9990 buffer: introduce wlr_readonly_data_buffer 4 years ago
Simon Ser ea585dba0f tablet-v2: fix pad and tool object versions 4 years ago
Simon Ser 57b70a478c Drop wlr_list 4 years ago
Simon Ser 5888c96da8 tablet: stop using wlr_list 4 years ago
Simon Ser 1c4b5bcab3 surface: accept commits with buffer size not divisible by scale 4 years ago
Simon Ser 7cbcc65ad0 surface: make wlr_subsurface_create private 4 years ago
Simon Ser ddc98bf593 surface: remove SURFACE_VERSION 4 years ago
Simon Ser 103edde481 xdg-activation-v1: fix wlr_xdg_activation_v1_create error path 4 years ago
Simon Ser 6259fd23fb output: reset back buffer on failed commit 4 years ago
Simon Ser b2f6db3533 render: drop wlr_ prefix from wlr_renderer_bind_buffer 4 years ago
Simon Ser fbadadf36f output: use wlr_renderer_begin_with_buffer for cursor 4 years ago
Simon Ser a667175ec7 screencopy-v1: use wlr_renderer_begin_with_buffer 4 years ago
Simon Ser 1a06ea7750 output: make attach_render and rollback_render optional 4 years ago
Simon Ser 233a2617cf output: split output_pick_cursor_format 4 years ago
Simon Ser 534615cd55 buffer: use wlr_texture_from_buffer for wl_shm_buffer 4 years ago
Simon Ser 7c26345826 buffer: introduce wlr_shm_client_buffer 4 years ago
Simon Ser 38ba5881a0 buffer: replace get_data_ptr with {begin,end}_data_ptr_access 4 years ago
Simon Ser 9e58301df7 surface: allow placing subsurfaces below parent 4 years ago
zccrs 11040d4942 Make the xdg_popup_get_position to public 4 years ago
Simon Ser 76f51a949f xdg-activation-v1: add token timeout 4 years ago
Simon Ser 8ff435831f xdg-activation-v1: new protocol implementation 4 years ago
Simon Ser 2b0a1aeed5 output: take a wlr_buffer in set_cursor 4 years ago
Simon Ser a8d7c2d4ea screencopy-v1: stop using wlr_client_buffer 4 years ago
Simon Ser 68758e8c21 buffer: use wlr_texture_from_buffer for DMA-BUFs 4 years ago
Simon Ser 6f39574ff5 linux-dmabuf-v1: implement wlr_buffer 4 years ago
Yuya Nishihara 8008d21f5b virtual_keyboard: Emulate key release events on destroy 4 years ago
Simon Ser 24fde77c62 buffer: add format param to get_data_ptr 4 years ago
Simon Zeni ccbce0f0a6 types/wlr_screencopy_v1: log error on read pixels failure 4 years ago
Simon Ser 6622cd3277 output: correctly handle outputs without a test() impl 4 years ago
Simon Ser e8df7c367a linux-dmabuf-v1: split params and buffer 4 years ago
Simon Ser f64ed60c7b linux-dmabuf-v1: drop some from_resource helpers 4 years ago
Simon Ser 6c61de996c buffer: introduce wlr_buffer_get_shm 4 years ago
Simon Zeni 0b9288ec0b buffer: introduce wlr_buffer_get_data_ptr 4 years ago
Ryan Farley b29ac8fbac util/uuid: replace with util/token, remove libuuid 4 years ago
Isaac Freund 78befa59f9 gtk-primary-selection: drop support 4 years ago
Simon Ser a9e5df44d8 surface: remove resource_list arg from surface_create 4 years ago
Simon Ser c430cd7d53 surface: make wlr_surface_create private 4 years ago
Kenny Levinsen 741da702bc xdg_shell: Fix invert_y of top right anchor 4 years ago
Simon Ser 80dbb9ba71 subsurface: immediately unlock cached state in set_desync 4 years ago
Simon Ser 8ecc557ab0 subsurface: use cached surface state 4 years ago
Simon Ser e0258f4506 surface: introduce cached states 4 years ago
Simon Ser 7ac76aba8a surface: introduce commit sequence numbers 4 years ago
Simon Zeni 50d2985607 Move render/shm_format functions to render/pixel_format 4 years ago
Simon Ser d9cae04ffc linux-dmabuf-v1: always advertise support for implicit modifiers 4 years ago
Simon Ser c740fccc9d Fix buffer blit matrices 4 years ago
Simon Ser 7720dde74d screencopy: stop using wlr_renderer_blit_dmabuf 4 years ago
Simon Ser 44fa2c4b49 output: fix transform matrix for 90/270 rotations 4 years ago
Simon Zeni 9601a2abf0 output: improve transform matrix calculation 4 years ago
Kenny Levinsen 46d2f80c38 wlr_seat_pointer: Remove log on notify_button 4 years ago
Simon Ser 675bc39658 Fix wl_shm_format passed to wlr_texture_from_pixels 4 years ago
Simon Ser c2815fd44d buffer: add missing convert_wl_shm_format_to_drm call 4 years ago
Simon Ser b54ef3372d render: use DRM formats in wlr_renderer_read_pixels 4 years ago
Simon Ser 00bf6674b3 output: use DRM format in wlr_output_preferred_read_format 4 years ago
Simon Ser 641c223d3c surface: don't send protocol error on invalid buffer size 4 years ago
Simon Ser 2530235139 surface: move INVALID_SIZE check into surface_state_finalize 4 years ago
Tadeo Kondrak 78685ec6aa text_input_v3: correct typo in enum field 4 years ago
Simon Ser 6f873078d4 build: use dictionnary for features instead of configuration_data 4 years ago
Tadeo Kondrak 5e19e0053a xdg-foreign: rename finish_* functions to destroy_* 4 years ago
Tadeo Kondrak 99ef23b62c xdg-foreign: Make imported object inert when exported is destroyed 4 years ago
Simon Ser 91fa2ff395 surface: check buffer size is compatible with scale 4 years ago
Simon Ser 8d76d3263d seat: use WL_SEAT_ERROR_CAPABILITY 4 years ago
Justus Rossmeier b9e9e0e133 tablet_v2: Fix implicit grab end detection 4 years ago
Manuel Stoeckl a290d7a78d Make implementation function lists static const 4 years ago
Simon Ser a39dc1f7a8 region: remove resource_list arg from region_create 4 years ago
Simon Ser 45f992b27b region: make wlr_region_create private 4 years ago
Isaac Freund f6fe439718 xdg-output: destroy outputs before manager 4 years ago
Simon Ser b3e76d6678 output: send commit event after pending state is cleared 4 years ago
Simon Ser 1fb9535e99 output-damage: stop relying on output pending state on commit 4 years ago
Simon Ser cc56b4f073 output: remove scale/transform events 4 years ago
Simon Ser aab43b3c76 output-layout: stop listening to scale/transform events 4 years ago
Simon Ser f6f46b4ee2 output-damage: stop listening to scale/transform events 4 years ago
Daniel Kondor b7dc4f2990 layer-shell: allow new values for keyboard-interactivity 4 years ago
Isaac Freund 07111828c5 layer shell: rename popup iterator for consistency 4 years ago
Isaac Freund f574ca934c xdg shell: remove wlr_xdg_surface_for_each_popup() 4 years ago
Simon Ser 4f80fab337 gamma-control-v1: schedule frame when resetting gamma LUT 4 years ago
Simon Ser edf5082a4c
output-damage: use output commit event 4 years ago
Isaac Freund d6890cb847 output-management: use same types as wlr_output 4 years ago
Isaac Freund b482c90e1a xdg/layer shell: reduce code duplication in iterators 4 years ago
Isaac Freund 4ee4a36c0c layer shell: add wlr_layer_surface_v1_popup_surface_at() 4 years ago
Isaac Freund 8f63557ed7 xdg shell: add wlr_xdg_surface_popup_surface_at() 4 years ago
Isaac Freund c5c5ab9724 xdg shell: add wlr_xdg_surface_for_each_popup_surface() 4 years ago
Isaac Freund 129e02b57d xdg shell: make unconstrain_from_box arg const 4 years ago
Andri Yngvason e136a4168b types/seat: Clear focus in wlr_seat_destroy() 4 years ago
Isaac Freund 87e216b740 layer shell: advertise version 3 4 years ago
Ilia Bozhinov 01dcfb360e types: add wlr_xdg_foreign_v2 4 years ago
Ilia Bozhinov 162f160def types: add wlr_xdg_foreign_v1 4 years ago
Ilia Bozhinov 37602e153b types: add wlr_xdg_foreign_registry 4 years ago
Ilia Bozhinov 42d033e738 xdg-shell: add wlr_xdg_toplevel_set_parent 4 years ago
Isaac Freund 0cba1ce747 gtk primary selection: destroy devices before manager 4 years ago
Isaac Freund bf926e31a0 primary selection: destroy devices before manager 4 years ago
Isaac Freund 5d24f6e098 toplevel-management: avoid redundant state events 4 years ago
Isaac Freund 8b90d5e17f toplevel-management: handle strdup failure 4 years ago
Isaac Freund abcab0331f toplevel-management: ignore inert seats 4 years ago
Simon Ser b9460ab724
Stop using wlr_texture_get_size 4 years ago
Simon Ser ae5275c09f
client-buffer: remove unnecessary wlr_resource_get_buffer_size 4 years ago
Isaac Freund f6fc4c2883 subsurface: handle NULL parent in get_root_surface 4 years ago
Simon Ser 768131e488 output: stop assuming a frame is pending in init 4 years ago
Simon Ser e9c1f0f7d3
output: improve basic test logging 4 years ago
Marten Ringwelski 44b1ff16e9 wlr-output-management: Handle modes added after initializing 4 years ago
Isaac Freund baf2319fd3 screencopy: don't use output transform for damage copy 4 years ago
Isaac Freund 37cb3eb8dd screencopy: check if damage committed before copy 4 years ago
Isaac Freund 1ecc1b5987 screencopy: use output transform for damage copy 4 years ago
Isaac Freund 1477401acd screencopy: handle compositor not setting damage 4 years ago
Simon Ser 49115e9d5d render: rename wlr_renderer_get_dmabuf_formats 4 years ago
Isaac Freund 78e9e692e8 wlr-output-management: add missing NULL check 4 years ago
Kenny Levinsen ebecc5404b surface: Make send_enter store entered outputs 4 years ago
Simon Ser 0b40d09a21 buffer: add wlr_client_buffer_get 4 years ago
Isaac Freund e06c9e43af Remove unneeded includes from wlr_input_device.h 4 years ago
Isaac Freund 7693f61d81 Replace wlr_key_state with wl_keyboard_key_state 4 years ago
Ilia Bozhinov 9595f95452 xdg_shell: handle inert popups 4 years ago
Simon Ser 372a52ecc0
input-method: send modifiers in set_keyboard 4 years ago
Simon Ser 4471a83ed0 screencopy: send failed when copying a DMA-BUF with a region 4 years ago
Simon Ser 51fc7ddb29 screencopy: perform DMA-BUF copy on output commit 4 years ago
Simon Ser f0945e112f export-dmabuf: export DMA-BUF on output commit 4 years ago
Simon Ser 8c8164c4a6 output: add when field to wlr_output_event_commit 4 years ago
Simon Ser 2934a72920
screencopy: stop setting needs_frame flag 4 years ago
Simon Ser c2db691cad gamma-control-v1: apply gamma LUT when output gets enabled 4 years ago
Ilia Bozhinov 346188c015 xdg_shell: fix a typo 4 years ago
Daniel Kondor b4ed8b3d74 foreign toplevel: send parent event only to clients that support it 4 years ago
Daniel Kondor 36395e5b1c
foreign-toplevel-management: report parent toplevel 4 years ago
Roman Gilg 86c0b9986b output-management-v1: send complete head state on enable change 4 years ago
Isaac Freund 8dec751a6d layer-shell: error on 0 dimension without anchors 4 years ago
Isaac Freund 8ad2cc39eb layer-shell: add for_each_popup 4 years ago
Roman Gilg bae8d7593c output-management-v1: send head identifying information 4 years ago
Drew DeVault a9cbfd950e Remove xdg-shell v6 4 years ago
Simon Ser b0144c7ded output-power-management-v1: listen to output commit 4 years ago
Simon Ser c674241ec0 output: introduce wlr_output_event_commit 4 years ago
Isaac Freund 2072d59da5 xdg-shell: split last-acked and current state 4 years ago
Daniel De Graaf c236f60bb6 wlr_virtual_keyboard: fix fd leak 5 years ago
Simon Ser 30226eb1fb gamma-control-v1: fix use-after-free in gamma_control_handle_set_gamma 5 years ago
Ilia Bozhinov 0032954c75 make sure to fail setting gamma on disabled outputs 5 years ago
Antonin Décimo d9bb792794 Fix incorrect format parameters 5 years ago
Ronan Pigott 39fd2335bf virtual_pointer: remember current axis for axis events 5 years ago
Tudor Brindus a145430afa
input/pointer: add wlr_seat_pointer_wrap 5 years ago
xdavidwu 595f324f8b input-method: implement keyboard grabs 5 years ago
xdavidwu 61e2ebac90 virtual-keyboard: add wlr_input_device_get_virtual_keyboard 5 years ago
Isaac Freund 92c85858a9 layer-shell: remove unused surface list 5 years ago
Greg V b2bd536308 xdg-shell: check for existing role before setting xdg_popup_surface_role 5 years ago
Andri Yngvason 1d835f2035 screencopy: Use correct dmabuf to get y-inversion flag 5 years ago
Isaac Freund 45c0877e34 layer-shell: upgrade to v3, implement destructor 5 years ago
Kenny Levinsen d2ca220fda wlr_drag: Destroy drag after releasing grabs 5 years ago
Isaac Freund a7f48aab69 xdg-decoration: free old configure structs 5 years ago
Isaac Freund 86e20f48c6 xdg-shell: handle serial wrapping overflow 5 years ago
Isaac Freund b937c7b05e layer-shell: handle serial wrapping overflow 5 years ago
Simon Ser 155d57b01d output: fix dangling renderer context after wlr_output_preferred_read_format 5 years ago
Simon Ser 3c5dbfd97c output: make rollback_render mandatory 5 years ago
Simon Ser bf93d2e67c output: rename impl->rollback to rollback_render 5 years ago
Simon Ser d177abecae surface: ignore viewport src rect on NULL buffer 5 years ago
Rouven Czerwinski c18c419b56 surface: don't unset width and height in finalize 5 years ago
Tudor Brindus c768309ab4 input/keyboard: send modifiers on first keyboard enter 5 years ago
Simon Ser 9e68ed2159 viewporter: new protocol implementation 5 years ago
Simon Ser c618a76540 surface: introduce wlr_surface_get_buffer_source_box 5 years ago
Simon Ser eb22ae97b0 surface: add wlr_surface_state.viewport 5 years ago
Andri Yngvason cae533cad2 screencopy: Use correct constant for y-inversion 5 years ago
Andri Yngvason ea83957ecc screencopy: Implement copying into linux-dmabuf 5 years ago
Tudor Brindus c9c31f803e util/time: de-duplicate `timespec_to_msec` 5 years ago
Thomas Hebb dcae6f1431 Allow keyboard and pointer grabs to hook clear_focus() 5 years ago
Andri Yngvason 034384f5aa export-dmabuf: Keep frame->output = NULL until frame is ready 5 years ago
Brian Ashworth 32148808ad wlr_keyboard_group: introduce enter and leave 5 years ago
Kalyan Sriram 8ab4d91380 Don't send redundant capability updates 5 years ago
Simon Ser 1a23c1425f Add comments for missing tablet tool entries 5 years ago
Kenny Levinsen 5e0ef70cc0 seat: Create inert objects for missing capabilities 5 years ago
Simon Ser 781ed1ff02 Fix -Wreturn-type warnings 5 years ago
Isaac Freund 666498db01 Make wlr_xcursor_manager_load() return a bool 5 years ago
Simon Ser 347bdb6d9a output: make wlr_output_set_gamma atomic 5 years ago
Tudor Brindus 7693fdb8a7 tablet: expose wlr_tablet_tool_v2_has_implicit_grab function 5 years ago
Tudor Brindus 74c0d03f00 tablet: pass motion events to implicitly grabbed surface 5 years ago
Tudor Brindus 8b18d389b3 input/pointer: notify compositor when constraint region changes 5 years ago
Tudor Brindus 064f64dbf7 input/keyboard: expose keymap matching helper 5 years ago
David96 e3343cf7d1 Add wlr_surface_accepts_touch 5 years ago
Isaac Freund 11e94c406b layer shell: only send unmap on close if mapped 5 years ago
Simon Ser 22d345d982
Remove .swp file added by mistake 5 years ago
Tudor Brindus d698334620 input/tablet: clear focused surface on surface destroy 5 years ago
Tudor Brindus ad28f57533 input/tablet: fix up updated axes after rotation 5 years ago
Andri Yngvason e51d507799 export-dmabuf: Schedule output frame on request 5 years ago
r-c-f f679895c77
seat: add check for NULL keyboard 5 years ago
Simon Ser 0281b58d2f output: fix maybe-uninitialized warning 5 years ago
Simon Ser 50ade3671f output: check for buffer size compatibility in common code 5 years ago
Simon Ser 5f092c55d1 output: fix blurred hw cursors with fractional scaling 5 years ago
Simon Ser 507d9bc19e Add wlr_output_impl.rollback 5 years ago
Simon Ser 6977f3a843 output: check buffer in wlr_output_test 5 years ago
Simon Ser e041158988 output: introduce wlr_output_test 5 years ago
Simon Ser 1fa9e0203b buffer: add width and height 5 years ago
Simon Ser 6595db6409 buffer: add a release event 5 years ago
Simon Ser 1674ca725c buffer: add destroy event 5 years ago
Simon Ser 7516a98167 Gracefully handle inert wl_output resources 5 years ago
Isaac Freund 8707a9b7ec Return false on wlr_keyboard_set_keymap() failure 5 years ago
Scott Anderson 34303e1b47 wlr_surface: Post error if multiple role objects created 5 years ago
Isaac Freund 1282c3b12f Send pointer enter/leave on capability change 5 years ago
Isaac Freund 7c309ba4d3 Properly popluate keys array for enter on creation 5 years ago
Isaac Freund 3f617631cb Send keyboard enter/leave on capability change 5 years ago
Simon Ser e0bbafc253 output: replace wlr_output.damage with a damage event 5 years ago
Simon Ser 07737e85cc output: add comment about needs_frame in wlr_output_schedule_frame 5 years ago
Simon Ser 41f9916ae5 buffer: remove unused wlr_client_buffer fields 5 years ago
Simon Ser 7bce056f1d output: don't send a needs_frame event if already sent 5 years ago
Simon Ser a4c7c6db09 output: make wlr_output_schedule_frame set output->needs_frame 5 years ago
Simon Ser 7017fa95b8 output: add adaptive_sync_enabled property 5 years ago
Simon Ser 8afc1ed68c Introduce wlr_client_buffer 5 years ago
Simon Ser 348f52b5fc output: remove wlr_output_impl.schedule_frame 5 years ago
Guido Günther c9859f187f wlr_output_power_management_v1: Init output_power->link 5 years ago
Aleksei Bavshin c99d156f0d xdg-shell: fix popups rendered outside of the screen 5 years ago
Michael Weiser 3ff6a5def3 idle-inhibit: Style and naming improvements 5 years ago
Michael Weiser 471b873de3 keyboard-shortcuts-inhibit: Implement the protocol 5 years ago
Guido Günther ba14e196f6 Implement wlr-output-power-management-v1 5 years ago
Dorota Czaplejewicz 37adcac5d1 text_input_v3: Note features supported by the text field 5 years ago
Ilia Bozhinov f416efa918 output-management: add current_configuration_dirty 5 years ago
Manuel Stoeckl 2fddec56e8 output: fix output transform compositions 5 years ago
Manuel Stoeckl f22a5d1704 Fix output rotation direction 5 years ago
Simon Ser c5376c2d2c seat: don't destroy global immediately 5 years ago
Simon Ser e63b70263a output: don't destroy global immediately 5 years ago
Andri Yngvason 273b280f46 virtual-pointer: Add request for mapping to specific output 5 years ago
Simon Ser 4b051aa926 meson: fix wayland-server minimum required version 5 years ago
Simon Ser b1a63bcd84 keyboard-group: two NULL keymaps are equal 5 years ago
xdavidwu 3b35043d00 text-input: fix missing destroy signal init 5 years ago
Andri Yngvason 51f8c22f4d virtual-pointer: Actually use the value passed to axis_discrete 5 years ago
Josef Gajdusek a7b538008b virtual-pointer: Add support for the wlr-virtual-pointer-unstable-v1 5 years ago
Simon Ser ff29843d87 output: only advertise current mode 5 years ago
Simon Ser 8bb2dc68ea xdg-shell: make wlr_xdg_surface_from_resource reject NULL 5 years ago
Simon Ser 7e521fed97 xdg-shell: fix inert xdg_surface handling 5 years ago
Simon Ser 8fc16890c7 output: refuse to commit a buffer or modeset a disabled output 5 years ago
Simon Ser b5597f5b44 output: clear pending bit if pending == current 5 years ago
Simon Ser 5d1ba0f446 output: re-introduce atomic mode, enabled, scale and transform 5 years ago
Brian Ashworth e0e5a167ed wlr_keyboard_group: fix mem leak in refresh_state 5 years ago
Simon Ser 471f9a3f6a output-management-v1: use wlr_output.description 5 years ago
Simon Ser 1f799c1cbd xdg-output-v1: use wlr_output.description 5 years ago
Simon Ser 4da4a15d6b output: add description 5 years ago
Scott Anderson cff1c2f740 meson: Various improvements 5 years ago
myfreeweb 774548696c Send tablet tool frame on proximity_out 5 years ago
Simon Ser 98cd11c019 output: fix wlr_output_preferred_mode fallback 5 years ago
Simon Ser 7fc58e704a surface: don't unref the current buffer on failure 5 years ago
Simon Ser 96e8e9b098 buffer: improve error handling 5 years ago
Manuel Stoeckl 8a5e4768e1 output: fix cursor wl_surface.{enter,leave} tracking 5 years ago
Simon Ser 16f22940d9 keyboard: emit key events without keymap 5 years ago
Simon Ser dc6ef658b6 Revert "output: add block_idle_frame" 5 years ago
Dorota Czaplejewicz fadd4706ed virtual_keyboard: Accept keycode 0 5 years ago
Simon Ser 5cde35923c Simplify globals implementation by removing destructors 5 years ago
Timidger 6bd7a62c09 Use layer shell v2 5 years ago
Simon Ser 2122e49bea presentation-time: add helper for common case 5 years ago
Simon Ser 533ea6d7ef presentation-time: make API more flexible 5 years ago
Simon Ser 3084cee7bc output: fix off-by-one wlr_output_event_present.commit_seq 5 years ago
Simon Ser 2d9661f189 output: set wlr_output.commit_seq before firing the commit event 5 years ago
Simon Ser 16e5e9541b Add -Wmissing-prototypes 5 years ago
Simon Ser 6c649bab53 output: add wlr_output_event_present.commit_seq 5 years ago
Alynx Zhou aa9ea95e1f Skip assign when sub_x or sub_y is NULL in wlr_surface_surface_at 5 years ago
Brian Ashworth f2d3b1000f Introduce wlr_keyboard_group 5 years ago
György Kurucz b81bb2ef30 Fix heap-use-after-free in wlr_send_tablet_v2_tablet_pad_leave 5 years ago
Simon Ser 9971db02ff output-management-v1: add assertion as a safety net 5 years ago
Andri Yngvason 61a6f2b928 screencopy: Implement damage reporting 5 years ago
Andri Yngvason 5d8bd4d343 output: Add commit sequence number 5 years ago
Timidger 1724261910 layer_shell: set layer of existing surface 5 years ago
Ivan Molodetskikh cbb2781fed output: add block_idle_frame 5 years ago
Ilia Bozhinov 480a31ea4e wlr_box: properly calculate closest point for non-positive area boxes 5 years ago
amingin b1b93c2c7e Fixes crash of compositor when unvalidated keycode 0 is passed () 5 years ago
Markus Ongyerth 57babd2e13 Move initialization of wlr_tablet_pad into types/wlr_tablet_pad 5 years ago
Ivan Molodetskikh 020a33e057 presentation_feedback: add the sampled state 5 years ago
Simon Ser c808613287 compositor: disconnect client on OOM in create_surface 5 years ago
Versus Void 2ecfc46b93 xdg-output: send wl_output.done after xdg_output created 5 years ago
Sebastian Krzyszkowiak a14d650864 wlr_seat_touch: Destroy the touchpoint on client destroy 5 years ago
Ilia Bozhinov 8b0f1bc850 layer-shell: ignore ack_configure() on closed surfaces 5 years ago
Sebastian Krzyszkowiak cdfe836b03 Revert "wlr_xdg_popup: don't treat all surfaces of grabbing client as grabbing surfaces" 5 years ago
Brian Ashworth fa477c77c4 wlr-layer-shell-v1: destroy xdg popups on unmap 6 years ago
Brian Ashworth 9914784594 wlr_xdg_toplevel: reparent on parent unmap 6 years ago
Antonin Décimo 217cf18a4b Avoid loss of a fractional part 6 years ago
Antonin Décimo 0695324de7 xdg_shell: remove variable self-assignment 6 years ago
Antonin Décimo 8f3d73e3a3 wlr_surface: condition is always false 6 years ago
Antonin Décimo 3fc977d7da Fix memory leak 6 years ago
Sebastian Krzyszkowiak 52037d13f7 wlr_xdg_popup: don't treat all surfaces of grabbing client as grabbing surfaces 6 years ago
Sebastian Krzyszkowiak 78d96009e4 wlr_xdg_popup: grab touch events alongside pointer and keyboard 6 years ago
Sebastian Krzyszkowiak 40d17c1305 wlr_seat_touch: add a way for a grab to ignore a touch point 6 years ago
Drew DeVault 94f65e354d Add libinput-1.14 support 6 years ago
Sebastian Krzyszkowiak 913cac1835 wlr_input_method_v2: Remove input method's resource from the list on destroy 6 years ago
Rouven Czerwinski 01f903874b Revert "output: atomic mode" 6 years ago
Simon Ser 6396710976 xdg-output: add support for xdg-output-unstable-v1 version 3 6 years ago
Simon Ser ee5f98ad49 output: atomic mode, enabled, scale and transform 6 years ago
Jason Francis d20aee6c9d export-dmabuf-v1: fix segfault on output disable 6 years ago
Jason Francis 724b5e1b8d screencopy: send failed after output disconnect 6 years ago
Jason Francis ce3e413e83 screencopy: fix segfault on disabled output 6 years ago
Simon Ser ca45f4490c Remove all wayland-server.h includes 6 years ago
Simon Ser 76ef089f52 output: drop wlr_output_mode.flags 6 years ago
Sebastian Krzyszkowiak 2d4bc66f11 wlr_touch: Declare wlr_touch_impl usage as const 6 years ago
Guido Günther 692a16cef7 layer-shell: Reject requests on gone surfaces 6 years ago
Guido Günther 91752e8285 layer-shell: Remove unused event source 6 years ago
Guido Günther df3f0ffbb0 wlr_seat_touch: Don't destroy touch point with surface 6 years ago
Manuel Stoeckl c2fb8a84a2 wlr_seat: special-case first serial set use 6 years ago
Manuel Stoeckl 1ef0c03a46 wlr_tablet_v2: Register event serials 6 years ago
Manuel Stoeckl 1d78bae19d wlr_pointer_gestures: Register event serials 6 years ago
Manuel Stoeckl ded441ffd5 wlr_seat: Fix edge cases with serial validation 6 years ago
Manuel Stoeckl edb30a6828 Implement serial validation for selection requests 6 years ago
Ilia Bozhinov fb739b8293 output-damage: set needs swap only when we have new damage 6 years ago
Dorota Czaplejewicz 0b1f9439ba virtual_keyboard: Require keymap before accepting keycodes 6 years ago
Simon Ser ce3f4c3fe1 output: remove wlr_output_impl.transform 6 years ago
Simon Ser 33127c545b output: reset the pending state on failed commit 6 years ago
Ashkan Kiani 06a13203dd Use a set to track pointer button state. 6 years ago
Simon Ser e07ffaa249 output-damage: support direct scan-out 6 years ago
Simon Ser 6c659da98b output: introduce wlr_output_lock_attach_render 6 years ago
Simon Ser e554c593f9 output: refuse to scan-out if software cursors are used 6 years ago
Simon Ser ff6b352d75 output: save buffer in pending state 6 years ago
Simon Ser afe7b207d5 output: fix attach_buffer semantics 6 years ago
Simon Ser 1d222309b8 output: change set_dmabuf to attach_buffer 6 years ago
Simon Ser 493804e421 buffer: add wlr_buffer_get_dmabuf 6 years ago
emersion 96d6fde5dc backend/drm: add basic support for direct scan-out 6 years ago
Simon Ser 3dec88e455 Remove orbital screenshooter and gamma-control 6 years ago
Brian Ashworth 6dfe238ff1 zwp_virtual-keyboard: fix mmap error handling 6 years ago
Rouven Czerwinski a5e32f652b wlr_output: remove idle_done on output destroy 6 years ago
Ilia Bozhinov 03346cb28f output: clear output->damage on successful commit 6 years ago
Ilia Bozhinov 4e6c17a7c9 foreign-toplevel: support fullscreen state and request 6 years ago
Simon Ser a656e486f4 seat: fallback to v6 if libwayland 1.17 isn't available 6 years ago
Simon Ser d7ef3a1f38 xdg-output: schedule a wl_output.done event on update 6 years ago
Simon Ser bde5a1f4ea output: introduce wlr_output_schedule_done 6 years ago
Drew DeVault 736632ad4e Remove wlr_wl_shell 6 years ago
Scott Anderson a671fc51d2 Advertise wl_seat version 7 6 years ago
Simon Ser 8d3369d70f output-damage: fix segfault after destroy 6 years ago
Simon Ser 20690346c7 output: rename needs_commit to needs_frame 6 years ago
Simon Ser 5e6766a165 output-damage: refactor API 6 years ago
Simon Ser 31dcecbfa9 output: rename swap_buffers event to precommit 6 years ago
Simon Ser 9a0f8a194c output: refactor backend API 6 years ago
Simon Ser 23e37e7b1d output: refactor frame submission API 6 years ago
Simon Ser 8acbf449cc output: introduce wlr_output_preferred_mode 6 years ago
Simon Ser 4207f05030 data-device: ignore accept for selection offers 6 years ago
Ilia Bozhinov d6615e0e84 idle: enable the compositors to add custom idle timeouts () 6 years ago
Ilia Bozhinov dc5d1d08ef output: do nothing in output_set_image if backend has no renderer 6 years ago
emersion 1515c56cae output: remove lx, ly 6 years ago
emersion 930e37eae9 output-management-v1: add more docs 6 years ago
Guido Günther 524f5c8425 Emit preferred mode 6 years ago
emersion ab3446091b output-management-v1: update protocol, add set_custom_mode 6 years ago
emersion fc0ba3ea22 output-management-v1: support outputs without modes 6 years ago
emersion 81e1489e79 output-management-v1: fix wl_fixed_t conversion 6 years ago
emersion 8136605cfb output-management-v1: support applying configuration 6 years ago
emersion d71ebde545 output-management-v1: add support for position, transform and scale 6 years ago
emersion ef68d7d4d1 output-management-v1: add support for modes 6 years ago
emersion e873c652bf output-management-v1: various fixes 6 years ago
emersion d695003498 Add apply and test events to manager 6 years ago
emersion 0b64ecc162 Split wlr_output_configuration_head_v1 6 years ago
emersion 3a233b3fcc Add support for wlr-output-management-unstable-v1 6 years ago
Guido Günther 9faea17c73
Merge pull request from emersion/format-set 6 years ago
emersion e42178d03f
render: switch wlr_renderer to wlr_drm_format_set 6 years ago
Markus Ongyerth 09b2833dcd send proximity_out in proximity in for tablet_v2 6 years ago
Stuart Dilts 08454adada types/meson.build: Add compile args for libinput to lib_wlr_types () 6 years ago
Brian Ashworth 17f688735f wlr_xdg_toplevel_v6: store pending fullscreen output 6 years ago
Brian Ashworth 4e614683b7 wlr_xdg_toplevel: store pending fullscreen output 6 years ago
Ryan Walklin 4453757fc9 s/lid_switch/switch_device 6 years ago
Brian Ashworth aa5c369910 wlr_output_layout_get_box: handle empty layout 6 years ago
emersion 30d3426164 seat: add debug logs when validating grab serials 6 years ago
Ian Fan 2e1dd4ae36 seat: fix remaining wlr_button_state enum rename 6 years ago
emersion e8f012c993 seat: only store serial if pressing a button 6 years ago
emersion 2fde5c95d8 seat: use wlr_button_state enum instead of uint32_t 6 years ago
emersion 4135fafecd seat: guard against button count corruption 6 years ago
emersion d425206719 data-device: check if there's a source before sending dnd_finish 6 years ago
emersion d6de640440
data-device: unbreak wl_data_source.cancel during drag-and-drop 6 years ago
emersion 7d367a9e21
data-offer: send WL_DATA_OFFER_ERROR_INVALID_FINISH 6 years ago
emersion 44ec3afb27
data-device: fix drag cleanup if not started 6 years ago
emersion 6291e84532
data-device: refactor wlr_drag 6 years ago
Drew DeVault ea28887a23
Merge pull request from emersion/primary-selection-v1 6 years ago
Markus Ongyerth fc9838b15e Prevent NULL dereference in tablet_tool handler 6 years ago
Drew DeVault b455df3b91
Merge pull request from emersion/inert-offers 6 years ago
emersion 07e1bedb08
data-device: make old offers inert before sending selection 6 years ago
emersion 81ed1efe4f
xwayland, data-device: fix surface state on unmap 6 years ago
emersion 943e918a96
subsurface: add map/unmap events 6 years ago
Brian Ashworth 3c9f791d0e wlr_output: do not modeset to current mode 6 years ago
Drew DeVault 8b203c28f8
Merge pull request from emersion/error-invalid-transform 6 years ago
Ivan Molodetskikh b59370088e Update data-control 6 years ago
emersion d238cc9f56
surface: error out on invalid transform 6 years ago
Sebastian Krzyszkowiak 69b9e2ae8f Post protocol error on invalid wl_surface scale 6 years ago
emersion 8163f7e1e2
primary-selection-v1: copy from gtk-primary-selection 6 years ago
Geoff Greer 5c8d2da0a1 Add a wlr_output_set_subpixel() 6 years ago
Ivan Molodetskikh 9e49ceb129 data-control: add primary selection support 6 years ago
Drew DeVault 20d404a091
Merge pull request from emersion/better-dnd-fix 6 years ago
emersion 7f5967234c
xdg-shell: destroy child popups on unmap 6 years ago
emersion 556bf3ac31
data-device: destroy previous source when starting drag 6 years ago
Connor E c1d0729d9a Make popup inert when destroyed. 6 years ago
John Chen f24e17259e Fix . 6 years ago
Drew DeVault 28f11aec31
Merge pull request from emersion/set-same-selection-crash 6 years ago
Drew DeVault 16a93eddfb
Merge pull request from emersion/dedup-source-mime-type 6 years ago
emersion f1d3aeff9a
data-device: fix crash when setting the same selection twice 6 years ago
emersion 790f0c52a1
De-duplicate data source MIME types 6 years ago
emersion 7defb30781
relative-pointer-v1: time is in usec, not msec 6 years ago
emersion 29952dee19
data-device: only allow one drag at a time 6 years ago
emersion d6de329d98
seat: don't send motion if pointer hasn't moved 6 years ago
emersion c505ce3019
data-device: fix use-after-free on drop 6 years ago
emersion 2624f667bf
Add missing frame events to shell pointer grabs 6 years ago
emersion 75371d2c88
Require libdrm >= 2.4.95 6 years ago
Greg V 9fe8e37961 Implement the pointer-gestures-unstable-v1 protocol 6 years ago
Drew DeVault 018727b1fc
Merge pull request from emersion/pointer-frame 6 years ago
emersion 5fdf22b5d3
data-control-v1: handle NULL sources in set_selection 6 years ago
emersion 5de26ad8ed
pointer: add a frame event 6 years ago
emersion a1f9d7ad9e
data-device: keep track of wlr_data_offer in wlr_seat lists 6 years ago
emersion 909b3b16f3
data-device: add wlr_data_offer.type 6 years ago
emersion 3f82eb1853
data-device: make device inert when seat is destroyed 6 years ago
emersion 9d6cb85b2d
seat: simplify data source destroy 6 years ago
emersion c20d413f8a
data-device: fix missing listener removal 6 years ago
emersion 703a160078
data-control-v1: use new wlr_data_source API 6 years ago
emersion 0040f7089f
data-device: unexport wlr_seat_client_send_selection 6 years ago
emersion 1a2727cc38
data-device: send offer on get_data_device 6 years ago
emersion 84f278eca1
data-device: remove data_source_send_offer 6 years ago
emersion 1150ff13ce
data-device: make sources inert, rename cancel to destroy 6 years ago
emersion 4cb0697e57 data-device, primary-selection: add request_set_selection 6 years ago
Ian Fan c41d01306d wlr_xdg_output_v1: move where name & description are sent 6 years ago
Brian Ashworth f3ff40a0eb wlr_xdg_output_v1: only send name/description once 6 years ago
emersion 365a75139c
Merge pull request from emersion/data-device-serial 6 years ago
Ilya Trukhanov c4ce3d0a49 Check if client understands wl_pointer::frame 6 years ago
emersion 06467d2e12
primary-selection: add a serial argument 6 years ago
emersion a4eb90315e
Fix indentation in various files 6 years ago
Drew DeVault d4de2bd708
Merge pull request from emersion/fullscreen-shell 6 years ago
Drew DeVault 0db2a687b7
Merge pull request from emersion/lost-crtc-state 6 years ago
emersion d4ffa5b7a6
backend/drm: fix state for outputs loosing their CRTC 6 years ago
Ilya Trukhanov 268cc450b6 Fix segfault in get_relative_pointer 6 years ago
Connor E b1cdd2b4b3 Use assertions instead of guard. 6 years ago
Connor E e7fff4f560 Remove wlr_xdg_surface_send_close. 6 years ago
emersion 0fafab87e3
Fix a few typos 6 years ago
Drew DeVault e61ea7706b
Merge pull request from emersion/data-control 6 years ago
emersion f71cf15aad
relative-pointer-v1: move pointer iteration in wlroots 6 years ago
emersion 86f263a0b8
fullscreen-shell-v1: initial protocol implementation 6 years ago
emersion 610f5bfc77
Merge pull request from ForTheReallys/relative-pointers 6 years ago
emersion 69e7fd61b7
data-control-v1: update to latest protocol proposal 6 years ago
emersion 340281b48a
data-control-v1: fix data source not properly destroyed 6 years ago
emersion a28167c255
data-control-v1: allow clearing selection 6 years ago
emersion ae1dd635b1
data-device: fix dangling listener in seat_client_selection_source_destroy 6 years ago
emersion aa2dafb7c8
data-control-v1: fix crash in manager_handle_get_data_control 6 years ago
emersion 1e581ad95c
data-control-v1: fix crash after wlr_data_control_v1_destroy 6 years ago
emersion 99d879c887
data-control-v1: initial protocol implementation 6 years ago
Alex Maese b8460f448c Rename some variables for clarity 6 years ago
Timidger 9af0c5338f
Standardize the wlr_box input paramaters 6 years ago
Alex Maese 5999d0322b Add a listener for when the pointer gets destroyed 6 years ago
Alex Maese 12d9edc0c9 Address more of @emersion's comments 6 years ago
Alex Maese a803a007fb Address @emersion's comments 6 years ago
Alex Maese f5ea393bca Remove pointer resource from relative pointer 6 years ago
Alex Maese 09bdbf24f4 Removed relative pointers from wlr_seat 6 years ago
Alex Maese f4cf3c0886 Remove wl_client from wlr_relative_pointer_v1 6 years ago
random human 68137dca3f relative_pointer: implementation and code fixes 6 years ago
random human fb44ce9fa8 relative_pointer: send frame event to pointer for Xwayland 6 years ago
random human 6fa1777f94 relative_pointer: code formatting fixes 6 years ago
random human d020344675 relative_pointer: implement protocol events 6 years ago
random human ba5b1676df relative_pointer: implement protocol requests 6 years ago
random human 3a3d1b6617 relative_pointer: create skeleton and build 6 years ago
Ryan Walklin 2a3c62b4d2 [WIP][DONTMERGE]Add support for libinput_switch input devices 6 years ago
Drew DeVault ef9506b0bc
Merge pull request from ammen99/fix-layer-shell-unconstrain 6 years ago
Ilia Bozhinov 07865104e1 xdg-popup: fix wlr_xdg_popup_get_toplevel_coords() 6 years ago
emersion c2113decb3
gtk-primary-selection: warn when offering MIME type after set_selection 6 years ago
emersion 8c573bc7c6
gtk-primary-selection: basic serial validation 6 years ago
Ilia Bozhinov 5b1b9657bf types: implement wlr_foreign_toplevel_management_v1 6 years ago
emersion 1256314afe
export-dmabuf-v1: add missing destroy request handler 6 years ago
Drew DeVault fdb67ff63b
Merge pull request from emersion/tablet-seat-leak 6 years ago
emersion 3ca7ca5306
tablet-v2: fix wlr_tablet_seat_v2 leak 6 years ago
emersion 5515faa197
xdg-shell: emit xdg_surface destroy when role object is destroyed 6 years ago
Drew DeVault 273e110b74
Merge pull request from emersion/swap-buffers-damage-coords 6 years ago
emersion 6aaefad40d
output: switch swap_buffers damage to output-buffer-local coords 6 years ago
emersion 9f0720c03a
primary-selection: introduce wlr_primary_selection_source 6 years ago
emersion 658b590567
gtk-primary-selection: fix segfault when no focus 6 years ago
emersion bfa7f4ee0d
gtk-primary-selection: use impl pattern for sources 6 years ago
emersion cbe42d1006
gtk-primary-selection: remove offer struct 6 years ago
emersion f001f98cef
gtk-primary-selection: refactor everything, untie from seat 6 years ago
Drew DeVault 05bb440786
Merge pull request from emersion/rename-gtk-primary-selection 6 years ago
Drew DeVault a2b8d47ff2
Merge pull request from emersion/data-multiple-devices 6 years ago
emersion a5b8ea90d2
surface: fix destroyed subsurfaces handling 6 years ago
emersion 4423f88fac
data-device: never cancel the source when offer is destroyed 6 years ago
emersion 5d26da9d15
data-device: allow multiple devices for the same seat 6 years ago
emersion 27d1910bec
text-input-v3: remove newline in log message 6 years ago
Drew DeVault 90f1a34d2c
Merge pull request from emersion/tablet-segfault 6 years ago
Ilia Bozhinov fb5691b6cc output: add wlr_output_preferred_read_format() 6 years ago
emersion 811a4d997b
Rename wlr_primary_selection to wlr_gtk_primary_selection 6 years ago
emersion eaafd65a12
gtk-primary-selection: track resources 6 years ago
emersion b9a2e4ba4c
gtk-primary-selection: support multiple devices 6 years ago
emersion 1b9ebcf645
output: make wlr_egl flip the damage 6 years ago
emersion ca770995cc
output: add wlr_output_render_software_cursors 6 years ago
emersion 57307b7aa7
output: remove wlr_output_set_fullscreen_surface 6 years ago
emersion 89ec624f81
tablet-v2: fix segfault on display destroy 6 years ago
emersion 95dfbe2962
xdg-shell: don't destroy xdg role state on role destroy 6 years ago
Julio Galvan a31fa678e5
Fix compilation error on musl 6 years ago
emersion 2d0c5ec78e
Use _POSIX_C_SOURCE, use shm_open 6 years ago
Drew DeVault d7b010024a
Merge pull request from arandomhuman/damage-control 6 years ago
emersion dec303bea6
surface: fix wlr_surface_get_effective_damage to give surface coords 6 years ago
emersion 62d646f2b8
render/gles2: remove assumptions about supported formats 6 years ago
emersion 68362b37a8
backend/drm: fix frame scheduling on secondary GPUs 6 years ago
emersion 346ec21c4c
util: use shm_open for in-memory files 6 years ago
Drew DeVault f668e49fae
Merge pull request from emersion/fix-input-method-destroy 6 years ago
emersion de8d87f5ae
input-method-v2: initialize destroy signal 6 years ago
emersion 3cb4ff3ff1
idle: allow zero timeout 6 years ago
Drew DeVault 6c7e0e48b1
Merge pull request from ixru/fix-cursor-visibility 6 years ago
Drew DeVault e0cf97da69
Merge pull request from emersion/static-analysis 6 years ago
emersion dfdbc1f870
output-layout, cursor: fix duplicate cursors 6 years ago
Drew DeVault ac26d23711
Merge pull request from emersion/source-seat-client 6 years ago
emersion 6730f5ba93
Merge pull request from nyorain/write_pixels_format 6 years ago
Dorota Czaplejewicz 14c6ee894e text-input: Don't reject enable requests when unfocused 6 years ago
nyorain cd28637187 Remove fmt parameter from wlr_texture_write_pixels 6 years ago
Drew DeVault e4a1560433
Merge pull request from nyorain/dmabuf_v1 6 years ago
emersion a9e02a9ea6 tablet-v2: fix memory leak on OOM, fix resource version 6 years ago
nyorain affbfb6a28 Support older wlr_linux_dmabuf_v1 clients 6 years ago
Dorota Czaplejewicz 226eedfa2b text-input: fix releasing destroy handlers 6 years ago
Drew DeVault 66e8908e9a
Merge pull request from dcz-purism/input 6 years ago
Dorota Czaplejewicz cec7471119 wlroots: add basic support for zwp_input_method_v2 6 years ago
Dorota Czaplejewicz 427735fcd9 wlroots: add support for zwp_text_input_unstable_v3 6 years ago
emersion 46b1ba386f output: remove idle_frame event source when destroying output 6 years ago
ixru 8d0997a5e7 Better placement of visibility check 6 years ago
ixru 6a9995d18c Fix cursor visibility on surface commit 6 years ago
emersion f44003f04b data-device: remove wlr_data_source.seat_client 6 years ago
emersion 5afaccedfc output: fix busy loop when backend doesn't implement schedule_frame 6 years ago
emersion ba91422747 output: don't trigger a frame immediately in schedule_frame 6 years ago
Drew DeVault 1e70b4cea2
Revert "Prevent excessive frame events when compositor doesn't swap buffers" 6 years ago
Ryan Dwyer b7b781ff44 Prevent excessive frame events when compositor doesn't swap buffers 6 years ago
emersion eac7c2ad2f output: add presentation refresh prediction 6 years ago
emersion b0635bf3e7 Rename get_present_clock to get_presentation clock, use it 6 years ago
emersion abddfc99f2 output: fix clock_gettime return value handling 6 years ago
emersion 54e1287f30 backend: add get_present_clock 6 years ago
emersion 26b9d6dbb1 output: send present event from all backends 6 years ago
emersion 78389fe722 output: add present event 6 years ago
emersion 3aad9fd6a9 presentation-time: add protocol implementation 6 years ago
random human 3e0a0f3c3a
wlr_surface: add wlr_surface_get_effective_damage 6 years ago
emersion 2beb68007e output: make gamma size a size_t and gamma table const 6 years ago
Emmanuel Gil Peyrot 130bf15cfa Fix a crash on zxdg_decoration_manager_v1 destroy 6 years ago
emersion f5ff702a69 gamma-control-v1: add missing destroy handler 6 years ago
Drew DeVault 5e9959daaa
Merge pull request from Laaas/master 6 years ago
emersion fadbdcd13c seat: remove unused keyboard focus_change event 6 years ago
emersion d98181dab8 pointer-constraints: use proper wayland-scanner functions 6 years ago
emersion dac4f8e19f pointer-constraints: refactoring 6 years ago
emersion 31cc2fa4f9 pointer-constraints: make region not a pointer, add committed bitfield 6 years ago
emersion c89cd4945b pointer-constraints: rename wl_{global,resources} 6 years ago
random human 84ecfb546b
wlr_surface: more consistent argument naming in surface_update_damage 6 years ago
random human 5eca5d8946
wlr_surface: remove duplicated damage calculation 6 years ago
random human 3fd5da58a0
wlr_surface: fix surface damage on resize 6 years ago