summaryrefslogtreecommitdiff
path: root/dix/events.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-25xace: Add a "manage" access check when setting the Redirect event bits.Eamon Walsh1-0/+10
2007-10-23xace: try to pretend events were sent when a denial occurs.Eamon Walsh1-8/+10
2007-10-18dix: Add client parameter to AddPassiveGrabsToList().Eamon Walsh1-2/+2
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+55
2007-10-02Fix #12650: "windows not receiving mouse events in multiple screens context"Dodji Seketeli1-0/+55
2007-09-19xace: add missing argument to hook call.Eamon Walsh1-1/+1
2007-08-29xace: drop map-window checking hook, add new hooks for controlling theEamon Walsh1-7/+28
2007-08-28xace: add hooks + new access codes: core protocol input requestsEamon Walsh1-44/+80
2007-08-15xace: add hooks + new access codes: core protocol cursor requestsEamon Walsh1-9/+9
2007-08-02Merge branch 'master' into XACE-SELINUXEamon Walsh1-11/+21
2007-06-27More janitor work. Remove 'defined but not used' warnings from kdrive and som...Tiago Vignatti1-1/+0
2007-06-25Only decrement buttonsDown when the button count is greater than 0.Peter Hutterer1-10/+21
2007-06-11Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+7
2007-05-24Fix build of composite, dix, and randr when Xinerama is disabled.Luo Jie1-0/+7
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-10/+9
2007-04-13Documentation for events.c.Peter Hutterer1-6/+444
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-8/+8
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-1/+1
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+1
2007-03-08dix: remove 'register' keyword for all variables.Peter Hutterer1-94/+94
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-56/+61
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