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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-16
Fix compilation of Xorg DDX without XF86VIDMODE
Jon TURNEY
1
-1
/
+2
2012-10-16
hw/xwin: Only add GLX extension once.
Jon TURNEY
1
-2
/
+3
2012-09-04
xf86: call enter/leave VT for gpu screens as well
Dave Airlie
1
-0
/
+11
2012-09-04
xf86/crtc: don't free config->name
Dave Airlie
1
-2
/
+0
2012-08-27
XQuartz: Bump Info.plist version to 2.7.4
Jeremy Huddleston Sequoia
1
-2
/
+2
2012-08-17
xfree86: Bump extension ABI to 7.0
Aaron Plattner
1
-1
/
+1
2012-08-16
XQuartz: Use asl_log_descriptor for children as well
Jeremy Huddleston Sequoia
1
-2
/
+60
2012-08-16
XQuartz: Use asl_log_descriptor on Mountain Lion
Jeremy Huddleston Sequoia
1
-0
/
+17
2012-08-16
XQuartz: console_redirect: Properly zero-out the tail of the array on realloc()
Jeremy Huddleston Sequoia
1
-2
/
+2
2012-08-16
XQuartz: console_redirect: Set the correct location for reading into the buffer
Jeremy Huddleston Sequoia
1
-9
/
+15
2012-08-15
XQuartz: Fix build regression for GlxExtensionInit
Jeremy Huddleston
1
-0
/
+1
2012-08-14
Kludge -- Call RandR screen before cleaning up xf86 crtcs
Keith Packard
1
-4
/
+7
2012-08-06
Merge remote-tracking branch 'airlied/for-keithp'
Keith Packard
1
-1
/
+7
2012-08-07
dri2: fix master pixmap free and reset pointer
Dave Airlie
1
-1
/
+2
2012-08-07
dri2: free slave pixmap on app exit
Dave Airlie
1
-0
/
+5
2012-08-06
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
10
-257
/
+231
2012-08-06
Merge remote-tracking branch 'jturney/master'
Keith Packard
13
-403
/
+459
2012-08-06
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
3
-44
/
+65
2012-08-06
xfree86: When xf86CrtcCloseScreen is called, the randr CRTCs are gone
Keith Packard
1
-3
/
+0
2012-08-06
xf86RandR12: Don't call ConstrainCursorHarder() if panning is enabled
Rui Matos
1
-4
/
+34
2012-08-06
randr: Fix up yet another corner case in preferred mode selection
Adam Jackson
1
-2
/
+6
2012-08-06
kinput: allocate enough space for null character.
Dave Airlie
1
-1
/
+1
2012-08-06
ephyr: Resize screen automatically when parent window is resized
Vic Lee
3
-8
/
+82
2012-08-06
ephyr: Fix up some bizarre formatting
Adam Jackson
1
-1
/
+4
2012-08-03
hw/xwin: Fixes to pixelFormat <-> fbConfig conversion in WGL mode
Marc Haesen
1
-27
/
+43
2012-08-03
hw/xwin: Introduce winProcessXEventsTimeout() to the concept of fractions of ...
Jon TURNEY
1
-7
/
+22
2012-08-03
hw/xwin: Fix winUpdateWindowPosition() not to assume WS_EX_APPWINDOW style
Jon TURNEY
1
-9
/
+5
2012-08-03
hw/xwin: Make winOverrideIcon() thread-safe for icon data access
Jon TURNEY
11
-299
/
+307
2012-08-03
hw/xwin: Also update icon when _NET_WM_ICON property changes
Jon TURNEY
1
-17
/
+19
2012-08-03
hw/xwin: Rename WM_WM_HINTS_EVENT to WM_WM_ICON_EVENT
Jon TURNEY
2
-3
/
+3
2012-08-03
hw/xwin: Refactor Xutf8TextPropertyToString() from GetWindowName() as a separ...
Jon TURNEY
1
-43
/
+62
2012-08-03
XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older l...
Jeremy Huddleston Sequoia
1
-22
/
+12
2012-08-01
pbproxy: Fix a warning about a bad method prototype
Jeremy Huddleston Sequoia
1
-1
/
+1
2012-08-01
Fix pseudoramiX.c compilation without darwin.h
Jon TURNEY
1
-17
/
+39
2012-08-01
hw/xquartz: Various fixes for pseudoramiX.c
Jon TURNEY
1
-4
/
+13
2012-07-25
glx: drop GLX_LIBS from X server and workaround sdksyms.
Dave Airlie
3
-0
/
+3
2012-07-25
doc: Drop XAA references from xorg.conf man page
Adam Jackson
1
-69
/
+1
2012-07-25
xfree86: Drop some dead XAA decls from SDK headers
Adam Jackson
1
-43
/
+0
2012-07-25
XQuartz: Call xp_window_bring_all_to_front if available in libXplugin
Jeremy Huddleston
1
-0
/
+32
2012-07-24
XQuartz: Fix runtime regressions introduced by extension loading changes
Jeremy Huddleston
1
-3
/
+9
2012-07-23
XQuartz: Build fix for __GLXscreen::createContext changes
Jeremy Huddleston
1
-1
/
+9
2012-07-17
Merge remote-tracking branch 'alanc/master'
Keith Packard
1
-4
/
+5
2012-07-17
Merge remote-tracking branch 'jturney/master'
Keith Packard
22
-363
/
+187
2012-07-16
Use C99 designated initializers in DRI2GetParam replies
Alan Coopersmith
1
-4
/
+5
2012-07-16
xf86: Re-export extension disable flags
Aaron Plattner
1
-4
/
+4
2012-07-16
hw/xwin: Refer to xkeyboard-config man page for XKB configuration option values
Jon TURNEY
1
-11
/
+15
2012-07-16
hw/xwin: Fix command line arguments for multiple monitors.
Jörg Mensmann
1
-1
/
+3
2012-07-16
hw/xwin: Remove unused WindowExposuresProcPtr storage in screen private
Jon TURNEY
1
-1
/
+0
2012-07-16
hw/xwin: Remove long obsolete README for hw/xwin
Jon TURNEY
1
-141
/
+0
2012-07-16
hw/xwin: Remove a pointless OS version check in winInstallKeyboardHookLL()
Jon TURNEY
1
-18
/
+0
[next]