summaryrefslogtreecommitdiff
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 Turney9-37/+36
2019-06-17hw/xwin: xcbify clipboard integrationJon Turney10-662/+483
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 Turney5-199/+24
2019-06-01hw/xwin: Fix lingering uses of libX11 types and valuesJon Turney4-4/+5
2019-03-15appveyor: Update dependencies for xkbcomp-devel split from xkbcompJon Turney1-1/+1
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-28os: Use 64-bit tick count on WindowsJon Turney1-17/+16
2018-08-28Add the Belgian (Comma) keyboard layoutColin Harrison1-0/+1
2018-08-28meson: Add dependencies for hw/xwin/ resource compilationJon Turney2-2/+4
2018-08-28meson: use absolute paths in manpage substitutionsJon Turney1-3/+3
2018-08-28hw/xwin: Fix some more s/_/@/g in man pagesJon Turney2-2/+2
2018-08-28meson: Correctly set Libs: in xorg-server.pc for WindowsJon Turney1-0/+7
2018-05-13CI: Fix zlib -> zlib-devel in .appveyor.ymlJon Turney1-1/+1
2018-05-13meson: don't put a literal 'PACKAGE_STRING XORG_MAN_PAGE' in man pagesJon Turney1-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-13Disable smart scheduler by default on CygwinJon Turney2-0/+10
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 Turney5-2/+106
2018-05-13Improve performance of -compositewmJon Turney4-42/+290
2018-05-13hw/xwin: Remove mwextwmJon Turney22-3456/+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