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
2013-06-15
Move clipboard integration code out to a library
clipboard-use-libXWinclip
Jon TURNEY
13
-2400
/
+52
2013-06-14
Hoist up winclip thread restart one level
Jon TURNEY
6
-77
/
+68
2013-06-14
Remove ununsed winProcQueryTreeOrig variable
Jon TURNEY
3
-3
/
+0
2013-05-04
Fix a potential crash on startup
Yaakov Selkowitz
1
-4
/
+1
2013-04-10
Fix version reporting on cygwin64
Jon TURNEY
1
-12
/
+19
2013-04-10
Fix several format/type cast issues with debug output in winwindowswm.c
Jon TURNEY
1
-3
/
+3
2013-04-10
Fix several format/type cast issues with debug output in winwin32rootlesswndp...
Jon TURNEY
1
-7
/
+7
2013-04-10
Fix numerous format/type cast issues with debug output in winwin32rootless.c
Jon TURNEY
1
-22
/
+22
2013-04-10
Fix implicit-function-declaration warning in XwinExtensionInit() when compile...
Yaakov Selkowitz
1
-0
/
+3
2013-04-10
Fix implicit-function-declaration warning in DrawableGone() by adding a proto...
Yaakov Selkowitz
1
-0
/
+2
2013-04-10
Bodge around issues with using XSendEvent() to send a ClientMessage
Jon TURNEY
1
-0
/
+21
2013-04-09
Fix -Werror=implicit-function-declaration when configured --enable-debug
Jon TURNEY
1
-0
/
+1
2013-04-08
Fix an issue in winSetSpansNativeGDI() identifed by -Warray-bounds
xserver-cygwin-1.14.0-2
Jon TURNEY
1
-23
/
+29
2013-04-08
Fix -Warray-bounds warning in winXCursorToHCURSOR()
Jon TURNEY
1
-12
/
+16
2013-04-08
More casting to store WIN_WID_PROP XID as HANDLE-type Window property
Jon TURNEY
1
-1
/
+1
2013-04-08
Fix implicit-function-declaration warnings by including wmutil/keyboard.h whe...
Jon TURNEY
3
-0
/
+3
2013-04-08
Fix int-to-pointer-cast warning in ExecAndLogThread
Jon TURNEY
1
-1
/
+1
2013-04-08
Bodge around some prototype issues
Jon TURNEY
3
-0
/
+5
2013-04-08
Bring PseudoramiXExtensionInit() prototype into scope, and make the use match...
Jon TURNEY
3
-4
/
+2
2013-04-08
Add ability to annotate symbols so they are not processes by sdksyms
Jon TURNEY
1
-2
/
+2
2013-04-08
Add prototype for dix_main()
Jon TURNEY
4
-3
/
+36
2013-04-08
Tidy-up of winmsg.h
Jon TURNEY
5
-41
/
+18
2013-04-08
Fix implicit-function-declaration in XkbDDXCompileKeymapByNames()
Jon TURNEY
2
-0
/
+5
2013-04-08
Fix implicit-function-declaration warning in OsSigHandler()
Jon TURNEY
1
-0
/
+1
2013-04-08
Remove obsolete window control IDs
Jon TURNEY
2
-59
/
+0
2013-04-08
Work-around problems with using Xlib client macros in the server in a 64-bit ...
Jon TURNEY
3
-10
/
+10
2013-04-08
Update manifest to target all architectures, not just x86
Jon TURNEY
2
-1
/
+3
2013-04-08
Win32 Windows properties are of pointer type HANDLE, not an integer type.
Jon TURNEY
3
-6
/
+6
2013-04-08
winMultiWindowGetTransientFor() returns an XID not a WindowPtr
Jon TURNEY
3
-7
/
+7
2013-04-08
Fix some debugging printing of a pointers for Cygwin64
Jon TURNEY
3
-4
/
+4
2013-04-08
Change winIconIsOverride() to take a HICON parameter
Jon TURNEY
3
-6
/
+3
2013-04-08
Fix uses of CreateDialogParam() for Cygwin64
Jon TURNEY
1
-13
/
+12
2013-04-08
deprecated interface cygwin_conv_to_win32_path() doesn't exist on cygwin64
Jon TURNEY
1
-12
/
+0
2013-04-08
Fix a Cygwin64 portability issue with casting HINSTANCE result of ShellExecut...
Jon TURNEY
1
-12
/
+13
2013-04-07
hw/xwin: Fix compilation with -Werror=implicit-function-declaration
Jon TURNEY
1
-0
/
+1
2013-04-07
hw/xwin: Fix compilation with -Werror=implicit-function-declaration
Jon TURNEY
1
-0
/
+1
2013-04-07
hw/xwin: Fix compilation with -Werror=implicit-function-declaration
Jon TURNEY
1
-4
/
+3
2013-04-07
hw/xfree86: Fix compilation with -Werror=implicit-function-declaration
Jon TURNEY
1
-0
/
+1
2013-04-07
Bodge-tastic workaround some of the prototype scoping issues
Jon TURNEY
6
-2
/
+22
2013-03-20
Merge branch 'cygwin-patches-for-1.14' into cygwin-release-1.14
xserver-cygwin-1.14.0-1
Jon TURNEY
94
-6223
/
+3828
2013-03-11
Handle -displayfd and an explicit display number sensibly
Jon TURNEY
4
-6
/
+7
2013-03-08
Add a screen PaintWindow wrapper
Jon TURNEY
14
-41
/
+60
2013-03-07
Handle WM_MOUSEHWHEEL
Jon TURNEY
7
-10
/
+48
2013-03-07
Map extra mouse buttons 1 and 2 to X buttons 8 and 9
Jon TURNEY
4
-10
/
+23
2013-03-07
Remove unneeded WM_XBUTTON message defines
Jon TURNEY
1
-11
/
+0
2013-03-07
Change winTranslateKey() to return it's result as it's return value
Jon TURNEY
3
-11
/
+14
2013-03-07
Adjust keyboard functions so that they are useful in a library
Jon TURNEY
5
-35
/
+31
2013-03-07
Move keyboard event utility functions to wmutil library
Jon TURNEY
7
-297
/
+372
2013-03-07
Make link properly depend on libXWinWMUtil
Jon TURNEY
1
-4
/
+6
2013-03-07
Adjust winMouseWheel() interface so it's useful in library
Jon TURNEY
6
-37
/
+71
[next]