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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-28
configure.ac: 1.11.2.901 (1.11.3 RC1)
xorg-server-1.11.2.901
Jeremy Huddleston
1
-2
/
+2
2011-11-24
Fix vesa's VBE PanelID interpretation
Derek Buitenhuis
1
-1
/
+4
2011-11-24
dmx: Build fix for -Werror=implicit-function-declaration
Jeremy Huddleston
6
-0
/
+95
2011-11-21
rootless: Fix a server crash when choosing a color with the gimp color wheel
dtakahashi42
1
-2
/
+2
2011-11-21
edid: Add quirk for Acer Aspire One 110
Ross Burton
1
-0
/
+5
2011-11-21
dri2: Register the DRI2DrawableType after server regeneration
Chris Wilson
2
-2
/
+15
2011-11-21
DRI2: Avoid a NULL pointer dereference
Chris Wilson
1
-1
/
+2
2011-11-21
VidMode: prevent crash with no modes
Chris Wilson
1
-0
/
+3
2011-11-21
record: Prevent out of bounds access when recording a reply.
Rami Ylimäki
3
-24
/
+33
2011-11-21
xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-t...
Jeremy Huddleston
1
-4
/
+4
2011-11-21
include: export GetProximityEvents and QueueProximityEvents
Peter Hutterer
1
-2
/
+2
2011-11-21
dix: Don't let a driver without a ProximityClassRec post events
Peter Hutterer
1
-1
/
+1
2011-11-21
Xi: allow passive keygrabs on the XIAll(Master)Devices fake devices
Peter Hutterer
1
-1
/
+1
2011-11-07
dix: block signals when closing all devices
Peter Hutterer
1
-0
/
+4
2011-11-06
Bug 38420: Xvfb crashes in miInitVisuals() when started with depth=2
Christopher Yeleighton
1
-0
/
+2
2011-11-06
xf86Crtc: handle no outputs with no modes harder.
Dave Airlie
1
-22
/
+19
2011-11-04
configure.ac: Bump to 1.11.2
xorg-server-1.11.2
Jeremy Huddleston
1
-2
/
+2
2011-11-03
Revert "dix: don't XWarpPointer through the last slave anymore (#38313)"
Jeremy Huddleston
1
-14
/
+7
2011-10-28
configure.ac: Bump to 1.11.1.902 (1.11.2 RC2)
xorg-server-1.11.1.902
Jeremy Huddleston
1
-2
/
+2
2011-10-28
XWin: windowswm: Correct byte swapping in event notifications
Jeremy Huddleston
1
-1
/
+3
2011-10-28
XQuartz: appledri: Correct byte swapping in event notifications
Jeremy Huddleston
1
-1
/
+3
2011-10-28
XQuartz: applewm: Correct byte swapping in event notifications
Jeremy Huddleston
1
-1
/
+3
2011-10-24
XQuartz: appledri: Allow byte swapped requests
Jeremy Huddleston
1
-5
/
+97
2011-10-24
XQuartz: appledri: Fix byte swapping in replies
Jeremy Huddleston
1
-4
/
+41
2011-10-24
XQuartz: appledri: Set the correct reply length for XAppleDRICreatePixmap
Jeremy Huddleston
1
-1
/
+1
2011-10-24
Xnest: Match the host's keymap
Jeremy Huddleston
1
-4
/
+21
2011-10-24
Fix drain_console unregistration
Tomáš Trnka
2
-13
/
+10
2011-10-24
crtc: match full preferred modes if possible when choosing an initial config
Jesse Barnes
1
-5
/
+20
2011-10-24
composite: Update borderClip in compAllocPixmap()
Ville Syrjala
1
-4
/
+7
2011-10-18
Fix CVE-2011-4029: File permission change vulnerability.
Matthieu Herrb
1
-1
/
+1
2011-10-18
Fix CVE-2011-4028: File disclosure vulnerability.
Matthieu Herrb
1
-1
/
+1
2011-10-14
configure.ac: Bump to 1.11.1.901 (1.11.2 RC1)
xorg-server-1.11.1.901
Jeremy Huddleston
1
-2
/
+2
2011-10-14
dix: don't XWarpPointer through the last slave anymore (#38313)
Peter Hutterer
1
-7
/
+14
2011-10-14
Disable check of double-aligned in test/input.c on Renesas SH
Nobuhiro Iwamatsu
1
-1
/
+1
2011-10-14
dix: don't use the pointer as modifier device in UngrabKey.
Peter Hutterer
1
-1
/
+1
2011-10-14
dix: ignore devices when adding passive core grabs to list (#39545)
Peter Hutterer
1
-1
/
+1
2011-10-14
dix: avoid using the VCP as modifier device
Peter Hutterer
1
-1
/
+1
2011-10-14
config: fix a log message
Peter Hutterer
1
-1
/
+1
2011-10-14
xkb: add missing swaps for xkbGetDeviceInfoReply
Peter Harris
1
-0
/
+3
2011-10-09
XQuartz: pbproxy: Add missing AM_OBJCFLAGS
Jeremy Huddleston
1
-0
/
+1
2011-10-09
Fix a rare memory leak
vdb@picaros.org
1
-0
/
+1
2011-10-09
Fix server crash due to invalid images
Kirill Elagin
1
-1
/
+3
2011-10-09
dixfonts: Don't overwrite local c variable until new_closure is safely initia...
Alan Hourihane
1
-15
/
+15
2011-10-04
Remove the SendEvent bit (0x80) before doing range checks on event type.
Sam Spilsbury
1
-1
/
+13
2011-10-04
Xi: Fix passive XI2 ungrabs on XIAll[Master]Devices
Carlos Garnacho
1
-3
/
+10
2011-10-04
XQuartz: Use set_front_process rather than X11ApplicationSetFrontProcess sinc...
Jeremy Huddleston
1
-1
/
+1
2011-10-04
Fix pixmap double-frees on error paths.
Jamey Sharp
2
-6
/
+1
2011-09-24
configure.ac: Version bumped to 1.11.1
xorg-server-1.11.1
Jeremy Huddleston
1
-2
/
+2
2011-09-21
fb: Rename wfbTriangles and wfbTrapezoids
Aaron Plattner
1
-0
/
+2
2011-09-21
xfree86: Bump extension ABI version to 6.0
Aaron Plattner
1
-1
/
+1
[next]