summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
12 hoursxwayland: Move XRandR emulation to the ResizeWindow hookxwayland-24.1Olivier Fourdan1-5/+2
12 hoursxwayland: Handle rootful resize in ResizeWindowOlivier Fourdan1-11/+16
12 hoursxwayland: Restore the ResizeWindow handlerOlivier Fourdan4-0/+25
12 hoursxwayland: Send ei_device_frame on device_scroll_discreteJoshua Ashton1-0/+1
12 hoursxwayland: Use correct xwl_window lookup function in xwl_set_shapeVlad Zahorodnii1-1/+1
11 daysBump version to 24.0.99.902xwayland-24.0.99.902Olivier Fourdan1-2/+2
12 daysxwayland/present: Skip queued flip when a new one becomes readyMichel Dänzer1-0/+19
12 dayspresent: signal explicit sync release point in present_vblank_scrapErik Kurzinger1-1/+8
12 daysxwayland: use write fence in xwl_glamor_dmabuf_import_sync_fileErik Kurzinger1-1/+1
12 daysxwayland: Set wl_surface input regionVlad Zahorodnii4-0/+61
12 daysxwayland: Do not remove output on withdraw if leasedOlivier Fourdan2-2/+31
12 daysxwayland: Check for outputs before lease devicesOlivier Fourdan1-7/+7
12 daysxwayland/glamor: Handle depth 15 in gbm_format_for_depthMichel Dänzer2-0/+4
12 daysxwayland: Use the connector name for XRANDR leasesOlivier Fourdan1-6/+11
12 daysxwayland: Check for duplicate output namesOlivier Fourdan1-0/+21
12 daysxwayland: Make xwl_output_set_name() publicOlivier Fourdan2-1/+3
12 daysxwayland: Define MAX_OUTPUT_NAME in the headerOlivier Fourdan2-2/+2
2024-04-18xwayland: Use the path to Xwayland as installedOlivier Fourdan1-1/+1
2024-04-18m4: drop autoconf leftoversEnrico Weigelt, metux IT consult2-386/+0
2024-04-17Bump version to 24.0.99.901xwayland-24.0.99.901Olivier Fourdan1-2/+2
2024-04-12Bump version to 24.0.99.1Olivier Fourdan1-2/+2
2024-04-12meson: Change project name to xwaylandMichel Dänzer2-6/+6
2024-04-12Don't install XvfbMichel Dänzer2-131/+1
2024-04-12meson: Build Xwayland unconditionallyMichel Dänzer2-61/+30
2024-04-12Drop miext/shadow directoryMichel Dänzer30-2790/+0
2024-04-12Drop EXA codeMichel Dänzer15-9348/+0
2024-04-12Drop config directoryMichel Dänzer16-2541/+0
2024-04-12Drop Xephyr / kdrive DDXMichel Dänzer36-12871/+1
2024-04-12Drop Xorg DDXMichel Dänzer343-142102/+12
2024-04-12Drop Xwin DDX and x86 MinGW-w64 cross buildMichel Dänzer112-35693/+2
2024-04-12Drop Xnest DDXMichel Dänzer44-5737/+1
2024-04-12Drop Xquartz DDXMichel Dänzer252-49705/+1
2024-04-12xwayland: Walk the regions' boxesOlivier Fourdan1-0/+1
2024-04-12dri3: Free formats in cache_formats_and_modifiersMichel Dänzer1-1/+4
2024-04-12xwayland: Use drmDevicesEqual in xwl_dmabuf_feedback_tranche_doneMichel Dänzer1-2/+2
2024-04-12xwayland: Call drmFreeDevice for dma-buf default feedbackMichel Dänzer1-0/+3
2024-04-11glamor: Fallback to software rendering on GLSL link failureBalló György6-56/+77
2024-04-11Revert "xwayland/glamor: Avoid implicit redirection with depth 32 parent wind...Olivier Fourdan2-112/+0
2024-04-11xwayland: avoid Linux-only headers on non-LinuxJan Beich1-0/+2
2024-04-10xwayland/present: Redirect surface window as needed for page flipsMichel Dänzer1-2/+7
2024-04-10xwayland/present: Check window & source pixmap depth match lastMichel Dänzer1-10/+10
2024-04-10xwayland: Add SourceValidate hookMichel Dänzer2-0/+139
2024-04-10xwayland/present: Add xwl_present_maybe_(un)redirect_windowMichel Dänzer4-3/+75
2024-04-10xwayland: Use ConfigNotify screen hook instead of ResizeWindowMichel Dänzer4-15/+21
2024-04-10xwayland: Add xwl_window::surface_windowMichel Dänzer8-30/+129
2024-04-10xwayland: Pass xwl_window to xwl_glamor_dri3_syncobj_passthroughMichel Dänzer4-5/+4
2024-04-10xwayland: Use xwl_window for damage closureMichel Dänzer1-17/+13
2024-04-10xwayland: Call register_damage depending on ensure_surface_for_windowMichel Dänzer1-8/+4
2024-04-10xwayland: Return struct xwl_window * from ensure_surface_for_windowMichel Dänzer1-15/+20
2024-04-10xwayland: Rename xwl_window::window to ::toplevelMichel Dänzer8-49/+55