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
/
Xi
/
xiproperty.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]