summaryrefslogtreecommitdiff
path: root/hw/xwayland
AgeCommit message (Expand)AuthorFilesLines
2024-03-20xwayland: Add helper function for fractional scalingOlivier Fourdan2-0/+24
2024-03-20xwayland: Add support for fractional scale protocolOlivier Fourdan3-0/+9
2024-03-20xwayland: Rename xwl_window_enable_viewport()Olivier Fourdan1-4/+7
2024-03-20xwayland: Update the global screen scaleOlivier Fourdan6-2/+78
2024-03-20xwayland: Update the scale based on enter/leave eventsOlivier Fourdan2-2/+30
2024-03-20xwayland: Keep track of outputs per windowOlivier Fourdan3-3/+62
2024-03-20xwayland: Make has_viewport_enabled privateOlivier Fourdan2-2/+1
2024-03-20xwayland: Apply the viewport's scale_x/y to all inputOlivier Fourdan1-8/+22
2024-03-20xwayland: Always set the viewport scale factorOlivier Fourdan2-4/+6
2024-03-20xwayland: Rename scale_x/y to viewport_scale_x/yOlivier Fourdan3-5/+5
2024-03-20xwayland: Account for the scale factorOlivier Fourdan3-19/+117
2024-03-20xwayland: Add scale factor to the Xwayland screenOlivier Fourdan2-0/+2
2024-03-20xwayland: Track output scalesOlivier Fourdan2-1/+4
2024-03-20xwayland: Use CRTC transformsOlivier Fourdan2-2/+36
2024-03-20xwayland: Introduce output scaleOlivier Fourdan2-1/+15
2024-03-20xwayland: Store the mode width/heightOlivier Fourdan2-0/+7
2024-03-20xwayland: Use double for screen sizeOlivier Fourdan5-24/+58
2024-03-19Revert "Fix missing includes of <errno.h>"Peter Hutterer1-1/+0
2024-03-18xwayland: Update lost focus on deactivationOlivier Fourdan3-2/+21
2024-03-18xwayland: Introduce xwl_screen_lost_focus()Olivier Fourdan2-0/+12
2024-03-18xwayland: Move the leave kbd/ptr codeOlivier Fourdan2-10/+33
2024-03-18xwayland: Use "-decorate" if availableOlivier Fourdan2-1/+2
2024-03-18xwayland: Use full path for Xwayland execOlivier Fourdan2-2/+9
2024-03-18xwayland: Add the Exec key to the desktop fileOlivier Fourdan1-0/+1
2024-03-18Fix missing includes of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2024-03-18xwayland: Drop xwl_window_buffers_get_pixmap()Olivier Fourdan3-8/+1
2024-03-18xwayland/glamor: Drop xwl_glamor_needs_n_buffering()Olivier Fourdan3-14/+0
2024-03-18xwayland/glamor: Drop xwl_glamor_needs_buffer_flush()Olivier Fourdan3-11/+1
2024-03-18xwayland/glamor: Drop xwl_screen_get_main_dev()Olivier Fourdan1-9/+3
2024-03-18xwayland/glamor: Drop the backend_flags definitionOlivier Fourdan1-6/+0
2024-03-18xwayland/glamor: Remove the xwl_egl_backend structureOlivier Fourdan2-69/+0
2024-03-18xwayland/glamor: Drop init_backend() and select_backend()Olivier Fourdan3-42/+12
2024-03-18xwayland/glamor: Remove the backend pointersOlivier Fourdan4-11/+5
2024-03-18xwayland/glamor: Make xwl_glamor_has_wl_interfaces() privateOlivier Fourdan2-3/+1
2024-03-18xwayland/glamor: Drop the allow_commit() hookOlivier Fourdan3-17/+0
2024-03-18xwayland/glamor: Drop the post_damage() hookOlivier Fourdan3-24/+0
2024-03-18xwayland/glamor: Remove the flag "is_available"Olivier Fourdan2-12/+3
2024-03-18xwayland/glamor: Make xwl_glamor_init_gbm() return its statusOlivier Fourdan2-8/+6
2024-03-18xwayland/glamor: Drop the backend_flagsOlivier Fourdan2-10/+2
2024-03-18xwayland/glamor: Drop the create_pixmap_for_window() hookOlivier Fourdan2-18/+7
2024-03-18xwayland/glamor: Drop the get_main_device() hookOlivier Fourdan3-3/+6
2024-03-18xwayland/glamor: Drop the check_flip() hookOlivier Fourdan2-5/+0
2024-03-18xwayland/glamor: Drop the get_wl_buffer_for_pixmap() hookOlivier Fourdan2-14/+2
2024-03-18xwayland/glamor: Drop the init_screen() hookOlivier Fourdan3-3/+3
2024-03-18xwayland/glamor: Drop the init_egl() hook.Olivier Fourdan3-3/+3
2024-03-18xwayland/glamor: Drop xwl_glamor_gbm_has_wl_interfaces()Olivier Fourdan3-15/+17
2024-03-18xwayland/glamor: Drop xwl_glamor_gbm_init_wl_registry()Olivier Fourdan2-27/+5
2024-03-18xwayland/glamor: Add a GLAMOR GBM headerOlivier Fourdan4-3/+43
2024-03-18xwayland/glamor: Drop the EGLStream backendOlivier Fourdan8-1232/+14
2024-03-15xwayland/glamor/gbm: simplify render node checkSimon Ser1-12/+8