summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2024-10-28dix: limit checks to MAX_VALUATORS when generating Xi eventsAlan Coopersmith1-2/+2
2024-10-28dix: fix button offset when generating DeviceButtonStateNotify eventsAlan Coopersmith1-1/+1
2024-10-26dix: Use __builtin_popcountl if available to replace Ones()Alan Coopersmith1-10/+0
2024-10-26dix: unexport Ones()Enrico Weigelt, metux IT consult2-0/+2
2024-10-10dix: unexport non-public functions from dixgrabs.h and document prototypesEnrico Weigelt, metux IT consult7-7/+183
2024-10-10dix: CreateGrab() rename "type" parameter to "eventType"Enrico Weigelt, metux IT consult1-3/+2
2024-10-10dix: make FreeGrab() NULL tolerantEnrico Weigelt, metux IT consult4-15/+9
2024-10-10dix: make CopyGrab() staticEnrico Weigelt, metux IT consult1-1/+3
2024-10-10os: unexport client id retrieval functionsEnrico Weigelt, metux IT consult2-1/+2
2024-10-10os: split off internal definitions from client.hEnrico Weigelt, metux IT consult2-2/+2
2024-10-10dix: drop unnecessary check on HAVE_DIX_CONFIG_HEnrico Weigelt, metux IT consult36-72/+0
2024-09-08dix: FindBestPixel: fix implicit fallthrough warningAlan Coopersmith1-0/+1
2024-09-08dix: GetPairedDevice: check if GetMaster returned NULLAlan Coopersmith1-1/+1
2024-09-08dix: HashResourceID: use unsigned integers for bit shiftingAlan Coopersmith1-1/+1
2024-09-08dix: ProcListProperties: skip unneeded work if numProps is 0Alan Coopersmith1-12/+15
2024-09-08dix: dixChangeWindowProperty: don't call memcpy if malloc failedAlan Coopersmith1-7/+11
2024-09-08dix: InitPredictableAccelerationScheme: avoid memory leak on failureAlan Coopersmith1-0/+1
2024-09-08dix: CreateScratchGC: avoid dereference of pointer we just set to NULLAlan Coopersmith1-1/+2
2024-09-08dix: enterleave.c: fix implicit fallthrough warningsAlan Coopersmith1-0/+7
2024-09-08dix: SetFontPath: don't set errorValue on SuccessAlan Coopersmith1-1/+2
2024-09-08dix: PolyText: fully initialize local_closureAlan Coopersmith1-12/+12
2024-09-08dix: check for calloc() failure in Xi event conversion routinesAlan Coopersmith1-0/+12
2024-09-02dix: unexport DeleteAllWindowProperties()Enrico Weigelt, metux IT consult2-0/+3
2024-09-02dix: unexport dixLookupProperty()Enrico Weigelt, metux IT consult1-0/+6
2024-09-02include: split out non-exported stuff from property.hEnrico Weigelt, metux IT consult2-0/+66
2024-09-02dix: drop superfluous XineramaGetCursorScreen()Enrico Weigelt, metux IT consult1-13/+0
2024-09-02dix: unexport GetSpritePosition()Enrico Weigelt, metux IT consult1-0/+2
2024-09-02dix: unexport PointerConfinedToScreen()Enrico Weigelt, metux IT consult1-0/+2
2024-09-02dix: unexport NewCurrentScreen()Enrico Weigelt, metux IT consult1-0/+7
2024-09-02dix: unexport CheckCursorConfinement()Enrico Weigelt, metux IT consult1-0/+3
2024-09-02dix: unexport CursorMetricsFromGlyph()Enrico Weigelt, metux IT consult1-0/+5
2024-09-02dix: unexport ServerBitsFromGlyph()Enrico Weigelt, metux IT consult2-0/+8
2024-09-02dix: unexport cursor allocation functionsEnrico Weigelt, metux IT consult2-0/+35
2024-09-02dix: unexport cursor refcounting functionsEnrico Weigelt, metux IT consult4-0/+8
2024-09-02dix: unexport rootCursorEnrico Weigelt, metux IT consult4-0/+15
2024-09-01dix: don't push the XKB state to a non-existing master keyboardPeter Hutterer1-1/+4
2024-09-01dix: fix a misused const pointer in cursor.cmoozcheng1-1/+1
2024-09-01dix: fix duplicate typedef of CallbackListPtrEnrico Weigelt, metux IT consult1-2/+0
2024-09-01dix: fix duplicate typedef of MotionTracker and *MotionTrackerPtrEnrico Weigelt, metux IT consult1-2/+2
2024-09-01dix: fix duplicate typedef of PointerAccelerationProfileFuncEnrico Weigelt, metux IT consult1-8/+0
2024-09-01dix: fix duplicate typedef of *ScreenPtrEnrico Weigelt, metux IT consult1-1/+1
2024-09-01dix: move colormap flags into colormap_priv.h and rename themEnrico Weigelt, metux IT consult3-15/+21
2024-09-01dix: move internal defines into colormap.cEnrico Weigelt, metux IT consult1-0/+8
2024-09-01dix: unexport IsMapInstalled()Enrico Weigelt, metux IT consult2-0/+3
2024-09-01dix: unexport StoreColors()Enrico Weigelt, metux IT consult1-0/+2
2024-09-01dix: unexport FreeColors()Enrico Weigelt, metux IT consult1-0/+2
2024-09-01dix: unexport AllocColorPlanes()Enrico Weigelt, metux IT consult1-0/+4
2024-09-01dix: unexport AllocColorCells()Enrico Weigelt, metux IT consult1-0/+3
2024-09-01dix: unexport FreeClientPixels()Enrico Weigelt, metux IT consult1-0/+3
2024-09-01dix: unexport QueryColors()Enrico Weigelt, metux IT consult1-0/+4