Age | Commit message (Expand) | Author | Files | Lines |
2008-02-13 | XACE: Change access modes for some device-related requests. | Eamon Walsh | 7 | -7/+7 |
2008-01-17 | Fix for CVE-2007-6427 - Xinput extension memory corruption. | Matthieu Herrb | 8 | -54/+33 |
2007-12-19 | Xi: specify correct struct when calculating size of GetDeviceControl reply. | Peter Hutterer | 1 | -4/+4 |
2007-12-13 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 2 | -6/+6 |
2007-12-05 | ProcessOtherEvent: Don't do double translation of button events | Daniel Stone | 1 | -2/+2 |
2007-11-27 | Xi: set DeviceXXXState's length fields to the correct size of the struct. | Peter Hutterer | 1 | -4/+4 |
2007-11-20 | registry: Remove registry code from XInput extension. | Eamon Walsh | 1 | -115/+0 |
2007-11-05 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -2/+2 |
2007-11-05 | Xi: Remove usage of alloca | Daniel Stone | 1 | -2/+2 |
2007-10-18 | dix: Add client parameter to AddPassiveGrabsToList(). | Eamon Walsh | 1 | -2/+2 |
2007-10-15 | registry: Register Input extension protocol names. | Eamon Walsh | 1 | -0/+117 |
2007-09-28 | xace: add hooks + new access codes: XKB extension. | Eamon Walsh | 4 | -6/+16 |
2007-09-28 | xace: add new hooks + access controls: XInput extension. | Eamon Walsh | 37 | -173/+161 |
2007-09-26 | Input: Properly swap DevicePresenceNotify events. | Eamon Walsh | 1 | -0/+3 |
2007-09-26 | Input: Return errors to the dispatcher instead of sending them ourself. | Eamon Walsh | 35 | -652/+267 |
2007-09-23 | Input: Generate XKB mapping changes for all core-sending devices (bug #12523) | Daniel Stone | 3 | -4/+13 |
2007-08-01 | Input: Don't enable devices when we open them | Daniel Stone | 1 | -4/+0 |
2007-06-25 | Only decrement buttonsDown when the button count is greater than 0. | Peter Hutterer | 1 | -2/+4 |
2007-04-11 | Input: Allow a pointer to a device to be returned in NIDR | Remigiusz Marcinkiewicz | 1 | -1/+1 |
2007-04-10 | Input: Add DeleteInputDeviceRequest | Magnus Vigerlöf | 1 | -0/+12 |
2007-03-29 | Xi: remove 'register' keywords. | Peter Hutterer | 38 | -188/+188 |
2007-03-25 | Static cleanup on Xi/ | Adam Jackson | 14 | -866/+713 |
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson | 2 | -3/+2 |
2006-12-15 | Convert callers of LookupWindow() to dixLookupWindow(). | Eamon Walsh | 7 | -35/+35 |
2006-10-29 | Xi: disallow changing core keyboard and pointer | Daniel Stone | 6 | -285/+4 |
2006-10-22 | xi: fix NIDR return yet again | Daniel Stone | 1 | -1/+1 |
2006-10-22 | xi: fix return type for NIDR | Daniel Stone | 1 | -1/+1 |
2006-10-22 | xi: add NewInputDeviceRequest to stubs | Daniel Stone | 1 | -0/+14 |
2006-10-22 | xi: change DEVICE_TOUCHSCREEN to ABS_{AREA_CALIB} for stubs | Daniel Stone | 1 | -1/+2 |
2006-10-22 | Xi: swap control in DevicePresenceNotify | Daniel Stone | 1 | -0/+1 |
2006-10-22 | dix, Xi: make use of deviceid in DevicePresenceNotify | Daniel Stone | 1 | -50/+49 |
2006-10-21 | Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver | Zephaniah E. Hull | 3 | -0/+52 |
2006-10-21 | DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB. | Zephaniah E. Hull | 3 | -37/+113 |
2006-10-20 | xi: add DEVICE_ENABLE control | Daniel Stone | 3 | -0/+52 |
2006-10-08 | Xi: move SendEventToAllWindows and FindInterestedChildren to exevents | Daniel Stone | 2 | -45/+44 |
2006-09-10 | Typo correction, 'i' is not a '1', so no longer crash on some Xi requests. | Zephaniah E. Hull | 1 | -1/+1 |
2006-08-07 | enable adding devices after removal of a middle device | Daniel Stone | 1 | -4/+7 |
2006-07-21 | be more careful in IVAS | Daniel Stone | 1 | -1/+6 |
2006-07-21 | Xi: add XExtension{Keyboard,Pointer} types | Daniel Stone | 1 | -0/+4 |
2006-07-21 | Xi: add DevicePresenceNotify | Kristian Høgsberg | 3 | -15/+85 |
2006-07-21 | add DEVICE_TOUCHSCREEN and DEVICE_CORE Xi controls (DeviceIntRec ABI break) | Daniel Stone | 4 | -0/+123 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 |
2006-04-09 | Coverity #323, #445, #446, #447: Fix potential NULL dereferences. | Daniel Stone | 1 | -0/+18 |
2006-03-31 | Reindent with -cbi0. | Daniel Stone | 7 | -53/+57 |
2006-02-20 | indent fixes (OMG SO UGLY), and nuke old RCS keywords. | Adam Jackson | 74 | -3767/+3024 |
2006-02-20 | ANSIfy Xi/. Mostly automated via protoize(1). | Adam Jackson | 38 | -690/+320 |
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 2 | -3/+3 |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+1 |
2005-07-13 | Only build Xi/stubs.c on DDXs that don't support the Xinput extension | Kevin E Martin | 1 | -1/+2 |