summaryrefslogtreecommitdiff
path: root/render/animcur.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-24animcur: Fix crash when removing a master deviceAdam Jackson1-1/+2
2018-02-14animcur: Change which CursorPtr we save in external stateAdam Jackson1-3/+4
2018-01-09animcur: Handle allocation failure for the animation timerAdam Jackson1-4/+6
2018-01-09animcur: Fix transitions between animated cursorsAdam Jackson1-10/+15
2018-01-08animcur: Stop tracking the last display time in the SpriteInfoRecAdam Jackson1-3/+0
2018-01-08animcur: Run the timer from the device, not the screenAdam Jackson1-58/+29
2018-01-08animcur: Return the next interval directly from the timer callbackAdam Jackson1-3/+2
2018-01-08animcur: Use fixed-size screen privateAdam Jackson1-12/+4
2015-12-01render: Use OsTimer for animated cursor timingKeith Packard1-27/+30
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2013-05-15Abstract cursor refcountingPeter Hutterer1-2/+1
2013-01-09render: Unwrap early on the animated cursor BlockHandlerCarlos Garnacho1-1/+2
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-6/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-206/+180
2012-01-13render: don't bother with animated cursors on floating slaves (#39989)Peter Hutterer1-0/+3
2010-12-31render: Enable animated cursor block handler only when neededPauli Nieminen1-5/+13
2010-12-31render: Don't filter 0 return from GetTimeInMillisPauli Nieminen1-2/+6
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-8/+11
2010-05-19render: set anim cursor state for pointer enabled devices onlyTiago Vignatti1-41/+18
2010-05-18render: remove unused animcursor fields from private recTiago Vignatti1-4/+0
2010-05-18render: removed unused macro from animcursorTiago Vignatti1-2/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-4/+4
2009-08-28render: delete unused headers declarationTiago Vignatti1-11/+0
2009-03-16render: replace a wrong inputInfo.pointer with pDevPeter Hutterer1-1/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-2/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2008-10-31Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.Peter Hutterer1-2/+2
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+3
2008-05-13render: don't dereference cursor if cursor is NULL.Peter Hutterer1-1/+1
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-12/+20
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-3/+3
2007-08-31xace: add hooks + new access codes: Render extensionEamon Walsh1-3/+16
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-9/+4
2007-04-04Allow for multiple animated cursors.Peter Hutterer1-39/+55
2007-04-02Merge branch 'master' into mpxPeter Hutterer1-2/+2
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-2/+2
2006-11-23mi: closing memory leak, miPointer is freed in miPointerCloseScreenPeter Hutterer1-18/+32
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn1-1/+1
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-3/+1
2003-11-14Initial revisionKaleb Keithley1-0/+400