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
/
xwin
/
winwndproc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-10
RANDR resize was missing in windowed mode, with option -resize, when the wind...
Colin Harrison
1
-0
/
+6
2012-03-10
Improve WM_ENDSESSION handling using separate messaging window thread
Jon TURNEY
1
-1
/
+0
2012-01-26
hw/xwin: Ignore WM_DISPLAYCHANGE messages with 0 bpp
Colin Harrison
1
-0
/
+4
2012-01-26
hw/xwin: Fix AltGr key sometimes firing an additional Ctrl-L key
Oliver Schmidt
1
-4
/
+4
2011-11-02
hw/xwin: Link directly to TrackMouseEvent()
Jon TURNEY
1
-2
/
+2
2011-01-19
Cygwin/X: DirectDraw engines shouldn't try to blit if the surface wasn't allo...
Jon TURNEY
1
-18
/
+2
2011-01-19
Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engine
Jon TURNEY
1
-41
/
+26
2011-01-19
Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modes
Jon TURNEY
1
-32
/
+94
2011-01-19
Cygwin/X: Make WM_SIZE use RandR resizing when -resize=randr
Jon TURNEY
1
-5
/
+43
2011-01-19
Cygwin/X: Add -resize command line option
Jon TURNEY
1
-2
/
+2
2011-01-19
Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...
Jon TURNEY
1
-45
/
+25
2010-10-19
Cygwin/X: Move duplicate extern variable declarations from various .c files t...
Jon TURNEY
1
-11
/
+0
2010-10-19
Cygwin/X: Remove g_hwndKeyboardFocus
Jon TURNEY
1
-7
/
+0
2009-10-14
Cygwin/X: Avoid a potential null pointer dereference before input initialization
Jon TURNEY
1
-0
/
+4
2009-02-12
Cygwin/X: Place prototypes for winCheckKeyPressed() and winFixShiftKeys() in ...
Jon TURNEY
1
-4
/
+0
2009-02-02
Cygwin/X: Fix compilation for mandatory XKB
Jon TURNEY
1
-2
/
+1
2009-01-22
XKB: Make XKB mandatory
Daniel Stone
1
-4
/
+0
2008-12-17
Cygwin/X: enqueue a pointer motion event on mouse movement
Jon TURNEY
1
-5
/
+3
2008-12-17
Cygwin/X: update for MPX device changes
Jon TURNEY
1
-2
/
+2
2007-05-11
Missing piece from bug 9808
Colin Harrison
1
-2
/
+3
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-06-03
Bug #6619: Fix disappearing hardware cursor. (Colin Harrison)
Daniel Stone
1
-3
/
+0
2006-03-03
https://bugs.freedesktop.org/show_bug.cgi?id=4538 Fix mouse button release
Alan Hourihane
1
-0
/
+18
2005-07-05
Fix simultanious presses of Left and Right Control and Shift keys.
Alexander Gottwald
1
-5
/
+26
2005-07-04
Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includes
Alexander Gottwald
1
-0
/
+3
2005-01-31
winmessages.h
Alexander Gottwald
1
-13
/
+3
2005-01-10
winkeybd.h
Alexander Gottwald
1
-2
/
+2
2004-11-15
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
Alexander Gottwald
1
-0
/
+2
2004-11-06
Wrap all mwextwm and internalwm code with XWIN_MULTIWINDOWEXTWM
Alexander Gottwald
1
-0
/
+4
2004-11-04
Add InternalWM mode.
Kensuke Matsuzaki
1
-5
/
+36
2004-10-28
Import recent changes from CYGWIN branch
Alexander Gottwald
1
-0
/
+3
2004-09-15
add support for mice with more than 3 buttons and one scroll wheel (Chris
Alexander Gottwald
1
-0
/
+22
2004-06-21
Bug 777: Merge from CYGWIN branch
Alexander Gottwald
1
-73
/
+198
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
xf86-4_4_99_1
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
xf86-4_4_0
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
xf86-4_3_99_903
Egbert Eich
1
-1
/
+1
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
1
-1
/
+1
2003-11-25
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
xf86-4_3_99_16
Kaleb Keithley
1
-156
/
+97
2003-11-14
Initial revision
Kaleb Keithley
1
-0
/
+1131