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
2015-11-04
Don't unmap windows on SWP_HIDEWINDOW
cygwin-patches-for-1.18-pre-xcbification
Jon Turney
1
-8
/
+12
2015-11-04
Avoid artefacts when resizing a window
Jon Turney
1
-0
/
+24
2015-11-04
Simpleminded composite attempt
Jon Turney
8
-4
/
+130
2015-11-04
GC and Pixmap privates aren't used since GDI engine removal
Jon Turney
2
-35
/
+1
2015-11-04
Push multiwindow wndproc WM_PAINT down into engine
Jon Turney
4
-36
/
+68
2015-11-03
Align winBltExposedRegionsShadowGDI() with winTopLevelWindowProc's WM_PAINT
Jon Turney
1
-5
/
+30
2015-11-03
Use NULL rather than NoopDDA for unimplemented engine functions
Jon Turney
3
-15
/
+6
2015-11-03
Remove unused FinishCreateWindowsWindow engine function
Jon Turney
4
-20
/
+0
2015-11-03
Remove unused HotKeyAltTab engine function
Jon Turney
4
-15
/
+0
2015-11-03
Return FALSE to indicate failure in winSetEngine()
Jon Turney
1
-1
/
+1
2015-11-03
Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windows
Jon Turney
1
-1
/
+1
2015-11-03
Make maximizable if a maximium size larger than virtual desktop size is speci...
Jon Turney
1
-2
/
+5
2015-11-03
hw/xwin: support SKIPTASKBAR style in XWinrc
Yaakov Selkowitz
5
-3
/
+30
2015-11-03
Detect invalid options in combination with -nodecoration
Jon Turney
1
-1
/
+16
2015-11-03
In multiwindow mode, look up the HWND for the parent window
Jon Turney
1
-3
/
+7
2015-11-03
Only apply MINIMIZE/MAXIMIZE style from XWinrc when mapping the window
Jon Turney
1
-6
/
+13
2015-11-03
Map window in WM_WINDOWPOSCHANGED not WM_SHOWWINDOW
Jon Turney
1
-64
/
+64
2015-11-03
Don't alter window style in WM_SHOWWINDOW
Jon Turney
2
-12
/
+5
2015-11-03
Rename WM_WM_MAP[23]
Jon Turney
3
-10
/
+10
2015-11-03
Factor out MessageName() debug helper
Jon Turney
1
-67
/
+61
2015-11-03
Fix broken Qt menus
Jon Turney
1
-27
/
+34
2015-11-03
Update WM_STATE, _NET_WM_STATE when window state changes
Jon Turney
1
-25
/
+120
2015-11-03
Track the window state in multiwindow mode.
Jon Turney
4
-55
/
+81
2015-11-03
Separate logfile name format and logfile name
Jon Turney
4
-12
/
+10
2015-11-03
Remove duplicate LogInit() calls
Jon Turney
5
-35
/
+6
2015-11-03
Check for just the hostname in window title
Jon Turney
1
-13
/
+22
2015-11-03
Keyboard layout updates
Jon Turney
3
-33
/
+96
2015-11-03
Clarify authorization failure reason strings sent back to the client
Jon Turney
1
-2
/
+2
2015-11-03
Capture xkbcomp exit status, stderr and stdout to log
Jon Turney
1
-1
/
+30
2015-11-03
Ensure that XRANDR reports an output
Jon Turney
1
-11
/
+81
2015-11-03
Add a tentative entry for the Korean keyboard to the list of known keyboards
Colin Harrison
1
-0
/
+1
2015-11-03
Defend against crashes in glxWinScreenProbe()
Jon Turney
1
-9
/
+108
2015-11-03
Default to -noresize when -fullscreen is used
Jon Turney
7
-10
/
+26
2015-11-03
Add EWMH properties for describing multiple desktops to the root window
Yaakov Selkowitz
1
-0
/
+32
2015-11-03
Use WM_CLIPBOARDUPDATE clipboard API
Jon Turney
3
-39
/
+86
2015-11-03
Tell LogInit() to backup previous logfile as .old
Jon Turney
2
-4
/
+4
2015-11-03
Downgrade some uninformative, always-emitted log output to debug
Jon Turney
3
-8
/
+8
2015-11-03
Use _NET_WM_NAME for window titles in multiwindow mode
Jon Turney
1
-18
/
+47
2015-11-03
Add Windows-DRI extension
Jon Turney
16
-201
/
+796
2015-11-03
In glxWinSetPixelFormat handle the case where wglChoosePixelFormatARB()
Jon Turney
1
-20
/
+24
2015-11-03
Make -displayfd respect -pn/-nopn
Jon Turney
1
-5
/
+7
2015-11-03
Check that window position is visible on non-rectangular virtual desktops
Jon Turney
1
-8
/
+12
2015-11-03
Ignore WM_NORMAL_HINTS PPosition if it is the origin
Jon Turney
1
-7
/
+19
2015-11-03
Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64
Jon Turney
1
-8
/
+20
2015-11-03
Give counts of pixel formats which couldn't be used for various reasons
Jon Turney
1
-6
/
+26
2015-11-03
Don't report pbuffer size limits
Jon Turney
1
-5
/
+10
2015-11-03
Regnerate GLX dispatch code
Jon Turney
6
-31
/
+309
2015-11-03
hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormats
Jon Turney
1
-0
/
+4
2015-11-03
Fix sometimes missing sysmenu icon on Vista and later
Jon Turney
2
-13
/
+23
2015-11-03
Fix appearance of windows with only WM_NORMAL_HINTS
Jon Turney
1
-0
/
+4
[next]