index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-04
mi: fix memory leak in miZeroLine
Tiago Vignatti
1
-2
/
+4
2011-04-04
xi: fix memory leak in AddExtensionClient
Tiago Vignatti
1
-2
/
+6
2011-04-04
dix: fix memory leak in AllocShared
Tiago Vignatti
1
-0
/
+1
2011-04-04
dix: fix memory leak in AllocPseudo
Tiago Vignatti
1
-0
/
+1
2011-04-04
os: fix memory and fd leaks in Popen
Tiago Vignatti
1
-0
/
+3
2011-04-04
os: use DebugF for debugging
Tiago Vignatti
1
-14
/
+4
2011-04-04
xfree86: fix memory leak in xf86LoadModules
Tiago Vignatti
1
-1
/
+3
2011-04-04
xfree86: fix bad free configInputDevices
Tiago Vignatti
1
-1
/
+2
2011-04-04
xfree86: fix memory leaks in configLayout
Tiago Vignatti
1
-6
/
+19
2011-04-04
xfree86: fix memory leak in xf86ConfigFbEntity
Tiago Vignatti
1
-0
/
+1
2011-04-04
fb: fix memory leak in fbOverlayFinishScreenInit
Tiago Vignatti
1
-2
/
+6
2011-04-04
Xi: fix memory leak in ProcXGetSelectedExtensionEvents
Tiago Vignatti
1
-1
/
+1
2011-04-04
dix: fix memory leak in SetDefaultFontPath
Tiago Vignatti
1
-1
/
+3
2011-04-04
mi: fix memory leak in miFillUniqueSpanGroup
Tiago Vignatti
1
-0
/
+2
2011-04-04
xi: fix memory leak in ProcXIQueryDevice
Tiago Vignatti
1
-1
/
+3
2011-04-04
mi: fix memory leak in miInitVisuals
Tiago Vignatti
2
-4
/
+2
2011-04-04
xfree86: dri2: fix memory leak and free resources properly
Tiago Vignatti
1
-2
/
+7
2011-04-04
xorg: remove unused pointer values all over the server
Tiago Vignatti
7
-21
/
+7
2011-04-04
dix: remove unused macro
Tiago Vignatti
1
-2
/
+0
2011-04-04
dix: remove unused debug code
Tiago Vignatti
1
-12
/
+0
2011-03-28
configure.ac: 1.10.0.901 (1.10.1 RC1)
xorg-server-1.10.0.901
Jeremy Huddleston
1
-2
/
+2
2011-03-28
hw/dmx/doc: Update list of doxygen-generated files
Jeremy Huddleston
1
-12
/
+135
2011-03-28
config: handle device change event properly
Erkki Seppälä
1
-0
/
+4
2011-03-27
xfree86: print out which driver is about to be used.
Peter Hutterer
1
-0
/
+2
2011-03-27
GLX: Support TLS with better portability
Jeremy Huddleston
5
-5
/
+11
2011-03-27
xkb: Initialize pad bytes sent in replies of geometry requests.
Rami Ylimäki
1
-3
/
+9
2011-03-27
xkb: Release XKB component names when compiling keymap.
Rami Ylimäki
4
-21
/
+36
2011-03-27
Xi: fix XI2 passive grab reply length calculation
Peter Hutterer
1
-2
/
+2
2011-03-27
Xi: fix length checks for swapped clients
Julien Cristau
1
-2
/
+2
2011-03-27
config: Ensure that stolen option list elements are released.
Rami Ylimäki
2
-6
/
+6
2011-03-27
dix: Release input device config info when the device disconnects.
Rami Ylimäki
1
-0
/
+2
2011-03-27
xkb: Ensure that XKB device private won't leak on device disconnect.
Rami Ylimäki
1
-9
/
+2
2011-03-27
xfree86: block signals between EnableDevice and first CheckMotion()
Peter Hutterer
1
-0
/
+3
2011-03-27
xfree86/common: Remove a configScreen leak when conf_screen is NULL
Erkki Seppälä
1
-1
/
+3
2011-03-27
Don't clobber input device options from xorg.conf
Matthieu Herrb
1
-2
/
+4
2011-03-14
xfree86/modes: Fixed memory leak in xf86InitialConfiguration
Erkki Seppälä
1
-13
/
+8
2011-03-10
loader: Don't distribute sdksyms.c and make it depend on the config
Keith Packard
1
-3
/
+6
2011-03-09
vbe: Fix malloc size bug
Adam Jackson
1
-1
/
+1
2011-03-03
XQuartz: pbproxy: Protect against possible collision between Cocoa and X11 Cu...
Jeremy Huddleston
1
-0
/
+2
2011-03-03
XQuartz: Don't use deprecated CoreGraphics API on SL and Lion
Jeremy Huddleston
1
-1
/
+26
2011-03-03
Revert "rootless: Remove ROOTLESS_WORKAROUND"
Jeremy Huddleston
2
-2
/
+6
2011-03-03
XQuartz: RandR: Add RandR modes for the primary display in multi-monitor configs
Jeremy Huddleston
2
-10
/
+7
2011-03-03
XQuartz: RandR: Provide an alert box when entering a RandR mode for the first...
Jeremy Huddleston
4
-0
/
+36
2011-03-03
XQuartz: RandR: Capture the display when switching modes with RandR
Jeremy Huddleston
5
-0
/
+23
2011-02-25
Version bumped to 1.10
xorg-server-1.10.0
Keith Packard
1
-2
/
+2
2011-02-25
input: Ensure Valuator axes are aligned as needed
Keith Packard
1
-6
/
+8
2011-02-25
hw/dmx/doc: Add explicit dependency for all doxygen output files
Keith Packard
1
-24
/
+39
2011-02-25
hw/xwin: Look for gl spec files in $(srcdir) or .
Keith Packard
1
-2
/
+2
2011-02-25
dmx: Construct paths in doxygen.conf to fix VPATH builds
Dan Nicholson
4
-10
/
+12
2011-02-25
xfree86: Allow sdksyms.dep to be included portably
Dan Nicholson
2
-1
/
+4
[next]