summaryrefslogtreecommitdiff
path: root/hw/xnest
AgeCommit message (Expand)AuthorFilesLines
2024-10-10Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_HEnrico Weigelt, metux IT consult16-32/+0
2024-09-02dix: unexport NewCurrentScreen()Enrico Weigelt, metux IT consult1-1/+2
2024-09-01dix: unexport CreateColormap()Enrico Weigelt, metux IT consult1-0/+2
2024-09-01include: dixfontstr.h: drop silent dependency on libxfont2Enrico Weigelt, metux IT consult2-0/+4
2024-09-01Xnest: use Xorg's TRUE/FALSE instead of Xlib's True/FalseEnrico Weigelt, metux IT consult12-66/+66
2024-09-01Xnest: split off event handlerEnrico Weigelt, metux IT consult1-7/+13
2024-09-01Xnest: xnestCollectEvents(): scope local variablesEnrico Weigelt, metux IT consult1-7/+30
2024-08-31Xnest: fix broken exposure eventsEnrico Weigelt, metux IT consult1-1/+1
2024-08-31Xnest: Display.h: fix missing include of colormap.hEnrico Weigelt, metux IT consult1-0/+2
2024-08-31Xnest: XNGC.h: add missing includesEnrico Weigelt, metux IT consult1-0/+3
2024-08-31Xnest: add guards to Xnest.hEnrico Weigelt, metux IT consult1-0/+4
2024-08-26Xnest: Keyboard: drop unnecessary includeEnrico Weigelt, metux IT consult1-1/+0
2024-08-26Xnest: cursor: fix potentially uninitialized memoryEnrico Weigelt, metux IT consult1-1/+1
2024-05-08os: unexport ddx callbacksEnrico Weigelt, metux IT consult2-0/+3
2024-04-30include: move private definitions out of extinit.hEnrico Weigelt, metux IT consult1-1/+1
2024-04-23xnest: fix segfault in miCreateScreenResources()Enrico Weigelt, metux IT consult1-2/+3
2024-04-16os: unexport Os*() functionsEnrico Weigelt, metux IT consult2-0/+4
2024-04-15rename remaining RT_* defines to X11_RESTYPE_*Enrico Weigelt, metux IT consult2-8/+8
2024-04-15Xnest: print event ID on warning about unhandled upstream eventEnrico Weigelt, metux IT consult1-1/+1
2024-04-15Xnest: cleanup X.h includesEnrico Weigelt, metux IT consult4-0/+5
2024-04-15Xnest: canonicalize includes: <X11/Xdefs.h>Enrico Weigelt, metux IT consult21-4/+45
2024-04-15Xnest: ignore NoExpose eventEnrico Weigelt, metux IT consult1-0/+1
2024-04-15xnest: Display: fix xallocarray() compiler warningEnrico Weigelt, metux IT consult1-1/+1
2024-04-14xnest/mi: remove redundant call of miScreenDevPrivateInit()Tom Yan1-5/+3
2024-03-12xnest: use own dev-privates key for per-screen cursorEnrico Weigelt, metux IT consult3-3/+12
2024-03-12xnest: fix naming of xnestCursorScreenKeyRecEnrico Weigelt, metux IT consult3-6/+8
2024-03-12xnest: drop superfluous xnestCursorScreenKey defineEnrico Weigelt, metux IT consult3-5/+3
2024-03-03dix: unexport AddScreen() and AddGPUScreen()Enrico Weigelt, metux IT consult1-0/+3
2024-02-19drop remains of support for old Sun compilersEnrico Weigelt, metux IT consult1-5/+0
2022-03-31Replace "the the" with a single "the" in docs & commentsAlan Coopersmith1-1/+1
2021-10-27Remove autotools supportPovilas Kanapickas2-63/+0
2021-01-29mi: List extensions in usage messageOlivier Fourdan2-1/+3
2020-07-05Fix spelling/wording issuesAlan Coopersmith5-8/+6
2020-05-01Fix build with gcc 9.3.0's -Werror=alloc-size-larger-than=Alexander Volkov1-1/+1
2019-10-30mi: Add a default no-op miSourceValidateAdam Jackson1-1/+0
2019-02-25Add ddxInputThread call from os layer into ddx layerAlan Coopersmith1-0/+9
2018-09-28dix: Remove LegalModifier()Adam Jackson1-6/+0
2018-09-28dix: Merge AbortDDX into ddxGiveUpAdam Jackson1-11/+1
2018-03-27meson: Install man pagesAdam Jackson1-0/+6
2018-03-27man: s/__/@/gAdam Jackson1-11/+11
2018-02-14miinitext: Load GLX on the mi pathAdam Jackson1-0/+7
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+37
2017-03-27dix: Lift DPMS to a screen hookAdam Jackson1-6/+0
2016-12-12dix: Rename (and retype) PixmapPerDepth[1] to defaultStippleAdam Jackson1-1/+1
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard2-5/+4
2016-07-18xnest: Use SetNotifyFd to receive eventsKeith Packard1-1/+8
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard2-4/+6
2015-11-24xnest: Fix needless build dependency on xcb-util-keysymsAdam Jackson1-3/+2
2015-05-11Merge remote-tracking branch 'jturney/mingw-build-fixes'Keith Packard1-0/+4
2015-04-22hw/xnest: Fix build for MinGWJon TURNEY1-0/+4