summaryrefslogtreecommitdiff
path: root/dix/events.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-19/+19
2006-12-06SyntheticMotion: don't dereference sprite.screen when not using XineramaDaniel Stone1-1/+2
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh1-32/+18
2006-11-27Merge branch 'randr-1.2'Eric Anholt1-2/+1
2006-11-08SyntheticMotion: don't dereference sprite.screen when not using XineramaDaniel Stone1-1/+2
2006-11-08dix: remove staggeringly broken vendor workaroundsDaniel Stone1-8/+0
2006-11-08dix: add missing prototypesDaniel Stone1-1/+0
2006-11-07Avoid dereferencing sprite.screen when Xinerama is not running. (#8925)Keith Packard1-2/+1
2006-11-03Add DTrace probe points for X server <-> client communicationsAlan Coopersmith1-0/+14
2006-11-02PostSyntheticMotion needs to be extern, not static, since it's in getevents.cAlan Coopersmith1-1/+1
2006-10-23dix/getevents: move SyntheticMotion to getevents.cDaniel Stone1-26/+7
2006-10-14dix: move GetKeyboardEvents/GetPointerEvents to a new file, export symbolsDaniel Stone1-473/+0
2006-10-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-12/+16
2006-10-08GetKeyboardEvents: add first_valuator argument to GKVEDaniel Stone1-2/+3
2006-10-08GetKeyboardValuatorEvents: also take first_valuator paramDaniel Stone1-12/+12
2006-10-08mipointer: take device arguments, split miPointerAbsoluteCursorDaniel Stone1-33/+40
2006-10-08dix/CoreProcessKeyboardEvent: remove debugging for every key eventDaniel Stone1-9/+3
2006-10-08GetPointerEvents: add first_valuator parameterDaniel Stone1-46/+82
2006-10-08GetPointerEvents: fix relatively harmless typoDaniel Stone1-1/+1
2006-09-30dix/events, mi/eq: remove utterly ridiculous debuggingDaniel Stone1-56/+11
2006-09-10Warning fix, and a syntax fix in a #if 0 section of code.Zephaniah E. Hull1-0/+1
2006-08-29[PATCH] GetKeyboardValutorEvents: be even more carefulDaniel Stone1-1/+1
2006-08-25Add four new XACE hooks: auditing, key event notification, window initEamon Walsh1-0/+4
2006-08-24GKVE: pass correct arguments to XkbCopyKeymapDaniel Stone1-2/+4
2006-08-23XkbCopyKeymap: optionally send NewKeyboardNotify/MapNotify eventsDaniel Stone1-25/+1
2006-08-23xkb/gkve: copy XKB map, not pointer-assignDaniel Stone1-8/+2
2006-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith1-75/+14
2006-08-17Merge branch 'master' into input-hotplugDaniel Stone1-4/+4
2006-08-17events.c: fix tiny XEvIE thinkoDaniel Stone1-4/+4
2006-08-17events.c: make XEvIE a little less verboseDaniel Stone1-74/+13
2006-08-17events.c: make XEvIE a little less verboseDaniel Stone1-74/+13
2006-08-17dix/events.c: add YAFIXMEDaniel Stone1-0/+1
2006-08-15fix missing brace, trim unused variablesDaniel Stone1-3/+2
2006-08-15GPE: fix absolute button events / GKVE: (non-XKB) don't repeat lock keysDaniel Stone1-13/+34
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith1-21/+9
2006-08-10GetMaximumEventsNum: be more conservativeDaniel Stone1-1/+8
2006-08-10GKVE: don't repeat modifiers when using XKBDaniel Stone1-9/+11
2006-08-10GKVE/GPE: have DDX allocate eventsDaniel Stone1-49/+58
2006-08-08GKVE: send XkbMapNotify, not XkbNewKeyboardNotifyDaniel Stone1-20/+33
2006-08-08Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-12/+9
2006-08-07remove optional R3 backwards compatibilityDaniel Stone1-12/+9
2006-08-07GKVE: get rid of bogus double-release checkDaniel Stone1-8/+0
2006-08-07GPE: use button map for DBP/DBR, not just BP/BRDaniel Stone1-1/+1
2006-08-07move all autorepeat logic to DIXDaniel Stone1-6/+60
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-3/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-3/+0
2006-07-21xephyr: fix keymap, pointer; dix: fix multiple axesDaniel Stone1-2/+2
2006-07-21add virtual core devices to DIXDaniel Stone1-2/+2
2006-07-21add GetPointerEvents/GetKeyboardEvents frameworkDaniel Stone1-0/+401
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-6/+0