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
/
render
/
animcur.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-13
animcur: Handle allocation failure for the animation timer
for-1.19
Adam Jackson
1
-4
/
+6
2018-01-22
animcur: Fix transitions between animated cursors
Adam Jackson
1
-10
/
+15
2018-01-22
animcur: Run the timer from the device, not the screen
Adam Jackson
1
-58
/
+29
2018-01-22
animcur: Return the next interval directly from the timer callback
Adam Jackson
1
-3
/
+2
2018-01-22
animcur: Use fixed-size screen private
Adam Jackson
1
-12
/
+4
2015-12-01
render: Use OsTimer for animated cursor timing
Keith Packard
1
-27
/
+30
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-1
/
+1
2013-05-15
Abstract cursor refcounting
Peter Hutterer
1
-2
/
+1
2013-01-09
render: Unwrap early on the animated cursor BlockHandler
Carlos Garnacho
1
-1
/
+2
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-6
/
+4
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-206
/
+180
2012-01-13
render: don't bother with animated cursors on floating slaves (#39989)
Peter Hutterer
1
-0
/
+3
2010-12-31
render: Enable animated cursor block handler only when needed
Pauli Nieminen
1
-5
/
+13
2010-12-31
render: Don't filter 0 return from GetTimeInMillis
Pauli Nieminen
1
-2
/
+6
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-8
/
+11
2010-05-19
render: set anim cursor state for pointer enabled devices only
Tiago Vignatti
1
-41
/
+18
2010-05-18
render: remove unused animcursor fields from private rec
Tiago Vignatti
1
-4
/
+0
2010-05-18
render: removed unused macro from animcursor
Tiago Vignatti
1
-2
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-4
/
+4
2009-08-28
render: delete unused headers declaration
Tiago Vignatti
1
-11
/
+0
2009-03-16
render: replace a wrong inputInfo.pointer with pDev
Peter Hutterer
1
-1
/
+1
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-10-31
Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.
Peter Hutterer
1
-2
/
+2
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+3
2008-05-13
render: don't dereference cursor if cursor is NULL.
Peter Hutterer
1
-1
/
+1
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-12
/
+20
2007-09-05
xace: add new fields to resource access hook to allow parent resource objects
Eamon Walsh
1
-3
/
+3
2007-08-31
xace: add hooks + new access codes: Render extension
Eamon Walsh
1
-3
/
+16
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-9
/
+4
2007-04-04
Allow for multiple animated cursors.
Peter Hutterer
1
-39
/
+55
2007-04-02
Merge branch 'master' into mpx
Peter Hutterer
1
-2
/
+2
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-2
/
+2
2006-11-23
mi: closing memory leak, miPointer is freed in miPointerCloseScreen
Peter Hutterer
1
-18
/
+32
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-2
/
+2
2004-12-04
Encoding of numerous files changed to UTF-8
Markus Kuhn
1
-1
/
+1
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
Egbert Eich
1
-1
/
+1
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
1
-1
/
+1
2003-11-25
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Kaleb Keithley
1
-3
/
+1
2003-11-14
Initial revision
Kaleb Keithley
1
-0
/
+400