summaryrefslogtreecommitdiff
path: root/xfixes/cursor.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+5
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-24xfixes: Remove the invisible cursor sprite, using NullCursor instead.Jamey Sharp1-38/+1
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-6/+3
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-2/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-8/+8
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-14/+14
2010-05-03Make sure XFixes invisible cursor gets freed on server resetKeith Packard1-11/+12
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-10/+6
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+7
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-1/+1
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith1-21/+15
2009-09-20fixes: Make sure invisible cursor is inialized with zero src/maskThomas Jaeger1-4/+2
2009-08-28xfixes: minor clean ups on createInvisibleCursor()Tiago Vignatti1-7/+4
2009-08-03xfixes: backup the DisplayCursor/CloseScreen proc before restoring it (#23034)Peter Hutterer1-5/+9
2009-08-03xfixes: allocate CurrentCursor for all devices.Peter Hutterer1-7/+7
2009-08-03xfixes: FixesHideCursor should work on all master pointers.Peter Hutterer1-2/+12
2009-07-14xfixes: switch to byte counting functionsPeter Hutterer1-3/+3
2009-05-15Correct some Sun license notices to Sun's standard X11 license formatAlan Coopersmith1-17/+24
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-1/+6
2009-04-28Make the cursor completely optionalSimon Farnsworth1-2/+4
2009-04-14xfixes: Fix a couple of resource lookupsKristian Høgsberg1-8/+13
2009-03-16xfixes: useless (void) typecast removalPeter Hutterer1-5/+5
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-2/+2
2009-02-03Constify atom name stringsAlan Coopersmith1-2/+2
2008-10-02Unifdef ISCAdam Jackson1-0/+0
2008-09-26xfixes: realize the invisible cursor before displaying it.Peter Hutterer1-1/+2
2008-09-24Fix un-suppressing the initial cursor.Adam Jackson1-25/+7
2008-09-22Default to -br. Add -retro option for the nostalgic.Adam Jackson1-0/+3
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+3
2008-08-20Suppress cursor display until the first XDefineCursor() request.Adam Jackson1-2/+30
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-2/+3
2008-02-05XFixes: squash a pointer/integer size mismatch warning.Eamon Walsh1-2/+3
2008-01-03xfixes: switch a few inputInfo.pointer to PickPointerPeter Hutterer1-3/+3
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-33/+48
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-2/+2
2007-08-30xace: Correct some access modes.Eamon Walsh1-1/+1
2007-08-30xace: add hooks + new access codes: XFixes extension.Eamon Walsh1-16/+39
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-14/+4
2007-08-15xace: add hooks + new access codes: core protocol cursor requestsEamon Walsh1-3/+5
2007-08-12Merge branch 'master' into mpxPeter Hutterer1-2/+0
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2007-03-05Merge branch 'master' into mpxPeter Hutterer1-1/+2
2007-02-19Check for clientGone before sending events from XFixes (bug #1753).Keith Packard1-1/+2
2006-12-19Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserverPeter Hutterer1-9/+9
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-4/+4
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-6/+6