Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-08-06 | mi: Use GC clipregion instead of drawable in miDoCopy/miCopyArea | Hans de Goede | 2 | -2/+2 |
2019-05-18 | mi: Provide ffs when compiling using MinGW | Jon Turney | 1 | -0/+4 |
2019-04-12 | mi: Simplify a conditional in miHandleExposures | Adam Jackson | 1 | -8/+1 |
2019-03-11 | mi: Shortcut miDoCopy/miCopyArea based on clipList | Adam Jackson | 2 | -5/+4 |
2019-01-16 | mi: When {en,dis}abling extensions, match names case-insensitively | Adam Jackson | 1 | -1/+1 |
2018-09-28 | mi: Factor out miSaveScreen | Adam Jackson | 1 | -1/+9 |
2018-09-12 | mi: Hush mieqSetHandler for no-op changes | Adam Jackson | 1 | -1/+1 |
2018-09-12 | mibltblt: free prgnSrcClip on error path. | Dave Airlie | 1 | -0/+2 |
2018-04-05 | mi: Hush an almost certainly bogus warning | Adam Jackson | 1 | -1/+1 |
2018-04-02 | meson: Distribute more SDK headers | Thierry Reding | 1 | -0/+15 |
2018-02-21 | mi: Mention extension loading in verbose logs | Emil Velikov | 1 | -0/+4 |
2018-02-19 | dga: #if XFreeXDGA → #ifdef XFreeXDGA | Laurent Carlier | 1 | -2/+2 |
2018-02-14 | miinitext: Remove separate extension toggle list | Adam Jackson | 1 | -122/+51 |