summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwm.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Merge branch 'cygwin-patches-for-1.12' into cygwin-release-1.12Jon TURNEY1-2/+2
2012-06-26hw/xwin: Remove an extra '\n' from some log messagesJon TURNEY1-2/+2
2012-06-19Merge branch 'cygwin-patches-for-1.12' into cygwin-release-1.12Jon TURNEY1-43/+56
2012-06-19Ensure full styling is applied when the window is mappedJon TURNEY1-49/+58
2012-04-27Merge tag 'xorg-server-1.12.1' into cygwin-release-1.12Jon TURNEY1-270/+190
2012-04-09If a window has had its taskbar button removed, disable its minimize button t...Colin Harrison1-0/+3
2012-03-31In multiwindow mode, flash taskbar for X windows which have the urgency hint setJon TURNEY1-0/+43
2012-03-31Make sure that WM_WM_ICON_EVENT and WM_WM_HINTS_EVENT do nothing for override...Jon TURNEY1-1/+9
2012-03-31hw/xwin: Make winOverrideIcon() thread-safe for icon data accessJon TURNEY1-5/+34
2012-03-31Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.Jon TURNEY1-4/+33
2012-03-31Fix winUpdateWindowPosition() not to assume WS_EX_APPWINDOW styleJon TURNEY1-11/+7
2012-03-31Add a new WM_WM_HINTS_EVENT to update window style if any of the properties w...Jon TURNEY1-0/+41
2012-03-31Rename WM_WM_HINTS_EVENT to WM_WM_ICON_EVENTJon TURNEY1-14/+22
2012-03-31_NET_WM_STATE is ATOM[] not ATOMJon TURNEY1-7/+12
2012-03-31Consolidate duplicated code as getHwnd() functionJon TURNEY1-40/+27
2012-03-27Introduce a consistent coding styleKeith Packard1-1258/+1150
2012-03-10Add ' (on <WM_CLIENT_MACHINE>)' to window name when it's useful to do soJon TURNEY1-50/+101
2012-03-10Add correct taskbar grouping of X windows on Windows 7Tobias Häußler1-1/+126
2012-03-10Tidy up some pointless output which is always emittedJon TURNEY1-8/+7
2012-03-10Consolidate XInitThreads/XSupportsLocale() in a single place.Jon TURNEY1-27/+0
2012-03-09Cygwin/X: Improve choice of display name used by internal clientsJon TURNEY1-8/+2
2012-03-09Cygwin/X: Cause the X server to terminate if clipboard or WM internal client ...Jon TURNEY1-1/+21
2012-01-26hw/xwin: Handle more motif window decoration hintingJon TURNEY1-0/+18
2012-01-26hw/xwin: Chain IOError handlers to avoid longjmp across threadsJon TURNEY1-18/+36
2012-01-07hw/xwin: Fix a memory leak in error path in winInitWM()Ryan Pavlik1-5/+7
2011-04-27Cygwin/X: Make winOverrrideStyle() thread-safeJon TURNEY1-2/+20
2011-04-27Cygwin/X: Internal WM workaround for Java AWT bugJon TURNEY1-0/+24
2010-10-19Cygwin/X: Fix typos in commentsJon TURNEY1-1/+1
2010-10-19Xming: Warning fix in winApplyHints()Colin Harrison1-1/+1
2010-03-16Cygwin/X: Tidy up some cosmetic issues in log stringsJon TURNEY1-4/+4
2010-02-05Cygwin/X: Make transient windows resizable againJon TURNEY1-5/+38
2010-02-05Cygwin/X: Discourage other WMs in multiwindow modeJon TURNEY1-5/+9
2010-02-05Cygwin/X: XSupportsLocale() failure is non-criticalJon TURNEY1-5/+2
2010-02-05Xming: Always update the Windows title Unicode (wide-character) in -multiwind...Colin Harrison1-35/+25
2009-11-09Cygwin/X: Ensure WM_STATE atom exists in multiwindow modeJon TURNEY1-0/+10
2009-11-09Cygwin/X: Always use an authorization cookie for internal clientsJon TURNEY1-14/+5
2009-11-09Xming: Make -auth option work in with -multiwindowColin Harrison1-0/+13
2009-11-09Cygwin/X: Add a workaround for a SWT/Motif bug to internal window managerJon TURNEY1-0/+54
2009-11-09Cygwin/X: Fix typo in g_fAnotherWMRunning and tidy up WM detection codeJon TURNEY1-40/+25
2009-07-07Cygwin/X: Window positioning improvements for multiwindow modeJon TURNEY1-10/+24
2009-07-03Xming: Apply window style hints in -multiwindow modeColin Harrison1-3/+220
2009-06-29Cygwin/X: Fix multiwindow extwm mode to build againJon TURNEY1-1/+1
2009-05-27Xming: Fix some log spamColin Harrison1-0/+2
2009-02-12Cygwin/X: Fix -Wold-style-definition warningsJon TURNEY1-1/+1
2009-01-05Xming: Fix a couple of warningsColin Harrison1-1/+2
2008-12-17Cygwin/X: Initialize native HWND atom when built !XWIN_MULTIWINDOWEXTWMJon TURNEY1-2/+5
2008-12-16Cygwin/X: build machinery fixesJon TURNEY1-10/+1
2007-05-09fix an occasional crash in GetWindowName() (bug: 9798)Colin Harrison1-4/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2005-07-05Fix crash on server shutdownAlexander Gottwald1-0/+10