aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
AgeCommit message (Expand)Author
2020-06-17viewporter: new protocol implementationSimon Ser
2020-06-17surface: introduce wlr_surface_get_buffer_source_boxSimon Ser
2020-06-17surface: add wlr_surface_state.viewportSimon Ser
2020-06-17render: add wlr_render_subtexture_with_matrixSimon Ser
2020-06-17util/region: add wlr_region_scale_xySimon Ser
2020-06-17box: add wlr_fboxSimon Ser
2020-06-09output: document wlr_output_export_dmabufSimon Ser
2020-06-09buffer: document wlr_buffer_get_dmabuf DMA-BUF lifetimeSimon Ser
2020-06-08screencopy: Implement copying into linux-dmabufAndri Yngvason
2020-06-08render: Add wlr_renderer_blit_dmabuf()Andri Yngvason
2020-06-08render: egl: Add utility functions for saving/restoring contextAndri Yngvason
2020-06-06render: choose DMA-BUF texture target via eglQueryDmaBufModifiersEXTSimon Ser
2020-06-05Allow keyboard and pointer grabs to hook clear_focus()Thomas Hebb
2020-06-05wlr_seat: Clarify wording of non-grab-respecting function commentsThomas Hebb
2020-06-05wlr_seat: Declare functions in the same order for pointer, keyboard, and touchThomas Hebb
2020-05-31wlr_keyboard_group: introduce enter and leaveBrian Ashworth
2020-05-28seat: Create inert objects for missing capabilitiesKenny Levinsen
2020-05-19xwayland: add option to disable WMSimon Ser
2020-05-19xwayland: split serverSimon Ser
2020-05-19render/egl: introduce wlr_egl_unset_currentSimon Ser
2020-05-18Make wlr_xcursor_manager_load() return a boolIsaac Freund
2020-05-14output: make wlr_output_set_gamma atomicSimon Ser
2020-05-14tablet: expose wlr_tablet_tool_v2_has_implicit_grab functionTudor Brindus
2020-05-13input/pointer: notify compositor when constraint region changesTudor Brindus
2020-05-11render/egl: include EGL/eglmesaext.h only if presentJulien Olivain
2020-05-07input/keyboard: expose keymap matching helperTudor Brindus
2020-05-04wlr/types: use bitshifts for tablet axes enumTudor Brindus
2020-05-02Add wlr_surface_accepts_touchDavid96
2020-04-28render/texture: add width and height fieldsSimon Ser
2020-04-22backend/headless: add wlr_headless_backend_create_with_rendererSimon Ser
2020-04-22render/gles2: add wlr_gles2_renderer_check_extSimon Ser
2020-04-22output_layout: improve docsSimon Ser
2020-04-17Document the events of wlr_layer_surfaceIsaac Freund
2020-04-15seat: add selection event docsTudor Roman
2020-04-10output: fix blurred hw cursors with fractional scalingSimon Ser
2020-04-09render/egl: make config attribs constSimon Ser
2020-04-08Add wlr_output_impl.rollbackSimon Ser
2020-04-08output: check buffer in wlr_output_testSimon Ser
2020-04-08output: introduce wlr_output_testSimon Ser
2020-04-02buffer: add width and heightSimon Ser
2020-04-02buffer: add a release eventSimon Ser
2020-04-02buffer: add destroy eventSimon Ser
2020-03-29Gracefully handle inert wl_output resourcesSimon Ser
2020-03-24Return false on wlr_keyboard_set_keymap() failureIsaac Freund
2020-03-23Return failure of wlr_renderer_init_wl_display()Isaac Freund
2020-03-12output: replace wlr_output.damage with a damage eventSimon Ser
2020-03-09buffer: remove unused wlr_client_buffer fieldsSimon Ser
2020-03-06output: add adaptive_sync_enabled propertySimon Ser
2020-03-06Introduce wlr_client_bufferSimon Ser
2020-03-04output: remove wlr_output_impl.schedule_frameSimon Ser