wlroots-hyprland/include/wlr/types
Isaac Freund a773231c42 wlr-output-management: implement adaptive sync
Version 4 of the protocol adds support for reporting/setting adaptive
sync state of outputs. Implement these new requests/events in wlroots.
2022-10-24 16:19:25 +00:00
..
wlr_buffer.h render: replace wlr_texture_write_pixels with update_from_buffer 2022-08-12 08:41:32 +00:00
wlr_compositor.h compositor: fix wlr_surface_set_role return value docs 2022-09-05 15:34:19 +02:00
wlr_cursor.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_damage_ring.h types: add wlr_damage_ring 2022-06-29 18:54:21 +03:00
wlr_data_control_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_data_device.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_drm.h drm: add support for DMA-BUFs 2021-07-05 11:13:41 -04:00
wlr_drm_lease_v1.h drm-lease-v1: fix error codepath 2022-10-07 19:49:28 +00:00
wlr_export_dmabuf_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_foreign_toplevel_management_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_fullscreen_shell_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_gamma_control_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_idle.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_idle_inhibit_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_idle_notify_v1.h idle-notify-v1: new protocol implementation 2022-10-14 13:36:15 +00:00
wlr_input_device.h wlr_input_device: remove anon union field 2022-06-21 18:42:07 +00:00
wlr_input_inhibitor.h Simplify globals implementation by removing destructors 2019-11-25 09:01:46 -05:00
wlr_input_method_v2.h Document NULL return value of foo_from_wlr_surface() functions 2022-07-02 13:28:02 +02:00
wlr_keyboard.h wlr_{keyboard,pointer,touch}: Update event docs 2022-06-28 09:50:30 +00:00
wlr_keyboard_group.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_keyboard_shortcuts_inhibit_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_layer_shell_v1.h Document NULL return value of foo_from_wlr_surface() functions 2022-07-02 13:28:02 +02:00
wlr_linux_dmabuf_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_matrix.h matrix: remove wlr_matrix_projection() 2022-06-08 19:27:36 +00:00
wlr_output.h output: clarify custom modes warning 2022-10-20 10:43:50 +00:00
wlr_output_damage.h output-damage: drop unused pending_attach_render 2022-10-07 18:09:26 +03:00
wlr_output_layout.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_output_management_v1.h wlr-output-management: implement adaptive sync 2022-10-24 16:19:25 +00:00
wlr_output_power_management_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_pointer.h pointer: transform low-res to high-res axis events 2022-07-11 11:01:35 +02:00
wlr_pointer_constraints_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_pointer_gestures_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_presentation_time.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_primary_selection.h Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wlr_primary_selection_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_region.h region: drop leftover reference to the mailing list 2021-07-05 10:32:50 -04:00
wlr_relative_pointer_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_scene.h wlr_scene: Convert render_list to wl_array 2022-08-19 19:38:33 +02:00
wlr_screencopy_v1.h screencopy-v1: make sure wlr_buffer enum is visible 2022-10-01 18:53:36 +00:00
wlr_seat.h seat: support low-resolution clients 2022-07-11 11:01:35 +02:00
wlr_server_decoration.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_session_lock_v1.h Document NULL return value of foo_from_wlr_surface() functions 2022-07-02 13:28:02 +02:00
wlr_single_pixel_buffer_v1.h single-pixel-buffer-v1: fix header guard name 2022-09-17 09:18:11 +02:00
wlr_subcompositor.h Document NULL return value of foo_from_wlr_surface() functions 2022-07-02 13:28:02 +02:00
wlr_surface.h surface: deprecate wlr_surface.h 2022-01-13 10:06:41 +00:00
wlr_switch.h wlr_input_device: remove anon union field 2022-06-21 18:42:07 +00:00
wlr_tablet_pad.h wlr_input_device: remove anon union field 2022-06-21 18:42:07 +00:00
wlr_tablet_tool.h wlr_input_device: remove anon union field 2022-06-21 18:42:07 +00:00
wlr_tablet_v2.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_text_input_v3.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_touch.h wlr_{keyboard,pointer,touch}: Update event docs 2022-06-28 09:50:30 +00:00
wlr_viewporter.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_virtual_keyboard_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_virtual_pointer_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_xcursor_manager.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_xdg_activation_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_xdg_decoration_v1.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_xdg_foreign_registry.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_xdg_foreign_v1.h xdg-foreign-v1: s/unmap/destroy 2022-09-11 09:20:08 +03:00
wlr_xdg_foreign_v2.h xdg-foreign-v2: s/unmap/destroy 2022-09-11 09:20:08 +03:00
wlr_xdg_output_v1.h xdg-output-v1: use wlr_output.description 2019-12-29 12:35:22 -05:00
wlr_xdg_shell.h xdg-toplevel: send invalid_parent error 2022-10-14 10:57:49 +00:00