Age | Commit message (Expand) | Author | Files | Lines |
2006-11-03 | Add DTrace probe points for X server <-> client communications | Alan Coopersmith | 7 | -2/+380 |
2006-11-02 | PostSyntheticMotion needs to be extern, not static, since it's in getevents.c | Alan Coopersmith | 1 | -1/+1 |
2006-11-01 | input: add non-keyboard bell ringing function | Daniel Stone | 1 | -2/+4 |
2006-10-27 | CoreKeyboardProc: annotate with FIXME | Daniel Stone | 1 | -2/+5 |
2006-10-27 | CoreKeyboardProc: don't leak keymap and modmap | Daniel Stone | 1 | -0/+4 |
2006-10-27 | getValuatorEvents: make sure we put MORE_EVENTS in the right places | Daniel Stone | 1 | -0/+3 |
2006-10-25 | GetPointerEvents: always ensure correct number of events | Daniel Stone | 1 | -2/+2 |
2006-10-25 | port all users to the new DIX motion history API | Daniel Stone | 2 | -3/+4 |
2006-10-25 | dix: add motion history support | Daniel Stone | 2 | -0/+115 |
2006-10-25 | miscellaneous warning fixes | Daniel Stone | 1 | -2/+4 |
2006-10-23 | GetProximityEvents: add (untested) function | Daniel Stone | 1 | -0/+52 |
2006-10-23 | GetPointerEvents: break into separate functions | Daniel Stone | 1 | -54/+89 |
2006-10-23 | dix/getevents: move SyntheticMotion to getevents.c | Daniel Stone | 2 | -26/+41 |
2006-10-23 | dix/getevents: cosmetic cleanups, remove keymap copy from GKVE | Daniel Stone | 1 | -40/+23 |
2006-10-22 | dix, Xi: make use of deviceid in DevicePresenceNotify | Daniel Stone | 1 | -0/+4 |
2006-10-22 | minor formatting fixes | Daniel Stone | 1 | -3/+2 |
2006-10-21 | Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver | Zephaniah E. Hull | 2 | -9/+49 |
2006-10-21 | DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB. | Zephaniah E. Hull | 1 | -12/+21 |
2006-10-20 | move keymap copy to event processing, from enqueuing | Daniel Stone | 1 | -9/+45 |
2006-10-20 | xi: add DEVICE_ENABLE control | Daniel Stone | 1 | -0/+4 |
2006-10-15 | dix/devices: add devices in proper forward order | Daniel Stone | 1 | -5/+13 |
2006-10-14 | dix: move GetKeyboardEvents/GetPointerEvents to a new file, export symbols | Daniel Stone | 3 | -473/+531 |
2006-10-14 | dix/devices: remove XACE merge debris | Daniel Stone | 1 | -6/+0 |
2006-10-13 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 10 | -197/+247 |
2006-10-08 | GetKeyboardEvents: add first_valuator argument to GKVE | Daniel Stone | 1 | -2/+3 |
2006-10-08 | GetKeyboardValuatorEvents: also take first_valuator param | Daniel Stone | 1 | -12/+12 |
2006-10-08 | mipointer: take device arguments, split miPointerAbsoluteCursor | Daniel Stone | 1 | -33/+40 |
2006-10-08 | warning cleanups | Daniel Stone | 1 | -18/+3 |
2006-10-08 | dix/devices: clean up debugging | Daniel Stone | 1 | -18/+3 |
2006-10-08 | dix/CoreProcessKeyboardEvent: remove debugging for every key event | Daniel Stone | 1 | -9/+3 |
2006-10-08 | GetPointerEvents: add first_valuator parameter | Daniel Stone | 1 | -46/+82 |
2006-10-08 | GetPointerEvents: fix relatively harmless typo | Daniel Stone | 1 | -1/+1 |
2006-09-30 | dix/events, mi/eq: remove utterly ridiculous debugging | Daniel Stone | 1 | -56/+11 |
2006-09-29 | Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserve... | Daniel Stone | 1 | -0/+1 |
2006-09-29 | make core keyboard/pointer map functions act on all core-sending devices | Daniel Stone | 1 | -217/+279 |
2006-09-10 | Warning fix, and a syntax fix in a #if 0 section of code. | Zephaniah E. Hull | 1 | -0/+1 |
2006-09-08 | Zero out newly created ExtensionEntry structures, but only after the | Eamon Walsh | 1 | -3/+3 |
2006-09-08 | Zero out newly allocated ClientRec structures. | Eamon Walsh | 1 | -4/+5 |
2006-08-29 | [PATCH] GetKeyboardValutorEvents: be even more careful | Daniel Stone | 1 | -1/+1 |
2006-08-25 | Add four new XACE hooks: auditing, key event notification, window init | Eamon Walsh | 3 | -0/+20 |
2006-08-24 | GKVE: pass correct arguments to XkbCopyKeymap | Daniel Stone | 1 | -2/+4 |
2006-08-23 | XkbCopyKeymap: optionally send NewKeyboardNotify/MapNotify events | Daniel Stone | 1 | -25/+1 |
2006-08-23 | xkb/gkve: copy XKB map, not pointer-assign | Daniel Stone | 2 | -18/+2 |
2006-08-21 | Merge branch 'XACE-modular' into my-XACE-modular | Eamon Walsh | 27 | -172/+98 |
2006-08-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Alan Coopersmith | 4 | -87/+30 |
2006-08-18 | dix: enable null root cursor | Daniel Stone | 1 | -0/+12 |
2006-08-18 | Merge branch 'master' into input-hotplug | Daniel Stone | 2 | -6/+16 |
2006-08-18 | dix: fix whiteroot thinko | Daniel Stone | 1 | -2/+2 |
2006-08-18 | dix: add whiteroot flag | Daniel Stone | 2 | -6/+16 |
2006-08-17 | Merge branch 'master' into input-hotplug | Daniel Stone | 1 | -4/+4 |