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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-18
Update currentTime in dispatch loop
Chase Douglas
1
-0
/
+3
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
When activating an explicit grab, update owning listener
Chase Douglas
1
-0
/
+33
2012-04-18
Fix copy/paste error from before git history in UpdateCurrentTimeIf()
Chase Douglas
1
-1
/
+1
2012-04-18
When deactivating an explicit pointer grab, reject all grabs on touches
Chase Douglas
1
-0
/
+11
2012-04-18
Split out helper function TouchListenerAcceptReject()
Chase Douglas
2
-34
/
+41
2012-04-16
Use touch state when querying pointer through core protocol
Chase Douglas
1
-2
/
+1
2012-04-12
dix: don't BUG_WARN for button events from button-only device
Daniel Kurtz
1
-1
/
+1
2012-03-22
Merge branch 'per-device-sync-counters' into for-keith
Peter Hutterer
4
-8
/
+19
2012-03-22
Xext: Add per-device SyncCounters
Peter Hutterer
1
-0
/
+8
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
3
-8
/
+11
2012-03-22
Merge branch 'dtrace-input-abi' into for-keith
Peter Hutterer
3
-1
/
+50
2012-03-22
dix: add dtrace probes to input API
Peter Hutterer
3
-1
/
+50
2012-03-22
dix: set raw event values before adding up relative values (#46976)
Peter Hutterer
1
-4
/
+5
2012-03-22
dix: fix compiler warning "unused variable 'scr'"
Peter Hutterer
1
-1
/
+0
2012-03-22
Use a new sprite trace for indirect touches when all touches have physically ...
Chase Douglas
1
-1
/
+2
2012-03-22
dix: IsFloating() on master devices is always false
Peter Hutterer
1
-1
/
+1
2012-03-22
dix: when rescaling from master, rescale from desktop dimensions (#46657)
Peter Hutterer
1
-2
/
+4
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
3
-12
/
+12
2012-03-21
Introduce a consistent coding style
Keith Packard
35
-16700
/
+15152
2012-02-27
dix: avoid NULL-pointer dereference on button-only devices (#38313)
Peter Hutterer
1
-4
/
+15
2012-02-22
Revert "dix: don't XWarpPointer through the last slave anymore (#38313)"
Jeremy Huddleston
1
-14
/
+7
2012-02-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+2
2012-02-14
dix: reset last.scroll when resetting the valuator (#45611)
Peter Hutterer
1
-0
/
+2
2012-02-11
Merge remote-tracking branch 'alanc/master'
Keith Packard
1
-9
/
+9
2012-02-08
dix: fix an out-of-memory crash
Benjamin Otte
1
-0
/
+3
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
2012-02-08
Revert "dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEvents"
Peter Hutterer
1
-10
/
+8
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
1
-9
/
+9
2012-01-24
Don't set X and Y valuators for indirect touch events
Chase Douglas
1
-1
/
+1
2012-01-24
UngrabAllDevices: Don't kill clients if not told to
Daniel Stone
1
-1
/
+2
2012-01-24
Only update pointer motion data for pointer emulated touch events
Chase Douglas
1
-2
/
+6
2012-01-24
Only scale direct device touch coordinates
Chase Douglas
1
-1
/
+6
2012-01-13
Use event time instead of CurrentTime for grab times
Chase Douglas
1
-1
/
+2
2012-01-13
dix: Update pointer limits for floating devices too (#43635)
Peter Hutterer
1
-1
/
+1
2012-01-12
Revert "dix: Extend initial connection handshake for forwarding proxies"
Keith Packard
1
-9
/
+3
2012-01-09
Merge remote-tracking branch 'whot/multitouch'
Keith Packard
1
-0
/
+4
2012-01-09
Revert "dix: don't return BadMatch from GetProperty (#23562)"
Chris Halse Rogers
1
-1
/
+1
2012-01-09
dix: Return BadWindow rather than BadMatch from dixLookupWindow
Chris Halse Rogers
1
-1
/
+9
2012-01-09
Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'
Keith Packard
2
-12
/
+21
2012-01-06
dix: Tune dixLookupDrawable for success
Adam Jackson
1
-4
/
+3
2012-01-06
dix: Tune dtrace hooks around Dispatch
Adam Jackson
1
-5
/
+9
2012-01-06
dix: Extend initial connection handshake for forwarding proxies
Adam Jackson
1
-3
/
+9
[next]