aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-04-14compositor: add wlr_surface_set_preferred_buffer_scale()Simon Ser
2023-04-14compositor: pass version in wlr_compositor_createSimon Ser
2023-04-06output: Drop output_is_direct_scanoutAlexander Orzechowski
2023-04-06output-damage: dropSimon Ser
2023-04-06output: add wlr_output_is_direct_scanout_allowed()Simon Ser
2023-04-04output-layer: add support for scaling buffersSimon Ser
2023-03-28backend/wayland: only unmap layers when necessarySimon Ser
2023-03-28output-layer: cache current stateSimon Ser
2023-03-24backend/wayland: support touch cancel eventsRose Hudson
2023-03-20backend/wayland: fix undefined reference to wlr_wl_input_device_get_seatzccrs
2023-03-12xdg-shell: improve unmapping logic slightlyKirill Primak
2023-03-10output-layer: require all layers in wlr_output_state.layersSimon Ser
2023-03-09xwm: make atom_map staticKirill Primak
2023-03-01util/log: prefix WLR_REL_SRC_DIR with underscoreSimon Ser
2023-02-28backend/drm: use libdisplay-info for CVT mode generationSimon Ser
2023-02-28backend/drm: use libdisplay-info to parse EDIDSimon Ser
2023-02-28render/vulkan: prefer render node for wlr_renderer_get_drm_fd()Simon Ser
2023-02-24output: introduce wlr_output_configure_primary_swapchain()Simon Ser
2023-02-21render/swapchain: make publicSimon Ser
2023-02-21output-layer: document interactions with screen captureSimon Ser
2023-02-21backend/drm: drop wlr_drm_layer.pending_{width,height}Simon Ser
2023-02-21output: expose wlr_output_state_set_buffer()Simon Ser
2023-02-21output: expose wlr_output_state_finish()Simon Ser
2023-02-20wlr_scene: Add dmabuf_feedback helperAlexander Orzechowski
2023-02-20wlr_scene: Cleanup header includesAlexander Orzechowski
2023-02-20linux-dmabuf-v1: add helper for output layer feedback eventsSimon Ser
2023-02-20backend/drm: send output layer feedback eventsSimon Ser
2023-02-20output-layer: add feedback eventSimon Ser
2023-02-20backend/drm: add support for output layersSimon Ser
2023-02-20backend/drm: add libliftoff composition layerSimon Ser
2023-02-20backend/drm: add libliftoff interfaceSimon Ser
2023-02-20backend/drm: init wlr_drm_plane for all plane typesSimon Ser
2023-02-20backend/wayland: implement output layersSimon Ser
2023-02-20output: add wlr_output_set_layers()Simon Ser
2023-02-20Add wlr_output_layerSimon Ser
2023-02-13xwayland: Read and publish _NET_WM_STRUT_PARTIAL propertyJohn Lindgren
2023-02-08scene: Add fractional scale handlingKenny Levinsen
2023-02-08wp-fractional-scale-v1: new protocol implementationKenny Levinsen
2023-02-06linux-dmabuf-v1: add wlr_linux_dmabuf_feedback_v1_init_with_options()Simon Ser
2023-02-06linux-dmabuf-v1: add basic helpers for feedbackSimon Ser
2023-02-06linux-dmabuf-v1: stop using const in feedbackSimon Ser
2023-02-04wlr_scene: Rename wlr_scene_surface_from_bufferAlexander Orzechowski
2023-02-02backend/wayland: handle wl_registry.global_remove for wl_seatSimon Ser
2023-02-02backend/wayland: make destroy_wl_seats() handle a single seatSimon Ser
2023-02-01subcompositor: convert to try_fromSimon Ser
2023-02-01ext-session-lock-v1: convert to try_fromSimon Ser
2023-02-01layer-shell-v1: convert to try_fromSimon Ser
2023-02-01input-method-v2: convert to try_fromSimon Ser
2023-02-01xdg-shell: convert to try_fromSimon Ser
2023-02-01xwayland/xwm: introduce wlr_xwayland_surface_try_from_wlr_surface()Kirill Primak