aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
AgeCommit message (Expand)Author
2021-01-12layer-shell: allow new values for keyboard-interactivityDaniel Kondor
2021-01-12render/egl: remove surface and buffer age args from make_currentSimon Ser
2021-01-12render/egl: replace init/finish with create/destroySimon Ser
2021-01-12render/egl: remove wlr_egl_swap_buffersSimon Ser
2021-01-12render/egl: remove support for EGL_NATIVE_VISUAL_IDSimon Ser
2021-01-12layer shell: rename popup iterator for consistencyIsaac Freund
2021-01-12xdg shell: remove wlr_xdg_surface_for_each_popup()Isaac Freund
2021-01-10output-management: use same types as wlr_outputIsaac Freund
2021-01-09render/egl: document NULL config_attribs passed to wlr_egl_initSimon Ser
2021-01-09render/egl: use KHR function pointer typeSimon Ser
2021-01-09render/egl: document that config may be zeroSimon Ser
2021-01-08layer shell: add wlr_layer_surface_v1_popup_surface_at()Isaac Freund
2021-01-08xdg shell: add wlr_xdg_surface_popup_surface_at()Isaac Freund
2021-01-08xdg shell: add wlr_xdg_surface_for_each_popup_surface()Isaac Freund
2021-01-07xdg shell: make unconstrain_from_box arg constIsaac Freund
2021-01-07remove unnecessary egl includesSimon Zeni
2021-01-07backend: remove wlr_egl from all backendsSimon Zeni
2021-01-07types/seat: Clear focus in wlr_seat_destroy()Andri Yngvason
2021-01-06render: remove EGL config and visual from wlr_renderer_autocreateSimon Ser
2021-01-05types: add wlr_xdg_foreign_v2Ilia Bozhinov
2021-01-05types: add wlr_xdg_foreign_v1Ilia Bozhinov
2021-01-05types: add wlr_xdg_foreign_registryIlia Bozhinov
2021-01-05xdg-shell: add wlr_xdg_toplevel_set_parentIlia Bozhinov
2021-01-05docs: wlr_surface_from_resource cannot return NULLIsaac Freund
2021-01-04backend/session: allow wlr_session_find_gpus to return an errorSimon Ser
2020-12-30Remove wlr_create_renderer_func_tSimon Ser
2020-12-22subsurface: handle NULL parent in get_root_surfaceIsaac Freund
2020-12-07docs: fix error in wlr_output_set_damage() commentIsaac Freund
2020-12-07xwayland: use pipe instead of SIGUSR1 to signal readinessDominik Honnef
2020-12-03build: add leftover WLR_HAS_LIBCAPSimon Ser
2020-11-30xwm: add wlr_xwayland_surface_restack()Ilia Bozhinov
2020-11-30render/egl: remove wlr_egl.external_only_dmabuf_formatsSimon Ser
2020-11-30render: rename wlr_renderer_get_formatsSimon Ser
2020-11-30render: rename wlr_renderer_get_dmabuf_formatsSimon Ser
2020-11-30render: introduce wlr_renderer_get_dmabuf_render_formatsSimon Ser
2020-11-30render: remove wlr_renderer_format_supportedSimon Ser
2020-11-30render: expand wlr_renderer_get{,_dmabuf}_formats docsSimon Ser
2020-11-23surface: Make send_enter store entered outputsKenny Levinsen
2020-11-19backend/session: replace session_signal with events.activeSimon Ser
2020-11-19backend/session: wait for DRM device if none foundSimon Ser
2020-11-19backend/session: introduce wlr_session.events.add_drm_cardSimon Ser
2020-11-19backend/session: operate on wlr_deviceSimon Ser
2020-11-19texture: document that functions should not be called while renderingIlia Bozhinov
2020-11-19render/egl: stop including eglmesaext.hSimon Ser
2020-11-15render: introduce wlr_renderer_get_drm_fdSimon Ser
2020-11-15render/egl: introduce wlr_egl_dup_drm_fdSimon Ser
2020-11-15render: introduce wlr_renderer_bind_bufferSimon Ser
2020-11-15buffer: add wlr_client_buffer_getSimon Ser
2020-11-11Remove unneeded includes from wlr_input_device.hIsaac Freund
2020-11-11Use uint32_t in wlr_renderer_begin signatureIsaac Freund