index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miext
/
rootless
Age
Commit message (
Expand
)
Author
Files
Lines
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
9
-996
/
+992
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
2
-3
/
+0
2011-02-08
rootless: Remove hw/xfree86/ from includes
Adam Jackson
1
-1
/
+0
2011-01-05
Add subWindowMode parameter to SourceValidate
Ville Syrjälä
1
-2
/
+3
2010-11-30
dix: Remove the backing store leftovers
Adam Jackson
1
-12
/
+0
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-2
/
+1
2010-11-11
Remove superfluous if(p!=NULL) checks around free(p); p=NULL;
Cyril Brulebois
1
-4
/
+2
2010-09-13
rootless: Delete dead remnants of rootless acceleration.
Jamey Sharp
4
-158
/
+11
2010-09-13
rootless: ROOTLESS_GLOBAL_COORDS is always set, so unifdef it.
Jamey Sharp
5
-26
/
+3
2010-09-13
rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.
Jamey Sharp
5
-85
/
+5
2010-08-12
XQuartz: Make application switching work better for the no-spaces case
Jeremy Huddleston
2
-5
/
+11
2010-08-10
rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/X
Jon TURNEY
1
-0
/
+3
2010-07-19
rootless: Adjust the frame size of the native root window in RootlessResizeWi...
Jan Hauffa
1
-0
/
+7
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
3
-28
/
+13
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
2
-15
/
+22
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
4
-106
/
+106
2010-06-05
rootless: Fix SetShape regression
Jeremy Huddleston
2
-3
/
+3
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-4
/
+4
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
4
-11
/
+15
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
2
-11
/
+11
2010-05-02
rootless: Remove an unneeded comment
Jeremy Huddleston
1
-4
/
+0
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
2
-10
/
+0
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
1
-1
/
+1
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-10-13
Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...
Jeremy Huddleston
5
-68
/
+26
2009-09-27
Rootless: Correct border rendering on parent-relative windows
Jeremy Huddleston
1
-0
/
+26
2009-06-06
Rootless: Use serverClient instead of NullClient
Jeremy Huddleston
1
-1
/
+1
2009-06-06
Rootless: Despite its name, we still want to allow rootless to mess with the ...
Jeremy Huddleston
1
-53
/
+0
2009-06-03
s/MIN/min/, s/MAX/max/ (#2968)
Adam Jackson
3
-16
/
+11
2009-05-29
Rootless: Use miPaintWindow since PaintWindowBackground is dead
Jeremy Huddleston
1
-2
/
+1
2009-04-10
XQuartz: Update window levels when changing rootless state
Jeremy Huddleston
2
-0
/
+2
2009-04-10
XQuartz: Properly set the window level for the root window
Jeremy Huddleston
1
-8
/
+0
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-1
/
+1
2008-12-21
XQuartz: Get rid of white rectangle bug
Jeremy Huddleston
1
-2
/
+5
2008-12-21
rootless: Make expose_1 static
Jeremy Huddleston
1
-1
/
+1
2008-10-31
Rootless: LP64 related casting fixes from Bob Murphy
Jeremy Huddleston
2
-4
/
+6
2008-10-31
Rootless: Force initialization of static variable before use.
Jeremy Huddleston
1
-8
/
+1
2008-10-23
miext/rootless: Silence some warnings by using proper C prototypes.
Jeremy Huddleston
2
-38
/
+65
2008-10-23
miext/rootless: Fix the usage of DeleteProperty so that this builds again.
George Peter Staplin
1
-7
/
+17
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
3
-1
/
+156
2008-09-12
XQuartz: 256 color support
Jeremy Huddleston
2
-1
/
+3
2008-09-12
XQuartz: Remove decls of crashtracer strings that we don't use anymore in here
Jeremy Huddleston
1
-7
/
+0
2008-09-12
XQuartz: Fixed a crash in RootlessNativeWindowMoved
Jeremy Huddleston
1
-23
/
+2
2008-08-29
XQuartz: Added debugging output to the crash log to help track down two crash...
Jeremy Huddleston
1
-2
/
+31
[next]