summaryrefslogtreecommitdiff
path: root/dix/events.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie1-3/+3
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie1-2/+2
2011-02-23Merge branch 'mi-cleanup' into nextPeter Hutterer1-8/+15
2011-02-23Input: Don't freeze unrelated devices in DeliverGrabbedEventDaniel Stone1-4/+3
2011-02-22Move master/lastSlave out of the union into separate fields.Peter Hutterer1-2/+2
2011-02-22input: Change a bunch of direct dev->u.master accesses to use GetMaster()Peter Hutterer1-2/+2
2011-02-22Switch to use IsFloating()Peter Hutterer1-3/+3
2011-02-22dix: Add IsFloating(device) wrapper.Peter Hutterer1-0/+7
2011-02-22dix: Simplify retrieving the master device.Peter Hutterer1-1/+1
2011-02-17Input: Allow EventToCore to return multiple eventsDaniel Stone1-30/+27
2011-02-17Input: Reduce use of filter in DeliverEventsDaniel Stone1-7/+37
2011-02-17Input: Rename EventIsDeliverable return masksDaniel Stone1-15/+11
2011-02-17Input: Store passive-activating key in CheckDeviceGrabsDaniel Stone1-5/+15
2011-01-07Merge branch 'for-peter' of git://people.freedesktop.org/~daniels/xserver int...Peter Hutterer1-62/+56
2011-01-07Input: Prevent MD grabs from wandering on to other MDsDaniel Stone1-1/+1
2011-01-06Input: Make CheckPassiveGrabsOnWindow return grab, exportDaniel Stone1-15/+15
2011-01-06Input: Export GetEventMaskDaniel Stone1-1/+1
2011-01-06Input: Handle grabs with no Xi 1.x equivalentDaniel Stone1-2/+2
2011-01-06Input: Pass sprite instead of device to XYToWindow, make non-staticDaniel Stone1-13/+6
2011-01-06Input: Pass sprite instead of device to FixUpEventFromWindowDaniel Stone1-22/+21
2011-01-06Input: Make RootWindow() take a sprite instead of deviceDaniel Stone1-12/+14
2010-12-31Make EventIsDeliverable non-staticChase Douglas1-12/+1
2010-12-31Resources: Move rClient to resource.hDaniel Stone1-2/+0
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-10-13Use GetCurrentRootWindow or equivalent instead of spriteTrace[0].Jamey Sharp1-1/+1
2010-10-13Move replay-window check from ComputeFreezes to CheckDeviceGrabs.Jamey Sharp1-27/+19
2010-10-13CheckDeviceGrabs: Delete redundant pWin->optional test.Jamey Sharp1-4/+2
2010-10-13Let CheckPassiveGrabsOnWindow callers check if device is already grabbed.Jamey Sharp1-11/+11
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer1-9/+3
2010-06-28Revert "dix: use the event mask of the grab for TryClientEvents."Peter Hutterer1-50/+2
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-9/+9
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-8/+4
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-2/+2
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-21/+14
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-28/+28
2010-06-03XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.Jamey Sharp1-4/+9
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-69/+63
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-69/+69
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-17/+17
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-4/+4
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-11/+4
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-0/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-21/+21
2010-05-03Fix cursor ref counting mistakes with sprites and xf86Cursor.cKeith Packard1-5/+15
2010-05-02dix: wrap variables with #ifdef when panoramix is not usedTiago Vignatti1-1/+1
2010-04-30Replace some input devPrivates with regular struct fieldsKeith Packard1-15/+4
2010-04-26ProcGrabButton: remove redundant error check.Jamey Sharp1-1/+0
2010-04-15Merge remote branch 'whot/for-keith'Keith Packard1-1/+5
2010-04-16dix: fix cursor screen check for xinerama setups.Tim Yamin1-1/+5
2010-04-15dix: Fix crash in DeliverGrabbedEvents.Peter Hutterer1-1/+1