index
:
chromiumos-xserver.git
chromeos-timing
chromiumos-1.9.3-r5
chromiumos-base
master
upstream-smooth-scrolling
Google ChromiumOS X server development
Daniel Stone
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-17
Input: Add smooth-scrolling support to GetPointerEvents
HEAD
master
Daniel Stone
1
-4/+103
2011-03-08
Input: Split GetPointerEvents body into a helper function
Daniel Stone
1
-31/+41
2011-03-08
Input: Set last valuators in GetPointerEvents only
Daniel Stone
1
-8/+7
2011-03-08
Input: Convert DeviceIntRec::last to use doubles
Daniel Stone
4
-41/+29
2011-03-08
Input: Make DeviceEvent use doubles internally
Daniel Stone
5
-15/+8
2011-03-08
Input: Make RawDeviceEvent use doubles internally
Daniel Stone
4
-31/+23
2011-03-08
Input: Modify mask in-place in positionSprite
Daniel Stone
1
-31/+30
2011-03-08
Input: Convert positionSprite and GetPointerEvents to double
Daniel Stone
1
-77/+51
2011-03-08
Input: Don't call positionSprite for non-pointer devices
Daniel Stone
1
-21/+12
2011-03-08
Input: Convert rescaleValuatorAxis to double
Daniel Stone
1
-50/+61
2011-03-08
Input: Remove x and y from moveAbsolute/moveRelative
Daniel Stone
1
-25/+8
2011-03-08
Input: Convert acceleration code to using ValuatorMask
Daniel Stone
4
-126/+72
2011-03-08
Input: Widen pointer acceleration types to double
Daniel Stone
2
-118/+115
2011-03-08
Input: Acceleration: Fix typo in dy calculation
Daniel Stone
1
-1/+1
2011-03-08
Input: Reset SD remainder when copying co-ords from MD
Daniel Stone
1
-0/+7
2011-03-08
Input: Convert transformAbsolute to work on doubles
Daniel Stone
1
-13/+16
2011-03-08
Input: Set fractional member in set_raw_valuators
Daniel Stone
1
-6/+14
2011-03-08
Input: Convert clipAxis, moveAbsolute and moveRelative to double
Daniel Stone
1
-11/+11
2011-03-08
Input: Prepare moveRelative for conversion to double
Daniel Stone
1
-29/+17
2011-03-08
Input: Prepare moveAbsolute for conversion to double
Daniel Stone
1
-22/+12
2011-03-08
Input: Store clipped absolute axes in the mask
Daniel Stone
1
-0/+1
2011-03-08
Input: Add vertical and horizontal scroll axes
Daniel Stone
2
-0/+7
2011-03-08
Input: Add POINTER_EMULATED flag to GetPointerEvents
Daniel Stone
3
-0/+9
2011-03-08
Input: Add flags to DeviceEvent
Daniel Stone
2
-0/+2
2011-03-08
Input: Add double-precision valuator_mask API
Daniel Stone
3
-9/+46
2011-03-08
Input: Convert ValuatorMask to double-precision internally
Daniel Stone
2
-3/+3
2011-03-08
Input: Add round_towards_zero helper
Daniel Stone
2
-0/+11
2011-03-08
Switch to use IsFloating()
Peter Hutterer
15
-43/+37
2011-03-08
dix: Add IsFloating(device) wrapper.
Peter Hutterer
2
-0/+7
2011-03-08
dix: Simplify retrieving the master device.
Peter Hutterer
1
-1/+1
2011-03-08
Fix two incorrect checks for master devices.
Peter Hutterer
2
-1/+4
2011-03-08
dix: replace direct master access with GetMaster and temp. device.
Peter Hutterer
1
-4/+5
2011-03-08
xfree86: bump input minor ABI
Peter Hutterer
1
-1/+1
2011-03-08
Xi: reset remainders when warping the device.
Peter Hutterer
1
-0/+2
2011-03-08
input: add valuator_mask_free() to free a valuator mask.
Peter Hutterer
3
-1/+11
2011-03-08
Test: Input: Test up to supported server, not protocol, events
Daniel Stone
1
-9/+9
2011-03-08
Test: Input: Check flags on DeviceEvent
Daniel Stone
1
-1/+11
2011-03-08
Input: Swap flags in DeviceEvents
Daniel Stone
1
-0/+1
2011-03-08
Export all valuator_mask_* functions
Chase Douglas
3
-10/+8
2011-03-08
dix: allow for button-only input devices (#21457)
Peter Hutterer
1
-15/+21
2011-03-08
xfree86: don't set movement flags for non-valuator events.
Peter Hutterer
1
-8/+14
2011-03-08
dix: clear up an overly convoluted if statement.
Peter Hutterer
1
-9/+17
2011-03-08
dix: don't stop processing valuators when the mode changes.
Peter Hutterer
1
-8/+0
2011-03-08
include: let BitIsOn() return a boolean value.
Peter Hutterer
1
-0/+16
2011-03-08
dix: fix typo, set the second valuator with the y-axis data.
Peter Hutterer
1
-1/+1
2011-03-08
dix: GetProximityEvents needs to check up to the last valuator
Peter Hutterer
1
-1/+1
2011-03-08
dix: when converting to XI 1.x events, use the first_valuator's device mode
Peter Hutterer
1
-6/+8
2011-03-08
dix: when comparing axis modes, compare the bits, not the bytes.
Peter Hutterer
1
-1/+1
2011-03-08
dix: replace a manual valuator check with valuator_get_mode().
Peter Hutterer
1
-1/+1
2011-03-08
dix: fix up valuators passed to acceleration code.
Simon Thum
1
-2/+7
[next]