index
:
~csimpson/xserver
bugfixes
master
triage
And I have become comfortably numb.
csimpson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-27
Revert "Fix up Xephyr build for recent EXA changes."
Michel Dänzer
1
-1
/
+0
2009-02-27
Revert "EXA: Handle separate alpha maps properly in Composite fallback."
Michel Dänzer
1
-2
/
+1
2009-02-27
Remove references to rgb.txt from files section of Xserver and Xorg man pages
Jon TURNEY
1
-3
/
+0
2009-02-26
XQuartz: Don't erase the mode_switch+keysym if it's the same as shift+keysym
Jeremy Huddleston
1
-2
/
+2
2009-02-25
Pre-clip panning coordinates to keep crtc within panning region
Keith Packard
1
-21
/
+233
2009-02-25
Fix up Xephyr build for recent EXA changes.
Michel Dänzer
1
-0
/
+1
2009-02-24
XQuartz: Re-enable support for capslock
Jeremy Huddleston
1
-1
/
+2
2009-02-24
XQuartz: Comment out the background pointer interaction that seems to be caus...
Jeremy Huddleston
1
-0
/
+6
2009-02-24
EXA: Handle separate alpha maps properly in Composite fallback.
Michel Dänzer
1
-1
/
+2
2009-02-23
DRI1: Make DRICreateDrawable return TRUE for pixmaps.
Michel Dänzer
1
-1
/
+1
2009-02-23
xfree86: don't try to UnInit virtual devices in DIDR. (#20087)
Adam Tkac
1
-1
/
+1
2009-02-23
mi: change custom handlers to internal events
Peter Hutterer
1
-112
/
+107
2009-02-23
dix: Deliver{Grabbed|Focused|Device}Events API changed to InternalEvents.
Peter Hutterer
1
-0
/
+6
2009-02-23
Xi: support InternalEvents in UpdateDeviceState, parts of POE and EnqueueEvent
Peter Hutterer
1
-0
/
+6
2009-02-22
Cygwin/X: Fix keyboard layout mapping for Latin American keyboards
Jon TURNEY
1
-1
/
+1
2009-02-22
XQuartz: DefineInitialRootWindow is gone
Jeremy Huddleston
1
-1
/
+3
2009-02-22
XQuartz: quartzKeyboard compile fixes for recent XKB Changes
Jeremy Huddleston
1
-22
/
+13
2009-02-21
XQuartz: GL: Change from xalloc to xcalloc to potentially avoid
George Staplin
1
-1
/
+1
2009-02-21
XQuartz: GL: Fix a bug with an uninitialized GLX data structure.
George Staplin
1
-11
/
+30
2009-02-20
Add Extensions section to xorg.conf man page
Alan Coopersmith
1
-1
/
+28
2009-02-20
XQuartz: Fix the new ProcAppleDRIDestroyPixmap code REQUEST_SIZE_MATCH.
George Staplin
2
-2
/
+2
2009-02-18
Obsolete InputDevices keyword in xorg.conf Files section
Alan Coopersmith
6
-56
/
+1
2009-02-18
Make RgbPath keyword in xorg.conf a non-fatal error
Alan Coopersmith
2
-0
/
+7
2009-02-17
XQuartz: Don't need GlxSetVisualConfig any more
Jeremy Huddleston
1
-2
/
+0
2009-02-17
Eliminate the shadow clear on transform change
Keith Packard
2
-14
/
+29
2009-02-17
Add XkbDir to Files config file section
Keith Packard
7
-0
/
+25
2009-02-16
XQuartz: Add driWrap.h that I missed in the last commit.
George Staplin
1
-0
/
+31
2009-02-16
XQuartz: Add support for GLXPixmaps to the AppleDRI.
George Staplin
7
-10
/
+892
2009-02-16
kdrive: Nuke dead AGP and VGA code. (#19921)
Adam Jackson
6
-897
/
+0
2009-02-16
Build fix, remove export of pciBusAddrToHostAddr
Chris Ball
1
-1
/
+0
2009-02-16
xfree86: ModeDebug is a boolean, not a string
Julien Cristau
1
-1
/
+1
2009-02-16
PCI: Remove pciBusAddrToHostAddr and associated nonsense
Adam Jackson
7
-334
/
+1
2009-02-16
Linux: Remove dead USE_DEV_FB #ifdefs
Adam Jackson
1
-34
/
+0
2009-02-16
xorg.conf (5) refer to mousedrv (4). Debian #394058
David Nusinow
1
-1
/
+1
2009-02-13
Build fix for xf86EdidModes.c
Chris Ball
1
-1
/
+1
2009-02-13
Input: Don't re-block SIGIO in xf86SigioReadInput()
Adam Jackson
1
-5
/
+2
2009-02-13
EDID: Hack for 1366x768 in standard timing descriptors
Adam Jackson
1
-11
/
+19
2009-02-13
RANDR: Validate entire mode list for interlace and doublescan
Adam Jackson
3
-11
/
+13
2009-02-12
Check for and report errors writing xorg.conf.new from Xorg -configure
Alan Coopersmith
1
-2
/
+10
2009-02-12
Correct error message if specified config file is not found
Alan Coopersmith
1
-3
/
+2
2009-02-12
XQuartz: xpr: The dri.c code for pixmaps was wrong in several ways. They wer...
George Staplin
1
-17
/
+26
2009-02-12
XQuartz: Fix copyright info in Info.plist to be prettier when viewed in Finder
Jeremy Huddleston
1
-3
/
+3
2009-02-12
Xming: Update keyboard layouts mapping table
Colin Harrison
1
-3
/
+18
2009-02-12
Xming: Check clipboard selection ownership after taking it
Colin Harrison
2
-4
/
+12
2009-02-12
Xming: Fix a memory leak in clipboard integration code
Colin Harrison
1
-0
/
+2
2009-02-12
Xming: Fix prototype for winProcessXEventsTimeout() in clipboard integration ...
Colin Harrison
1
-1
/
+1
2009-02-12
Xming: Improve clipboard integration startup in XDMCP mode
Colin Harrison
1
-8
/
+13
2009-02-12
Xming: Select events correctly in clipboard integration code
Colin Harrison
1
-9
/
+7
2009-02-12
Xming: Add Colin Harrison to copyright and authors list for clipboard integra...
Colin Harrison
4
-16
/
+24
2009-02-12
Cygwin/X: Place prototype for winSelectIcons() in a header file
Jon TURNEY
3
-5
/
+2
[next]