index
:
~iksaif/xserver
master
xwayland
Xorg that runs on wayland (xwayland extension)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
/
xiproperty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-06
Xi: change XIChangeDeviceProperty from const pointer to const void *
Peter Hutterer
1
-1
/
+1
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
1
-1
/
+1
2011-11-23
Make XIGetKnownProperty take a const char * argument
Alan Coopersmith
1
-1
/
+1
2011-09-29
Input: Add vertical and horizontal scroll axes
Daniel Stone
1
-0
/
+5
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-58
/
+44
2011-03-09
Xi: fix length checks for swapped clients
Julien Cristau
1
-2
/
+2
2011-02-14
Xi: constify XIChangeDeviceProperty()
Peter Hutterer
1
-1
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-13
/
+13
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-6
/
+3
2010-05-28
dix: add 3x3 transformation matrix xinput property for multi-head handling
Peter Korsgaard
1
-1
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-14
/
+14
2010-05-07
Xi: reset the known properties at the end of the server generation.
Peter Hutterer
1
-0
/
+9
2010-02-09
Add labels for multitouch valuators
Benjamin Tissoires
1
-0
/
+11
2009-12-11
Xi: reset device properties to NULL after deleting them. (#25374)
Peter Hutterer
1
-0
/
+2
2009-11-25
Xi: when deleting all properties, reset property handler to NULL.
Peter Hutterer
1
-0
/
+2
2009-11-22
Xi: don't crash when deleting invalid device properties.
Peter Hutterer
1
-0
/
+3
2009-08-27
Xext: rename Xtst* to XTest*
Peter Hutterer
1
-1
/
+1
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
[next]