index
:
~suokko/xserver
DRI2Drawable_refcnt
client_logging
client_logging2
dri2_patches
egl_image
personal_fdo/client_logging
xkb_fixes_1
xv_color_key_fill
xserver patches
suokko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
8
-34
/
+15
2010-08-27
xfree86: Purge parsePrologueVoid.
Jesse Adkins
1
-3
/
+0
2010-08-27
xfree86: Removed unused messages from Configint.h
Jesse Adkins
1
-6
/
+0
2010-08-27
xfree86: Fix leaks in OpenConfigFile and OpenConfigDir
Jesse Adkins
1
-0
/
+2
2010-08-27
xfree86: Simplify xf86Msg{,Verb}
Jesse Adkins
1
-2
/
+2
2010-08-27
xfree86: Remove prototypes for non-existant functions.
Jesse Adkins
1
-6
/
+0
2010-08-27
xfree86: Remove comments about unable to use malloc.
Jesse Adkins
2
-7
/
+0
2010-08-20
edid: Adjust rounding of max_clock
Chris Wilson
1
-1
/
+1
2010-08-12
XQuartz: xpr: Bail on errors during unlock and destroy
Jeremy Huddleston
1
-2
/
+8
2010-08-12
XQuartz: UpdateScreen at the end of SetRootless
Jeremy Huddleston
1
-1
/
+3
2010-08-12
XQuartz: Make application switching work better for the no-spaces case
Jeremy Huddleston
2
-8
/
+22
2010-08-12
XQuartz: Ignore kXquartzToggleFullscreen when rootless
Jeremy Huddleston
1
-2
/
+2
2010-08-13
Stop checking or calling PtrCtrlProcs
Alan Coopersmith
1
-3
/
+0
2010-08-13
xfree86: parser: Never use constant strings for driver names (fixes #17438)
Jesse Adkins
2
-4
/
+9
2010-08-10
Cygwin/X: Fix glxWinCreateDrawable() for API change
Jon TURNEY
1
-5
/
+9
2010-08-01
ddc: Fix memory leak in GetEDID_DDC1
Matt Turner
1
-2
/
+5
2010-07-29
XQuartz: xpbproxy: Don't take down the whole server on an IO error
Jeremy Huddleston
1
-0
/
+2
2010-07-28
XQuartz: GLX: Don't mangle __GLXDrawable's pDraw
Jeremy Huddleston
1
-3
/
+2
2010-07-23
Use DocBook stylesheets from xorg-sgml-doctools if they're available
Alan Coopersmith
1
-0
/
+1
2010-07-13
Merge remote branch 'jeremyhu/master'
Keith Packard
5
-33
/
+7
2010-07-13
Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998
Keith Packard
5
-4
/
+45
2010-07-13
XQuartz: Bump bundle version to 2.6.0 for xorg-server-1.9.0 and X11R7.6
Jeremy Huddleston
1
-2
/
+2
2010-07-13
XQuartz: Remove some dead code.
Jan Hauffa
3
-30
/
+0
2010-07-13
XQuartz: Avoid a crash when mistakenly free()ing in QuartzSetCursor on some c...
Jeremy Huddleston
1
-1
/
+5
2010-07-09
DRI2: re-allocate DRI2 drawable if pixmap serial changes
Jesse Barnes
1
-1
/
+18
2010-07-07
dix: purge leftover manual key down bit setting.
Peter Hutterer
5
-20
/
+3
2010-07-02
Add API to update setting of waitForUpdate screen private in miPointer
Alan Coopersmith
1
-8
/
+4
2010-07-01
xfree86: configure: remove vendor and card name matching rules
Tiago Vignatti
1
-25
/
+0
2010-07-01
xfree86: pci: remove superfluous vendor and card name logging
Tiago Vignatti
1
-12
/
+1
2010-06-30
Xephyr: fix Xv adaptor capability tests
Julien Cristau
1
-5
/
+10
2010-06-30
Xephyr: fix memory leak in XF86DRIOpenConnection
Julien Cristau
1
-1
/
+2
2010-06-30
xfree86/modes: Allow the driver to specify initial rotation
Ville Syrjälä
1
-1
/
+4
2010-06-22
Revert "mi: Remove unused overlay support"
Keith Packard
2
-1
/
+29
2010-06-22
rotation: fix cursor and overlap of one pixel.
Dave Airlie
1
-3
/
+6
2010-06-22
XWin: Fixes for devPrivates API change
Colin Harrison
3
-11
/
+18
2010-06-20
mi: Remove unused overlay support
Mikhail Gusarov
2
-29
/
+1
2010-06-18
Don't coredump on "X -showopts" (bug 25874)
Alan Coopersmith
1
-0
/
+7
2010-06-17
DRI2/xserver: Don't hang in glXSwapBuffers if drawable moves between crtc's (...
Mario Kleiner
1
-0
/
+15
2010-06-16
Re-enabled Xnest fix for focus in + modifier bug.
Xiaoyang Yu (Max)
1
-62
/
+45
2010-06-15
In DRI2Connect, check to see if DRI2 has been initialized (bug 28424)
Keith Packard
1
-1
/
+5
2010-06-15
Clean up RandR12 bits on screen close (bug 27114)
Keith Packard
3
-1
/
+28
2010-06-11
Remove more superfluous if(p) checks around free(p)
Matt Turner
5
-35
/
+16
2010-06-11
xfree86: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
3
-14
/
+14
2010-06-11
xquartz: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-6
/
+6
2010-06-11
xwin: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
3
-8
/
+8
2010-06-11
kdrive: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-6
/
+6
2010-06-11
dmx: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
2
-3
/
+3
2010-06-10
Merge remote branch 'alanc/master'
Keith Packard
2
-5
/
+6
2010-06-10
Fix a couple more possible errors with input-only windows
Keith Packard
1
-1
/
+1
2010-06-10
Solaris: avoid memory leak if AGPIOC_INFO ioctl fails
Alan Coopersmith
1
-5
/
+5
[next]