index
:
~marcoz/xserver
server-1.13-branch
Unnamed repository; edit this file 'description' to name the repository.
marcoz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-06
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
2
-145
/
+144
2012-08-05
XIChangeDeviceProperty: free newly allocated prop when SetProperty fails
Alan Coopersmith
1
-0
/
+2
2012-08-05
Do sent TouchEnd to listeners that don't own an accepted touch
Daniel d'Andrada
1
-0
/
+6
2012-07-10
Xi: Remove dead Device{Enter,Leave}WindowMask
Daniel Stone
1
-4
/
+2
2012-07-09
Add a common ARRAY_SIZE macro to dix.h
Daniel Stone
1
-2
/
+0
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
4
-41
/
+41
2012-07-09
Use C99 designated initializers in Xinput Replies
Alan Coopersmith
28
-174
/
+226
2012-07-09
Fix more poorly indented/wrapped comments & code
Alan Coopersmith
2
-9
/
+9
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
28
-36
/
+36
2012-07-04
Xi: extend PropagateMask to EMASKSIZE
Peter Hutterer
1
-1
/
+1
2012-06-07
Xi: drop forced unpairing when changing the hierarchy
Peter Hutterer
1
-6
/
+0
2012-06-07
Replace a few BUG_WARN with BUG_RETURN_VAL
Peter Hutterer
1
-15
/
+10
2012-05-24
Xi: make stub DeleteInputDeviceRequest call RemoveDevice
Julien Cristau
1
-0
/
+1
2012-05-17
Xi: fix "discards ''const' qualifier" warnings
Peter Hutterer
2
-3
/
+6
2012-05-17
Xi: fix "shadows previous local" warnings
Peter Hutterer
2
-33
/
+11
2012-05-17
dix: Move DeviceFocusEvent from Xi into enterleave.c
Peter Hutterer
1
-234
/
+0
2012-05-14
Xi: Remove redundant declaration.
Michal Suchanek
1
-6
/
+0
2012-05-03
Report touch emulated buttons in XIQueryPointer for XI 2.1 and earlier
Chase Douglas
1
-0
/
+14
2012-05-02
Report logical button state in ProcXIQueryPointer
Chase Douglas
1
-9
/
+4
2012-05-01
Xi: return BadValue on XIQueryVersion if the version is less than first call
Peter Hutterer
1
-20
/
+21
2012-04-18
Update device state including when touch record does not exist
Chase Douglas
1
-3
/
+3
2012-04-18
Ensure touch is ended when last listener is rejected
Chase Douglas
1
-8
/
+2
2012-04-18
Create a new dix touch record for an emulated touch with no listeners
Chase Douglas
1
-0
/
+28
2012-04-18
Rename TouchEnsureSprite to TouchBuildSprite and event type checks
Chase Douglas
1
-2
/
+4
2012-04-18
Don't deactivate implicit pointer grab on fake touch end event
Chase Douglas
1
-0
/
+1
2012-04-18
End a pointer emulated touch event only on a "real" end event
Chase Douglas
1
-1
/
+2
2012-04-18
On touch accept, only process end event for owner if it has seen the end
Chase Douglas
1
-1
/
+10
2012-04-18
Accept touch sequence for pointer listener after second event delivery
Chase Douglas
1
-0
/
+6
2012-04-18
Only set XI2 mask if pointer emulation is for XI2 client
Chase Douglas
1
-1
/
+2
2012-04-18
Check core event mask properly for pointer emulated touch events
Chase Douglas
1
-6
/
+12
2012-04-16
Ensure sequential touches are pointer emulated sequentially
Chase Douglas
1
-1
/
+74
2012-04-16
Update event type when delivering end event to a pointer listener
Chase Douglas
1
-0
/
+7
2012-04-16
Don't update listener after deactivating implicit pointer grab
Chase Douglas
1
-1
/
+3
2012-04-11
Xi: fix XITouchClass sourceid assignment
Peter Hutterer
1
-1
/
+1
2012-04-05
Implement passive touch ungrabbing
Chase Douglas
1
-2
/
+7
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
1
-1
/
+1
2012-03-22
Xi: Fix TouchEnd to TouchUpdate change for one accepted grab
Chase Douglas
1
-8
/
+16
2012-03-22
Xi: prohibit multiple XIQueryVersion requests with different versions
Peter Hutterer
1
-0
/
+9
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
9
-28
/
+28
2012-03-21
Introduce a consistent coding style
Keith Packard
102
-3500
/
+3351
2012-02-15
Keep virtual core pointer touch class around if new slave doesn't have one
Chase Douglas
1
-6
/
+3
2012-02-15
Don't clobber virtual core pointer touches array length
Peter Hutterer
1
-5
/
+13
2012-02-15
Don't dereference a touch after it has been ended when punting to next owner
Chase Douglas
1
-0
/
+1
2012-02-15
Focus event button state must show the logical buttons, not physical buttons
Chase Douglas
1
-1
/
+1
2012-02-09
Xi: handle new XIAllowEvents request in inputproto 2.1.99.6
Peter Hutterer
1
-6
/
+35
2012-02-08
Implement touch early accept
Chase Douglas
1
-1
/
+26
2012-02-08
Check for proper window ID when processing touch allow requests
Chase Douglas
1
-1
/
+1
2012-02-08
Move AllowTouch to dix/touch.c, and rename to TouchAcceptReject
Chase Douglas
1
-44
/
+2
2012-02-08
Export TouchEventRejected as TouchRejected
Chase Douglas
1
-11
/
+27
2012-02-08
Factor out TouchEnd generation and delivery
Chase Douglas
1
-66
/
+37
[next]