Age | Commit message (Expand) | Author | Files | Lines |
2024-09-02 | dix: unexport NewCurrentScreen() | Enrico Weigelt, metux IT consult | 2 | -0/+2 |
2024-09-02 | dix: unexport CheckCursorConfinement() | Enrico Weigelt, metux IT consult | 2 | -0/+4 |
2024-09-01 | dix: unexport FakeAllocColor() | Enrico Weigelt, metux IT consult | 1 | -2/+3 |
2024-09-01 | dix: unexport CreateColormap() | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-09-01 | os: unexport screen saver timer functions | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-09-01 | include: move private definitions out of input.h | Enrico Weigelt, metux IT consult | 2 | -0/+4 |
2024-08-29 | mi: drop obsolete mibitblt.c | Enrico Weigelt, metux IT consult | 2 | -68/+0 |
2024-08-29 | mi: drop unused miPutImage() | Enrico Weigelt, metux IT consult | 2 | -265/+0 |
2024-08-29 | mi: drop unused miGetImage() | Enrico Weigelt, metux IT consult | 2 | -201/+0 |
2024-08-29 | mi: drop unused miCopyArea() | Enrico Weigelt, metux IT consult | 2 | -199/+0 |
2024-08-29 | mi: drop unused miCopyPlane() | Enrico Weigelt, metux IT consult | 2 | -91/+0 |
2024-08-26 | treewide: mark pGC->ops->CopyArea() calls not using result as void | Enrico Weigelt, metux IT consult | 2 | -3/+3 |
2024-07-26 | treewide: replace xnfalloc() calls to XNFalloc() | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-06-21 | mi: drop unused miPolyFillRect() | Enrico Weigelt, metux IT consult | 3 | -141/+0 |
2024-06-18 | mi: move *_VISUALS defines into consumer source file | Enrico Weigelt, metux IT consult | 2 | -15/+5 |
2024-06-18 | mi: drop unused SWAPPT() macro | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-06-18 | mi: drop unused XMAJOROCTANTS | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-04-30 | include: move private definitions out of extinit.h | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-30 | include: split out non-exported prototypes to dix_priv.h | Enrico Weigelt, metux IT consult | 3 | -2/+7 |
2024-04-23 | xnest: fix segfault in miCreateScreenResources() | Enrico Weigelt, metux IT consult | 2 | -0/+23 |
2024-04-15 | rename remaining RT_* defines to X11_RESTYPE_* | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-15 | dix: unexport some lookup functions | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-04-15 | dix: unexport CreateGC() | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-04-14 | mi: decouple miCreateScreenResources from pScreen->{width,height} | Tom Yan | 1 | -4/+8 |
2024-04-14 | xnest/mi: remove redundant call of miScreenDevPrivateInit() | Tom Yan | 2 | -6/+1 |
2024-04-04 | mi: fix rounding issues around zero in miPointerSetPosition | Willem Jan Palenstijn | 1 | -4/+4 |
2024-03-09 | mi: drop some dead code | Enrico Weigelt, metux IT consult | 1 | -10/+0 |
2024-03-05 | drop remains of DMX | Enrico Weigelt, metux IT consult | 2 | -12/+1 |
2024-02-23 | Revert "include: move BUG_*() macros to separate header" | Peter Hutterer | 1 | -2/+0 |
2024-02-15 | include: move BUG_*() macros to separate header | Enrico Weigelt | 1 | -0/+2 |
2023-10-25 | mi: reset the PointerWindows reference on screen switch | Peter Hutterer | 1 | -2/+15 |
2023-07-20 | mi: Fix up alpha channel if needed in miPaintWindow | Michel Dänzer | 1 | -0/+24 |
2023-03-03 | Allow disabling the SHAPE extension at runtime | Simon Ser | 1 | -1/+1 |
2023-02-25 | Remove "All rights reserved" from Oracle copyright notices | Alan Coopersmith | 1 | -1/+1 |
2023-01-20 | rootless: Use screen_x and screen_y instead of pixmap pointer hacks | Jeremy Huddleston Sequoia | 1 | -1/+1 |
2022-08-29 | mi: Use memcpy() instead of memmove() when buffers are known not to overlap | Alan Coopersmith | 1 | -3/+3 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 1 | -56/+0 |
2021-05-30 | Implement gesture processing logic | Povilas Kanapickas | 1 | -0/+8 |
2021-04-07 | xquartz: Call PseudoramiXExtensionInit() through InitOutput() just like xwin | Jeremy Huddleston Sequoia | 1 | -9/+0 |
2021-03-11 | meson: hide C API if Xorg is disabled (like autotools) | Jan Beich | 1 | -1/+3 |
2021-03-08 | Avoid sequences of malloc(0) / free() by checking the length. | Matthieu Herrb | 1 | -2/+5 |
2021-01-29 | Revert "mi: Shortcut miDoCopy/miCopyArea based on clipList" | Olivier Fourdan | 2 | -4/+5 |
2021-01-29 | mi: List extensions in usage message | Olivier Fourdan | 2 | -8/+101 |
2021-01-29 | mi: Don't log the full extension list on disable | Olivier Fourdan | 1 | -1/+5 |
2020-09-24 | mi: Add a callback to notify driver about input event submission | Povilas Kanapickas | 2 | -0/+24 |
2020-07-05 | Fix spelling/wording issues | Alan Coopersmith | 8 | -11/+11 |
2019-10-30 | misprite: Stop wrapping GetImage/GetSpans | Adam Jackson | 1 | -88/+0 |
2019-10-30 | mi: Add a default no-op miSourceValidate | Adam Jackson | 4 | -9/+17 |
2019-10-15 | mi: Fix undefined memcpy in mieqGrowQueue | Adam Jackson | 1 | -5/+7 |
2019-10-15 | mi: Fix undefined shift in miSetVisualTypesAndMasks | Adam Jackson | 1 | -4/+4 |