index
:
~pzanoni/xserver
leak-fixes
master
.yrotisoper eht eman ot 'noitpircsed' elif siht tide ;yrotisoper demannU
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mi
/
mipointer.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-10
/
+10
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-10-08
mi: functions here are carrying 'time' without need.
Tiago Vignatti
1
-9
/
+8
2008-10-08
mi: remove deprecated and unused functions.
Tiago Vignatti
1
-20
/
+0
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-2
/
+4
2008-07-04
Remove deprecated function miPointerPosition().
Tiago Vignatti
1
-6
/
+0
2008-06-13
Fix "warning: unused variable ‘pDev’, `pPointer'".
Eamon Walsh
1
-0
/
+2
2008-05-28
mi: ansify.
Peter Hutterer
1
-55
/
+27
2008-05-22
mi: handle sprite even for floating slave devices.
Peter Hutterer
1
-37
/
+12
2008-05-21
Merge branch 'hwcursor' into mpx
Peter Hutterer
1
-1
/
+5
2008-05-21
mi: shut up compiler warning (return w/o a value)
Peter Hutterer
1
-1
/
+1
2008-05-16
mi: remove miPointerUpdate() -> replaced by miPointerUpdateSprite().
Peter Hutterer
1
-7
/
+1
2008-05-16
mi: don't call from miPointerMoved into the spriteFuncs for anything but VCP.
Peter Hutterer
1
-1
/
+5
2008-05-16
mi: remove miPointerUpdate() -> replaced by miPointerUpdateSprite().
Peter Hutterer
1
-7
/
+1
2008-05-14
mi: protect against NULL-pointer dereference.
Peter Hutterer
1
-2
/
+2
[next]