index
:
xorg/xserver-test
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland
xwayland-1.12
X server
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xfixes
/
cursor.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-1
/
+6
2009-04-28
Make the cursor completely optional
Simon Farnsworth
1
-2
/
+4
2009-04-14
xfixes: Fix a couple of resource lookups
Kristian Høgsberg
1
-8
/
+13
2009-03-16
xfixes: useless (void) typecast removal
Peter Hutterer
1
-5
/
+5
2009-03-09
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Keith Packard
1
-2
/
+2
2009-02-03
Constify atom name strings
Alan Coopersmith
1
-2
/
+2
2008-10-02
Unifdef ISC
Adam Jackson
1
-0
/
+0
2008-09-26
xfixes: realize the invisible cursor before displaying it.
Peter Hutterer
1
-1
/
+2
2008-09-24
Fix un-suppressing the initial cursor.
Adam Jackson
1
-25
/
+7
2008-09-22
Default to -br. Add -retro option for the nostalgic.
Adam Jackson
1
-0
/
+3
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+3
2008-08-20
Suppress cursor display until the first XDefineCursor() request.
Adam Jackson
1
-2
/
+30
2008-03-04
Merge branch 'master' into mpx
Peter Hutterer
1
-2
/
+3
2008-02-05
XFixes: squash a pointer/integer size mismatch warning.
Eamon Walsh
1
-2
/
+3
2008-01-03
xfixes: switch a few inputInfo.pointer to PickPointer
Peter Hutterer
1
-3
/
+3
[next]