index
:
~gnadon/xserver
master
server-1.11-branch
Unnamed repository; edit this file 'description' to name the repository.
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-09
Revert "dix: don't return BadMatch from GetProperty (#23562)"
Chris Halse Rogers
1
-1
/
+1
2012-01-09
dix: Return BadWindow rather than BadMatch from dixLookupWindow
Chris Halse Rogers
1
-1
/
+9
2012-01-09
linux: Use K_OFF VT KB mode over K_RAW if available.
Arthur Taylor
1
-6
/
+13
2012-01-09
Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'
Keith Packard
20
-128
/
+95
2012-01-09
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
6
-12
/
+16
2012-01-09
Merge remote-tracking branch 'kibi/master'
Keith Packard
2
-20
/
+5
2012-01-08
XQuartz: GL: Buildfix for recent GLX changes
Jeremy Huddleston
1
-3
/
+0
2012-01-09
xkb: Message actions suppress other key presses #28575
Andreas Wettstein
1
-1
/
+1
2012-01-07
hw/xwin: Include manifest file in the dist tarball
Ryan Pavlik
1
-1
/
+2
2012-01-07
hw/xwin: Fix duplicate definition of HAS_WINSOCK when building for MinGW
Ryan Pavlik
2
-1
/
+2
2012-01-07
hw/xwin: Fix possible null ptr deref in winMWExtWMDecorateWindow()
Ryan Pavlik
1
-1
/
+2
2012-01-07
hw/xwin: Fix possible null ptr deref in winMWExtWMRestackFrame()
Ryan Pavlik
1
-1
/
+1
2012-01-07
hw/xwin: Fix possible null ptr deref in winActivateAppPrimaryDD()
Ryan Pavlik
1
-3
/
+3
2012-01-07
hw/xwin: Fix possible null ptr deref in winActivateAppNativeGDI()
Ryan Pavlik
1
-3
/
+4
2012-01-07
hw/xwin: Clarify an if statement mixed with ifdef in winSetEngine()
Ryan Pavlik
1
-5
/
+2
2012-01-07
hw/xwin: Fix rrScreenSetSize function pointer mismatch
Ryan Pavlik
1
-2
/
+0
2012-01-07
hw/xwin: Remove an empty #if 0/#endif
Ryan Pavlik
1
-2
/
+0
2012-01-07
hw/xwin: Fix double-free in error path in winQueryRGBBitsAndMasks()
Ryan Pavlik
1
-1
/
+0
2012-01-07
hw/xwin: Fix a memory leak in error path in winInitWM()
Ryan Pavlik
1
-5
/
+7
2012-01-06
xfree86: Remove the pretense of EDID v2 support
Adam Jackson
1
-43
/
+4
2012-01-06
dix: Tune dixLookupDrawable for success
Adam Jackson
1
-4
/
+3
2012-01-06
dix: Tune dtrace hooks around Dispatch
Adam Jackson
1
-5
/
+9
2012-01-06
xace: ricer tuning for XaceHook
Adam Jackson
1
-0
/
+4
2012-01-06
dix: Fix types in WindowOptRec
Adam Jackson
1
-2
/
+2
2012-01-06
os: Minor header cleanup
Adam Jackson
3
-4
/
+4
2012-01-06
os: Hide the Connection{In,Out}put implementation details
Adam Jackson
3
-18
/
+21
2012-01-06
dix: Extend initial connection handshake for forwarding proxies
Adam Jackson
2
-8
/
+14
2012-01-06
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
14
-29
/
+20
2012-01-06
dix: Repack ClientRec
Adam Jackson
1
-15
/
+14
2012-01-06
os: Repack ConnectionOutput for LP64
Adam Jackson
1
-1
/
+1
2012-01-06
Xi: change XIChangeDeviceProperty from const pointer to const void *
Peter Hutterer
2
-2
/
+2
2012-01-06
Remove last listener on touch reject
Chase Douglas
1
-8
/
+6
2012-01-06
Don't end touchpoint if owning client hasn't accepted/rejected
Chase Douglas
1
-2
/
+4
2012-01-06
dix: Set XITouchEmulatingPointer on events from the touch sequence emulating ...
Carlos Garnacho
1
-0
/
+4
2012-01-06
Require inputproto 2.1.99.5
Peter Hutterer
1
-1
/
+1
2012-01-06
dix: fix wrong condition checking for attached slave (#44003)
Peter Hutterer
1
-1
/
+1
2012-01-06
dix: on PointerRootWin send a FocusIn to the sprite window too
Peter Hutterer
1
-0
/
+3
2012-01-06
dix: send focus events to the immediate parent (#44079)
Peter Hutterer
1
-3
/
+3
2012-01-05
xfree86: split warning about missing identifier or input driver
Peter Hutterer
1
-5
/
+6
2011-12-31
os: don't ignore failure from dladdr
Julien Cristau
1
-1
/
+5
2011-12-31
linux/ia64: Fix regression after domain I/O support code removal.
Cyril Brulebois
1
-19
/
+0
2011-12-27
Bump version to 1.11.99.901 (1.12 RC1)
xorg-server-1.11.99.901
Keith Packard
1
-2
/
+2
2011-12-27
glx/glapioffsets.h is no longer part of the build, remove it
Keith Packard
1
-1
/
+0
2011-12-27
Merge remote-tracking branch 'kibi/master'
Keith Packard
1
-1
/
+1
2011-12-27
Add Solaris support to DetermineClientCmd
Alan Coopersmith
1
-10
/
+59
2011-12-23
test/xi2: Really fix infinite loop in test_convert_XITouchOwnershipEvent
Chase Douglas
1
-1
/
+1
2011-12-22
test/xi2: Fix infinite loop in test_convert_XITouchOwnershipEvent
Keith Packard
1
-1
/
+3
2011-12-22
xorg.conf.man: Fix bad whatis entry.
Cyril Brulebois
1
-1
/
+1
2011-12-22
test: fix grab mode value tests for new XIGrabModeTouch
Peter Hutterer
1
-4
/
+13
2011-12-22
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
88
-9182
/
+20052
[prev]
[next]