index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mi
/
misprite.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-05
Add subWindowMode parameter to SourceValidate
Ville Syrjälä
1
-3
/
+4
2010-12-31
mi: Only register sprite block handler when needed
Pauli Nieminen
1
-10
/
+25
2010-12-31
mi: Register sprite damage handler only when required
Pauli Nieminen
1
-1
/
+11
2010-12-31
mi: Fix the debug message
Pauli Nieminen
1
-1
/
+1
2010-12-31
mi: Fix wrapping for sprite screen
Pauli Nieminen
1
-22
/
+25
2010-12-31
mi: Add GetSpriteScreen macro to hide dixLookupPrivate
Pauli Nieminen
1
-13
/
+10
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-4
/
+10
2010-06-05
Change region implementation names to eliminate the 'mi' prefix
Keith Packard
1
-2
/
+2
2010-06-03
mi: Delete unused flicker-free MoveCursor code.
Jamey Sharp
1
-67
/
+3
2010-05-19
mi/misprite.c: Delete unused private lookups.
Jamey Sharp
1
-18
/
+0
2010-05-19
Replace miSpriteCursorFuncRec with direct calls to midispcur.c.
Jamey Sharp
1
-44
/
+24
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-5
/
+5
2010-04-16
mi: remove log-spamming bogus error message (#26843)
Peter Hutterer
1
-21
/
+6
2009-05-22
mi: use GetMaster() from MIPOINTER and MISPRITE.
Peter Hutterer
1
-2
/
+2
2009-05-22
Input: rename DeviceIntRec->isMaster to ->type.
Peter Hutterer
1
-7
/
+7
2009-03-27
misprite: Remove private header, fold into misprite.c
Adam Jackson
1
-22
/
+101
2009-03-27
misprite: Fix software cursor on multiple ScreenRecs
Adam Jackson
1
-11
/
+6
2009-03-27
misprite: Do window check first for Get{Image,Spans} too
Adam Jackson
1
-39
/
+41
2009-03-27
misprite: RECT_IN_REGION -> miRectIn
Adam Jackson
1
-3
/
+2
2009-03-27
misprite: Fix a typo
Adam Jackson
1
-2
/
+2
2009-03-27
misprite: Fix cast abuse
Adam Jackson
1
-41
/
+24
2009-03-23
misprite: In SourceValidate, check that it's a Window first
Adam Jackson
1
-16
/
+17
2009-03-16
mi: remove a bunch of useless inputInfo.pointer assignments.
Peter Hutterer
1
-6
/
+6
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-1
/
+1
2009-01-11
mi: don't mix declarations and code
Julien Cristau
1
-1
/
+1
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
-2
/
+4
2008-08-19
Refactor misprite a bit.
Adam Jackson
1
-6
/
+38
2008-07-04
Remove unused function and variables.
Tiago Vignatti
1
-1
/
+0
2008-06-18
mi: remove trailing whitespaces from misprite.c
Peter Hutterer
1
-36
/
+37
2008-06-11
Remove more unused things.
Tiago Vignatti
1
-1
/
+0
2008-06-05
mi: protect against possible NULL-pointer dereference.
Peter Hutterer
1
-5
/
+5
2008-05-28
mi: ansify.
Peter Hutterer
1
-71
/
+27
2008-05-13
Remove UndisplayCursor API.
Peter Hutterer
1
-19
/
+0
2008-04-28
mi: guard against NULL-pointer dereference.
Peter Hutterer
1
-1
/
+4
2008-04-25
Standardise copyright headers for all new files created as part of MPX.
Peter Hutterer
1
-6
/
+0
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-57
/
+52
2007-11-08
Merge branch 'mpx' into mdsd
Peter Hutterer
1
-59
/
+0
2007-11-07
Merge branch 'master' into mpx
Peter Hutterer
1
-59
/
+0
2007-10-17
mi: fix some macros to allow multiple cursors for master devices.
Peter Hutterer
1
-2
/
+46
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-40
/
+38
2007-08-25
Implement core protocol backing store exclusively in terms of Composite.
Adam Jackson
1
-47
/
+0
2007-04-26
Fix cursor rendering for multi-head.
Peter Hutterer
1
-8
/
+19
2007-04-19
Revert "Suppress software cursor removal during rotated shadow buffer drawing."
Keith Packard
1
-33
/
+4
2007-04-18
Suppress software cursor removal during rotated shadow buffer drawing.
Eric Anholt
1
-4
/
+33
2007-04-09
Alloc sprite memory in devices' devPrivates, allow undisplaying cursors.
Peter Hutterer
1
-153
/
+170
2007-03-19
Merge branch 'master' into mpx
Peter Hutterer
1
-5
/
+5
2007-03-09
mi: remove 'register' keywords.
Peter Hutterer
1
-5
/
+5
2007-01-29
mi: Fix cursor rendering issues.
Peter Hutterer
1
-16
/
+69
2006-12-18
mi: removing MPX ifdefs
Peter Hutterer
1
-15
/
+15
[next]