summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-18Fallback to generating a modmap from Windows keyboard layoutwinlayout-to-xmodmap-2Jon Turney7-31/+1372
2017-04-18Respond to WM_INPUTLANGCHANGEJon Turney11-152/+259
2017-04-18hw/xwin: Fix -Wmaybe-uninitialized warning in winWindowProcJon Turney1-3/+7
2017-04-18Always send the input focus to the root window 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
2016-11-17Remove duplicate LogInit() callsJon Turney5-35/+6
2016-11-17Clarify authorization failure reason strings sent back to the clientJon Turney1-2/+2
2016-11-17Capture xkbcomp exit status, stderr and stdout to logJon Turney1-1/+30
2016-11-17Defend against crashes in glxWinScreenProbe()Jon Turney1-9/+108
2016-11-17Add EWMH properties for describing multiple desktops to the root windowYaakov Selkowitz1-4/+35
2016-11-17In glxWinSetPixelFormat handle the case where wglChoosePixelFormatARB()Jon Turney1-20/+24
2016-11-17Make -displayfd respect -pn/-nopnJon Turney1-5/+7
2016-11-17Ignore WM_NORMAL_HINTS PPosition if it is the originJon Turney1-7/+19