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
/
dix
/
inpututils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-05
dix: Add valuator_mask_set_absolute_unaccelerated
Jonas Ã…dahl
1
-0
/
+13
2015-11-24
Input: Add DeviceEventSource enum
Daniel Stone
1
-1
/
+3
2015-05-20
dix: Add unaccelerated valuators to the ValuatorMask
Peter Hutterer
1
-3
/
+75
2014-11-12
dix: silence compiler warning
Peter Hutterer
1
-0
/
+2
2014-02-05
dix: fix button state check before changing a button mapping
Peter Hutterer
1
-1
/
+2
2014-02-04
input: un-constify InputAttributes
Peter Hutterer
1
-8
/
+8
2014-01-12
xi: More warning cleanup for input
Keith Packard
1
-8
/
+8
2013-10-14
input: calloc minimization for xi2mask_new
Adam Jackson
1
-17
/
+13
2012-12-12
dix: split xi2_mask_isset into a per-device function
Peter Hutterer
1
-9
/
+21
2012-11-29
dix: use pixman for fp1616 conversions
Peter Hutterer
1
-19
/
+2
2012-07-09
Use C99 designated initializers in dix Events
Alan Coopersmith
1
-6
/
+7
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-91
/
+96
2012-02-08
dix: fix an out-of-memory crash
Benjamin Otte
1
-0
/
+3
2011-12-21
dix: button state must show the logical buttons, not physical buttons
Peter Hutterer
1
-1
/
+1
2011-12-21
dix: set core and button state based on the touch state
Peter Hutterer
1
-0
/
+5
2011-12-13
Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...
Peter Hutterer
1
-1
/
+1
2011-12-13
dix: move event filter retrieval helpers to inpututils.c
Peter Hutterer
1
-0
/
+19
2011-12-13
dix: split out core state and event state setting into helper functions
Peter Hutterer
1
-0
/
+39
2011-12-12
verify_internal_event: preserve constness of data pointer
Alan Coopersmith
1
-1
/
+1
2011-12-09
dix: use BUG_WARN for input mask size issues
Peter Hutterer
1
-10
/
+11
2011-12-09
Add a new XI2Mask struct and a few helper functions.
Peter Hutterer
1
-0
/
+180
2011-11-02
Merge remote-tracking branch 'whot/two-screen-coordinates'
Keith Packard
1
-0
/
+24
2011-10-25
input: switch InputOption to use XF86OptionRec storage.
Peter Hutterer
1
-16
/
+18
2011-10-19
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+36
2011-10-18
dix: add valuator_mask_fetch_double()
Peter Hutterer
1
-0
/
+36
2011-10-17
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
1
-0
/
+63
2011-10-15
dix: add utility functions for double to/fro FP1616/FP3232 conversion
Jeremy Huddleston
1
-0
/
+63
2011-10-13
Store desktop dimensions in screenInfo.
Peter Hutterer
1
-0
/
+24
2011-10-04
Move pointOnScreen to inpututils.c
Peter Hutterer
1
-0
/
+8
2011-09-29
Input: Add double-precision valuator_mask API
Daniel Stone
1
-5
/
+25
2011-09-29
Input: Convert ValuatorMask to double-precision internally
Daniel Stone
1
-2
/
+2
2011-08-22
input: make InputOption opaque, provide interface functions.
Peter Hutterer
1
-0
/
+141
2011-08-22
input: provide a single function to init DeviceEvents to 0
Peter Hutterer
1
-0
/
+14
2011-05-24
input: Fix format string for verify_internal_event
Jeremy Huddleston
1
-1
/
+1
2011-05-06
input: change CHECKEVENT macro to verify_internal_event function
Peter Hutterer
1
-0
/
+28
2011-02-22
Move master/lastSlave out of the union into separate fields.
Peter Hutterer
1
-3
/
+3
2011-02-22
dix: fix a master device access in change_modmap.
Peter Hutterer
1
-2
/
+2
2011-02-22
Switch to use IsFloating()
Peter Hutterer
1
-1
/
+1
2011-01-07
input: add valuator_mask_free() to free a valuator mask.
Peter Hutterer
1
-0
/
+8
2010-10-22
dix: remove valuator_mask_copy_valuators, not needed anymore.
Peter Hutterer
1
-25
/
+0
2010-10-22
Abstract valuator masks through a set of APIs.
Peter Hutterer
1
-0
/
+142
2010-10-20
Add CountBits() to the server.
Chase Douglas
1
-0
/
+13
2010-09-01
Return Success from generate_modkeymap() when max_keys_per_mod is zero
Adam Tkac
1
-11
/
+13
2010-06-11
xfree86: Match devices based on USB ID
Dan Nicholson
1
-0
/
+3
2010-06-11
xfree86: Match devices based on PnP ID
Dan Nicholson
1
-0
/
+3
2010-05-25
dix: add helper functions to duplicate and free InputAttributes.
Peter Hutterer
1
-0
/
+79
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-1
/
+0
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-1
/
+1
2009-09-03
Un-export ApplyPointerMapping. This is an in-server function.
Peter Hutterer
1
-1
/
+1
2009-08-05
Correct modifier map built when ProcSetModifierMapping is called
Alan Coopersmith
1
-4
/
+2
[next]