summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-06-23hw/xwin: Fix length of text property set by SelectionRequestsnapshotJon Turney1-1/+1
2019-06-22Only convert WM_DESTROY into a WM_DELETE_WINDOW for unowned windowsJon Turney1-6/+10
2019-06-17hw/xwin: Use BOOL type from Xmd.hclipboard-xcbificationJon Turney7-17/+17
2019-06-17hw/xwin: Remove XSetAuthorization() for helper clientsJon Turney7-35/+34
2019-06-17hw/xwin: xcbify clipboard integrationJon Turney9-661/+482
2019-06-15hw/xwin: Remove nounicodeclipboard optionJon Turney13-146/+49
2019-06-15Workaround for Add/RemoveClipboardListener missing from implibJon Turney1-2/+8
2019-06-15hw/xwin: Remove support for pre-Vista Win32 clipboard APIJon Turney4-198/+23
2019-06-01hw/xwin: Fix lingering uses of libX11 types and valuesJon Turney4-4/+5
2019-03-15Fix '-silent-dup-error -nolock'Jon Turney1-1/+2
2018-08-28hw/xwin: Respect -notrayicon option on taskbar restartColin Harrison1-1/+1
2018-08-28Add the Belgian (Comma) keyboard layoutColin Harrison1-0/+1
2018-08-28meson: Add dependencies for hw/xwin/ resource compilationJon Turney1-1/+3
2018-08-28hw/xwin: Fix some more s/_/@/g in man pagesJon Turney2-2/+2
2018-05-13meson: don't install xorg wrapper manpages if suid-wrapper isn't being usedJon Turney1-11/+13
2018-05-13meson: Install xwinclip and Xwinrc man pagesJon Turney2-0/+14
2018-05-13hw/xwin: Improve data returned for RANDR queriesJon Turney1-0/+15
2018-05-13hw/xwin: Always keep RANDR fake mode information up to dateJon Turney1-8/+14
2018-05-13Add Russian keyboard layoutColin Harrison1-0/+1
2018-05-13Correctly set renderType for fbConfigs for floating point pixelFormatsJon Turney1-15/+0
2018-05-13Fix transposed RaiseVolume and LowerVolume scan codesJon Turney1-2/+2
2018-05-13Fix logging about WGL pxfs with overlaysJon Turney1-1/+1
2018-05-13Make QueryMonitor() slightly less insaneJon Turney4-26/+6
2018-05-13Add an option to use alpha channel in multiwindow modeJon Turney8-3/+158
2018-05-13Fix a warning when WGL_ARB_framebuffer_sRGB isn't availableJon Turney1-1/+4
2018-05-13Update X.org logo iconJon Turney4-1/+104
2018-05-13Improve performance of -compositewmJon Turney4-42/+290
2018-05-13hw/xwin: Remove mwextwmJon Turney20-3442/+20
2018-05-13Add -icon option to set the screen window icon in windowed modeJon Turney9-58/+129
2018-05-13Use multisample attributes with wglChoosePixelFormatARB()Jon Turney1-0/+5
2018-05-13hw/xwin/glx: Add GLX_ARB_framebuffer_sRGB extensionJon Turney2-6/+24
2018-05-13hw/xwin/glx: publish GLX create_context extensionsJon Turney1-0/+4
2018-05-13hw/xwin/glx: Add support for float format fbconfig GLX extensionsJon Turney1-25/+65
2018-05-13hw/xwin/glx: Make WGL -> GLX extension mapping table-drivenJon Turney1-22/+32
2018-05-13Fix non-toplevel window resizing/repositioningJon Turney2-0/+25
2018-05-13Fix custom sysmenu not used initiallyJon Turney3-7/+10
2018-05-13Fix format warnings on x86Jon Turney7-24/+24
2018-05-13Avoid potential re-entrancy of xserver code in winPositionWindowMultiwindowJon Turney3-21/+39
2018-05-13Add logging which records if we are in an RDP sessionJon Turney2-0/+4
2018-05-13Warn about too large Windows -> X clipboard pastesJon Turney1-0/+18
2018-05-13Implement INCR protocol for X clipboard -> Windows clipboardJon Turney5-221/+290
2018-05-13Fix a problem with initially maximized windowsJon Turney2-30/+46
2018-05-13Re-order window creation processJon Turney4-35/+61
2018-05-13Remove a duplicate SW_SHOWNORMAL in winUpdateWindowsWindow()Jon Turney1-5/+0
2018-05-13Improvements to WM debugJon Turney1-4/+6
2018-05-13Downgrade xcb error reporting to debugJon Turney1-8/+8
2018-05-13Handle _NET_WM_STATE messagesJon Turney1-4/+46
2018-05-13Make all windows resizable unless WM_NORMAL_HINTS indicates otherwiseJon Turney1-1/+7
2018-05-13Avoid artefacts when resizing a windowJon Turney1-0/+24
2018-05-13Simpleminded composite attemptJon Turney10-7/+160