wlroots-hyprland/types
Simon Ser 6f8287128b output: drop wlr_output_cursor_set_image()
This function takes a pointer to memory with a hardcoded format
and many parameters to describe the pixel buffer.
wlr_output_cursor_set_buffer() can be used instead.
2023-07-03 09:46:54 +02:00
..
buffer wl-drm: use resource interface 2022-11-17 19:55:19 +00:00
data_device compositor: introduce wlr_surface_set_role_object() 2023-06-23 11:54:05 +00:00
output output: drop wlr_output_cursor_set_image() 2023-07-03 09:46:54 +02:00
scene wlr_scene: Don't recompute node location during rendering 2023-07-01 09:48:25 +00:00
seat compositor: introduce wlr_surface_set_role_object() 2023-06-23 11:54:05 +00:00
tablet_v2 compositor: introduce wlr_surface_set_role_object() 2023-06-23 11:54:05 +00:00
xdg_shell compositor: replace role_data with role_resource 2023-06-23 14:23:27 +02:00
meson.build output-damage: drop 2023-04-06 20:34:30 +00:00
wlr_compositor.c compositor: listen to role_resource destroy signal 2023-06-23 14:33:26 +02:00
wlr_content_type_v1.c content-type-v1: add version param to wlr_content_type_manager_v1_create() 2022-11-15 16:43:04 +01:00
wlr_cursor.c cursor: remove usage of wlr_output_cursor_set_image() 2023-07-03 09:45:34 +02:00
wlr_damage_ring.c wlr_damage_ring_set_bounds: Ignore duplicate size requests 2023-06-15 14:57:51 +00:00
wlr_data_control_v1.c data-control: Handle inert seats 2023-06-03 10:43:12 +00:00
wlr_drm.c wlr_drm_format_set: Store formats on array 2023-05-11 18:25:52 +02:00
wlr_drm_lease_v1.c drm-lease-v1: reject the lease request by default 2022-10-07 19:49:28 +00:00
wlr_export_dmabuf_v1.c wlr-export-dmabuf-v1: handle output destroy 2023-05-10 20:45:48 +00:00
wlr_foreign_toplevel_management_v1.c foreign-toplevel-management: fix indentation 2022-10-01 19:57:32 +00:00
wlr_fractional_scale_v1.c wp-fractional-scale-v1: new protocol implementation 2023-02-08 16:31:39 +01:00
wlr_fullscreen_shell_v1.c fullscreen-shell: set surface role 2023-06-23 22:09:54 +03:00
wlr_gamma_control_v1.c gamma-control-v1: stop applying gamma LUTs implicitly 2023-06-08 18:47:46 +00:00
wlr_idle.c wlr_idle: Handle inert seats 2023-06-03 10:43:12 +00:00
wlr_idle_inhibit_v1.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_idle_notify_v1.c idle-notify-v1: new protocol implementation 2022-10-14 13:36:15 +00:00
wlr_input_device.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_input_inhibitor.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_input_method_v2.c compositor: listen to role_resource destroy signal 2023-06-23 14:33:26 +02:00
wlr_keyboard.c keyboard: use the new data in wlr_keyboard_set_keymap() 2023-05-18 08:39:24 +03:00
wlr_keyboard_group.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_keyboard_shortcuts_inhibit_v1.c keyboard-shortcuts-inhibit: Handle inert seats 2023-06-03 10:43:12 +00:00
wlr_layer_shell_v1.c compositor: listen to role_resource destroy signal 2023-06-23 14:33:26 +02:00
wlr_linux_dmabuf_v1.c linux-dmabuf-v1: fix wlr_drm_format_set leak in feedback_compile() 2023-05-18 11:20:21 +02:00
wlr_matrix.c matrix: remove wlr_matrix_projection() 2022-06-08 19:27:36 +00:00
wlr_output_layer.c output-layer: add feedback event 2023-02-20 18:38:57 +01:00
wlr_output_layout.c output-layout: improve closest point for no outputs case 2023-01-21 12:48:43 +00:00
wlr_output_management_v1.c wlr-output-management: implement adaptive sync 2022-10-24 16:19:25 +00:00
wlr_output_power_management_v1.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_pointer.c wlr_input_device: remove anon union field 2022-06-21 18:42:07 +00:00
wlr_pointer_constraints_v1.c region: constify 2022-11-11 23:11:17 +00:00
wlr_pointer_gestures_v1.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_presentation_time.c presentation-time: constify wlr_presentation_feedback_send_presented() 2023-06-06 21:38:07 +00:00
wlr_primary_selection.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_primary_selection_v1.c primary-selection: Handle inert seats 2023-06-03 10:43:12 +00:00
wlr_region.c region: constify 2022-11-11 23:11:17 +00:00
wlr_relative_pointer_v1.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_screencopy_v1.c screencopy-v1: fix logical->physical region transform 2023-07-01 10:05:30 -04:00
wlr_server_decoration.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_session_lock_v1.c compositor: listen to role_resource destroy signal 2023-06-23 14:33:26 +02:00
wlr_shm.c shm: add create() function without a wlr_renderer 2022-11-25 15:16:42 +00:00
wlr_single_pixel_buffer_v1.c single-pixel-buffer-v1: new protocol implementation 2022-08-03 10:35:23 +00:00
wlr_subcompositor.c compositor: listen to role_resource destroy signal 2023-06-23 14:33:26 +02:00
wlr_switch.c wlr_input_device: remove anon union field 2022-06-21 18:42:07 +00:00
wlr_tablet_pad.c wlr_input_device: remove anon union field 2022-06-21 18:42:07 +00:00
wlr_tablet_tool.c wlr_input_device: remove anon union field 2022-06-21 18:42:07 +00:00
wlr_text_input_v3.c text-input: Handle inert seats 2023-06-03 10:43:12 +00:00
wlr_touch.c wlr_input_device: remove anon union field 2022-06-21 18:42:07 +00:00
wlr_viewporter.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_virtual_keyboard_v1.c virtual-keyboard: Handle inert seats 2023-06-03 10:43:12 +00:00
wlr_virtual_pointer_v1.c virtual-pointer: Handle inert seats 2023-06-03 10:43:12 +00:00
wlr_xcursor_manager.c xcursor-manager: drop wlr_xcursor_manager_set_cursor_image() 2023-07-02 22:42:37 +00:00
wlr_xdg_activation_v1.c xdg-activation: accept pointer focus for new tokens 2023-02-06 15:52:02 +01:00
wlr_xdg_decoration_v1.c xdg-decoration: send missing protocol errors 2023-03-10 11:44:20 +01:00
wlr_xdg_foreign_registry.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_xdg_foreign_v1.c xdg-shell: use unified map logic 2023-06-02 17:26:18 +00:00
wlr_xdg_foreign_v2.c xdg-shell: use unified map logic 2023-06-02 17:26:18 +00:00
wlr_xdg_output_v1.c types/wlr_xdg_output_v1: Fix wl_output.done bug. 2022-08-19 14:22:23 +00:00