index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miext
/
rootless
/
rootlessScreen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
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
-118
/
+115
2011-11-18
rootless: Fix a server crash when choosing a color with the gimp color wheel
dtakahashi42
1
-2
/
+2
2011-04-25
rootless: Fix a typo in RootlessGlyphs which resulted in a garbage value
Jeremy Huddleston
1
-1
/
+1
2011-04-25
rootless: Dead code removal
Jeremy Huddleston
1
-1
/
+0
2011-01-05
Add subWindowMode parameter to SourceValidate
Ville Syrjälä
1
-2
/
+3
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-2
/
+1
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-11
/
+11
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-2
/
+2
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-5
/
+5
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-6
/
+0
2009-12-08
Miscellaneous compilation warning fixes
Jeremy Huddleston
1
-1
/
+1
2009-10-13
Rootless: src drawable window can now be NULL
Jeremy Huddleston
1
-2
/
+2
2009-06-03
s/MIN/min/, s/MAX/max/ (#2968)
Adam Jackson
1
-8
/
+8
2009-05-29
Rootless: Use miPaintWindow since PaintWindowBackground is dead
Jeremy Huddleston
1
-2
/
+1
2008-12-21
rootless: Make expose_1 static
Jeremy Huddleston
1
-1
/
+1
2008-10-23
Rootless: Properly typed expose_1
Jeremy Huddleston
1
-2
/
+1
2008-10-08
XQuartz: Some motion made towards supporting fullscreen.
Jeremy Huddleston
1
-0
/
+43
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-4
/
+8
2008-07-24
Shape extension is built-in and mandatory.
Adam Jackson
1
-2
/
+0
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-0
/
+68
2007-12-07
Just a couple of small uninitialized pointer fixes
Ben Byer
1
-0
/
+2
2007-11-21
Darwin: Patch to avert (some) damage / rootless crashes, courtesy of Ken Thom...
Ben Byer
1
-0
/
+5
2007-11-21
Darwin: These changes are necessary, yet not sufficient, to get 8-bit indexed
Ben Byer
1
-0
/
+65
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-1
/
+1
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-1
/
+1
2007-09-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-2
/
+0
2007-09-13
Remove the PaintWindow optimization.
Eric Anholt
1
-2
/
+0
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-23
/
+7
2007-08-25
Implement core protocol backing store exclusively in terms of Composite.
Adam Jackson
1
-1
/
+0
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
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
xf86-4_4_99_1
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
xf86-4_4_0
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
xf86-4_3_99_903
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-25
Initial revision
Kaleb Keithley
1
-0
/
+666