index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
Convert top level extensions to new *allocarray functions
Alan Coopersmith
3
-9
/
+7
2015-04-21
Let calloc handle multiplication
Alan Coopersmith
1
-2
/
+2
2015-01-07
Fix subwindow in Xi emulated events
Olivier Fourdan
1
-2
/
+3
2014-12-08
Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]
Alan Coopersmith
16
-18
/
+90
2014-05-23
Xi: block SIGIOs while copying device classes around
Steven McDonald
1
-0
/
+4
2014-05-08
Xi: don't copy a DeviceEvent into an InternalEvent
Peter Hutterer
1
-8
/
+8
2014-03-27
Build Xi/stubs.c once as a convenience library, rather than once for each DDX...
Jon TURNEY
1
-2
/
+3
2014-03-12
xkb: Repurpose XkbCopyDeviceKeymap to apply a given keymap to a device
Rui Matos
1
-1
/
+1
2014-02-21
Xi: check for invalid modifiers for XI2 passive grabs
Peter Hutterer
2
-1
/
+6
2014-02-04
input: un-constify dev->name
Peter Hutterer
1
-2
/
+2
2014-02-04
Xi: remove superfluous cast.
Peter Hutterer
1
-1
/
+1
2014-01-25
Check for calloc() failure in add_master()
Alan Coopersmith
1
-0
/
+4
2014-01-25
Xi: fix modifier offset in XIPassiveGrab swapping function
Peter Hutterer
1
-1
/
+1
2014-01-22
Xi: Use 'void *' instead of 'Pointer' (which is going away)
Keith Packard
1
-1
/
+1
2014-01-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-1
/
+18
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
6
-17
/
+17
2014-01-12
xi: More warning cleanup for input
Keith Packard
2
-3
/
+3
2014-01-09
Xi: Ensure DeviceChanged is emitted after grabs are deactivated
Carlos Garnacho
1
-1
/
+18
2013-12-11
Xi: ungrab device when releasing a passive grab without ButtonReleaseMask (#7...
Peter Hutterer
1
-1
/
+2
2013-12-11
Xi: Don't ActivateEarlyAccept POINTER_REGULAR listeners
Ben Gamari
1
-1
/
+2
2013-10-29
Xi: fix logic error when calculating emulated motion events
Peter Hutterer
1
-1
/
+1
2013-08-30
Xi: allow for XIAllowEvent requests larger than XI < 2.2 size (#68554)
Peter Hutterer
1
-1
/
+1
2013-08-30
Xi: replace loop with memset
Peter Hutterer
1
-4
/
+1
2013-08-01
Xi: Clamp XIClient maximal version to XIVersion
Maarten Lankhorst
1
-17
/
+14
2013-07-26
Xi: Allow clients to ask for 2.3 and then 2.2 without failing
Keith Packard
1
-6
/
+30
2013-07-11
dix: when ungrabbing an active grab, accept pointer grabs (#66720)
Peter Hutterer
1
-12
/
+23
2013-05-15
Xi: fix warning - remove unused 'rc'
Peter Hutterer
1
-1
/
+0
2013-05-10
Xi: check for HAS_ACCEPTED only for grab listeners
Peter Hutterer
1
-1
/
+1
2013-05-10
dix: always copy grabs, don't reference them
Peter Hutterer
1
-2
/
+5
2013-05-10
dix: AllocGrab can copy if an argument is passed in
Peter Hutterer
4
-4
/
+4
2013-05-10
dix: move EmitTouchEnd to touch.c
Peter Hutterer
1
-31
/
+4
2013-05-10
Xi: Don't emit a TouchEnd event to a frozen device
Peter Hutterer
1
-0
/
+4
2013-05-10
Xi: use public.processInputProc to replay the touch history
Peter Hutterer
1
-3
/
+5
2013-05-10
Xi: when punting to a new owner, always create TouchEnd events
Peter Hutterer
1
-5
/
+14
2013-05-10
Xi: save state for early acceptance
Peter Hutterer
1
-3
/
+3
2013-05-10
Xi: if a passive async grab is activated from an emulated touch, accept
Peter Hutterer
1
-1
/
+7
2013-05-10
Xi: fix lookup in ActivateEarlyAccept
Peter Hutterer
1
-8
/
+7
2013-05-10
Xi: update the core listener state if we delivered the touch event
Peter Hutterer
1
-7
/
+9
2013-05-10
Xi: if we delivered a TouchEnd to a passive grab, end it
Peter Hutterer
1
-3
/
+2
2013-05-10
Xi: not having an ownership mask does not mean automatic acceptance
Peter Hutterer
1
-1
/
+1
2013-05-10
input: print warnings if drivers don't initialize properly
Peter Hutterer
1
-6
/
+10
2013-05-07
Xi: free barrier code at reset time
Peter Hutterer
3
-2
/
+16
2013-05-07
Xi: always return BadMatch for XTest devices ChangeDeviceControl requests
Peter Hutterer
3
-0
/
+13
2013-05-07
Xi: fix comment - XI2 grabs aren't keysym grabs
Peter Hutterer
1
-2
/
+1
2013-04-15
Never try to execute BellProcPtr NULL.
Knut Petersen
1
-1
/
+2
2013-04-15
Xi: fix swapped grab mode args for keyboard devices in XIGrabDevice
Rui Matos
1
-2
/
+13
2013-04-11
Xi: Do not handle ET_TouchOwnership in ProcessTouchEvent
Maarten Lankhorst
1
-20
/
+22
2013-04-11
Xi: Use correct destination when swapping barrier events
Keith Packard
1
-18
/
+18
2013-03-25
Xi: add a comment to make a condition a bit clearer
Peter Hutterer
1
-0
/
+1
2013-03-25
Xi: compress two if statements with the same body
Peter Hutterer
1
-7
/
+3
[next]