index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mi
/
mipointer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-22
XQuartz: Adopt input_lock() and input_unlock()
Jeremy Huddleston Sequoia
1
-12
/
+0
2016-06-08
dix: Update some comments to reflect the new non-SIGIO input model
Adam Jackson
1
-2
/
+3
2016-05-26
Remove SIGIO support for input [v5]
Keith Packard
1
-2
/
+2
2016-05-25
mi: Remove miPointerRec from API
Keith Packard
1
-0
/
+12
2016-05-25
xwayland: Move sprite invalidation logic into mipointer
Keith Packard
1
-0
/
+15
2015-01-05
mi: fix accidental x/y coordinate swap
Peter Hutterer
1
-2
/
+2
2014-11-12
mi: fix documentation for miPointerSetPosition
Peter Hutterer
1
-0
/
+5
2014-10-27
mi: Fold micursor.c into mipointer.c
Adam Jackson
1
-0
/
+14
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-1
/
+1
2014-01-12
Clean up warnings in mi.
Keith Packard
1
-3
/
+0
2013-09-10
mipointer: Remove deprecated miPointerCurrentScreen
Adam Jackson
1
-9
/
+0
2013-09-10
mipointer: Remove EnqueueEvent from miPointerScreenFuncRec
Adam Jackson
1
-5
/
+0
2013-09-10
mipointer: Flatten calls to mieqSwitchScreen
Adam Jackson
1
-6
/
+3
2012-12-17
mi: rename mipointer's internal event list
Peter Hutterer
1
-9
/
+9
2012-12-17
Xi: fill in barrier root x/y after clamping to RandR outputs
Peter Hutterer
1
-1
/
+17
2012-12-17
Pass the event list through to the pointer barrier code to return it
Peter Hutterer
1
-2
/
+4
2012-12-17
barriers: Switch to an explicit hook for barrier constrainment
Jasper St. Pierre
1
-0
/
+16
2012-10-04
mi: drop two useless conditions in miPointerSetPosition
Peter Hutterer
1
-5
/
+0
2012-08-23
mi: don't check for core events in miPointerSetPosition (#53568)
Peter Hutterer
1
-1
/
+1
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-3
/
+3
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-166
/
+153
2011-10-13
input: change pointer screen crossing behaviour for multiple ScreenRecs
Peter Hutterer
1
-3
/
+15
2011-10-11
mi: switch miPointerSetPosition to take doubles
Peter Hutterer
1
-18
/
+29
2011-10-11
mi: return the screen from miPointerSetPosition
Peter Hutterer
1
-7
/
+7
2011-08-22
mi: fix comment typo, whitespace in miPointerSetPosition
Peter Hutterer
1
-5
/
+5
2011-07-01
input: add POINTER_NORAW to avoid generation of raw events (#30068)
Peter Hutterer
1
-1
/
+1
2011-05-11
input: replace EventListPtr with InternalEvent array
Peter Hutterer
1
-2
/
+3
2011-04-04
xorg: remove unused pointer values all over the server
Tiago Vignatti
1
-1
/
+0
2011-03-14
mi: Call pScreen->ConstrainCursorHarder from the position update path
Adam Jackson
1
-0
/
+6
2011-03-14
Add mode field to pointer movement hooks.
Peter Hutterer
1
-1
/
+5
2011-02-22
mi: check for MASTER_POINTER instead of manual checks.
Peter Hutterer
1
-1
/
+1
2011-02-22
Switch to use IsFloating()
Peter Hutterer
1
-2
/
+2
2011-02-22
mi: simplify a "check for keyboard" condition
Peter Hutterer
1
-2
/
+1
2011-02-22
mi: remove if 0 code.
Peter Hutterer
1
-25
/
+0
2011-02-22
mi: Add a few comments explaining various cursor move functions.
Peter Hutterer
1
-15
/
+138
2011-02-22
mi: remove static GenerateEvent variable.
Peter Hutterer
1
-4
/
+5
2010-10-22
Abstract valuator masks through a set of APIs.
Peter Hutterer
1
-1
/
+5
2010-07-07
mi: rename miPointerMoved to miPointerMoveNoEvent.
Peter Hutterer
1
-5
/
+5
2010-07-07
mi: De-duplicate some code in mipointer.c
Peter Hutterer
1
-16
/
+2
2010-07-02
Add API to update setting of waitForUpdate screen private in miPointer
Alan Coopersmith
1
-0
/
+16
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-4
/
+8
2010-05-14
mi: removed unused PointerNonInterestBox functions.
Oliver McFadden
1
-12
/
+0
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-5
/
+5
2010-04-21
mi: check for NULL pointer before dereferences it in miPointerSetPosition
Tiago Vignatti
1
-3
/
+3
2009-05-22
mi: use GetMaster() from MIPOINTER and MISPRITE.
Peter Hutterer
1
-2
/
+2
2009-05-22
Input: rename DeviceIntRec->isMaster to ->type.
Peter Hutterer
1
-5
/
+5
2009-05-01
mi: don't crash if we're trying to update the pointer for a keyboard.
Peter Hutterer
1
-0
/
+3
2009-04-19
mi: fix compiler warning - explicitly typecast to InternalEvent.
Peter Hutterer
1
-1
/
+1
2009-03-20
mi: remove deprecated miPointerAbsoluteCursor
Peter Hutterer
1
-9
/
+0
2009-02-04
mi: don't call UpdateSpriteForScreen if we have Xinerama enabled. #18668
Peter Hutterer
1
-1
/
+8
[next]