index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
/
xiproperty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-05
Fix spelling/wording issues
Alan Coopersmith
1
-3
/
+3
2017-10-30
Use ARRAY_SIZE all over the tree
Daniel Martin
1
-4
/
+2
2017-03-01
dispatch: Mark swapped dispatch as _X_COLD
Adam Jackson
1
-12
/
+12
2016-09-15
Hold input lock while calling input device SetProperty callback
Keith Packard
1
-0
/
+2
2016-05-04
dix: Push UpdateCurrentTimeIf down out of the main loop
Adam Jackson
1
-1
/
+5
2015-04-21
Convert top level extensions to new *allocarray functions
Alan Coopersmith
1
-5
/
+3
2014-12-08
Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]
Alan Coopersmith
1
-8
/
+6
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-4
/
+4
2012-10-30
Add missing labels for multitouch valuators
Benjamin Tissoires
1
-0
/
+3
2012-08-06
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
1
-126
/
+125
2012-08-05
XIChangeDeviceProperty: free newly allocated prop when SetProperty fails
Alan Coopersmith
1
-0
/
+2
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
1
-21
/
+18
2012-07-09
Use C99 designated initializers in Xinput Replies
Alan Coopersmith
1
-27
/
+35
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-4
/
+4
2012-05-17
Xi: fix "discards ''const' qualifier" warnings
Peter Hutterer
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-428
/
+391
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
[next]