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
2016-02-18
Raise limit on X display size from 4Kx4K to 32Kx32K
Jon Turney
1
-3
/
+3
2016-02-16
Warn about too large Windows -> X clipboard pastes
Jon Turney
1
-0
/
+18
2016-02-16
Implement INCR protocol for X clipboard -> Windows clipboard
Jon Turney
5
-221
/
+290
2016-01-12
Fix a problem with initially maximized windows
Jon Turney
2
-30
/
+46
2016-01-12
Re-order window creation process
Jon Turney
4
-41
/
+61
2016-01-12
Remove a duplicate SW_SHOWNORMAL in winUpdateWindowsWindow()
Jon Turney
1
-5
/
+0
2016-01-12
Improvements to WM debug
Jon Turney
1
-4
/
+6
2016-01-12
Remove unhelpful debug about WM message queue size
Jon Turney
1
-38
/
+0
2015-11-17
Downgrade xcb error reporting to debug
Jon Turney
1
-8
/
+8
2015-11-16
Handle _NET_WM_STATE messages
Jon Turney
1
-4
/
+46
2015-11-16
Remove 'Applications' menu from default XWinrc
Jon Turney
1
-24
/
+24
2015-11-16
Make all windows resizable unless WM_NORMAL_HINTS indicates otherwise
Jon Turney
1
-1
/
+7
2015-11-16
Establish the default style initially in winApplyHints()
Jon Turney
1
-13
/
+17
2015-11-11
Don't unmap windows on SWP_HIDEWINDOW
Jon Turney
1
-8
/
+12
2015-11-11
Avoid artefacts when resizing a window
Jon Turney
1
-0
/
+24
2015-11-11
Simpleminded composite attempt
Jon Turney
7
-7
/
+136
2015-11-11
GC and Pixmap privates aren't used since GDI engine removal
Jon Turney
2
-35
/
+1
2015-11-11
Push multiwindow wndproc WM_PAINT down into engine
Jon Turney
4
-36
/
+68
2015-11-11
Align winBltExposedRegionsShadowGDI() with winTopLevelWindowProc's WM_PAINT
Jon Turney
1
-5
/
+30
2015-11-11
Use NULL rather than NoopDDA for unimplemented engine functions
Jon Turney
3
-15
/
+6
2015-11-11
Remove unused FinishCreateWindowsWindow engine function
Jon Turney
4
-20
/
+0
2015-11-11
Remove unused HotKeyAltTab engine function
Jon Turney
4
-15
/
+0
2015-11-11
Return FALSE to indicate failure in winSetEngine()
Jon Turney
1
-1
/
+1
2015-11-11
Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windows
Jon Turney
1
-1
/
+1
2015-11-11
Make maximizable if a maximium size larger than virtual desktop size is speci...
Jon Turney
1
-2
/
+5
2015-11-11
hw/xwin: support SKIPTASKBAR style in XWinrc
Yaakov Selkowitz
5
-3
/
+30
2015-11-11
Detect invalid options in combination with -nodecoration
Jon Turney
1
-1
/
+16
2015-11-11
In multiwindow mode, look up the HWND for the parent window
Jon Turney
1
-3
/
+7
2015-11-11
Only apply MINIMIZE/MAXIMIZE style from XWinrc when mapping the window
Jon Turney
1
-6
/
+12
2015-11-11
Map window in WM_WINDOWPOSCHANGED not WM_SHOWWINDOW
Jon Turney
1
-64
/
+64
2015-11-11
Don't alter window style in WM_SHOWWINDOW
Jon Turney
2
-12
/
+5
2015-11-11
Rename WM_WM_MAP[23]
Jon Turney
3
-10
/
+10
2015-11-11
Factor out MessageName() debug helper
Jon Turney
1
-67
/
+61
2015-11-11
Fix broken Qt menus
Jon Turney
1
-27
/
+37
2015-11-11
Update WM_STATE, _NET_WM_STATE when window state changes
Jon Turney
1
-11
/
+100
2015-11-11
Track the window state in multiwindow mode.
Jon Turney
3
-6
/
+67
2015-11-11
Separate logfile name format and logfile name
Jon Turney
4
-12
/
+10
2015-11-11
Remove duplicate LogInit() calls
Jon Turney
5
-35
/
+6
2015-11-11
Check for just the hostname in window title
Jon Turney
1
-13
/
+22
2015-11-11
Keyboard layout updates
Jon Turney
3
-33
/
+96
2015-11-11
Ensure that XRANDR reports an output
Jon Turney
1
-11
/
+81
2015-11-11
Add a tentative entry for the Korean keyboard to the list of known keyboards
Colin Harrison
1
-0
/
+1
2015-11-11
Defend against crashes in glxWinScreenProbe()
Jon Turney
1
-9
/
+108
2015-11-11
Default to -noresize when -fullscreen is used
Jon Turney
7
-10
/
+26
2015-11-11
Add EWMH properties for describing multiple desktops to the root window
Yaakov Selkowitz
1
-4
/
+35
2015-11-11
Use WM_CLIPBOARDUPDATE clipboard API
Jon Turney
3
-39
/
+86
2015-11-11
Tell LogInit() to backup previous logfile as .old
Jon Turney
2
-4
/
+4
2015-11-11
Downgrade some uninformative, always-emitted log output to debug
Jon Turney
3
-8
/
+8
2015-11-11
Use _NET_WM_NAME for window titles in multiwindow mode
Jon Turney
1
-16
/
+42
2015-11-11
Add Windows-DRI extension
Jon Turney
13
-200
/
+783
[next]