index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-15
dix: add utility functions for double to/fro FP1616/FP3232 conversion
Jeremy Huddleston
1
-0
/
+63
2011-10-04
dixfonts: Don't overwrite local c variable until new_closure is safely initia...
Alan Hourihane
1
-15
/
+15
2011-10-03
Merge remote-tracking branch 'alanc/master'
Keith Packard
1
-0
/
+1
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
5
-410
/
+531
2011-09-30
Input: Add smooth-scrolling support to GetPointerEvents
Peter Hutterer
2
-4
/
+178
2011-09-29
Merge branch 'raw-events' into next
Peter Hutterer
1
-16
/
+76
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
dix: rename ProcessRawEvents to dix/events.c:DeliverRawEvent
Peter Hutterer
1
-0
/
+29
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
Input: Add POINTER_EMULATED flag to GetPointerEvents
Daniel Stone
1
-0
/
+6
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
1
-38
/
+29
2011-09-29
Input: Make DeviceEvent use doubles internally
Daniel Stone
2
-5
/
+4
2011-09-29
Input: Make RawDeviceEvent use doubles internally
Daniel Stone
2
-19
/
+14
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
1
-118
/
+112
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
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-09-29
Input: Add flags to RawDeviceEvent
Daniel Stone
1
-0
/
+1
2011-09-29
Input: Add flags to DeviceEvent
Daniel Stone
1
-0
/
+1
2011-09-26
Merge remote-tracking branch 'whot/next'
Keith Packard
5
-104
/
+286
2011-09-27
Remove the SendEvent bit (0x80) before doing range checks on event type.
Sam Spilsbury
1
-1
/
+13
2011-09-23
dix and os: gitignore dix.O and os.O
Gaetan Nadon
1
-0
/
+1
2011-09-21
Merge remote-tracking branch 'mattst88/for-keith'
Keith Packard
3
-646
/
+485
2011-09-21
Merge remote-tracking branch 'alanc/master'
Keith Packard
1
-15
/
+3
2011-09-21
Cast char* buffers to swap functions
Matt Turner
1
-2
/
+2
2011-09-21
Use internal temp variable for swap macros
Matt Turner
3
-646
/
+485
2011-09-20
Remove unused ClientStateAuthenticating
Alan Coopersmith
1
-13
/
+3
2011-09-19
Fix pixmap double-frees on error paths.
Jamey Sharp
1
-1
/
+0
2011-09-19
Eliminate MAXSCREENS-sized CursorScreenKey array.
Jamey Sharp
2
-2
/
+2
2011-09-19
Revert "Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the state"
Jamey Sharp
1
-7
/
+0
2011-09-19
Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurity
Alan Coopersmith
1
-3
/
+1
2011-08-22
input: make InputOption opaque, provide interface functions.
Peter Hutterer
1
-0
/
+141
[next]