summaryrefslogtreecommitdiff
path: root/dix/devices.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-28Input: Don't reinit devicesDaniel Stone1-1/+2
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+1
2007-11-07DIX: XKB: Set xkbInfo to NULL as well as freeing it (bug #10639)Daniel Stone1-0/+1
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-11-05DIX: Remove usage of allocaDaniel Stone1-2/+2
2007-10-02xace: add creation hook for new input devices.Eamon Walsh1-1/+9
2007-09-28xace: add hooks + new access codes: XKB extension.Eamon Walsh1-12/+0
2007-09-28xace: add new hooks + access controls: XInput extension.Eamon Walsh1-5/+13
2007-09-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-10/+15
2007-09-23Input: Generate XKB mapping changes for all core-sending devices (bug #12523)Daniel Stone1-10/+15
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+1
2007-09-05Fix key repeats during VT switch.Daniel Stone1-0/+1
2007-08-28xace: add hooks + new access codes: core protocol input requestsEamon Walsh1-33/+96
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-27/+5
2007-08-02Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+77
2007-08-01Hotplug: Add HAL supportDaniel Stone1-0/+1
2007-06-25Add a few comments to devices.cPeter Hutterer1-0/+76
2007-06-11Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+2
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-05-22Merge branch 'master' into XACE-SELINUXEamon Walsh1-4/+31
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-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-5/+5
2007-04-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-9/+27
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-04-05devPrivates rework: minor fix; use calloc and avoid initialization.Eamon Walsh1-2/+1
2007-04-04devPrivates rework: properly free devPrivates on compatibility structures,Eamon Walsh1-0/+2
2007-03-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-41/+45
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-08devPrivates rework: hook up new mechanism in backwards-compatibility modeEamon Walsh1-2/+9
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