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
/
xfixes
/
cursor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-04
dix: Push UpdateCurrentTimeIf down out of the main loop
Adam Jackson
1
-0
/
+1
2016-03-08
xfixes: avoid double free if AddResource fails
Julien Cristau
1
-3
/
+1
2015-06-30
cursor: drop ARGB_CURSOR
Dave Airlie
1
-2
/
+0
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-11
/
+11
2014-06-04
xfixes: disable cursor on X server reset
Frank Binns
1
-0
/
+2
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-18
/
+18
2013-05-15
Abstract cursor refcounting
Peter Hutterer
1
-3
/
+3
2013-03-06
dix: only show the cursor if a window defines one (#58398)
Peter Hutterer
1
-8
/
+2
2012-12-17
cursor: Move pointer barrier code over to XI
Jasper St. Pierre
1
-428
/
+4
2012-11-29
cursor: Revise edge cases for the pointer moving towards barriers
Jasper St. Pierre
1
-2
/
+10
2012-11-19
xfixes: let PointerBarrierClient->device_ids point to allocated memory
Peter Hutterer
1
-0
/
+4
2012-11-06
cursor: Fix up implementation for per-device barriers
Jasper St. Pierre
1
-7
/
+68
2012-11-06
cursor: Clean up barrier finding code a bit
Jasper St. Pierre
1
-7
/
+7
2012-11-06
cursor: Clean up pointer barrier creation code a tiny bit
Jasper St. Pierre
1
-18
/
+24
2012-11-06
cursor: CreatePointerBarrier has a variable request length
Jasper St. Pierre
1
-2
/
+10
2012-11-06
cursor: Fix a minor unused variable warning
Jasper St. Pierre
1
-1
/
+1
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
1
-8
/
+8
2012-07-09
Use C99 designated initializers in various extension Replies
Alan Coopersmith
1
-5
/
+7
2012-07-09
Use calloc to zero fill buffers being allocated for replies & events
Alan Coopersmith
1
-3
/
+4
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-3
/
+3
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-2
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-595
/
+570
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
1
-8
/
+8
2011-12-09
xfixes: don't dereference a NULL cursor
Peter Hutterer
1
-2
/
+2
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-68
/
+54
2011-06-16
xfixes: Mark some variables as unused.
Cyril Brulebois
1
-2
/
+2
2011-05-31
fixes: Add support for pointer barriers
Adam Jackson
1
-1
/
+398
2011-02-14
xfixes: calloc, not malloc the cursorScreenRec
Peter Hutterer
1
-1
/
+1
2010-12-07
Sun's copyrights now belong to Oracle
Alan Coopersmith
1
-1
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-2
/
+2
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-2
/
+5
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-05-24
xfixes: Remove the invisible cursor sprite, using NullCursor instead.
Jamey Sharp
1
-38
/
+1
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-6
/
+3
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-1
/
+0
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-2
/
+1
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-8
/
+8
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-14
/
+14
2010-05-03
Make sure XFixes invisible cursor gets freed on server reset
Keith Packard
1
-11
/
+12
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-10
/
+6
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+7
2009-12-18
Check for failures from CreateNewResourceType
Alan Coopersmith
1
-1
/
+1
2009-12-16
Update Sun license notices to current X.Org standard form
Alan Coopersmith
1
-21
/
+15
2009-09-20
fixes: Make sure invisible cursor is inialized with zero src/mask
Thomas Jaeger
1
-4
/
+2
2009-08-28
xfixes: minor clean ups on createInvisibleCursor()
Tiago Vignatti
1
-7
/
+4
2009-08-03
xfixes: backup the DisplayCursor/CloseScreen proc before restoring it (#23034)
Peter Hutterer
1
-5
/
+9
2009-08-03
xfixes: allocate CurrentCursor for all devices.
Peter Hutterer
1
-7
/
+7
2009-08-03
xfixes: FixesHideCursor should work on all master pointers.
Peter Hutterer
1
-2
/
+12
2009-07-14
xfixes: switch to byte counting functions
Peter Hutterer
1
-3
/
+3
2009-05-15
Correct some Sun license notices to Sun's standard X11 license format
Alan Coopersmith
1
-17
/
+24
[next]