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
2018-05-13
Warn about too large Windows -> X clipboard pastes
Jon Turney
1
-0
/
+18
2018-05-13
Implement INCR protocol for X clipboard -> Windows clipboard
Jon Turney
5
-221
/
+290
2018-05-13
Fix a problem with initially maximized windows
Jon Turney
2
-30
/
+46
2018-05-13
Re-order window creation process
Jon Turney
4
-35
/
+61
2018-05-13
Remove a duplicate SW_SHOWNORMAL in winUpdateWindowsWindow()
Jon Turney
1
-5
/
+0
2018-05-13
Improvements to WM debug
Jon Turney
1
-4
/
+6
2018-05-13
Downgrade xcb error reporting to debug
Jon Turney
1
-8
/
+8
2018-05-13
Handle _NET_WM_STATE messages
Jon Turney
1
-4
/
+46
2018-05-13
Make all windows resizable unless WM_NORMAL_HINTS indicates otherwise
Jon Turney
1
-1
/
+7
2018-05-13
Avoid artefacts when resizing a window
Jon Turney
1
-0
/
+24
2018-05-13
Simpleminded composite attempt
Jon Turney
10
-7
/
+160
2018-05-13
Push multiwindow wndproc WM_PAINT down into engine
Jon Turney
4
-36
/
+68
2018-05-13
Align winBltExposedRegionsShadowGDI() with winTopLevelWindowProc's WM_PAINT
Jon Turney
1
-5
/
+30
2018-05-13
hw/xwin: support SKIPTASKBAR style in XWinrc
Yaakov Selkowitz
5
-3
/
+30
2018-05-13
Only apply MINIMIZE/MAXIMIZE style from XWinrc when mapping the window
Jon Turney
1
-6
/
+12
2018-05-13
Map window in WM_WINDOWPOSCHANGED not WM_SHOWWINDOW
Jon Turney
1
-64
/
+68
2018-05-13
Don't alter window style in WM_SHOWWINDOW
Jon Turney
2
-12
/
+5
2018-05-13
Rename WM_WM_MAP[23]
Jon Turney
3
-10
/
+10
2018-05-13
Update WM_STATE, _NET_WM_STATE when window state changes
Jon Turney
1
-37
/
+136
2018-05-13
Track the window state in multiwindow mode.
Jon Turney
3
-6
/
+67
2018-05-13
Separate logfile name format and logfile name
Jon Turney
4
-12
/
+10
2018-05-13
Remove duplicate LogInit() calls
Jon Turney
5
-35
/
+6
2018-05-13
Defend against crashes in glxWinScreenProbe()
Jon Turney
1
-9
/
+108
2018-05-13
Add EWMH properties for describing multiple desktops to the root window
Yaakov Selkowitz
1
-4
/
+35
2018-05-13
In glxWinSetPixelFormat handle the case where wglChoosePixelFormatARB()
Jon Turney
1
-20
/
+24
2018-05-13
Ignore WM_NORMAL_HINTS PPosition if it is the origin
Jon Turney
1
-7
/
+19
2018-05-13
Give counts of pixel formats which couldn't be used for various reasons
Jon Turney
1
-6
/
+26
2018-05-13
Don't report pbuffer size limits
Jon Turney
1
-5
/
+10
2018-05-13
hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormats
Jon Turney
1
-0
/
+4
2018-05-13
Fix sometimes missing sysmenu icon on Vista and later
Jon Turney
2
-13
/
+23
2018-05-13
Establish the default style initially in winApplyHints()
Jon Turney
1
-10
/
+18
2018-05-13
hw/xwin: Allow gtk_window_maximize() to maximize window in multiwindow mode
Jon Turney
1
-0
/
+11
2018-05-13
In multiwindow mode, flash taskbar for X windows which have the urgency hint set
Jon Turney
1
-0
/
+44
2018-05-13
Improve multiwindow internal WM PropertyNotify debug output
Jon Turney
1
-0
/
+9
2018-05-13
hw/xwin: Display host system and architecture in 'About...' dialog
Jon Turney
3
-3
/
+6
2018-05-13
Undefine _XSERVER64 in multiwindow WM
Jon Turney
3
-62
/
+67
2018-05-13
Work-around problems with using Xlib client macros in the server in a 64-bit ...
Jon Turney
2
-6
/
+6
2018-05-13
Adjust keyboard functions so that they are useful in a library
Jon Turney
4
-19
/
+32
2018-05-13
Move keyboard event utility functions to wmutil library
Jon Turney
13
-317
/
+382
2018-05-13
Adjust winMouseWheel() interface so it's useful in library
Jon Turney
7
-28
/
+64
2018-05-13
Move winMouseWheel() to wmutil library
Jon Turney
4
-73
/
+118
2018-05-13
Adjust winXCursorToHCURSOR() interface so it's useful in library
Jon Turney
3
-94
/
+140
2018-05-13
Move winXCursorToHCURSOR() to wmutil library
Jon Turney
5
-288
/
+386
2018-05-13
Rename ErrorF()->winError() in icon_convert.c
Jon Turney
3
-5
/
+18
2018-05-13
Move winXIconToHICON() to wmutil library
Jon Turney
7
-534
/
+651
2018-05-12
hw/xwin: allow XKB configuration in XWinrc
Yaakov Selkowitz
3
-0
/
+104
2018-05-12
hw/xwin: allow DPI configuration in XWinrc
Yaakov Selkowitz
6
-0
/
+32
2018-05-12
Add crash reporting
Jon Turney
1
-0
/
+4
2018-05-10
Log stdout and stderr for processes started from the notification area icon
Jon Turney
1
-16
/
+115
2018-05-10
hw/xwin: Add XF86 xkb private actions for grab debugging to XWin
Jon Turney
1
-0
/
+32
[next]