summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2007-11-02Move SIGUSR1 notification as late as possible.Adam Jackson1-0/+2
2007-10-28dix: don't compress motion events from different devices (EventEnqueue)Peter Hutterer1-1/+2
2007-10-28dix: add XI event support to FixKeyState.Peter Hutterer1-12/+9
2007-10-25Input: Fix key down test (bug #12858)Naoki Hamada1-4/+12
2007-10-02Xserver: fix potential crashDodji Seketeli1-0/+2
2007-10-02Fix #12650: "windows not receiving mouse events in multiple screens context"Dodji Seketeli1-0/+55
2007-09-23Input: Generate XKB mapping changes for all core-sending devices (bug #12523)Daniel Stone1-10/+15
2007-09-23GetKeyboardEvents: Reject out-of-range keycodes (bug #12528)Daniel Stone1-0/+4
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-1/+1
2007-09-05Fix key repeats during VT switch.Daniel Stone2-7/+31
2007-09-05Fix server version reporting to be the server package version.Eric Anholt2-2/+2
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-7/+0
2007-08-23Fix indentation.Matthieu Herrb1-1/+1
2007-08-23Remove an extra cast.Matthieu Herrb1-1/+1
2007-08-23A high resolution device that's moving fast can potentially generateOtto Moerbeek1-1/+1
2007-08-01Build system: Non-dtrace distcheck hacksDaniel Stone1-0/+5
2007-08-01Input: Fix stuck modifiers (bug #11683)Daniel Stone1-26/+28
2007-08-01Convert all my license statements to the standard formDaniel Stone1-15/+17
2007-08-01Hotplug: Add HAL supportDaniel Stone1-0/+1
2007-08-01Input: GetPointerEvents: Deny events from devices without valuatorsDaniel Stone1-2/+6
2007-08-01DIX: Clean up null root cursor handlingDaniel Stone2-16/+20
2007-08-01Fonts: Fix builtin fontsDaniel Stone1-6/+4
2007-08-01Hotplug: Separate D-Bus into core and hotplug API componentsDaniel Stone1-2/+2
2007-07-21Partial redundancy elimination in PropertyNotify generation.Adam Jackson1-43/+21
2007-07-03Make Composite manual redirect windows not clip their parent.Keith Packard1-3/+11
2007-06-29Death to RCS tags.Adam Jackson3-5/+0
2007-06-29Make sure window->optional is allocated before assigning it.Peter Hutterer1-6/+6
2007-06-27More janitor work. Remove 'defined but not used' warnings from kdrive and som...Tiago Vignatti1-1/+0
2007-06-25Set the detail field for DeviceKeyEvents to the keycode.Peter Hutterer1-0/+1
2007-06-25Only decrement buttonsDown when the button count is greater than 0.Peter Hutterer1-10/+21
2007-06-25Add a few comments to devices.cPeter Hutterer1-0/+76
2007-06-25Check for identical grabs when adding a new passive grab. If an identical grabPeter Hutterer1-0/+47
2007-06-11dixLookupClient: Use access parameter.Michel Dänzer1-1/+1
2007-06-04Remove the old Kerberos 5 authentication code.Adam Jackson2-25/+0
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-24Fix build of composite, dix, and randr when Xinerama is disabled.Luo Jie1-0/+7
2007-05-15Add new InitRegions() function called from dix/mainSoren Sandmann Pedersen1-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-13Documentation for events.c.Peter Hutterer1-6/+444
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-10getevents: Copy modifier state from extended to core devicesDaniel Stone1-0/+20
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner12-46/+46
2007-03-26Remove dead NEED_DBE_BUF_BITS code.Eamon Walsh2-10/+0
2007-03-25General DIX static and dead code cleanup.Adam Jackson6-252/+127
2007-03-25Static cleanups, dead code deletion.Adam Jackson6-10/+11
2007-03-25dix: Increase allocation size for core keyboard keymap to avoid buffer overru...Peter Hutterer1-1/+1