summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwm.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-23hw/xwin: Make window maximizable if a maximium size larger than virtual deskt...Jon Turney1-2/+6
2016-06-23hw/xwin: Downgrade some uninformative, always-emitted log output to debugJon Turney1-6/+6
2016-06-23hw/xwin: Check for just the hostname in window titleJon Turney1-13/+22
2016-06-23hw/xwin: Use _NET_WM_NAME for window titles in multiwindow modeJon Turney1-16/+42
2016-06-23hw/xwin: Remove decorations from _NET_WM_WINDOW_TYPE_SPLASH type windowsJon Turney1-0/+9
2016-04-07hw/xwin: xcbify internal window managerJon Turney1-558/+552
2016-04-07hw/xwin: In multiwindow mode, do window minimization entirely in the WMJon Turney1-2/+20
2016-04-07hw/xwin: xcbify code for converting X11 icon to Win32 iconJon Turney1-1/+3
2016-03-09hw/xwin: Remove WM_WM_MAP message, which is now unusedJon Turney1-13/+0
2016-03-09hw/xwin: Remove allowOtherWM, which is now always FALSEJon Turney1-40/+6
2016-02-29xwin: Remove unhelpful debug about WM message queue sizeJon Turney1-38/+0
2016-02-29xwin: Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windowsJon Turney1-1/+1
2016-02-29xwin: Factor out MessageName() debug helperJon Turney1-68/+61
2016-02-29xwin: Improve handling of no-decoration motif hintJon Turney1-1/+1
2016-02-29xwin: XGetWMNormalHints() returns non-zero on successJon Turney1-2/+1
2015-07-07hw/xwin: Remove GetTickCount() from various pieces of debugging outputJon TURNEY1-2/+2
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-08-29hw/xwin: Improve choice of display name used by internal clientsJon TURNEY1-4/+3
2014-03-22hw/xwin: Add '@<WM_CLIENT_MACHINE>' to window name when it's useful to do soJon TURNEY1-0/+43
2014-03-22hw/xwin: Consistently use 'L' for long int constantsColin Harrison1-3/+3
2014-03-03hw/xwin: More closely follow ICCCM for setting input focusJon TURNEY1-18/+59
2014-03-03hw/xwin: Remove unnecessary casts from malloc/realloc/calloc callsColin Harrison1-7/+7
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