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-release-21.1
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
/
winmultiwindowwm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-28
Merge branch 'cygwin-patches-for-1.12' into cygwin-release-1.12
Jon TURNEY
1
-2
/
+2
2012-06-26
hw/xwin: Remove an extra '\n' from some log messages
Jon TURNEY
1
-2
/
+2
2012-06-19
Merge branch 'cygwin-patches-for-1.12' into cygwin-release-1.12
Jon TURNEY
1
-43
/
+56
2012-06-19
Ensure full styling is applied when the window is mapped
Jon TURNEY
1
-49
/
+58
2012-04-27
Merge tag 'xorg-server-1.12.1' into cygwin-release-1.12
Jon TURNEY
1
-270
/
+190
2012-04-09
If a window has had its taskbar button removed, disable its minimize button t...
Colin Harrison
1
-0
/
+3
2012-03-31
In multiwindow mode, flash taskbar for X windows which have the urgency hint set
Jon TURNEY
1
-0
/
+43
2012-03-31
Make sure that WM_WM_ICON_EVENT and WM_WM_HINTS_EVENT do nothing for override...
Jon TURNEY
1
-1
/
+9
2012-03-31
hw/xwin: Make winOverrideIcon() thread-safe for icon data access
Jon TURNEY
1
-5
/
+34
2012-03-31
Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.
Jon TURNEY
1
-4
/
+33
2012-03-31
Fix winUpdateWindowPosition() not to assume WS_EX_APPWINDOW style
Jon TURNEY
1
-11
/
+7
2012-03-31
Add a new WM_WM_HINTS_EVENT to update window style if any of the properties w...
Jon TURNEY
1
-0
/
+41
2012-03-31
Rename WM_WM_HINTS_EVENT to WM_WM_ICON_EVENT
Jon TURNEY
1
-14
/
+22
2012-03-31
_NET_WM_STATE is ATOM[] not ATOM
Jon TURNEY
1
-7
/
+12
2012-03-31
Consolidate duplicated code as getHwnd() function
Jon TURNEY
1
-40
/
+27
2012-03-27
Introduce a consistent coding style
Keith Packard
1
-1258
/
+1150
2012-03-10
Add ' (on <WM_CLIENT_MACHINE>)' to window name when it's useful to do so
Jon TURNEY
1
-50
/
+101
2012-03-10
Add correct taskbar grouping of X windows on Windows 7
Tobias Häußler
1
-1
/
+126
2012-03-10
Tidy up some pointless output which is always emitted
Jon TURNEY
1
-8
/
+7
2012-03-10
Consolidate XInitThreads/XSupportsLocale() in a single place.
Jon TURNEY
1
-27
/
+0
2012-03-09
Cygwin/X: Improve choice of display name used by internal clients
Jon TURNEY
1
-8
/
+2
2012-03-09
Cygwin/X: Cause the X server to terminate if clipboard or WM internal client ...
Jon TURNEY
1
-1
/
+21
2012-01-26
hw/xwin: Handle more motif window decoration hinting
Jon TURNEY
1
-0
/
+18
2012-01-26
hw/xwin: Chain IOError handlers to avoid longjmp across threads
Jon TURNEY
1
-18
/
+36
2012-01-07
hw/xwin: Fix a memory leak in error path in winInitWM()
Ryan Pavlik
1
-5
/
+7
2011-04-27
Cygwin/X: Make winOverrrideStyle() thread-safe
Jon TURNEY
1
-2
/
+20
2011-04-27
Cygwin/X: Internal WM workaround for Java AWT bug
Jon TURNEY
1
-0
/
+24
2010-10-19
Cygwin/X: Fix typos in comments
Jon TURNEY
1
-1
/
+1
2010-10-19
Xming: Warning fix in winApplyHints()
Colin Harrison
1
-1
/
+1
2010-03-16
Cygwin/X: Tidy up some cosmetic issues in log strings
Jon TURNEY
1
-4
/
+4
2010-02-05
Cygwin/X: Make transient windows resizable again
Jon TURNEY
1
-5
/
+38
2010-02-05
Cygwin/X: Discourage other WMs in multiwindow mode
Jon TURNEY
1
-5
/
+9
2010-02-05
Cygwin/X: XSupportsLocale() failure is non-critical
Jon TURNEY
1
-5
/
+2
2010-02-05
Xming: Always update the Windows title Unicode (wide-character) in -multiwind...
Colin Harrison
1
-35
/
+25
2009-11-09
Cygwin/X: Ensure WM_STATE atom exists in multiwindow mode
Jon TURNEY
1
-0
/
+10
2009-11-09
Cygwin/X: Always use an authorization cookie for internal clients
Jon TURNEY
1
-14
/
+5
2009-11-09
Xming: Make -auth option work in with -multiwindow
Colin Harrison
1
-0
/
+13
2009-11-09
Cygwin/X: Add a workaround for a SWT/Motif bug to internal window manager
Jon TURNEY
1
-0
/
+54
2009-11-09
Cygwin/X: Fix typo in g_fAnotherWMRunning and tidy up WM detection code
Jon TURNEY
1
-40
/
+25
2009-07-07
Cygwin/X: Window positioning improvements for multiwindow mode
Jon TURNEY
1
-10
/
+24
2009-07-03
Xming: Apply window style hints in -multiwindow mode
Colin Harrison
1
-3
/
+220
2009-06-29
Cygwin/X: Fix multiwindow extwm mode to build again
Jon TURNEY
1
-1
/
+1
2009-05-27
Xming: Fix some log spam
Colin Harrison
1
-0
/
+2
2009-02-12
Cygwin/X: Fix -Wold-style-definition warnings
Jon TURNEY
1
-1
/
+1
2009-01-05
Xming: Fix a couple of warnings
Colin Harrison
1
-1
/
+2
2008-12-17
Cygwin/X: Initialize native HWND atom when built !XWIN_MULTIWINDOWEXTWM
Jon TURNEY
1
-2
/
+5
2008-12-16
Cygwin/X: build machinery fixes
Jon TURNEY
1
-10
/
+1
2007-05-09
fix an occasional crash in GetWindowName() (bug: 9798)
Colin Harrison
1
-4
/
+1
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2005-07-05
Fix crash on server shutdown
Alexander Gottwald
1
-0
/
+10
[next]