index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-03
Remove incorrect & in swap_uint32
Matt Turner
1
-1
/
+1
2011-10-03
Add #include "inpututils.h" to xkbAccessX.c for init_device_event
Alan Coopersmith
1
-0
/
+1
2011-10-01
sdksyms.sh may not be executable.
Matthieu Herrb
1
-1
/
+1
2011-09-30
Add a 'wscons' autoconf mechanism to configure input devices on BSD.
Matthieu Herrb
8
-4
/
+307
2011-09-30
Input: Fix frac calculation on [Raw]DeviceEvent conversion
Max Schwarz
1
-4
/
+6
2011-09-30
Merge branch 'smooth-scrolling' into next
Peter Hutterer
24
-478
/
+951
2011-09-30
Input: Add smooth-scrolling support to GetPointerEvents
Peter Hutterer
10
-11
/
+506
2011-09-29
Remove unused vtSysreq
Alexandr Shadchin
6
-39
/
+0
2011-09-29
bsd: ioctl KDENABIO/KDDISABIO do not matter for OpenBSD
Alexandr Shadchin
1
-3
/
+3
2011-09-29
bsd: OpenBSD and NetBSD not need extra headers in PCVT_SUPPORT
Alexandr Shadchin
1
-9
/
+3
2011-09-29
bsd: Some clean up
Alexandr Shadchin
2
-16
/
+8
2011-09-29
bsd: Remove dead code
Alexandr Shadchin
1
-23
/
+0
2011-09-29
bsd: Variable devConsoleFd need only if defined PCCONS_SUPPORT
Alexandr Shadchin
1
-0
/
+5
2011-09-29
bsd: Replacement screenFd on consoleFd because they are equivalent
Alexandr Shadchin
8
-23
/
+9
2011-09-29
bsd: Remove unused macros KBD_FD
Alexandr Shadchin
1
-4
/
+0
2011-09-29
Merge branch 'raw-events' into next
Peter Hutterer
3
-18
/
+78
2011-09-29
dix: use 'rc' for return code in DeliverRawEvent
Peter Hutterer
1
-4
/
+4
2011-09-29
input: deliver raw events unconditionally for XI 2.1 clients.
Peter Hutterer
1
-16
/
+77
2011-09-29
Support (and require) XI 2.1
Peter Hutterer
2
-2
/
+2
2011-09-29
dix: rename ProcessRawEvents to dix/events.c:DeliverRawEvent
Peter Hutterer
3
-30
/
+35
2011-09-29
Xi: use temporary variable for filter.
Peter Hutterer
1
-1
/
+4
2011-09-29
dix: split DeliverEventToWindowMask up a bit more.
Peter Hutterer
1
-19
/
+33
2011-09-29
dix: rename DeliverEventsToClients to DeliverEventsToWindowMask
Peter Hutterer
1
-5
/
+5
2011-09-29
dix: split client list retrieval out of DeliverEventToClients
Peter Hutterer
1
-14
/
+36
2011-09-29
xkb: Fix case checks for Latin 4.
Cyril Brulebois
1
-1
/
+2
2011-09-29
xkb: Fix case checks for Latin 2.
Cyril Brulebois
1
-1
/
+1
2011-09-29
xkb: Fix case checks for Latin 1.
Cyril Brulebois
1
-1
/
+1
2011-09-29
input: allow for max < min for relative axes on InitValuatorAxisStruct
Peter Hutterer
1
-1
/
+1
2011-09-29
input: switch InitValuatorAxisStruct to return Bool
Peter Hutterer
4
-9
/
+11
2011-09-29
Input: Add POINTER_EMULATED flag to GetPointerEvents
Daniel Stone
3
-1
/
+24
2011-09-29
Input: Add vertical and horizontal scroll axes
Daniel Stone
2
-0
/
+7
2011-09-29
Input: Split GetPointerEvents body into a helper function
Daniel Stone
1
-28
/
+48
2011-09-29
Input: Set last valuators in GetPointerEvents only
Daniel Stone
1
-7
/
+7
2011-09-29
Input: Convert DeviceIntRec::last to use doubles
Daniel Stone
3
-42
/
+30
2011-09-29
Input: Make DeviceEvent use doubles internally
Daniel Stone
5
-15
/
+9
2011-09-29
Input: Make RawDeviceEvent use doubles internally
Daniel Stone
4
-31
/
+22
2011-09-29
Input: Modify mask in-place in positionSprite
Daniel Stone
1
-37
/
+30
2011-09-29
Input: Convert positionSprite and GetPointerEvents to double
Daniel Stone
1
-92
/
+56
2011-09-29
Input: Don't call positionSprite for non-pointer devices
Daniel Stone
1
-21
/
+12
2011-09-29
Input: Convert rescaleValuatorAxis to double
Daniel Stone
1
-50
/
+61
2011-09-29
Input: Remove x and y from moveAbsolute/moveRelative
Daniel Stone
1
-22
/
+20
2011-09-29
Input: Convert acceleration code to using ValuatorMask
Daniel Stone
2
-60
/
+34
2011-09-29
Input: Widen pointer acceleration types to double
Daniel Stone
3
-135
/
+129
2011-09-29
Input: Use trunc instead of lrintf in acceleration code
Daniel Stone
1
-7
/
+2
2011-09-29
Input: Set fractional member in set_raw_valuators
Daniel Stone
1
-6
/
+14
2011-09-29
Input: Convert transformAbsolute to work on doubles
Daniel Stone
1
-10
/
+15
2011-09-29
Input: Convert clipAxis, moveAbsolute and moveRelative to double
Daniel Stone
1
-23
/
+25
2011-09-29
Input: Prepare moveRelative for conversion to double
Daniel Stone
1
-29
/
+17
2011-09-29
Input: Prepare moveAbsolute for conversion to double
Daniel Stone
1
-22
/
+12
2011-09-29
Input: Store clipped absolute axes in the mask
Daniel Stone
1
-0
/
+1
[prev]
[next]