summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2024-10-10xkb: drop unused variable extDevReasonEnrico Weigelt, metux IT consult1-3/+0
2024-10-10xkb: xkbInit: fix char signess mismatchEnrico Weigelt, metux IT consult1-4/+4
2024-10-10xkb: xkbtext: fix char signess mismatchEnrico Weigelt, metux IT consult1-6/+6
2024-10-10dix: unexport non-public functions from dixgrabs.h and document prototypesEnrico Weigelt, metux IT consult1-1/+1
2024-10-10drop obsolete HAVE_DIX_CONFIG_HEnrico Weigelt, metux IT consult25-50/+0
2024-09-02dix: unexport GetSpritePosition()Enrico Weigelt, metux IT consult1-0/+1
2024-09-01include: move private definitions out of input.hEnrico Weigelt, metux IT consult3-0/+3
2024-07-26treewide: replace xnfstrdup() calls by XNFstrdup()Enrico Weigelt, metux IT consult2-6/+6
2024-07-26treewide: replace strdup() calls to Xstrdup()Enrico Weigelt, metux IT consult1-3/+3
2024-07-26treewide: replace xnfalloc() calls to XNFalloc()Enrico Weigelt, metux IT consult1-1/+1
2024-07-25xkb: ProcXkbGetGeometry(): fix memleakEnrico Weigelt, metux IT consult1-7/+11
2024-06-23dix: unexport fields from opaque.h not used by modules/driversEnrico Weigelt, metux IT consult1-0/+1
2024-06-23xace: typesafe hook function for XACE_SERVER_ACCESSEnrico Weigelt, metux IT consult1-1/+1
2024-06-23xace: typesafe hook function for XACE_DEVICE_ACCESSEnrico Weigelt, metux IT consult1-23/+13
2024-05-19xkb: deadcode cleanupDr. David Alan Gilbert1-7/+0
2024-05-14xkb: unexport Xkb* defines used by xkbtext.cEnrico Weigelt, metux IT consult1-0/+5
2024-05-14xkb: unexport functions from xkbtext.cEnrico Weigelt, metux IT consult3-3/+38
2024-04-30include: move private definitions out of exevents.hEnrico Weigelt, metux IT consult1-1/+3
2024-04-30include: move private definitions out of extinit.hEnrico Weigelt, metux IT consult1-1/+1
2024-04-30include: move private defs to dixstruct_priv.hEnrico Weigelt, metux IT consult8-20/+50
2024-04-30include: split out non-exported prototypes to dix_priv.hEnrico Weigelt, metux IT consult1-1/+5
2024-04-28xkb: make XkbInternAtom() staticEnrico Weigelt, metux IT consult1-1/+1
2024-04-23xkb: move *_TIMER defines into xkbAccessX.cEnrico Weigelt, metux IT consult1-0/+6
2024-04-15dix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-2/+5
2024-04-15os: unexport command line args handling functionsEnrico Weigelt, metux IT consult1-0/+3
2024-04-09xkb: drop ununsed XkbNameMatchesPattern()Enrico Weigelt, metux IT consult1-34/+0
2024-04-09xkb: drop never used XkmProbe()Enrico Weigelt, metux IT consult1-17/+0
2024-04-03xkb: make XkbUpdateKeyTypesFromCore() staticEnrico Weigelt, metux IT consult1-1/+1
2024-03-09os: unexport Fopen(), Fclose(), Popen(), Pclose(), System()Enrico Weigelt, metux IT consult1-1/+4
2024-03-03xkb: drop duplicate _X_EXPORT from .c sourceEnrico Weigelt, metux IT consult1-2/+2
2024-02-23Revert "include: move BUG_*() macros to separate header"Peter Hutterer1-1/+0
2024-02-22xkb: fix int size mismatchEnrico Weigelt, metux IT consult1-2/+1
2024-02-19xkb: drop defining XKBSRV_NEED_FILE_FUNCSEnrico Weigelt, metux IT consult10-11/+0
2024-02-15include: move BUG_*() macros to separate headerEnrico Weigelt1-0/+1
2023-12-05xkb: free the filtersPeter Hutterer1-0/+1
2023-04-06ddxLoad: Check XDG_RUNTIME_DIR before fallback to /tmp/Alessandro Bono1-2/+11
2023-03-27xkbUtils: use existing symbol names instead of deleted deprecated onesBenno Schulenberg1-2/+2
2023-02-21dix: Force update LEDs after device state update in EnableDeviceYao Wei1-0/+38
2022-12-14xkb: reset the radio_groups pointer to NULL after freeing itPeter Hutterer1-0/+1
2022-08-31xkb: Avoid length-check failure on empty strings.FeepingCreature1-4/+4
2022-07-13xkb: proof GetCountedString against request length attacksPeter Hutterer1-0/+5
2022-07-13xkb: length-check XkbListComponents before accessing the fieldsPeter Hutterer1-0/+2
2022-07-13xkb: length-check XkbGetKbdByName before accessing the fieldsPeter Hutterer1-7/+16
2022-07-13xkb: fix some possible memleaks in XkbGetKbdByNamePeter Hutterer1-6/+20
2022-07-12xkb: add request length validation for XkbSetGeometryPeter Hutterer1-5/+38
2022-07-12xkb: swap XkbSetDeviceInfo and XkbSetDeviceInfoCheckPeter Hutterer1-21/+25
2022-07-08xkb: switch to array index loops to moving pointersPeter Hutterer1-10/+10
2022-07-08xkb: whitespace fixesPeter Hutterer1-2/+2
2022-07-08xkb: rename xkb.h to xkb-procs.hPeter Hutterer10-9/+2
2022-07-08xkb: move the SProcXkbDispatch declarationPeter Hutterer1-0/+3