summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2021-01-29mi: List extensions in usage messageOlivier Fourdan2-0/+2
2020-11-24hw/xwin: Fix building with -fno-commonJon Turney2-1/+2
2020-07-29hw/xwin: Update for renames in xserver/output APIJon Turney1-1/+1
2020-07-05Fix spelling/wording issuesAlan Coopersmith23-47/+47
2020-04-15hw/xwin: Drop call to setlocale()Jon Turney1-9/+0
2020-04-15hw/xwin: Consistently use BOOL type from Xmd.hJon Turney7-17/+17
2020-04-15hw/xwin: Remove XSetAuthorization() for helper clientsJon Turney7-36/+35
2020-04-15hw/xwin: xcbify clipboard integrationJon Turney9-649/+483
2020-04-15hw/xwin: Remove nounicodeclipboard optionJon Turney13-146/+49
2020-04-15hw/xwin: Remove support for pre-Vista Win32 clipboard APIJon Turney4-198/+23
2020-04-15hw/xwin: Fix lingering uses of libX11 types and valuesJon Turney3-4/+3
2020-04-15hw/xwin: Warn about too large Windows -> X clipboard pastesJon Turney1-0/+18
2020-04-15hw/xwin: Implement INCR protocol for X clipboard -> Windows clipboardJon Turney5-221/+290
2019-12-12XWin: Fix infinite loop in GetShift()dslater381-2/+1
2019-09-18hw/xwin: Add -icon option to set the screen window icon in windowed modeJon Turney9-55/+124
2019-07-22hw: Rename boolean config value field from bool to booleanAdam Jackson2-12/+12
2019-07-21hw/xwin: Add EWMH properties for describing multiple desktops to the root windowYaakov Selkowitz1-4/+35
2019-07-21hw/xwin: Respect -notrayicon option on taskbar restartColin Harrison1-1/+1
2019-07-21hw/xwin: Rename WM_WM_MAP{2,3} to WM_WM_MAP_{UN,}MANAGEDJon Turney3-10/+10
2019-07-21hw/xwin: Log counts of pixel formats which couldn't be usedJon Turney1-6/+21
2019-06-28hw/xwin: Improve data returned for RANDR queriesJon Turney1-0/+15
2019-06-28hw/xwin: Always keep RANDR fake mode information up to dateJon Turney1-8/+14
2019-06-28hw/xwin: Make QueryMonitor() slightly less insaneJon Turney4-29/+9
2019-06-28hw/xwin: Fix transposed RaiseVolume and LowerVolume scan codesJon Turney1-2/+2
2019-06-28hw/xwin: Add the Belgian (Comma) keyboard layoutColin Harrison1-0/+1
2019-06-28hw/xwin: Add Russian keyboard layoutColin Harrison1-0/+1
2019-06-17hw/xwin: Add an option to use alpha channel in multiwindow modeJon Turney8-3/+156
2019-06-17hw/xwin: Set convenience variables for WM_CREATE as wellJon Turney1-12/+14
2019-06-17hw/xwin: Improve performance of -compositewmJon Turney4-42/+298
2019-06-17hw/xwin: Avoid artefacts when resizing a windowJon Turney1-0/+24
2019-06-17hw/xwin: A simpleminded attempt at compositionJon Turney10-7/+160
2019-06-17hw/xwin: Push multiwindow wndproc WM_PAINT down into drawing engineJon Turney4-36/+67
2019-06-17hw/xwin: Align winBltExposedRegionsShadowGDI with winTopLevelWindowProc's WM_...Jon Turney1-5/+30
2019-05-02Promote file containing date & time build was configured to top-levelJon Turney2-3/+3
2019-05-01hw/xwin/glx/indirect.c glxWinScreenProbe(): Add free(screen) that was missing...Adam Richter1-1/+3
2019-05-01hw/xwin: Remove mwextwm modeJon Turney19-3440/+19
2019-04-30meson: Link with ws2_32 for socket functions on WindowsJon Turney1-0/+1
2019-04-30meson: Fix hw/xwin for -Dglx=falseJon Turney1-0/+2
2019-02-25Add ddxInputThread call from os layer into ddx layerAlan Coopersmith1-0/+9
2019-02-22glx,xquartz: Fix make distcheckMichel Dänzer1-1/+2
2018-09-28dix: Remove LegalModifier()Adam Jackson1-15/+0
2018-09-28dix: Merge AbortDDX into ddxGiveUpAdam Jackson1-10/+0
2018-09-28mi: Factor out miSaveScreenAdam Jackson1-21/+0
2018-09-25hw/xwin/glx: Fix logging about WGL pxfs with overlaysJon Turney1-1/+1
2018-09-25hw/xwin/glx: Use multisample attributes with wglChoosePixelFormatARB()Jon Turney1-0/+5
2018-09-25hw/xwin/glx: Add GLX_ARB_framebuffer_sRGB extensionJon Turney2-6/+27
2018-09-25hw/xwin/glx: publish GLX create_context extensionsJon Turney1-0/+4
2018-09-25hw/xwin/glx: Add support for float format fbconfig GLX extensionsJon Turney1-33/+63
2018-09-25hw/xwin/glx: Make WGL -> GLX extension mapping table-drivenJon Turney1-22/+32
2018-09-25hw/xwin/glx: Fallback to ChoosePixelFormat() if wglChoosePixelFormatARB() failsJon Turney1-20/+24