summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-12hw/xwin: Improve data returned for RANDR queriescygwin-patches-for-1.19Jon Turney1-0/+15
2018-03-12hw/xwin: Always keep RANDR fake mode information up to dateJon Turney1-8/+14
2018-03-12Add Russian keyboard layoutColin Harrison1-0/+1
2018-03-12Correctly set renderType for fbConfigs for floating point pixelFormatsJon Turney1-15/+0
2017-10-08Fix transposed RaiseVolume and LowerVolume scan codesJon Turney1-2/+2
2017-10-05Revert "Always set the X input focus to none when an X window loses focus."Jon Turney2-15/+3
2017-10-05Revert "More adjustments to focus"Jon Turney2-11/+16
2017-05-02Fix logging about WGL pxfs with overlaysJon Turney1-1/+1
2017-04-22More adjustments to focusJon Turney2-16/+11
2017-04-20Make QueryMonitor() slightly less insaneJon Turney4-26/+6
2017-04-20hw/xwin: Fix -Wmaybe-uninitialized warning in winWindowProcJon Turney1-3/+4
2017-04-20Always set the X input focus to none when an X window loses focus.Jon Turney2-3/+15
2017-01-16Disable smart scheduler by default on CygwinJon Turney2-0/+10
2017-01-09Add an option to use alpha channel in multiwindow modeJon Turney7-2/+164
2017-01-09Fix a warning when WGL_ARB_framebuffer_sRGB isn't availableJon Turney1-1/+4
2016-11-17Update X.org logo iconJon Turney3-0/+94
2016-11-17Improve performance of -compositewmJon Turney4-42/+294
2016-11-17hw/xwin: Remove mwextwmJon Turney21-3469/+30
2016-11-17Add -icon option to set the screen window icon in windowed modeJon Turney9-58/+130
2016-11-17Use multisample attributes with wglChoosePixelFormatARB()Jon Turney1-0/+5
2016-11-17hw/xwin/glx: Add GLX_ARB_framebuffer_sRGB extensionJon Turney2-6/+24
2016-11-17hw/xwin/glx: publish GLX create_context extensionsJon Turney1-0/+4
2016-11-17hw/xwin/glx: Add support for float format fbconfig GLX extensionsJon Turney1-25/+65
2016-11-17hw/xwin/glx: Make WGL -> GLX extension mapping table-drivenJon Turney1-22/+32
2016-11-17Fix non-toplevel window resizing/repositioningJon Turney2-0/+25
2016-11-17Fix custom sysmenu not used initiallyJon Turney3-7/+10
2016-11-17Fix format warnings on x86Jon Turney8-25/+25
2016-11-17Avoid potential re-entrancy of xserver code in winPositionWindowMultiwindowJon Turney3-21/+39
2016-11-17Add logging which records if we are in an RDP sessionJon Turney2-0/+4
2016-11-17Warn about too large Windows -> X clipboard pastesJon Turney1-0/+18
2016-11-17Implement INCR protocol for X clipboard -> Windows clipboardJon Turney5-221/+290
2016-11-17Fix a problem with initially maximized windowsJon Turney2-30/+46
2016-11-17Re-order window creation processJon Turney4-35/+61
2016-11-17Remove a duplicate SW_SHOWNORMAL in winUpdateWindowsWindow()Jon Turney1-5/+0
2016-11-17Improvements to WM debugJon Turney1-4/+6
2016-11-17Downgrade xcb error reporting to debugJon Turney1-8/+8
2016-11-17Handle _NET_WM_STATE messagesJon Turney1-4/+46
2016-11-17Make all windows resizable unless WM_NORMAL_HINTS indicates otherwiseJon Turney1-1/+7
2016-11-17Avoid artefacts when resizing a windowJon Turney1-0/+24
2016-11-17Simpleminded composite attemptJon Turney9-8/+157
2016-11-17Push multiwindow wndproc WM_PAINT down into engineJon Turney4-36/+68
2016-11-17Align winBltExposedRegionsShadowGDI() with winTopLevelWindowProc's WM_PAINTJon Turney1-5/+30
2016-11-17hw/xwin: support SKIPTASKBAR style in XWinrcYaakov Selkowitz5-3/+30
2016-11-17Only apply MINIMIZE/MAXIMIZE style from XWinrc when mapping the windowJon Turney1-6/+12
2016-11-17Map window in WM_WINDOWPOSCHANGED not WM_SHOWWINDOWJon Turney1-64/+68
2016-11-17Don't alter window style in WM_SHOWWINDOWJon Turney2-12/+5
2016-11-17Rename WM_WM_MAP[23]Jon Turney3-10/+10
2016-11-17Update WM_STATE, _NET_WM_STATE when window state changesJon Turney1-37/+136
2016-11-17Track the window state in multiwindow mode.Jon Turney3-6/+67
2016-11-17Separate logfile name format and logfile nameJon Turney4-12/+10