summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwm.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-30hw/xwin: Remove unnecessary and incorrect HWND castsMarc Haesen1-4/+2
2013-08-30hw/xwin: Correct size of _WINDOWSWM_NATIVE_HWND property on x86_64Marc Haesen1-7/+7
2013-07-23hw/xwin: Remove an extra '\n' from some log messagesJon TURNEY1-2/+2
2013-07-23hw/xwin: _NET_WM_STATE is ATOM[] not ATOMJon TURNEY1-14/+18
2013-01-16hw/xwin: Use ITaskBarList interface to ensure show-on-taskbar state is update...Jon TURNEY1-0/+13
2013-01-16hw/xwin: Ensure full styling is applied when the window is mappedJon TURNEY1-20/+28
2013-01-16hw/xwin: Make sure that WM_WM_HINTS_EVENT does nothing for override-redirect ...Jon TURNEY1-0/+6
2013-01-16hw/xwin: Add a new WM_WM_HINTS_EVENT event to update window styleJon TURNEY1-7/+52
2013-01-16hw/xwin: Move reshape code from winUpdateWindowPosition() to the map event ha...Jon TURNEY1-7/+14
2012-11-27hw/xwin: Disable minimize button on window with skip-taskbar stateColin Harrison1-0/+3
2012-11-27hw/xwin: Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.Jon TURNEY1-6/+26
2012-11-27hw/xwin: Add correct taskbar grouping of X windows on Windows 7Tobias Häußler1-1/+19
2012-11-05hw/xwin: Remove pointless winFinishCreateWindowsWindowDDNL()Jon TURNEY1-2/+0
2012-10-17hw/xwin: Remove unused variable in winmultiwindowwm.cColin Harrison1-1/+0
2012-10-16hw/xwin: Fix redundant declarations in winmultiwindowwm.cJon TURNEY1-7/+0
2012-08-03hw/xwin: Fix winUpdateWindowPosition() not to assume WS_EX_APPWINDOW styleJon TURNEY1-9/+5
2012-08-03hw/xwin: Make winOverrideIcon() thread-safe for icon data accessJon TURNEY1-4/+43
2012-08-03hw/xwin: Also update icon when _NET_WM_ICON property changesJon TURNEY1-17/+19
2012-08-03hw/xwin: Rename WM_WM_HINTS_EVENT to WM_WM_ICON_EVENTJon TURNEY1-2/+2
2012-08-03hw/xwin: Refactor Xutf8TextPropertyToString() from GetWindowName() as a separ...Jon TURNEY1-43/+62
2012-07-16hw/xwin: Consolidate duplicated code as getHwnd() functionJon TURNEY1-30/+33
2012-07-16hw/xwin: Tidy up some pointless output which is always emittedJon TURNEY1-8/+8
2012-03-21Introduce a consistent coding styleKeith Packard1-1258/+1150
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