summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Don't unmap windows on SWP_HIDEWINDOWcygwin-patches-for-1.18-pre-xcbificationJon Turney1-8/+12
2015-11-04Avoid artefacts when resizing a windowJon Turney1-0/+24
2015-11-04Simpleminded composite attemptJon Turney8-4/+130
2015-11-04GC and Pixmap privates aren't used since GDI engine removalJon Turney2-35/+1
2015-11-04Push multiwindow wndproc WM_PAINT down into engineJon Turney4-36/+68
2015-11-03Align winBltExposedRegionsShadowGDI() with winTopLevelWindowProc's WM_PAINTJon Turney1-5/+30
2015-11-03Use NULL rather than NoopDDA for unimplemented engine functionsJon Turney3-15/+6
2015-11-03Remove unused FinishCreateWindowsWindow engine functionJon Turney4-20/+0
2015-11-03Remove unused HotKeyAltTab engine functionJon Turney4-15/+0
2015-11-03Return FALSE to indicate failure in winSetEngine()Jon Turney1-1/+1
2015-11-03Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windowsJon Turney1-1/+1
2015-11-03Make maximizable if a maximium size larger than virtual desktop size is speci...Jon Turney1-2/+5
2015-11-03hw/xwin: support SKIPTASKBAR style in XWinrcYaakov Selkowitz5-3/+30
2015-11-03Detect invalid options in combination with -nodecorationJon Turney1-1/+16
2015-11-03In multiwindow mode, look up the HWND for the parent windowJon Turney1-3/+7
2015-11-03Only apply MINIMIZE/MAXIMIZE style from XWinrc when mapping the windowJon Turney1-6/+13
2015-11-03Map window in WM_WINDOWPOSCHANGED not WM_SHOWWINDOWJon Turney1-64/+64
2015-11-03Don't alter window style in WM_SHOWWINDOWJon Turney2-12/+5
2015-11-03Rename WM_WM_MAP[23]Jon Turney3-10/+10
2015-11-03Factor out MessageName() debug helperJon Turney1-67/+61
2015-11-03Fix broken Qt menusJon Turney1-27/+34
2015-11-03Update WM_STATE, _NET_WM_STATE when window state changesJon Turney1-25/+120
2015-11-03Track the window state in multiwindow mode.Jon Turney4-55/+81
2015-11-03Separate logfile name format and logfile nameJon Turney4-12/+10
2015-11-03Remove duplicate LogInit() callsJon Turney5-35/+6
2015-11-03Check for just the hostname in window titleJon Turney1-13/+22
2015-11-03Keyboard layout updatesJon Turney3-33/+96
2015-11-03Clarify authorization failure reason strings sent back to the clientJon Turney1-2/+2
2015-11-03Capture xkbcomp exit status, stderr and stdout to logJon Turney1-1/+30
2015-11-03Ensure that XRANDR reports an outputJon Turney1-11/+81
2015-11-03Add a tentative entry for the Korean keyboard to the list of known keyboardsColin Harrison1-0/+1
2015-11-03Defend against crashes in glxWinScreenProbe()Jon Turney1-9/+108
2015-11-03Default to -noresize when -fullscreen is usedJon Turney7-10/+26
2015-11-03Add EWMH properties for describing multiple desktops to the root windowYaakov Selkowitz1-0/+32
2015-11-03Use WM_CLIPBOARDUPDATE clipboard APIJon Turney3-39/+86
2015-11-03Tell LogInit() to backup previous logfile as .oldJon Turney2-4/+4
2015-11-03Downgrade some uninformative, always-emitted log output to debugJon Turney3-8/+8
2015-11-03Use _NET_WM_NAME for window titles in multiwindow modeJon Turney1-18/+47
2015-11-03Add Windows-DRI extensionJon Turney16-201/+796
2015-11-03In glxWinSetPixelFormat handle the case where wglChoosePixelFormatARB()Jon Turney1-20/+24
2015-11-03Make -displayfd respect -pn/-nopnJon Turney1-5/+7
2015-11-03Check that window position is visible on non-rectangular virtual desktopsJon Turney1-8/+12
2015-11-03Ignore WM_NORMAL_HINTS PPosition if it is the originJon Turney1-7/+19
2015-11-03Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64Jon Turney1-8/+20
2015-11-03Give counts of pixel formats which couldn't be used for various reasonsJon Turney1-6/+26
2015-11-03Don't report pbuffer size limitsJon Turney1-5/+10
2015-11-03Regnerate GLX dispatch codeJon Turney6-31/+309
2015-11-03hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormatsJon Turney1-0/+4
2015-11-03Fix sometimes missing sysmenu icon on Vista and laterJon Turney2-13/+23
2015-11-03Fix appearance of windows with only WM_NORMAL_HINTSJon Turney1-0/+4