Age | Commit message (Expand) | Author | Files | Lines |
2024-10-28 | Xi: avoid NULL pointer dereference if GetXTestDevice returns NULL | Alan Coopersmith | 1 | -0/+2 |
2024-10-10 | dix: unexport non-public functions from dixgrabs.h and document prototypes | Enrico Weigelt, metux IT consult | 4 | -4/+4 |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 53 | -106/+0 |
2024-09-02 | dix: unexport GetSpritePosition() | Enrico Weigelt, metux IT consult | 2 | -0/+3 |
2024-09-02 | dix: unexport NewCurrentScreen() | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-09-02 | dix: unexport rootCursor | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-09-01 | Xi: when removing a master search for a disabled paired device | Peter Hutterer | 1 | -6/+27 |
2024-09-01 | include: unexport XIstubs.h | Enrico Weigelt, metux IT consult | 1 | -0/+43 |
2024-09-01 | include: move private definitions out of input.h | Enrico Weigelt, metux IT consult | 14 | -10/+29 |
2024-07-26 | treewide: replace xnfreallocarray macro call by XNFreallocarray() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-07-19 | Move sizeof to second argument in calloc calls | Alan Coopersmith | 2 | -2/+2 |
2024-06-23 | xace: typesafe hook function for XACE_KEY_AVAIL | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-06-23 | xace: typesafe hook function for XACE_RECEIVE_ACCESS | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
2024-06-23 | xace: typesafe hook function for XACE_SEND_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 | 5 | -9/+9 |
2024-04-30 | include: move private definitions out of exevents.h | Enrico Weigelt, metux IT consult | 20 | -46/+55 |
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 | 7 | -21/+32 |
2024-04-15 | prevent name clash on Windows w/ RT_* defines | Enrico Weigelt, metux IT consult | 5 | -10/+10 |
2024-04-15 | dix: unexport some lookup functions | Enrico Weigelt, metux IT consult | 16 | -38/+68 |
2024-04-02 | Xi: ProcXIPassiveGrabDevice needs to use unswapped length to send reply | Alan Coopersmith | 1 | -1/+4 |
2024-04-02 | Xi: ProcXIGetSelectedEvents needs to use unswapped length to send reply | Alan Coopersmith | 1 | -1/+4 |
2024-03-11 | dix: unexport eventconvert.h functions | Enrico Weigelt, metux IT consult | 2 | -2/+6 |
2024-03-03 | Xi: 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 | 2 | -3/+0 |
2024-02-15 | include: move BUG_*() macros to separate header | Enrico Weigelt | 2 | -0/+3 |
2024-01-16 | Xi: flush hierarchy events after adding/removing master devices | Peter Hutterer | 1 | -5/+22 |
2024-01-16 | Xi: when creating a new ButtonClass, set the number of buttons | Peter Hutterer | 1 | -0/+1 |
2024-01-16 | dix: allocate enough space for logical button maps | Peter Hutterer | 1 | -2/+1 |
2024-01-03 | Xi: require a pointer and keyboard device for XIAttachToMaster | Peter Hutterer | 1 | -2/+2 |
2023-12-13 | Xi: allocate enough XkbActions for our buttons | Peter Hutterer | 1 | -6/+6 |
2023-10-25 | Xi/randr: fix handling of PropModeAppend/Prepend | Peter Hutterer | 1 | -2/+2 |
2023-02-07 | Xi: fix potential use-after-free in DeepCopyPointerClasses | Peter Hutterer | 1 | -1/+3 |
2022-12-14 | Xi: avoid integer truncation in length check of ProcXIChangeProperty | Peter Hutterer | 1 | -2/+2 |
2022-12-14 | Xi: return an error from XI property changes if verification failed | Peter Hutterer | 1 | -0/+5 |
2022-12-14 | Xi: disallow passive grabs with a detail > 255 | Peter Hutterer | 1 | -8/+14 |
2022-02-09 | dix: Correctly save replayed event into GrabInfoRec | Povilas Kanapickas | 1 | -1/+1 |
2021-12-19 | Convert more funcs to use InternalEvent. | Matthieu Herrb | 1 | -2/+2 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 1 | -111/+0 |
2021-08-17 | xinput: Silence a warning from gcc 11 | Adam Jackson | 1 | -1/+1 |
2021-05-30 | Xi: Work around broken libxcb that doesn't ignore unknown device classes | Povilas Kanapickas | 1 | -1/+20 |
2021-05-30 | Xi: Implement gesture support for XIQueryDevice | Povilas Kanapickas | 1 | -1/+37 |
2021-05-30 | Xi: Include gestures among events that may freeze device | Povilas Kanapickas | 1 | -1/+6 |
2021-05-30 | Implement gesture processing logic | Povilas Kanapickas | 1 | -0/+174 |
2021-05-30 | dix: Implement internal gesture state handling | Povilas Kanapickas | 1 | -0/+19 |
2021-05-30 | xi: Implement conversions from internal to Xi2 gesture event structs | Povilas Kanapickas | 1 | -0/+80 |
2021-05-30 | xi: Implement selection logic for gesture event types | Povilas Kanapickas | 1 | -2/+51 |
2021-05-30 | xi: Implement grab support for new gesture event types | Povilas Kanapickas | 2 | -7/+28 |
2021-05-30 | dix: Add new internal event enums for gesture events | Povilas Kanapickas | 1 | -0/+44 |
2021-04-13 | Fix XChangeFeedbackControl() request underflow | Matthieu Herrb | 1 | -1/+4 |