summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2008-04-18properly initialise the optional memberBen Byer1-0/+1
2008-04-08XQuartz: Fix issue where clicking on an X11 window might send that event to a...Jeremy Huddleston2-0/+10
2008-03-31shovelling code around ...Ben Byer1-0/+14
2008-03-01Merge branch 'server-1.4-branch' into xorg-server-1.4-appleJeremy Huddleston1-1/+2
2008-02-20Don't break grab and focus state for a window when redirecting it.Kristian Høgsberg1-1/+2
2008-02-13Merge branch 'server-1.4-branch' into xorg-server-1.4-appleJeremy Huddleston1-1/+1
2008-01-29dix: set the correct number of valuators in valuator events.Peter Hutterer1-1/+1
2008-01-17Merge branch 'server-1.4-branch' into xorg-server-1.4-appleJeremy Huddleston1-0/+7
2008-01-17Fix for CVE-2008-0006 - PCF Font parser buffer overflow.Matthieu Herrb1-0/+7
2008-01-03Merge branch 'server-1.4-branch' into xorg-server-1.4-appleJeremy Huddleston1-1/+2
2007-12-28Input: Don't reinit devicesDaniel Stone1-1/+2
2007-12-20Merge branch 'server-1.4-branch' into xorg-server-1.4-appleJeremy Huddleston1-1/+1
2007-12-20Xquartz: General CleanupJeremy Huddleston1-0/+4
2007-12-14Silence FPE error message; according to ajax, this bug is knownBen Byer1-2/+2
2007-12-07Input: Fix proximity events with valuatorsBartosz Fabianowski1-1/+1
2007-11-20DIX: Remove remaining alloca callsJeremy Huddleston1-15/+15
2007-11-20Dix: Re-ebable ErrorF reporting of incorrect refcount in FreeFontPathJeremy Huddleston1-2/+2
2007-11-20From Jeremy Huddleston:Ben Byer1-5/+0
2007-11-20More XDarwin cleanup / dead code removal from JeremyBen Byer1-1/+6
2007-11-20fixes to allow Xvfb and Xephyr to be built if you build with --disable-xdarwinBen Byer1-1/+1
2007-11-20DIX Fix: QueryFontReply packets can be too big to be allocated on the stackBen Byer1-4/+4
2007-11-20finished committing downstream changesBen Byer1-2/+2
2007-11-17GetKeyboardEvents: Reject out-of-range keycodes (bug #12528)Daniel Stone1-0/+4
2007-11-17Input: Fix key down test (bug #12858)Naoki Hamada1-4/+12
2007-11-06DIX: XKB: Set xkbInfo to NULL as well as freeing it (bug #10639)Daniel Stone1-0/+1
2007-10-31Input: Generate XKB mapping changes for all core-sending devices (bug #12523)Daniel Stone1-10/+15
2007-10-30dix: don't compress motion events from different devices (EventEnqueue)Peter Hutterer1-1/+2
2007-10-30dix: add XI event support to FixKeyState.Peter Hutterer1-12/+9
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-31Remove an extra cast.Matthieu Herrb1-1/+1
2007-08-31A 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