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
/
dix
/
touch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-26
dix: Reallocate touchpoint buffer at input event time [v2]
Keith Packard
1
-59
/
+29
2016-05-26
Remove SIGIO support for input [v5]
Keith Packard
1
-4
/
+4
2015-08-28
debug output format fix in TouchEventHistoryPush()
Jon TURNEY
1
-1
/
+1
2015-04-21
Convert dix/* to new *allocarray functions
Alan Coopersmith
1
-4
/
+4
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-1
/
+1
2013-07-24
dix: check the xi2mask, not the grab type for touch listeners
Peter Hutterer
1
-2
/
+1
2013-05-15
dix: call UpdateDeviceState() for emulated TouchEndEvents
Peter Hutterer
1
-0
/
+2
2013-05-10
Move TouchListenerGone call to CloseDownClient
Peter Hutterer
1
-2
/
+2
2013-05-10
dix: remove all listeners when freeing a touch
Peter Hutterer
1
-0
/
+4
2013-05-10
dix: always copy grabs, don't reference them
Peter Hutterer
1
-2
/
+17
2013-05-10
dix: use a tmp variable for the to-be-removed touch listener
Peter Hutterer
1
-3
/
+4
2013-05-10
dix: invert a loop condition
Peter Hutterer
1
-12
/
+13
2013-05-10
dix: XAllowEvents() on a touch event means accepting it
Peter Hutterer
1
-0
/
+14
2013-05-10
dix: move EmitTouchEnd to touch.c
Peter Hutterer
1
-0
/
+27
2013-05-10
Xi: use public.processInputProc to replay the touch history
Peter Hutterer
1
-1
/
+15
2013-05-10
dix: don't prepend an activated passive grab to the listeners
Peter Hutterer
1
-1
/
+1
2013-04-16
dix: copy event in TouchConvertToPointerEvent correctly
Maarten Lankhorst
1
-2
/
+2
2013-03-25
dix: fix a comment
Peter Hutterer
1
-1
/
+2
2013-01-09
dix: add resource type to touch listeners
Peter Hutterer
1
-8
/
+10
2013-01-09
input: Record grab pointer in TouchListener
Keith Packard
1
-7
/
+15
2012-12-12
dix: add FIXME, TouchRemovePointerGrab does nothing
Peter Hutterer
1
-0
/
+2
2012-12-12
dix: don't call ProcessInputEvents() when accepting/rejecting touches
Peter Hutterer
1
-2
/
+0
2012-11-20
Don't use GetTouchEvents when replaying events
Thomas Jaeger
1
-34
/
+27
2012-10-30
Sync TouchListener memory allocation with population in TouchSetupListeners()
Carlos Garnacho
1
-2
/
+2
2012-10-19
End physically active touches when device is disabled
Chase Douglas
1
-0
/
+28
2012-07-04
dix: fix memory leak in TouchEventHistoryReplay
Peter Hutterer
1
-2
/
+5
2012-07-04
dix: fix dereference before null check
Peter Hutterer
1
-1
/
+3
2012-07-02
Log messages in TouchBeginDDXTouch() in a signal-safe manner
Chase Douglas
1
-2
/
+3
2012-06-07
dix: rename shadowing loop variable in TouchResizeQueue
Peter Hutterer
1
-3
/
+3
2012-06-07
Replace a few BUG_WARN with BUG_RETURN_VAL
Peter Hutterer
1
-11
/
+6
2012-05-01
TouchListenerAcceptReject: Warn and return early on bad listener index
Chase Douglas
1
-0
/
+5
2012-04-18
Replay original touch begin event instead of generated begin event
Chase Douglas
1
-3
/
+15
2012-04-18
Update device state including when touch record does not exist
Chase Douglas
1
-8
/
+0
2012-04-18
Check other clients' core masks properly when adding touch listener
Chase Douglas
1
-4
/
+4
2012-04-18
Create a new dix touch record for an emulated touch with no listeners
Chase Douglas
1
-0
/
+5
2012-04-18
Rename TouchEnsureSprite to TouchBuildSprite and event type checks
Chase Douglas
1
-12
/
+2
2012-04-18
Split out helper function TouchListenerAcceptReject()
Chase Douglas
1
-25
/
+39
2012-03-22
Use a new sprite trace for indirect touches when all touches have physically ...
Chase Douglas
1
-1
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-138
/
+106
2012-02-08
Implement touch early accept
Chase Douglas
1
-5
/
+4
2012-02-08
Implement early touch reject
Chase Douglas
1
-1
/
+8
2012-02-08
Check for proper window ID when processing touch allow requests
Chase Douglas
1
-6
/
+12
2012-02-08
Move AllowTouch to dix/touch.c, and rename to TouchAcceptReject
Chase Douglas
1
-0
/
+45
2012-02-08
Store window pointer in touch listener record
Chase Douglas
1
-6
/
+10
2011-12-21
dix: Remove touch grabs if the grab disappears
Daniel Stone
1
-0
/
+44
2011-12-21
dix: hook up passive grabs and pointer emulated passive grabs
Peter Hutterer
1
-0
/
+26
2011-12-21
dix: add touch to pointer event conversion helper
Peter Hutterer
1
-0
/
+62
2011-12-21
Process and deliver touch events
Peter Hutterer
1
-2
/
+3
2011-12-21
dix: add TouchResourceIsOwner helper function
Peter Hutterer
1
-0
/
+10
2011-12-21
dix: add helper functions for adding/removing touch listeners
Peter Hutterer
1
-0
/
+223
[next]