aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
AgeCommit message (Expand)Author
2023-07-24cursor-shape-v1: new protocol implementationSimon Ser
2023-07-21wlr_idle_inhibit_manager_v1: add comments for signal parametersrewine
2023-07-17data-device: remove undefined grab interface declsKirill Primak
2023-07-17xdg-shell: update stale docsKirill Primak
2023-07-17cursor, output: apply viewport to cursorSimon Ser
2023-07-17wlr_gamma_control: add missing forward declarationsJohn Lindgren
2023-07-14presentation-time: add separate helper for zero-copySimon Ser
2023-07-14scene: add wlr_scene_output_sample_eventSimon Ser
2023-07-14scene: rename output_present event to output_sampleSimon Ser
2023-07-11render: document wlr_buffer_pass_options.timerSimon Ser
2023-07-11render: constify struct wlr_buffer_pass_optionsSimon Ser
2023-07-10scene_output: optionally record and report timingsRose Hudson
2023-07-09xwayland: document event dataSimon Ser
2023-07-09xwayland: drop struct wlr_xwayland_move_eventSimon Ser
2023-07-09xwayland: document associate/dissociate eventsSimon Ser
2023-07-03output: drop wlr_output_cursor_set_image()Simon Ser
2023-07-02cursor: remove wlr_cursor_set_image()Simon Ser
2023-07-02xcursor-manager: drop wlr_xcursor_manager_set_cursor_image()Simon Ser
2023-07-02cursor: add wlr_cursor_set_buffer()Simon Ser
2023-06-30output-layer: add wlr_output_layer_state.damageSimon Ser
2023-06-27wlr_scene_buffer: Publicize some stateAlexander Orzechowski
2023-06-23output: add wlr_output_state_init()Simon Ser
2023-06-23compositor: listen to role_resource destroy signalSimon Ser
2023-06-23compositor: replace role_data with role_resourceSimon Ser
2023-06-23compositor: don't call role unmap hook without an objectKirill Primak
2023-06-23compositor: introduce wlr_surface_set_role_object()Kirill Primak
2023-06-22output: Introduce wlr_output_state_copy()Alexander Orzechowski
2023-06-20wlr_scene: Introduce wlr_scene_buffer_set_filter_modeAlexander Orzechowski
2023-06-19render: Introduce wlr_render_texture_options.blend_modeAlexander Orzechowski
2023-06-19renderer: Introduce wlr_scale_filter_modeAlexander Orzechowski
2023-06-15cursor: add wlr_cursor_unset_image()Simon Ser
2023-06-15cursor: add wlr_cursor_set_xcursor()Simon Ser
2023-06-15output: add documentation for wlr_output_stateAlexander Orzechowski
2023-06-14compositor: add wlr_surface_role.no_objectKirill Primak
2023-06-13output: add wlr_output_state_set_layers()Simon Ser
2023-06-12seat: remove a TODO comment about simulating keyboard eventsKirill Primak
2023-06-12scene: introduce wlr_scene_output_build_state()Alexander Orzechowski
2023-06-12output: introduce wlr_output_state_set_damage()Alexander Orzechowski
2023-06-08gamma-control-v1: stop applying gamma LUTs implicitlySimon Ser
2023-06-08gamma-control-v1: add wlr_gamma_control_v1_send_failed_and_destroy()Simon Ser
2023-06-08gamma-control-v1: add wlr_gamma_control_v1_apply()Simon Ser
2023-06-08output: add wlr_output_state_set_gamma_lut()Simon Ser
2023-06-08gamma-control-v1: add wlr_gamma_control_manager_v1_get_control()Simon Ser
2023-06-08gamma-control-v1: introduce set_gamma eventSimon Ser
2023-06-08compositor: improve role-specific documentationKirill Primak
2023-06-08drag: don't set icon's role_dataKirill Primak
2023-06-06presentation-time: constify wlr_presentation_feedback_send_presented()Simon Ser
2023-06-06compositor: add a note about ignored input regionsKirill Primak
2023-06-05render/gles2: implement timer APIRose Hudson
2023-06-05add render timer APIRose Hudson