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
/
include
/
inputstr.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-27
Introduce a consistent coding style
Keith Packard
1
-285
/
+271
2012-02-11
Merge remote-tracking branch 'alanc/master'
Keith Packard
1
-2
/
+2
2012-02-08
Store window pointer in touch listener record
Chase Douglas
1
-0
/
+1
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
1
-2
/
+2
2012-01-24
include: Fix comment typo
Peter Hutterer
1
-1
/
+1
2011-12-21
dix: remove requirement for client_id be the first element
Peter Hutterer
1
-2
/
+0
2011-12-19
input: add a TouchClassRec to the devices
Daniel Stone
1
-0
/
+53
2011-12-16
include: RawTouchEnd is the last event now
Peter Hutterer
1
-1
/
+3
2011-12-13
Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...
Peter Hutterer
1
-1
/
+1
2011-12-13
input: replace GRABTYPE_* with the InputLevel enums
Peter Hutterer
1
-7
/
+1
2011-12-12
Use const cast in BitIsOn macro to avoid angering gcc
Alan Coopersmith
1
-1
/
+1
2011-12-09
input: swap the server over to use the XI2mask struct
Peter Hutterer
1
-4
/
+4
2011-12-09
Add a new XI2Mask struct and a few helper functions.
Peter Hutterer
1
-0
/
+6
2011-12-09
dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtr
Peter Hutterer
1
-1
/
+1
2011-12-09
dix: switch the syncEvent queue to a struct list
Peter Hutterer
1
-3
/
+3
2011-11-29
include: fix mask size calculation
Peter Hutterer
1
-1
/
+1
2011-11-02
Merge remote-tracking branch 'whot/two-screen-coordinates'
Keith Packard
1
-2
/
+3
2011-10-25
input: switch InputOption to use XF86OptionRec storage.
Peter Hutterer
1
-7
/
+0
2011-10-13
input: change pointer screen crossing behaviour for multiple ScreenRecs
Peter Hutterer
1
-2
/
+3
2011-09-30
Input: Add smooth-scrolling support to GetPointerEvents
Peter Hutterer
1
-0
/
+20
2011-09-29
Input: Convert DeviceIntRec::last to use doubles
Daniel Stone
1
-2
/
+1
2011-08-22
input: make InputOption opaque, provide interface functions.
Peter Hutterer
1
-0
/
+7
2011-08-22
dix: add KEYBOARD_OR_FLOAT and POINTER_OR_FLOAT to GetMaster()
Peter Hutterer
1
-1
/
+4
2011-05-25
xserver: remove AbsoluteClass, breaking the A(P|B)I
Simon Thum
1
-2
/
+0
2011-05-03
Input: Add DeepestSpriteWin function
Daniel Stone
1
-0
/
+10
2011-04-18
Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)
Peter Hutterer
1
-1
/
+1
2011-03-24
xserver: remove AbsoluteClassRec keeping the ABI
Simon Thum
1
-23
/
+2
2011-02-23
Merge branch 'mi-cleanup' into next
Peter Hutterer
1
-4
/
+3
2011-02-22
Move master/lastSlave out of the union into separate fields.
Peter Hutterer
1
-4
/
+2
2011-02-22
dix: add MASTER_ATTACHED as allowed type for GetMaster().
Peter Hutterer
1
-0
/
+1
2011-02-17
dix: refactor scheme init
Simon Thum
1
-0
/
+1
2011-01-06
Input: Export SpriteRec for use in public API
Daniel Stone
1
-41
/
+41
2010-11-26
include: let BitIsOn() return a boolean value.
Peter Hutterer
1
-1
/
+1
2010-10-22
input: remove "mode" field from ValuatorClassRec.
Peter Hutterer
1
-1
/
+0
2010-10-22
input: move proximity state into ProximityClassRec.
Peter Hutterer
1
-1
/
+1
2010-10-22
Add support for per-axis valuator modes (Relative/Absolute)
Chase Douglas
1
-0
/
+1
2010-10-20
Add CountBits() to the server.
Chase Douglas
1
-0
/
+1
2010-06-07
If XTest is always required, then eliminate the XTest devPrivate
Keith Packard
1
-0
/
+3
2010-05-28
dix: add 3x3 transformation matrix xinput property for multi-head handling
Peter Korsgaard
1
-0
/
+4
2010-05-19
render: set anim cursor state for pointer enabled devices only
Tiago Vignatti
1
-0
/
+8
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
1
-1
/
+2
2010-03-26
Cleanup some comments in SpriteRec
Fernando Carrijo
1
-2
/
+10
2010-03-12
Record: Avoid duplicates from replaying frozen events
Daniel Stone
1
-0
/
+30
2009-07-15
Update to type-specific raw events - require inputproto 1.9.99.14.
Peter Hutterer
1
-1
/
+1
2009-07-06
s/MAX_DEVICES/MAXDEVICES/ updates.
Peter Hutterer
1
-1
/
+1
2009-06-18
input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7
Peter Hutterer
1
-0
/
+2
2009-06-18
input: bump to ints for deviceids - XI2 requires 16-bit deviceids.
Peter Hutterer
1
-1
/
+1
2009-06-18
input: change axisVal from uint to double.
Peter Hutterer
1
-1
/
+1
2009-06-17
Xi: Add support for sourceid in the device classes.
Peter Hutterer
1
-0
/
+6
2009-06-11
input: remove dependency on XI2 protocol for XI_LASTEVENT.
Peter Hutterer
1
-2
/
+7
[next]