Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_H | Enrico Weigelt, metux IT consult | 16 | -32/+0 |
2024-09-02 | dix: unexport NewCurrentScreen() | Enrico Weigelt, metux IT consult | 1 | -1/+2 |
2024-09-01 | dix: unexport CreateColormap() | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-09-01 | include: dixfontstr.h: drop silent dependency on libxfont2 | Enrico Weigelt, metux IT consult | 2 | -0/+4 |
2024-09-01 | Xnest: use Xorg's TRUE/FALSE instead of Xlib's True/False | Enrico Weigelt, metux IT consult | 12 | -66/+66 |
2024-09-01 | Xnest: split off event handler | Enrico Weigelt, metux IT consult | 1 | -7/+13 |
2024-09-01 | Xnest: xnestCollectEvents(): scope local variables | Enrico Weigelt, metux IT consult | 1 | -7/+30 |
2024-08-31 | Xnest: fix broken exposure events | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-08-31 | Xnest: Display.h: fix missing include of colormap.h | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-08-31 | Xnest: XNGC.h: add missing includes | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-08-31 | Xnest: add guards to Xnest.h | Enrico Weigelt, metux IT consult | 1 | -0/+4 |
2024-08-26 | Xnest: Keyboard: drop unnecessary include | Enrico Weigelt, metux IT consult | 1 | -1/+0 |
2024-08-26 | Xnest: cursor: fix potentially uninitialized memory | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-05-08 | os: unexport ddx callbacks | Enrico Weigelt, metux IT consult | 2 | -0/+3 |
2024-04-30 | include: move private definitions out of extinit.h | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-23 | xnest: fix segfault in miCreateScreenResources() | Enrico Weigelt, metux IT consult | 1 | -2/+3 |
2024-04-16 | os: unexport Os*() functions | Enrico Weigelt, metux IT consult | 2 | -0/+4 |
2024-04-15 | rename remaining RT_* defines to X11_RESTYPE_* | Enrico Weigelt, metux IT consult | 2 | -8/+8 |
2024-04-15 | Xnest: print event ID on warning about unhandled upstream event | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-15 | Xnest: cleanup X.h includes | Enrico Weigelt, metux IT consult | 4 | -0/+5 |
2024-04-15 | Xnest: canonicalize includes: <X11/Xdefs.h> | Enrico Weigelt, metux IT consult | 21 | -4/+45 |
2024-04-15 | Xnest: ignore NoExpose event | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-04-15 | xnest: Display: fix xallocarray() compiler warning | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-14 | xnest/mi: remove redundant call of miScreenDevPrivateInit() | Tom Yan | 1 | -5/+3 |
2024-03-12 | xnest: use own dev-privates key for per-screen cursor | Enrico Weigelt, metux IT consult | 3 | -3/+12 |
2024-03-12 | xnest: fix naming of xnestCursorScreenKeyRec | Enrico Weigelt, metux IT consult | 3 | -6/+8 |
2024-03-12 | xnest: drop superfluous xnestCursorScreenKey define | Enrico Weigelt, metux IT consult | 3 | -5/+3 |
2024-03-03 | dix: unexport AddScreen() and AddGPUScreen() | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-02-19 | drop remains of support for old Sun compilers | Enrico Weigelt, metux IT consult | 1 | -5/+0 |
2022-03-31 | Replace "the the" with a single "the" in docs & comments | Alan Coopersmith | 1 | -1/+1 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 2 | -63/+0 |
2021-01-29 | mi: List extensions in usage message | Olivier Fourdan | 2 | -1/+3 |
2020-07-05 | Fix spelling/wording issues | Alan Coopersmith | 5 | -8/+6 |
2020-05-01 | Fix build with gcc 9.3.0's -Werror=alloc-size-larger-than= | Alexander Volkov | 1 | -1/+1 |
2019-10-30 | mi: Add a default no-op miSourceValidate | Adam Jackson | 1 | -1/+0 |
2019-02-25 | Add ddxInputThread call from os layer into ddx layer | Alan Coopersmith | 1 | -0/+9 |
2018-09-28 | dix: Remove LegalModifier() | Adam Jackson | 1 | -6/+0 |
2018-09-28 | dix: Merge AbortDDX into ddxGiveUp | Adam Jackson | 1 | -11/+1 |
2018-03-27 | meson: Install man pages | Adam Jackson | 1 | -0/+6 |
2018-03-27 | man: s/__/@/g | Adam Jackson | 1 | -11/+11 |
2018-02-14 | miinitext: Load GLX on the mi path | Adam Jackson | 1 | -0/+7 |
2017-04-26 | Add a Meson build system alongside autotools. | Eric Anholt | 1 | -0/+37 |
2017-03-27 | dix: Lift DPMS to a screen hook | Adam Jackson | 1 | -6/+0 |
2016-12-12 | dix: Rename (and retype) PixmapPerDepth[1] to defaultStipple | Adam Jackson | 1 | -1/+1 |
2016-07-18 | Remove fd_set from Block/Wakeup handler API | Keith Packard | 2 | -5/+4 |
2016-07-18 | xnest: Use SetNotifyFd to receive events | Keith Packard | 1 | -1/+8 |
2016-07-18 | dix: Switch to the libXfont2 API (v2) | Keith Packard | 2 | -4/+6 |
2015-11-24 | xnest: Fix needless build dependency on xcb-util-keysyms | Adam Jackson | 1 | -3/+2 |
2015-05-11 | Merge remote-tracking branch 'jturney/mingw-build-fixes' | Keith Packard | 1 | -0/+4 |
2015-04-22 | hw/xnest: Fix build for MinGW | Jon TURNEY | 1 | -0/+4 |