index
:
~ofourdan/xserver
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
for-keith
for-whot
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.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
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
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mi
/
midispcur.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-30
cursor: drop ARGB_CURSOR
Dave Airlie
1
-19
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-2
/
+2
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-3
/
+3
2012-07-05
mi: Don't save midispcur rendering resources for each cursor
Keith Packard
1
-102
/
+87
2012-06-28
dix/render: consolidate window format matching code.
Dave Airlie
1
-17
/
+1
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-3
/
+3
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-279
/
+269
2011-04-04
xorg: remove unused pointer values all over the server
Tiago Vignatti
1
-9
/
+1
2011-02-22
mi: update macro to search for MASTER_POINTER
Peter Hutterer
1
-1
/
+1
2010-09-18
Introduce per-object per-screen privates.
Jamey Sharp
1
-23
/
+19
2010-06-05
Allocate per-screen device/cursor-bits private keys in midispcur
Keith Packard
1
-15
/
+14
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-7
/
+15
2010-06-05
Create separate private key for midispcur cursor bits
Keith Packard
1
-17
/
+21
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-4
/
+4
2010-06-03
midispcur: Add comment explaining why pRootPicture must not be freed.
Jamey Sharp
1
-0
/
+6
2010-06-03
mi: Delete unused flicker-free MoveCursor code.
Jamey Sharp
1
-259
/
+3
2010-05-25
midispcur: Construct Picture objects lazily in case Render is disabled.
Jamey Sharp
1
-7
/
+6
2010-05-23
Device init: Don't crash when CreateGC fails.
Jamey Sharp
1
-1
/
+1
2010-05-19
Replace miSpriteCursorFuncRec with direct calls to midispcur.c.
Jamey Sharp
1
-48
/
+10
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-5
/
+5
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-12
/
+12
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-3
/
+3
2010-05-12
Kill DoChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-2
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-13
/
+13
2010-04-26
mi: don't thrash resources when displaying the software cursor across screens
Pierre-Loup A. Griffais
1
-161
/
+108
2010-04-21
Revert "mi: don't thrash resources when displaying the software cursor across...
Peter Hutterer
1
-111
/
+159
2010-04-16
mi: don't thrash resources when displaying the software cursor across screens
Pierre-Loup A. Griffais
1
-159
/
+111
2009-07-06
s/MAX_DEVICES/MAXDEVICES/ updates.
Peter Hutterer
1
-1
/
+1
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-10
/
+10
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-3
/
+4
2008-08-27
Add an array of integers for use as per-screen cursor private keys.
Eamon Walsh
1
-7
/
+7
2008-06-08
mi: remove leftover old license comment.
Peter Hutterer
1
-6
/
+0
2008-05-28
mi: ansify.
Peter Hutterer
1
-45
/
+18
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-42
/
+38
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-3
/
+0
2007-12-02
Clean up many #if 0.
Adam Jackson
1
-3
/
+0
2007-11-08
Merge branch 'mpx' into mdsd
Peter Hutterer
1
-7
/
+6
2007-11-07
Merge branch 'master' into mpx
Peter Hutterer
1
-7
/
+6
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-5
/
+6
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-5
/
+6
2007-10-17
mi: fix some macros to allow multiple cursors for master devices.
Peter Hutterer
1
-1
/
+1
2007-08-30
devPrivates rework: convert CursorRec and CursorBits over to new interface.
Eamon Walsh
1
-7
/
+10
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-16
/
+14
2007-08-28
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-2
/
+0
2007-08-25
Implement core protocol backing store exclusively in terms of Composite.
Adam Jackson
1
-2
/
+0
2007-08-14
xace: add hooks + new access codes: core protocol GC requests
Eamon Walsh
1
-4
/
+5
2007-04-26
Fix cursor rendering for multi-head.
Peter Hutterer
1
-0
/
+67
2007-04-09
Alloc sprite memory in devices' devPrivates, allow undisplaying cursors.
Peter Hutterer
1
-87
/
+78
[next]