summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2008-04-10dix: Extend IsKeyboardDevice() to not include pointer devices.Peter Hutterer1-1/+4
2008-04-10dix: Dont deliver grabbed pointer events to a focus window.Peter Hutterer1-1/+12
2008-04-10dix: When floating, set sprite to NULL before calling InitializeSprite.Peter Hutterer1-4/+11
2008-04-08XQuartz: Fix issue where clicking on an X11 window might send that event to a...Jeremy Huddleston2-0/+10
2008-04-08dix: Ensure Proximity events don't kill the server.Magnus Vigerlöf2-17/+36
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer7-394/+437
2008-04-06dix: sprite may be NULL, don't dereference it then.Peter Hutterer1-1/+1
2008-04-06dix: remove debug error message about XI->core type conversion.Peter Hutterer1-2/+0
2008-04-02shovelling code around ...Ben Byer1-0/+14
2008-03-25Fix that last commit.Adam Jackson1-1/+1
2008-03-25Fix getValuatorEvents to compute number of valuators correctly.Sascha Hlusiak1-1/+1
2008-03-04XACE: Check the return value of the selection create hook call.Eamon Walsh1-1/+6
2008-03-04Merge branch 'master' into mpxPeter Hutterer10-80/+52
2008-03-04dix: Convert selection list to a linked list.Eamon Walsh1-26/+22
2008-02-29XACE: Add generic support for property and selection polyinstantiation.Eamon Walsh2-5/+11
2008-02-29dix: Refactoring of selection code to allow for polyinstantiation.Eamon Walsh4-274/+309
2008-02-29dix: Refactoring of property code to allow for polyinstantiation.Eamon Walsh1-117/+104
2008-02-29On second thought, revert that, it'll make large pixmaps painfully slow.Adam Jackson1-1/+1
2008-02-29Bug #10465: Use calloc() for allocating PixmapRec's.Chris Wilson1-1/+1
2008-02-29Bug #10464: Set pixel value to 0 before FindColor()Chris Wilson1-0/+1
2008-02-27dix: set dev->key to NULL after freeing it in CloseDevice. (Bug #12830)Peter Hutterer1-0/+1
2008-02-26dix: before copying the classes the first time, set the VCK's classes to NULL.Peter Hutterer1-0/+29
2008-02-25Xi: remove ungrab handling of ExtendedUngrabDevice request.Peter Hutterer1-12/+0
2008-02-20XACE: Make the default window background state configurable per-window.Eamon Walsh1-4/+5
2008-02-20Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.Eamon Walsh1-2/+0
2008-02-19dix: set evlen to the size of the reallocated memory.Peter Hutterer1-0/+1
2008-02-19dix: Ensure enough memory for ClassesChangedEvent for a new device.Peter Hutterer1-0/+16
2008-02-19dix: change GetEventList to return length of list and set parameter in place.Peter Hutterer1-3/+4
2008-02-19dix: add InputEventListLen and SetMinimumEventSizePeter Hutterer2-1/+26
2008-02-18Move input event list initialisation and storage from DDX to DIX.Peter Hutterer2-0/+15
2008-02-18Xi: make SizeDeviceInfo public and re-use from CreateClassesChangedEvent.Peter Hutterer1-12/+3
2008-02-18dix: add support for WindowAccessAllowAll in device access checking.Peter Hutterer1-0/+4
2008-02-18dix: Handle the case where a device cursor was removed correctlyBenjamin Close1-1/+7
2008-02-18dix: set num_events to 1 by default. (no RawDeviceEvents anymore)Peter Hutterer1-1/+1
2008-02-17main(): Remove uncredible failureDaniel Stone1-9/+0
2008-02-13XACE: Change access modes for some device-related requests.Eamon Walsh1-5/+5
2008-02-14dix: Don't generate RawDeviceEvents anymore.Peter Hutterer1-34/+3
2008-02-14Silence an error message in ConfigureWindow that never happens.Adam Jackson1-1/+1
2008-02-14Silence FreeResource()Adam Jackson1-5/+0
2008-02-14Silence the harmless FreeFontPath error message.Adam Jackson1-3/+0
2008-02-14requestingClient is an xprintism, hide it for other servers.Adam Jackson3-1/+10
2008-02-14Simplify critical output flushing.Adam Jackson1-6/+2
2008-02-14Rip out useless indirection in the callback list management.Adam Jackson1-15/+6
2008-02-12XACE: Move the selection access hook to its own function.Eamon Walsh1-6/+4
2008-02-07XACE: Correct some protocol error values in the colormap routines.Eamon Walsh1-3/+3
2008-02-05XACE: Move the property access hook to its own function.Eamon Walsh1-9/+7
2008-02-05dix: Move motion history update until after screen crossing and clippingMagnus Vigerlöf1-9/+9
2008-02-05dix: Skip call to clipAxis for relative core-eventsMagnus Vigerlöf1-11/+33
2008-02-05Bug # 10324: dix: Add scaling of X and Y on the reported pointer-eventsMagnus Vigerlöf1-21/+76
2008-02-05Bug # 10324: dix: Allow arbitrary value ranges in GetPointerEventsMagnus Vigerlöf1-4/+7