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
/
test
/
input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-30
Use ARRAY_SIZE all over the tree
Daniel Martin
1
-1
/
+1
2017-10-30
test: input: Fix used uninitialized warning in dix_event_to_core
Daniel Martin
1
-1
/
+1
2017-01-12
tests: Convert test/ to single binary
Mihail Konev
1
-1
/
+3
2015-05-20
test: add tests for new valuator mask features
Peter Hutterer
1
-0
/
+63
2014-06-04
mi: don't process events from disabled devices (#77884)
Peter Hutterer
1
-1
/
+13
2014-02-20
test/input: Fix alignment assertion for doubles
Thierry Reding
1
-2
/
+2
2014-02-04
input: un-constify InputAttributes
Peter Hutterer
1
-26
/
+30
2014-01-12
xi: More warning cleanup for input
Keith Packard
1
-2
/
+2
2013-04-18
test/input: Fix double-aligned test in dix_valuator_alloc() on m68k
Geert Uytterhoeven
1
-1
/
+1
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-1
/
+1
2012-07-09
Replace padlength tables with inline functions from misc.h
Alan Coopersmith
1
-2
/
+32
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-199
/
+246
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
1
-6
/
+6
2011-12-22
test: fix grab mode value tests for new XIGrabModeTouch
Peter Hutterer
1
-4
/
+13
2011-12-13
input: replace GRABTYPE_* with the InputLevel enums
Peter Hutterer
1
-65
/
+65
2011-12-09
dix: switch the syncEvent queue to a struct list
Peter Hutterer
1
-0
/
+67
2011-10-21
test: Add unit test for mieq
Jeremy Huddleston
1
-0
/
+69
2011-10-21
test: Silence some debug lines from the input unit tests
Jeremy Huddleston
1
-6
/
+9
2011-10-19
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-1
/
+14
2011-10-18
dix: add valuator_mask_fetch_double()
Peter Hutterer
1
-1
/
+14
2011-10-15
test: fix input test
Dave Airlie
1
-11
/
+11
2011-10-15
dix: add utility functions for double to/fro FP1616/FP3232 conversion
Jeremy Huddleston
1
-0
/
+128
2011-09-30
Input: Add smooth-scrolling support to GetPointerEvents
Peter Hutterer
1
-0
/
+57
2011-09-29
Input: Add double-precision valuator_mask API
Daniel Stone
1
-6
/
+15
2011-08-22
input: make InputOption opaque, provide interface functions.
Peter Hutterer
1
-0
/
+90
2011-08-22
Disable check of double-aligned in test/input.c on Renesas SH
Nobuhiro Iwamatsu
1
-1
/
+1
2011-08-22
dix: add KEYBOARD_OR_FLOAT and POINTER_OR_FLOAT to GetMaster()
Peter Hutterer
1
-0
/
+13
2011-08-22
test: add a test for GetMaster() behaviour
Peter Hutterer
1
-0
/
+62
2011-06-03
test: don't test for double alignment on i386. (#36986)
Peter Hutterer
1
-0
/
+3
2011-04-21
test: remove glib dependency
Peter Hutterer
1
-256
/
+253
2011-04-18
Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)
Peter Hutterer
1
-1
/
+23
2011-02-23
Merge branch 'mi-cleanup' into next
Peter Hutterer
1
-0
/
+139
2011-02-22
test: write some event → XI1 conversion tests.
Peter Hutterer
1
-0
/
+139
2011-02-17
Input: Allow EventToCore to return multiple events
Daniel Stone
1
-29
/
+39
2011-01-07
Merge branch 'for-peter' of git://people.freedesktop.org/~daniels/xserver int...
Peter Hutterer
1
-18
/
+11
2011-01-07
input: add valuator_mask_free() to free a valuator mask.
Peter Hutterer
1
-1
/
+2
2011-01-06
Test: Input: Add helper function for failing EventToCore
Daniel Stone
1
-18
/
+11
2010-11-26
include: let BitIsOn() return a boolean value.
Peter Hutterer
1
-0
/
+16
2010-11-24
test: reduce range of byte-padding macro tests.
Peter Hutterer
1
-17
/
+54
2010-11-24
test: compare byte padding macros against the expected bytes.
Peter Hutterer
1
-0
/
+3
2010-11-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
1
-0
/
+2
2010-10-25
test: valuator_mode tests.
Peter Hutterer
1
-0
/
+33
2010-10-22
input: remove "mode" field from ValuatorClassRec.
Peter Hutterer
1
-1
/
+1
2010-10-22
test: input - set valuators mask for event to core conversion
Chase Douglas
1
-0
/
+2
2010-10-22
test: valuator_mask tests.
Peter Hutterer
1
-0
/
+77
2010-06-11
xfree86: Match devices based on USB ID
Dan Nicholson
1
-0
/
+12
2010-06-11
xfree86: Match devices based on PnP ID
Dan Nicholson
1
-0
/
+12
2010-05-28
test: fix up InputAttributes helper function test.
Peter Hutterer
1
-1
/
+8
2010-05-25
dix: add helper functions to duplicate and free InputAttributes.
Peter Hutterer
1
-0
/
+102
2010-01-27
dix: EventToCore needs to copy the root window too.
Peter Hutterer
1
-1
/
+3
[next]