summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2006-12-27dix/events: take screen number, not pointer, in PostSyntheticMotionPeter Hutterer1-3/+3
2006-12-22Zero out client devPrivates on allocation.Eamon Walsh1-0/+2
2006-12-15Add loud warnings to deprecated lookup functions.Eamon Walsh1-5/+19
2006-12-15Convert callers of LookupClient() to dixLookupClient().Eamon Walsh2-9/+8
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh4-199/+185
2006-12-14Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC.Eamon Walsh1-53/+79
2006-12-14Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.Eamon Walsh1-1/+0
2006-12-14Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh1-12/+24
2006-12-14Add new, combined dix lookup functions (tweak).Eamon Walsh1-1/+1
2006-12-14Add new, combined dix lookup functions.Eamon Walsh1-81/+95
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh10-110/+110
2006-12-06config: move config.h to hotplug.hDaniel Stone2-4/+3
2006-12-06GetPointerEvents: always send valuator events for MotionNotifyDaniel Stone1-5/+8
2006-12-06GetPointerEvents: fix typoDaniel Stone1-1/+1
2006-12-06config: move to block/wakeup handlerDaniel Stone1-3/+0
2006-12-06SyntheticMotion: don't dereference sprite.screen when not using XineramaDaniel Stone1-1/+2
2006-12-01Naming change: Security*Operation -> Xace*OperationEamon Walsh1-8/+8
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh9-181/+80
2006-11-30Tell automake to STFU about the *.O filesAlan Coopersmith1-1/+1
2006-11-27Merge branch 'randr-1.2'Eric Anholt2-5/+6
2006-11-21Issue CloseDownDevices() in os/log.c and remove from dix/main.c.Alan Hourihane1-5/+0
2006-11-18Shutdown input devices if FatalError occurs during startup.Alan Hourihane1-5/+15
2006-11-11ffs: handle 0 argument (bug #8968)Jurij Smakov1-0/+2
2006-11-08remove trailing whitespaceDaniel Stone1-2/+2
2006-11-08Get*Events: massive reorganisationDaniel Stone1-223/+226
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/mi: still more warning fixesDaniel Stone1-8/+15
2006-11-08dix: add missing prototypesDaniel Stone2-1/+6
2006-11-08dix: remove unused debug codeDaniel Stone1-10/+0
2006-11-08dix: remove unused variableDaniel Stone1-1/+0
2006-11-08CreateColormap: fix return value (bug #7083)Laurence Withers1-1/+1
2006-11-07Merge branch 'autoconfig-for-7.2'Adam Jackson1-1/+1
2006-11-07Avoid dereferencing sprite.screen when Xinerama is not running. (#8925)Keith Packard2-5/+6
2006-11-06More work on Bug #8875: revert previous fix and try using client argumentEamon Walsh1-1/+0
2006-11-03Add DTrace probe points for X server <-> client communicationsAlan Coopersmith7-2/+380
2006-11-02PostSyntheticMotion needs to be extern, not static, since it's in getevents.cAlan Coopersmith1-1/+1
2006-11-01input: add non-keyboard bell ringing functionDaniel Stone1-2/+4
2006-10-27CoreKeyboardProc: annotate with FIXMEDaniel Stone1-2/+5
2006-10-27CoreKeyboardProc: don't leak keymap and modmapDaniel Stone1-0/+4
2006-10-27getValuatorEvents: make sure we put MORE_EVENTS in the right placesDaniel Stone1-0/+3
2006-10-25GetPointerEvents: always ensure correct number of eventsDaniel Stone1-2/+2
2006-10-25port all users to the new DIX motion history APIDaniel Stone2-3/+4
2006-10-25dix: add motion history supportDaniel Stone2-0/+115
2006-10-25miscellaneous warning fixesDaniel Stone1-2/+4
2006-10-23GetProximityEvents: add (untested) functionDaniel Stone1-0/+52
2006-10-23GetPointerEvents: break into separate functionsDaniel Stone1-54/+89
2006-10-23dix/getevents: move SyntheticMotion to getevents.cDaniel Stone2-26/+41
2006-10-23dix/getevents: cosmetic cleanups, remove keymap copy from GKVEDaniel Stone1-40/+23
2006-10-22dix, Xi: make use of deviceid in DevicePresenceNotifyDaniel Stone1-0/+4