index
:
~whot/xserver
1.8-fixes
barriers
barriers-try-5
cleanup
devel
driver-integration-testing
driver-merge
extmod-changes
for-keith
input-api
inputproto-2.1-devel
integration-testing
masked-valuators
master
mt-devel
mt-devel2
multitouch
multitouch-devel-history
multitouch-from-scratch
next
next-all
pointer-barriers
queue
record
review/xsync-transition-bug-59644
rhel6-two-screen-coordinates
rhel6-two-screen-coordinates-with-doubles
server-1.10-branch
server-1.10-input
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.14-touch-fixes
server-1.15-branch
server-1.17-branch
server-1.19-branch
server-1.8-branch
server-1.9-input
sigsafe-logging-varargs
single-master-device
smooth-scrolling
touch-grab-race-condition-56578
touch-grab-race-condition-56578-v2
touch-grab-race-condition-56578-v3
two-screen-coordinates
unreviewed
wip/logind-integration
wip/touchpad-resolution-scaling
wip/xsync-transition-bug-59644
wip/xwayland-tablet
X Server input fixes.
whot
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
/
xiproperty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-14
Xi: use byte-counting macros instead of manual calculation.
Peter Hutterer
1
-4
/
+4
2009-07-01
dix: introduce "Xtst Device" label property.
Peter Hutterer
1
-0
/
+1
2009-06-23
Xi: fix up access modes for calls to dixLookupDevice().
Eamon Walsh
1
-10
/
+10
2009-06-18
input: bump to ints for deviceids - XI2 requires 16-bit deviceids.
Peter Hutterer
1
-26
/
+0
2009-06-05
Xi: return BadImplementation for deviceids 256 and above
Peter Hutterer
1
-0
/
+26
2009-05-22
Xi: silence two compiler warnings
Peter Hutterer
1
-1
/
+2
2009-05-08
Xi: Add XI2 property requests.
Peter Hutterer
1
-50
/
+282
2009-05-08
Xi: split some code out of the XI 1.5 property request processing.
Peter Hutterer
1
-144
/
+224
2009-05-08
Xi: fix copy/paste error causing sizeof against wrong struct.
Peter Hutterer
1
-1
/
+1
2009-05-08
Xi: don't double-swap the XListDeviceProperties reply.
Peter Hutterer
1
-7
/
+0
2009-03-09
Xi: don't crash on a NULL property name, just return None.
Peter Hutterer
1
-0
/
+6
2009-03-03
include: add a range of button labels.
Peter Hutterer
1
-1
/
+74
2009-02-03
Xi: create well-known atoms on demand, rather than preinit them
Simon Thum
1
-20
/
+10
2009-01-23
Xi: define a range of axis labels.
Peter Hutterer
1
-1
/
+38
2009-01-15
dix: add property support for pointer acceleration.
Simon Thum
1
-1
/
+5
2009-01-12
Xi: add XATOM_FLOAT to server-defined properties.
Peter Hutterer
1
-1
/
+54
2009-01-12
Xi: add XIPropToInt() auxiliary function.
Peter Hutterer
1
-0
/
+68
2008-12-03
Xi: change XIUnRegisterPropertyHandler to XIUnregisterPropertyHandler
Peter Hutterer
1
-1
/
+1
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-8
/
+8
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-7
/
+7
2008-10-13
Xi: check all handlers before applying property changes.
Peter Hutterer
1
-12
/
+22
2008-09-26
Push server-known properties into xserver-properties.h.
Peter Hutterer
1
-0
/
+1
2008-09-26
Xi: add "deletable" flag to properties, add DeleteProperty handler.
Peter Hutterer
1
-1
/
+35
2008-09-26
Xi: allow Set/GetProperties to return a status, and honour this status code.
Peter Hutterer
1
-22
/
+41
2008-09-26
Xi: remove configure/query device property calls.
Peter Hutterer
1
-239
/
+43
2008-08-22
Xi: swap devices property replies.
Peter Hutterer
1
-0
/
+40
2008-08-15
Backport device properties to XI 1.5 instead of XI 2.0
Peter Hutterer
1
-24
/
+12
2008-08-14
Xi: byte-swap device property requests.
Peter Hutterer
1
-12
/
+32
2008-07-13
Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property.
Peter Hutterer
1
-0
/
+46
2008-07-13
Xi: protect against NULL handlers, don't try to dereference.
Peter Hutterer
1
-2
/
+4
2008-07-13
Xi: GetDeviceProperty reply includes deviceid.
Peter Hutterer
1
-0
/
+1
2008-07-10
Xi: pack the property stuff into a struct, make handlers a linked list.
Peter Hutterer
1
-38
/
+116
2008-07-10
Xi: add support for input device properties.
Peter Hutterer
1
-0
/
+755
2008-07-10
Revert "Xi: add support for input device properties."
Peter Hutterer
1
-742
/
+0
2008-07-10
Xi: add support for input device properties.
Peter Hutterer
1
-0
/
+742