Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | xkb: drop unused variable extDevReason | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-10-10 | xkb: xkbInit: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -4/+4 |
2024-10-10 | xkb: xkbtext: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -6/+6 |
2024-10-10 | dix: unexport non-public functions from dixgrabs.h and document prototypes | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 25 | -50/+0 |
2024-09-02 | dix: unexport GetSpritePosition() | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-09-01 | include: move private definitions out of input.h | Enrico Weigelt, metux IT consult | 3 | -0/+3 |
2024-07-26 | treewide: replace xnfstrdup() calls by XNFstrdup() | Enrico Weigelt, metux IT consult | 2 | -6/+6 |
2024-07-26 | treewide: replace strdup() calls to Xstrdup() | Enrico Weigelt, metux IT consult | 1 | -3/+3 |
2024-07-26 | treewide: replace xnfalloc() calls to XNFalloc() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-07-25 | xkb: ProcXkbGetGeometry(): fix memleak | Enrico Weigelt, metux IT consult | 1 | -7/+11 |
2024-06-23 | dix: unexport fields from opaque.h not used by modules/drivers | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-06-23 | xace: typesafe hook function for XACE_SERVER_ACCESS | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-06-23 | xace: typesafe hook function for XACE_DEVICE_ACCESS | Enrico Weigelt, metux IT consult | 1 | -23/+13 |
2024-05-19 | xkb: deadcode cleanup | Dr. David Alan Gilbert | 1 | -7/+0 |
2024-05-14 | xkb: unexport Xkb* defines used by xkbtext.c | Enrico Weigelt, metux IT consult | 1 | -0/+5 |
2024-05-14 | xkb: unexport functions from xkbtext.c | Enrico Weigelt, metux IT consult | 3 | -3/+38 |
2024-04-30 | include: move private definitions out of exevents.h | Enrico Weigelt, metux IT consult | 1 | -1/+3 |
2024-04-30 | include: move private definitions out of extinit.h | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-30 | include: move private defs to dixstruct_priv.h | Enrico Weigelt, metux IT consult | 8 | -20/+50 |
2024-04-30 | include: split out non-exported prototypes to dix_priv.h | Enrico Weigelt, metux IT consult | 1 | -1/+5 |
2024-04-28 | xkb: make XkbInternAtom() static | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-23 | xkb: move *_TIMER defines into xkbAccessX.c | Enrico Weigelt, metux IT consult | 1 | -0/+6 |
2024-04-15 | dix: unexport some lookup functions | Enrico Weigelt, metux IT consult | 1 | -2/+5 |
2024-04-15 | os: unexport command line args handling functions | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-04-09 | xkb: drop ununsed XkbNameMatchesPattern() | Enrico Weigelt, metux IT consult | 1 | -34/+0 |
2024-04-09 | xkb: drop never used XkmProbe() | Enrico Weigelt, metux IT consult | 1 | -17/+0 |
2024-04-03 | xkb: make XkbUpdateKeyTypesFromCore() static | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-03-09 | os: unexport Fopen(), Fclose(), Popen(), Pclose(), System() | Enrico Weigelt, metux IT consult | 1 | -1/+4 |
2024-03-03 | xkb: drop duplicate _X_EXPORT from .c source | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
2024-02-23 | Revert "include: move BUG_*() macros to separate header" | Peter Hutterer | 1 | -1/+0 |
2024-02-22 | xkb: fix int size mismatch | Enrico Weigelt, metux IT consult | 1 | -2/+1 |
2024-02-19 | xkb: drop defining XKBSRV_NEED_FILE_FUNCS | Enrico Weigelt, metux IT consult | 10 | -11/+0 |
2024-02-15 | include: move BUG_*() macros to separate header | Enrico Weigelt | 1 | -0/+1 |
2023-12-05 | xkb: free the filters | Peter Hutterer | 1 | -0/+1 |
2023-04-06 | ddxLoad: Check XDG_RUNTIME_DIR before fallback to /tmp/ | Alessandro Bono | 1 | -2/+11 |
2023-03-27 | xkbUtils: use existing symbol names instead of deleted deprecated ones | Benno Schulenberg | 1 | -2/+2 |
2023-02-21 | dix: Force update LEDs after device state update in EnableDevice | Yao Wei | 1 | -0/+38 |
2022-12-14 | xkb: reset the radio_groups pointer to NULL after freeing it | Peter Hutterer | 1 | -0/+1 |
2022-08-31 | xkb: Avoid length-check failure on empty strings. | FeepingCreature | 1 | -4/+4 |
2022-07-13 | xkb: proof GetCountedString against request length attacks | Peter Hutterer | 1 | -0/+5 |
2022-07-13 | xkb: length-check XkbListComponents before accessing the fields | Peter Hutterer | 1 | -0/+2 |
2022-07-13 | xkb: length-check XkbGetKbdByName before accessing the fields | Peter Hutterer | 1 | -7/+16 |
2022-07-13 | xkb: fix some possible memleaks in XkbGetKbdByName | Peter Hutterer | 1 | -6/+20 |
2022-07-12 | xkb: add request length validation for XkbSetGeometry | Peter Hutterer | 1 | -5/+38 |
2022-07-12 | xkb: swap XkbSetDeviceInfo and XkbSetDeviceInfoCheck | Peter Hutterer | 1 | -21/+25 |
2022-07-08 | xkb: switch to array index loops to moving pointers | Peter Hutterer | 1 | -10/+10 |
2022-07-08 | xkb: whitespace fixes | Peter Hutterer | 1 | -2/+2 |
2022-07-08 | xkb: rename xkb.h to xkb-procs.h | Peter Hutterer | 10 | -9/+2 |
2022-07-08 | xkb: move the SProcXkbDispatch declaration | Peter Hutterer | 1 | -0/+3 |