Age | Commit message (Expand) | Author | Files | Lines |
2024-10-28 | dix: limit checks to MAX_VALUATORS when generating Xi events | Alan Coopersmith | 1 | -2/+2 |
2024-10-28 | dix: fix button offset when generating DeviceButtonStateNotify events | Alan Coopersmith | 1 | -1/+1 |
2024-10-26 | dix: Use __builtin_popcountl if available to replace Ones() | Alan Coopersmith | 1 | -10/+0 |
2024-10-26 | dix: unexport Ones() | Enrico Weigelt, metux IT consult | 2 | -0/+2 |
2024-10-10 | dix: unexport non-public functions from dixgrabs.h and document prototypes | Enrico Weigelt, metux IT consult | 7 | -7/+183 |
2024-10-10 | dix: CreateGrab() rename "type" parameter to "eventType" | Enrico Weigelt, metux IT consult | 1 | -3/+2 |
2024-10-10 | dix: make FreeGrab() NULL tolerant | Enrico Weigelt, metux IT consult | 4 | -15/+9 |
2024-10-10 | dix: make CopyGrab() static | Enrico Weigelt, metux IT consult | 1 | -1/+3 |
2024-10-10 | os: unexport client id retrieval functions | Enrico Weigelt, metux IT consult | 2 | -1/+2 |
2024-10-10 | os: split off internal definitions from client.h | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-10-10 | dix: drop unnecessary check on HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 36 | -72/+0 |
2024-09-08 | dix: FindBestPixel: fix implicit fallthrough warning | Alan Coopersmith | 1 | -0/+1 |
2024-09-08 | dix: GetPairedDevice: check if GetMaster returned NULL | Alan Coopersmith | 1 | -1/+1 |
2024-09-08 | dix: HashResourceID: use unsigned integers for bit shifting | Alan Coopersmith | 1 | -1/+1 |
2024-09-08 | dix: ProcListProperties: skip unneeded work if numProps is 0 | Alan Coopersmith | 1 | -12/+15 |
2024-09-08 | dix: dixChangeWindowProperty: don't call memcpy if malloc failed | Alan Coopersmith | 1 | -7/+11 |
2024-09-08 | dix: InitPredictableAccelerationScheme: avoid memory leak on failure | Alan Coopersmith | 1 | -0/+1 |
2024-09-08 | dix: CreateScratchGC: avoid dereference of pointer we just set to NULL | Alan Coopersmith | 1 | -1/+2 |
2024-09-08 | dix: enterleave.c: fix implicit fallthrough warnings | Alan Coopersmith | 1 | -0/+7 |
2024-09-08 | dix: SetFontPath: don't set errorValue on Success | Alan Coopersmith | 1 | -1/+2 |
2024-09-08 | dix: PolyText: fully initialize local_closure | Alan Coopersmith | 1 | -12/+12 |
2024-09-08 | dix: check for calloc() failure in Xi event conversion routines | Alan Coopersmith | 1 | -0/+12 |
2024-09-02 | dix: unexport DeleteAllWindowProperties() | Enrico Weigelt, metux IT consult | 2 | -0/+3 |
2024-09-02 | dix: unexport dixLookupProperty() | Enrico Weigelt, metux IT consult | 1 | -0/+6 |
2024-09-02 | include: split out non-exported stuff from property.h | Enrico Weigelt, metux IT consult | 2 | -0/+66 |
2024-09-02 | dix: drop superfluous XineramaGetCursorScreen() | Enrico Weigelt, metux IT consult | 1 | -13/+0 |
2024-09-02 | dix: unexport GetSpritePosition() | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-09-02 | dix: unexport PointerConfinedToScreen() | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-09-02 | dix: unexport NewCurrentScreen() | Enrico Weigelt, metux IT consult | 1 | -0/+7 |
2024-09-02 | dix: unexport CheckCursorConfinement() | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-09-02 | dix: unexport CursorMetricsFromGlyph() | Enrico Weigelt, metux IT consult | 1 | -0/+5 |
2024-09-02 | dix: unexport ServerBitsFromGlyph() | Enrico Weigelt, metux IT consult | 2 | -0/+8 |
2024-09-02 | dix: unexport cursor allocation functions | Enrico Weigelt, metux IT consult | 2 | -0/+35 |
2024-09-02 | dix: unexport cursor refcounting functions | Enrico Weigelt, metux IT consult | 4 | -0/+8 |
2024-09-02 | dix: unexport rootCursor | Enrico Weigelt, metux IT consult | 4 | -0/+15 |
2024-09-01 | dix: don't push the XKB state to a non-existing master keyboard | Peter Hutterer | 1 | -1/+4 |
2024-09-01 | dix: fix a misused const pointer in cursor.c | moozcheng | 1 | -1/+1 |
2024-09-01 | dix: fix duplicate typedef of CallbackListPtr | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-09-01 | dix: fix duplicate typedef of MotionTracker and *MotionTrackerPtr | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
2024-09-01 | dix: fix duplicate typedef of PointerAccelerationProfileFunc | Enrico Weigelt, metux IT consult | 1 | -8/+0 |
2024-09-01 | dix: fix duplicate typedef of *ScreenPtr | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-09-01 | dix: move colormap flags into colormap_priv.h and rename them | Enrico Weigelt, metux IT consult | 3 | -15/+21 |
2024-09-01 | dix: move internal defines into colormap.c | Enrico Weigelt, metux IT consult | 1 | -0/+8 |
2024-09-01 | dix: unexport IsMapInstalled() | Enrico Weigelt, metux IT consult | 2 | -0/+3 |
2024-09-01 | dix: unexport StoreColors() | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-09-01 | dix: unexport FreeColors() | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-09-01 | dix: unexport AllocColorPlanes() | Enrico Weigelt, metux IT consult | 1 | -0/+4 |
2024-09-01 | dix: unexport AllocColorCells() | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-09-01 | dix: unexport FreeClientPixels() | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-09-01 | dix: unexport QueryColors() | Enrico Weigelt, metux IT consult | 1 | -0/+4 |