index
:
~yselkowitz/xserver
cygwin
cygwin-patches-for-1.12
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.16
cygwin-release-1.7
cygwin-release-1.8
cygwin-release-1.9
master
mingw-patches-for-1.13
server-1.10-branch
server-1.11-branch
server-1.7-branch
server-1.8-branch
server-1.9-branch
work
Yaakov's Cygwin/X xserver repository
yselkowitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
ramdac
/
xf86Cursor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-07
xf86/cursor: fallback to sw cursor if we have slaves present.
Dave Airlie
1
-1
/
+1
2012-07-06
xf86: cursor code got mangled by indenting
Dave Airlie
1
-20
/
+11
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-11
/
+11
2012-05-21
xf86: migrate to using xf86ScreenToScrn wrapper (v2)
Dave Airlie
1
-2
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-175
/
+191
2011-09-19
Eliminate MAXSCREENS-sized CursorScreenKey array.
Jamey Sharp
1
-3
/
+3
2011-02-22
xfree86: update GetMaster check for the VCP.
Peter Hutterer
1
-4
/
+2
2010-07-02
Add API to update setting of waitForUpdate screen private in miPointer
Alan Coopersmith
1
-8
/
+4
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-2
/
+4
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-6
/
+6
2010-05-03
Fix cursor ref counting mistakes with sprites and xf86Cursor.c
Keith Packard
1
-0
/
+2
2010-04-08
Don't keep a pointer to a possibly freed cursor when changing screens, preven...
Pierre-Loup A. Griffais
1
-0
/
+1
2010-03-15
hw/xfree86: move reference counting out of the UseHWCursor[ARGB] functions
Roland Scheidegger
1
-0
/
+6
2009-07-03
xfree86: fix wrong IsMaster() check causing crashes.
Peter Hutterer
1
-2
/
+1
2009-06-18
xfree86: fix SWCursor check in xf86CursorSetCursor.
Peter Hutterer
1
-3
/
+4
2009-05-22
Input: rename DeviceIntRec->isMaster to ->type.
Peter Hutterer
1
-2
/
+2
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-4
/
+4
2008-12-02
xfree86: don't render SW cursors for devices attached to VCP (#16805)
Peter Hutterer
1
-1
/
+2
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-4
/
+4
2008-10-26
Nuke unused variables
Julien Cristau
1
-1
/
+0
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+2
2008-08-27
Add an array of integers for use as per-screen cursor private keys.
Eamon Walsh
1
-3
/
+3
2008-06-24
Fix "warning: suggest parentheses around && within ||".
Eamon Walsh
1
-1
/
+1
2008-06-11
Remove unused xf86DeviceCursorUndisplay() function.
Tiago Vignatti
1
-1
/
+0
2008-05-16
xfree86: always render first cursor in HW, all others in SW.
Peter Hutterer
1
-53
/
+28
2008-05-16
Restructure and organize the code.
Tiago Vignatti
1
-33
/
+26
2008-05-16
Remove redundancy.
Tiago Vignatti
1
-3
/
+0
2008-05-13
Remove UndisplayCursor API.
Peter Hutterer
1
-15
/
+1
2008-05-06
xfree86: call SetCursor for the VCP when switching between SW/HW rendering.
Peter Hutterer
1
-13
/
+42
2008-05-06
xfree86: switch between to SW cursors if more than 1 sprite is available.
Peter Hutterer
1
-10
/
+32
2008-05-06
xfree86: re-enable hardware cursor (for a single cursor)
Peter Hutterer
1
-1
/
+47
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-43
/
+35
2007-08-30
devPrivates rework: convert CursorRec and CursorBits over to new interface.
Eamon Walsh
1
-3
/
+3
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-38
/
+31
2007-03-05
Merge branch 'master' into mpx
Peter Hutterer
1
-1
/
+2
2007-02-15
Merge crtc/output-based mode selection code.
Keith Packard
1
-1
/
+2
2006-11-23
mi: closing memory leak, miPointer is freed in miPointerCloseScreen
Peter Hutterer
1
-2
/
+3
2006-11-17
dix: moved isMPdev field to end of _DeviceIntRec structure
Peter Hutterer
1
-21
/
+40
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-02-16
Fix an occasional crash on VT switches: the server would save a pointer to
Benjamin Herrenschmidt
1
-1
/
+3
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-1
/
+0
2006-01-23
Commit #4633 - Initial mouse pointer incorrect with EXA which also fixes
Alan Hourihane
1
-68
/
+36
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
Egbert Eich
1
-1
/
+1
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
1
-1
/
+1
2003-11-14
Initial revision
Kaleb Keithley
1
-0
/
+437