index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mi
/
mipointer.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-1
/
+1
2009-01-13
dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)
Peter Hutterer
1
-1
/
+1
2009-01-11
XQuartz: Add locking to make mieq thread safe on OSX
Jeremy Huddleston
1
-0
/
+12
2009-01-11
mi: don't mix declarations and code
Julien Cristau
1
-2
/
+3
2009-01-11
mi: ANSI cleanups
Julien Cristau
1
-1
/
+1
[next]