summaryrefslogtreecommitdiff
path: root/dix/devices.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-25Add a few comments to devices.cPeter Hutterer1-0/+76
2007-06-04Fully init the AbsoluteClassRec in InitAbsoluteClassDeviceStruct.Zephaniah E. Hull1-0/+1
2007-05-24Reinstate an apparently mis-deleted ';' from a for loop with no body.Luo Jie1-0/+1
2007-04-24Disable devices before removing, remove unrecoverable devices.Peter Hutterer1-0/+1
2007-04-24Use DevicePresence events to tell the client about enabled/disabled devices.Peter Hutterer1-4/+29
2007-04-23fix bug in which maxKeysPerModifier wasn't getting setBrian1-0/+1
2007-04-10Input: Always add devices with first available IDMagnus Vigerlöf1-2/+15
2007-04-10Input: Plug memory leak in device freeMagnus Vigerlöf1-1/+6
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-6/+6
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-4/+5
2007-03-25dix: Increase allocation size for core keyboard keymap to avoid buffer overru...Peter Hutterer1-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-35/+35
2007-03-07Properly free device devPrivates - memory leak fix.Eamon Walsh1-0/+3
2007-02-17autoconf goodness for XDarwin, courtesy of pogmaBen Byer1-4/+0
2007-02-17dix mods for DarwinBen Byer1-0/+4
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-4/+4
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh1-16/+6
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-25port all users to the new DIX motion history APIDaniel Stone1-3/+2
2006-10-25dix: add motion history supportDaniel Stone1-0/+10
2006-10-22dix, Xi: make use of deviceid in DevicePresenceNotifyDaniel Stone1-0/+4
2006-10-21Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserverZephaniah E. Hull1-0/+4
2006-10-21DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB.Zephaniah E. Hull1-12/+21
2006-10-20xi: add DEVICE_ENABLE controlDaniel Stone1-0/+4
2006-10-15dix/devices: add devices in proper forward orderDaniel Stone1-5/+13
2006-10-14dix/devices: remove XACE merge debrisDaniel Stone1-6/+0
2006-10-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-10/+19
2006-10-08warning cleanupsDaniel Stone1-18/+3
2006-10-08dix/devices: clean up debuggingDaniel Stone1-18/+3
2006-09-29make core keyboard/pointer map functions act on all core-sending devicesDaniel Stone1-217/+279
2006-08-23xkb/gkve: copy XKB map, not pointer-assignDaniel Stone1-10/+0
2006-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith1-6/+0
2006-08-12Merge branch 'master' into input-hotplugDaniel Stone1-6/+0
2006-08-12make DIX more tolerant of devices without a CtrlProc (Debian #269860)Daniel Stone1-1/+13
2006-08-12remove obsolete vendor definesDaniel Stone1-6/+0
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith1-3/+0
2006-08-10core devices: clear devicePrivates on closeDaniel Stone1-0/+5
2006-08-07enable adding devices after removal of a middle deviceDaniel Stone1-15/+1
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/+7
2006-07-21update KDrive to new input APIDaniel Stone1-0/+21
2006-07-21add virtual core devices to DIXDaniel Stone1-84/+303
2006-07-21add GetPointerEvents/GetKeyboardEvents frameworkDaniel Stone1-0/+4
2006-06-20Move Xserver API for security extension to securitysrv.hAlan Coopersmith1-2/+1
2006-06-19Replace XC-SECURITY code with XACE security hooksEamon Walsh1-12/+10
2006-06-07fix compiler warning about XKB_IN_SERVER redefinitionGreg Kroah-Hartman1-0/+2