summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-10xwayland: Rename xwl_window::window to ::toplevelMichel Dänzer8-49/+55
2024-04-10xwayland: Use xwl_window for tracking focus/touchMichel Dänzer3-25/+24
2024-04-10xfree86: os-support: bsd: fix warning on old-style function definitionEnrico Weigelt, metux IT consult2-10/+10
2024-04-09render: Avoid possible double-free in ProcRenderAddGlyphs()Olivier Fourdan1-2/+0
2024-04-09xkb: drop ununsed XkbNameMatchesPattern()Enrico Weigelt, metux IT consult2-38/+0
2024-04-09include: xkbstr.h: fix missing include of Xdefs.hEnrico Weigelt, metux IT consult1-0/+1
2024-04-09test: fix the xi2 protocol swapping tests to actually workPeter Hutterer6-66/+94
2024-04-09xkb: drop never used XkmProbe()Enrico Weigelt, metux IT consult2-20/+0
2024-04-09xwayland: don't scrap pending present requestsErik Kurzinger2-37/+60
2024-04-09xwayland: add support for wp_linux_drm_syncobj_v1Erik Kurzinger11-12/+323
2024-04-09xwayland: support DRI3 1.4 and Present 1.4Erik Kurzinger6-7/+292
2024-04-09Present: add PresentCapabilitySyncobj and PresentPixmapSyncedErik Kurzinger11-42/+333
2024-04-09xwayland: re-compute target msc during xwl_present_re_executeErik Kurzinger2-11/+46
2024-04-09xwayland: add functions to import and export dma-buf implicit fencesErik Kurzinger2-0/+102
2024-04-09DRI3: add DRI3ImportSyncobj and DRI3FreeSyncobjErik Kurzinger7-3/+168
2024-04-09DRI3: provide stub implementation of DRI3SetDRMDeviceInUseErik Kurzinger3-2/+36
2024-04-09Update CI for Xwayland explicit syncErik Kurzinger3-8/+13
2024-04-09xwayland: add workaround for drivers that don't support impicit syncXaver Hugl2-1/+13
2024-04-09xwayland: add detection for drivers that don't support implicit syncErik Kurzinger2-1/+19
2024-04-08xkb: drop unused definesEnrico Weigelt, metux IT consult1-7/+0
2024-04-04mi: fix rounding issues around zero in miPointerSetPositionWillem Jan Palenstijn1-4/+4
2024-04-03xkb: make XkbUpdateKeyTypesFromCore() staticEnrico Weigelt, metux IT consult2-8/+1
2024-04-02render: fix refcounting of glyphs during ProcRenderAddGlyphsPeter Hutterer3-6/+15
2024-04-02Xquartz: ProcAppleDRICreatePixmap needs to use unswapped length to send replyAlan Coopersmith1-1/+3
2024-04-02Xi: ProcXIPassiveGrabDevice needs to use unswapped length to send replyAlan Coopersmith1-1/+4
2024-04-02Xi: ProcXIGetSelectedEvents needs to use unswapped length to send replyAlan Coopersmith1-1/+4
2024-04-02config: fix wscons backend on NetBSDEnrico Weigelt, metux IT consult1-1/+1
2024-04-01test: fix FTBS on missing xlib includes on NetBSDEnrico Weigelt, metux IT consult2-1/+2
2024-04-01xfree86: modesetting: fix warning on unused variableEnrico Weigelt, metux IT consult1-4/+3
2024-04-01config: wscons: fix warning on discarded constEnrico Weigelt, metux IT consult1-1/+1
2024-04-01test: fix deprecated meson callsEnrico Weigelt, metux IT consult1-2/+2
2024-03-28config: wscons: use asprintf() instead of deprecated Xprintf()Enrico Weigelt, metux IT consult1-4/+2
2024-03-25include: unpexport SELINUX_* consts from include/global.hEnrico Weigelt, metux IT consult2-8/+8
2024-03-25os: move SELinux enforcement state to the extensionEnrico Weigelt, metux IT consult2-4/+3
2024-03-23xorg.conf.man: Add missing new paragraph mark before AllowByteSwappedClientsAlan Coopersmith1-0/+1
2024-03-23Xserver.man: Note that -byteswappedclients is the default in this releaseAlan Coopersmith1-0/+1
2024-03-22Xext: SProcSyncCreateFence needs to swap drawable id tooAlan Coopersmith1-0/+1
2024-03-22test: xi2: drop unused variableEnrico Weigelt, metux IT consult1-3/+1
2024-03-22test: simple-xinit: add _X_NORETURNEnrico Weigelt, metux IT consult2-1/+4
2024-03-21meson.build: move manpage specific stuff to man/ subdirEnrico Weigelt, metux IT consult2-36/+37
2024-03-21os: rpc: fix type mismatchEnrico Weigelt, metux IT consult1-1/+1
2024-03-21xfree86: int10: fix missing include of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2024-03-21xfree86: modesettig: fix missing include of <errno.h>Enrico Weigelt, metux IT consult4-0/+8
2024-03-21xfree86: os-support: fix missing include of <errno.h>Enrico Weigelt, metux IT consult11-1/+20
2024-03-21xfree86: common: fix missing include of <errno.h>Enrico Weigelt, metux IT consult2-0/+4
2024-03-21xwayland: fix missing include of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2024-03-21xquartz: fix missing include of <errno.h>Enrico Weigelt, metux IT consult2-0/+3
2024-03-21os: fix missing include of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2024-03-21Xext: fix missing include of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2024-03-20xwayland: Use fractional scale with rootfulOlivier Fourdan2-6/+183