index
:
~vignatti/xserver
bus-cleanup-take3
client-logging
daniels-fixes-and-cleanup
ephyr-dri2
generation-removal
inputthread
inputthread-commits
lrmi-for-children
master
maxscreenless
options-cleanup
registry-fix
xwayland-1.12
xwm-client
Tiago's playground
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
events.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-10
panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)
Dave Airlie
1
-3
/
+3
2011-03-10
panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)
Dave Airlie
1
-2
/
+2
2011-02-23
Merge branch 'mi-cleanup' into next
Peter Hutterer
1
-8
/
+15
2011-02-23
Input: Don't freeze unrelated devices in DeliverGrabbedEvent
Daniel Stone
1
-4
/
+3
2011-02-22
Move master/lastSlave out of the union into separate fields.
Peter Hutterer
1
-2
/
+2
2011-02-22
input: Change a bunch of direct dev->u.master accesses to use GetMaster()
Peter Hutterer
1
-2
/
+2
2011-02-22
Switch to use IsFloating()
Peter Hutterer
1
-3
/
+3
2011-02-22
dix: Add IsFloating(device) wrapper.
Peter Hutterer
1
-0
/
+7
2011-02-22
dix: Simplify retrieving the master device.
Peter Hutterer
1
-1
/
+1
2011-02-17
Input: Allow EventToCore to return multiple events
Daniel Stone
1
-30
/
+27
2011-02-17
Input: Reduce use of filter in DeliverEvents
Daniel Stone
1
-7
/
+37
2011-02-17
Input: Rename EventIsDeliverable return masks
Daniel Stone
1
-15
/
+11
2011-02-17
Input: Store passive-activating key in CheckDeviceGrabs
Daniel Stone
1
-5
/
+15
2011-01-07
Merge branch 'for-peter' of git://people.freedesktop.org/~daniels/xserver int...
Peter Hutterer
1
-62
/
+56
2011-01-07
Input: Prevent MD grabs from wandering on to other MDs
Daniel Stone
1
-1
/
+1
2011-01-06
Input: Make CheckPassiveGrabsOnWindow return grab, export
Daniel Stone
1
-15
/
+15
2011-01-06
Input: Export GetEventMask
Daniel Stone
1
-1
/
+1
2011-01-06
Input: Handle grabs with no Xi 1.x equivalent
Daniel Stone
1
-2
/
+2
2011-01-06
Input: Pass sprite instead of device to XYToWindow, make non-static
Daniel Stone
1
-13
/
+6
2011-01-06
Input: Pass sprite instead of device to FixUpEventFromWindow
Daniel Stone
1
-22
/
+21
2011-01-06
Input: Make RootWindow() take a sprite instead of device
Daniel Stone
1
-12
/
+14
2010-12-31
Make EventIsDeliverable non-static
Chase Douglas
1
-12
/
+1
2010-12-31
Resources: Move rClient to resource.h
Daniel Stone
1
-2
/
+0
2010-12-07
Sun's copyrights now belong to Oracle
Alan Coopersmith
1
-1
/
+1
2010-10-13
Use GetCurrentRootWindow or equivalent instead of spriteTrace[0].
Jamey Sharp
1
-1
/
+1
2010-10-13
Move replay-window check from ComputeFreezes to CheckDeviceGrabs.
Jamey Sharp
1
-27
/
+19
2010-10-13
CheckDeviceGrabs: Delete redundant pWin->optional test.
Jamey Sharp
1
-4
/
+2
2010-10-13
Let CheckPassiveGrabsOnWindow callers check if device is already grabbed.
Jamey Sharp
1
-11
/
+11
2010-07-07
dix: purge leftover manual key down bit setting.
Peter Hutterer
1
-9
/
+3
2010-06-28
Revert "dix: use the event mask of the grab for TryClientEvents."
Peter Hutterer
1
-50
/
+2
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-9
/
+9
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-8
/
+4
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-2
/
+2
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
1
-21
/
+14
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-28
/
+28
2010-06-03
XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.
Jamey Sharp
1
-4
/
+9
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-69
/
+63
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
1
-69
/
+69
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-17
/
+17
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-4
/
+4
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-11
/
+4
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-0
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-21
/
+21
2010-05-03
Fix cursor ref counting mistakes with sprites and xf86Cursor.c
Keith Packard
1
-5
/
+15
2010-05-02
dix: wrap variables with #ifdef when panoramix is not used
Tiago Vignatti
1
-1
/
+1
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
1
-15
/
+4
2010-04-26
ProcGrabButton: remove redundant error check.
Jamey Sharp
1
-1
/
+0
2010-04-15
Merge remote branch 'whot/for-keith'
Keith Packard
1
-1
/
+5
2010-04-16
dix: fix cursor screen check for xinerama setups.
Tim Yamin
1
-1
/
+5
2010-04-15
dix: Fix crash in DeliverGrabbedEvents.
Peter Hutterer
1
-1
/
+1
[next]