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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-16
hw/xwin: Fix using index as a formal parameter in winscrinit.c shadows index()
Jon TURNEY
1
-3
/
+3
2012-10-16
hw/xwin: Fix using index as a local variable shadows index()
Jon TURNEY
1
-6
/
+6
2012-10-16
hw/xwin: Fix using index as a formal parameter in winmonitors.c shadows index()
Jon TURNEY
1
-2
/
+2
2012-10-16
hw/xwin: Fix using system as a local variable in winCheckMount() shadows syst...
Jon TURNEY
1
-2
/
+2
2012-10-16
hw/xwin: Remove obsolete redundant declarations of winPushPixels()
Jon TURNEY
2
-17
/
+0
2012-10-16
hw/xwin: Fix redundant declarations in winmultiwindowwm.c
Jon TURNEY
1
-7
/
+0
2012-10-16
hw/xwin: Fix redundant declarations in winclipboardwrappers.c
Jon TURNEY
1
-9
/
+0
2012-10-16
hw/xwin: Fix redundant declaration in winclipboardthread.c
Jon TURNEY
1
-1
/
+0
2012-10-16
hw/xwin: Fix redundant declaration in winclipboardinit.c
Jon TURNEY
1
-1
/
+0
2012-10-16
hw/xwin: Fix various warnings in code generated by lex/yacc
Jon TURNEY
2
-5
/
+4
2012-10-16
hw/xwin: Fix redundant declaration in winprefs.c
Jon TURNEY
1
-3
/
+0
2012-10-16
hw/xwin: Fix redundant declaration warnings in winmonitors.c
Jon TURNEY
1
-0
/
+4
2012-10-16
hw/xwin: Remove completely unused winregistry.c
Jon TURNEY
2
-66
/
+0
2012-10-11
Fix 'make distcheck' for hw/xwin
Jon TURNEY
2
-1
/
+5
2012-10-11
Fix compilation of Xorg DDX without XF86VIDMODE
Jon TURNEY
1
-1
/
+2
2012-10-11
hw/xwin: Only add GLX extension once.
Jon TURNEY
1
-2
/
+3
2012-10-11
Correct description of -displayfd option in man page.
Jon TURNEY
1
-1
/
+1
2012-10-10
dix: fix crash on shutdown if a disabled device is still grabbed (XI1 grab)
Peter Hutterer
1
-4
/
+12
2012-10-08
os: fix typo in OsSigHandler() error message
Denys Vlasenko
1
-1
/
+1
2012-10-08
xfree86: add xf86UpdateDesktopDimensions()
Peter Hutterer
3
-1
/
+11
2012-10-07
Revert "kinput: allocate enough space for null character."
Julien Cristau
1
-1
/
+1
2012-10-04
os: Don't re-declare ConnectionInputPtr and ConnectionOutputPtr
Keith Packard
1
-2
/
+2
2012-10-04
Fix FlushClient to write extraBuf when provided (regression fix)
Keith Packard
1
-1
/
+4
2012-10-04
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
5
-12
/
+8
2012-10-04
int10: fix pci_device_read_rom usage
Stephan Schreiber
1
-1
/
+2
2012-10-04
configure: Stop using AM_MAINTAINER_MODE
Adam Jackson
2
-2
/
+1
2012-10-04
Set version to 1.14 development branch (1.13.99.0)
Keith Packard
1
-3
/
+3
2012-10-04
Merge remote-tracking branch 'daniels/master'
Keith Packard
4
-50
/
+268
2012-10-04
Fix additional gcc -Wwrite-strings warning in xf86 ddx
Jason Gerecke
2
-2
/
+2
2012-10-04
mi: drop two useless conditions in miPointerSetPosition
Peter Hutterer
1
-5
/
+0
2012-10-04
Touch: Fix duplicate TouchBegin selection with virtual devices
Daniel Stone
1
-2
/
+7
2012-10-04
Xi: Don't check for TOUCH_END, it's never set
Daniel Drake
1
-2
/
+0
2012-10-04
dix: fix crash on XI 1.x grabs on disabled devices. (#54934)
Peter Hutterer
1
-3
/
+6
2012-09-25
Touch: Fix duplicate TouchBegin selection with virtual devices
Daniel Stone
1
-2
/
+7
2012-09-25
Add glXCreateNewContext support in Xephyr #54798
Frederic Plourde
3
-17
/
+107
2012-09-25
Xephyr: GLX: Support MakeContextCurrent and MakeCurrentReadSGI
Daniel Stone
3
-31
/
+154
2012-09-24
Merge remote-tracking branch 'ajax/server-1.14-abi-churn'
Keith Packard
18
-86
/
+81
2012-09-24
dix: fix scale_to_desktop for edge ABS events
Yufeng Shen
1
-2
/
+2
2012-09-23
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
2
-0
/
+34
2012-09-23
miext/damage: Only wrap into the GC ops chain if there's a listener (v3)
Adam Jackson
1
-1
/
+29
2012-09-23
dix: Remove MapUnmapEventsEnabled and friends
Adam Jackson
2
-33
/
+3
2012-09-23
dix: Factor out DeliverUnmapNotify
Adam Jackson
1
-16
/
+15
2012-09-23
dix: Factor out DeliverMapNotify
Adam Jackson
1
-16
/
+15
2012-09-23
dix: Factor out MaybeDeliverMapRequest
Adam Jackson
1
-22
/
+18
2012-09-23
dix: Fix some indentation
Adam Jackson
1
-9
/
+5
2012-09-23
dix: set the device transformation matrix
Peter Hutterer
1
-0
/
+3
2012-09-23
dix: Delete mibstore.h
Daniel Martin
2
-25
/
+1
2012-09-23
dix: Remove refs to mi backing store from docs
Daniel Martin
2
-30
/
+2
2012-09-23
dix: Remove #includes of mibstore.h
Daniel Martin
10
-10
/
+0
2012-09-23
dix: Delete mibstore.c
Daniel Martin
1
-43
/
+0
[next]