summaryrefslogtreecommitdiff
path: root/xc/lib/Xi
AgeCommit message (Collapse)AuthorFilesLines
1994-04-17new X Consortium copyright/permissiongms1-3/+26
1994-04-17new X Consortium copyright/permissionrws37-148/+999
1994-03-30lintrws5-11/+11
1994-03-27use Threads.tmplrws1-4/+4
1994-03-27lintrws1-2/+2
1994-02-21change time from int* to Time*rws1-2/+2
1994-02-21remove XInputEventToWirerws1-1/+0
1994-02-21XInputEventToWire -> _XiEventToWirerws3-8/+8
1994-02-21wide func proto supportrws1-1/+14
1994-02-21_Xconst func proto supportrws1-1/+7
1994-02-14CheckExtInit -> _XiCheckExtInitrws34-68/+68
1994-02-14CheckExtInit -> _XiCheckExtInitrws1-3/+3
make versions static
1994-02-07XBUG 6053, free null ptr in XInputCloserws1-3/+5
1994-02-07XBUG 6199, unlock display before returningrws1-2/+5
1994-02-06add rcs linerws1-1/+1
1994-02-06Initial revisionrws1-0/+49
1993-10-11Xinput -> Xirws1-7/+7
1993-09-08bcopy -> memcpyrws7-25/+25
1993-09-04tree reorgrws1-36/+6
1993-08-24remove duplicate Xproto.hrws2-4/+2
1993-08-24remove duplicat Xproto.hrws1-2/+1
1993-08-23changed XlibMTDefines to XMTDefineskaleb1-2/+2
1993-08-19caddr_t -> XPointerrws1-2/+2
1993-07-22add threads definegildea1-2/+6
1993-02-25may get back an odd number of number of classesrws1-3/+9
in that case, need to each the padding for the reply
1993-02-05return NULL, not NoSuchExtensionrws1-2/+2
1993-01-28XGrabDeviceKey shouldn't try to send an event list if it has no elementsrws1-3/+6
1993-01-28XGetSelectedExtensionEvents should return NULL if the list has no elementsrws1-17/+32
1993-01-28XSetDeviceModifierMapping uses the the wrong reply struct inrws1-2/+2
determining the size of its reply
1993-01-28XGetDeviceDontPropagateList should return NULL if the list has no elementsrws1-8/+11
1993-01-28invalid length used to copy input class informationrws1-2/+2
1992-11-14fix rcs linerws10-10/+10
1992-11-14add rcs linerws1-1/+1
1992-11-14return NULL if the number of events returned is 0rws1-1/+7
1992-11-14version is checked for each protocol request, should be done oncerws1-5/+12
1992-06-28use new REQUIREDLIBS mechanism and SHLIBDIR for shared libsrws1-4/+4
1992-03-02Header -> XConsortiumrws1-1/+1
1992-01-30replace dpy->current with Nonerws1-2/+2
1992-01-26include Xlibint.h before XInput.h, so info-hiding Xlib.h doesn't get in therws1-2/+2
way
1991-12-26event with axes_count = 0 caused data fields to not get copiedrws1-88/+75
XInputEventToWire assumed first_axis was always 0 DeviceStateNotify with > 3 axes had motion data beyond 3 axes overwriting data for first 3 axes
1991-07-24lintrws1-3/+3
1991-07-24add DeviceControlrws1-2/+4
1991-07-24Initial revisionrws2-0/+255
1991-07-24add device control filesrws1-36/+6
1991-07-23lintrws10-24/+11
1991-07-17report moderws1-5/+6
1991-07-16XConsortiumgildea1-0/+1
1991-07-16avoid huge num_valuatorsrws1-7/+17
1991-07-16ValuatorStatus only has 3 valuatorsrws1-6/+5
1991-07-16redo valuator assignments to avoid taking address of bitfield on Crayrws2-48/+112