index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
/
xichangehierarchy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-10
Xi: fix wrong extra length check in ProcXIChangeHierarchy (CVE-2017-12178)
Nathan Kidd
1
-1
/
+1
2017-03-01
dispatch: Mark swapped dispatch as _X_COLD
Adam Jackson
1
-1
/
+1
2016-11-30
Xi: when creating a new master device, update barries for all clients
Peter Hutterer
1
-2
/
+4
2015-10-20
Xi: Silence some tautological warnings
Jeremy Huddleston Sequoia
1
-4
/
+2
2014-12-08
Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]
Alan Coopersmith
1
-3
/
+32
2014-01-25
Check for calloc() failure in add_master()
Alan Coopersmith
1
-0
/
+4
2012-12-19
Merge remote-tracking branch 'yselkowitz/master'
Keith Packard
1
-1
/
+1
2012-12-19
Merge remote-tracking branch 'whot/barriers'
Keith Packard
1
-0
/
+5
2012-12-18
Xi: fix per-device barrier handling
Peter Hutterer
1
-0
/
+6
2012-12-18
Xi: don't use devices after removing them
Peter Hutterer
1
-4
/
+5
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-1
/
+1
2012-06-07
Xi: drop forced unpairing when changing the hierarchy
Peter Hutterer
1
-6
/
+0
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-124
/
+93
2011-12-09
Change disable_clientpointer return type to void
Alan Coopersmith
1
-1
/
+1
2011-12-09
Xi: when removing a device, reset ClientPointers where needed
Peter Hutterer
1
-0
/
+15
2011-09-21
Use correct swap{l,s} (or none at all for CARD8)
Matt Turner
1
-1
/
+1
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-7
/
+4
2011-05-05
input: Only release SD buttons for explicit floating/reattachment (#36146)
Peter Hutterer
1
-0
/
+2
2011-04-18
Xi: silence valgrind warning. (#36120)
Peter Hutterer
1
-0
/
+2
2011-02-23
Merge branch 'mi-cleanup' into next
Peter Hutterer
1
-2
/
+2
2011-02-22
input: Change a bunch of direct dev->u.master accesses to use GetMaster()
Peter Hutterer
1
-2
/
+2
2011-02-17
Check for OOM condition in XISendDeviceHierarchyEvent
Bryce Harrington
1
-0
/
+2
2010-11-09
Xi: if XTEST device creation fails, fail the master devices.
Peter Hutterer
1
-0
/
+4
2010-11-09
Xi: rename two variables from ptr to dev.
Peter Hutterer
1
-14
/
+14
2010-11-09
Xi: split hierarchy manipulation into static functions.
Peter Hutterer
1
-243
/
+275
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-6
/
+6
2009-08-27
Xext: rename Xtst* to XTest*
Peter Hutterer
1
-33
/
+33
2009-08-24
input: move CorePointer/KeyboardProc declarations into header.
Peter Hutterer
1
-4
/
+0
2009-08-05
dix: require PointerProc and KeyboardProc to be passed into AllocDevicePair.
Peter Hutterer
1
-1
/
+7
2009-07-14
Xi: use byte-counting macros instead of manual calculation.
Peter Hutterer
1
-1
/
+1
2009-07-01
input: store the master device's ID in the devPrivate for XTest devices.
Peter Hutterer
1
-60
/
+24
2009-07-01
input: abstract Xtst device lookup
Peter Hutterer
1
-23
/
+5
2009-06-23
Xi: fix up access modes for calls to dixLookupDevice().
Eamon Walsh
1
-5
/
+5
2009-06-19
Xi: fix 2 memory leaks.
Eamon Walsh
1
-0
/
+1
2009-06-18
input: bump to ints for deviceids - XI2 requires 16-bit deviceids.
Peter Hutterer
1
-35
/
+0
2009-06-17
Xi: namespace XI2 files.
Peter Hutterer
1
-0
/
+540