aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
AgeCommit message (Expand)Author
2021-09-27pointer: add hold pointer event definitionJosé Expósito
2021-09-24layer-shell: add `committed` bitmaskKirill Primak
2021-09-23layer-shell: refactor configure/state flowKirill Primak
2021-09-22scene: add wlr_scene_buffer_set_transformSimon Ser
2021-09-22scene: add wlr_scene_buffer_set_dest_sizeSimon Ser
2021-09-22scene: add wlr_scene_buffer_set_source_boxSimon Ser
2021-09-22util/box: introduce wlr_fbox_emptySimon Ser
2021-09-22scene: add wlr_scene_bufferSimon Ser
2021-09-22Implement input_method_v2 popupsTadeo Kondrak
2021-09-21backend/drm: add support for panel orientationSimon Ser
2021-09-21scene: add wlr_scene_subsurface_tree_createSimon Ser
2021-09-21surface: add addon setSimon Ser
2021-09-21scene: add wlr_scene_treeSimon Ser
2021-09-21xdg-toplevel: refactor configure/state flowKirill Primak
2021-09-15types/buffer: make {begin,end}_data_ptr_access part of the public APISimon Zeni
2021-09-11xwayland: Allow to retrieve startup-id via _NET_STARTUP_INFOGuido Günther
2021-09-10buffer: add data_ptr access flagsSimon Ser
2021-09-10screencopy: Handle shm copy in commit event handlerAndri Yngvason
2021-09-09scene: add wlr_scene_attach_output_layoutSimon Ser
2021-09-08scene: add damage tracking supportSimon Ser
2021-09-08scene: add wlr_scene_node_coordsSimon Ser
2021-09-08scene: add wlr_scene_output_commitSimon Ser
2021-09-08scene: add scene outputsSimon Ser
2021-09-08types: introduce wlr_drm_lease_v1Simon Zeni
2021-09-08backend/drm: introduce wlr_drm_backend_get_non_master_fdSimon Zeni
2021-09-08backend/drm: implement drm lease functionSimon Zeni
2021-09-06surface: drop wlr_surface_state.buffer_resourceSimon Ser
2021-09-06viewporter: hide wlr_viewportSimon Ser
2021-09-06viewporter: add doc comment explaining compositor requirementsSimon Ser
2021-09-06buffer: make wlr_client_buffer_apply_damage return a boolSimon Ser
2021-09-06buffer: take a wlr_buffer in wlr_client_buffer_apply_damageSimon Ser
2021-09-06surface: move subsurface lists to stateKirill Primak
2021-09-06subsurface: move parent link to stateSimon Ser
2021-09-06subsurface: rename wlr_subsurface_state to wlr_subsurface_parent_stateSimon Ser
2021-09-05keyboard: add wlr_keyboard.keymap_fdSimon Ser
2021-09-02scene: replace surface_at() with node_at()Devin J. Pohly
2021-09-02scene: add RECT node typeDevin J. Pohly
2021-09-02scene: iterate nodes instead of surfaces when renderingDevin J. Pohly
2021-08-30scene: add node reparent functionDevin J. Pohly
2021-08-26scene: add wlr_scene_node_surface_atSimon Ser
2021-08-26scene: add user data pointer to wlr_scene_nodeSimon Ser
2021-08-26scene: add wlr_scene_node_toggleSimon Ser
2021-08-26Introduce new scene-graph APISimon Ser
2021-08-24util/box: introduce wlr_fbox_transform()Kirill Primak
2021-08-20xwayland: Allow to retrieve _NET_STARTUP_IDGuido Günther
2021-08-14layer-shell: replace close() with destroy()Isaac Freund
2021-08-12buffer: add addon setSimon Ser
2021-08-11surface: kill wlr_surface.previousSimon Ser
2021-08-11util/addon: find both by owner and implKirill Primak
2021-08-10wlr_output_layout: use wlr_addonsKirill Primak