index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-12
Xi: fix wrong extra length check in ProcXIChangeHierarchy (CVE-2017-12178)
Nathan Kidd
1
-1
/
+1
2017-10-12
Xi: integer overflow and unvalidated length in (S)ProcXIBarrierReleasePointer
Nathan Kidd
1
-0
/
+5
2017-09-25
Xi: Test exact size of XIBarrierReleasePointer
Michal Srb
1
-3
/
+6
2017-09-25
Xi: Do not try to swap GenericEvent.
Michal Srb
1
-1
/
+9
2017-09-25
Xi: Verify all events in ProcXSendExtensionEvent.
Michal Srb
1
-5
/
+7
2017-09-25
Xi: Zero target buffer in SProcXSendExtensionEvent.
Michal Srb
1
-1
/
+1
2017-09-25
Xi: Use WarpPointerProc hook on XI pointer warping implementation
Carlos Garnacho
1
-0
/
+4
2017-01-11
Xi: when creating a new master device, update barries for all clients
Peter Hutterer
1
-2
/
+4
2017-01-11
xwayland: Don't send KeyRelease events on wl_keyboard::leave
Rui Matos
1
-9
/
+13
2016-10-26
ddx: add new call to purge input devices that weren't added
Peter Hutterer
1
-0
/
+14
2016-09-15
Hold input lock while calling input device SetProperty callback
Keith Packard
1
-0
/
+2
2016-08-16
xinput: Let top-level dispatch generate the error
Adam Jackson
1
-2
/
+2
2016-05-26
Remove SIGIO support for input [v5]
Keith Packard
1
-2
/
+2
2016-05-11
dix: Remove pointless client-state callbacks
Adam Jackson
1
-15
/
+0
2016-05-04
dix: Push UpdateCurrentTimeIf down out of the main loop
Adam Jackson
2
-1
/
+7
2016-04-19
Xi: don't deliver emulated motion events for non-emulating touches
Peter Hutterer
1
-0
/
+3
2015-11-24
Input: Add focus-in event source
Daniel Stone
1
-0
/
+4
2015-10-20
Xi: Silence some tautological warnings
Jeremy Huddleston Sequoia
1
-4
/
+2
2015-06-18
Xi: call UpdateDeviceState() even when the client is missing
Alexander Volkov
1
-1
/
+2
2015-06-10
dix: Send KeyPress and KeyRelease events to the XACE_KEY_AVAIL hook
Andrew Eikum
1
-0
/
+12
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
[next]