summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-19xwayland: Add "-listenfd" optionOlivier Fourdan1-6/+22
2019-06-19xwayland: Allow for regular transport types for listenOlivier Fourdan1-0/+4
2019-06-18xwayland-glx: Fix GLX visual mask setupAdam Jackson1-4/+27
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-06-06xwayland: Reset scheduled frames after hiding tablet cursorCarlos Garnacho1-0/+2
2019-05-28xwayland: check `glamor_set_pixmap_texture()` statusOlivier Fourdan1-5/+1
2019-05-28xwayland: Check status in GBM pixmap creationOlivier Fourdan1-4/+30
2019-05-23xwayland: Add EGL-backed GLX providerAdam Jackson5-1/+369
2019-05-20xwayland: Avoid a crash on pointer enter with a grabOlivier Fourdan1-0/+1
2019-05-12Fixed ioperm calls in hwEnableIObrian1-6/+26
2019-05-02assert(a && b) --> assert(a); assert(b)Adam Richter1-1/+2
2019-05-02meson: Convert xquartz from autotoolsJon Turney7-20/+267
2019-05-02xquartz: Fix a typo in man page substitutionJon Turney1-1/+1
2019-05-02Promote file containing date & time build was configured to top-levelJon Turney11-35/+17
2019-05-01hw/dmx/glxProxy/glxcmds.c CreateContext(): free glxc->real_ids and glxc in a ...Adam Richter1-0/+3
2019-05-01hw/xfree86/os-support/linux/lnx_agp.c xf86GetAGPInfo(): free(info) in an erro...Adam Richter1-0/+1
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-04-28xquartz: Add stub ddxInputThread()Jon Turney1-0/+9
2019-04-23hw/xwayland/Makefile.am: fix build without glxFabrice Fontaine1-1/+5
2019-04-19ephyr: fix typo: rquires -> requiresDiego Viola1-1/+1
2019-04-17Fix missing prototype warning for xf86_find_platform_device_by_devnum()Jon Turney1-0/+2
2019-04-17Fix maybe-uninitialized warning in xf86NewInputDevice()Jon Turney1-1/+1
2019-04-17Fix old-style definition warning for xf86OSInputThreadInit()Jon Turney5-5/+5
2019-04-12xfree86: Export xf86GPUScreens and xf86NumGPUScreensAaron Plattner1-2/+2
2019-04-02xf86: set status to connected for monitors enabled in confDave Airlie3-1/+15
2019-03-27simple-xinit: Introduce an escaped "--" argument.Eric Anholt1-1/+1
2019-03-21Revert "systemd-logind: Monitor systemd-logind going away"Michael Biebl1-34/+1
2019-03-13Add xf86OSInputThreadInit to stub os-support as wellJon Turney1-0/+6
2019-03-13xwayland/present: Destroy sync_callback in xwl_present_cleanupMichel Dänzer1-0/+5
2019-03-06xfree86/modes: Add "NoOutputInitialSize" optionAndy Ritger3-5/+52
2019-02-25os-support/solaris: Set IOPL for input thread tooAlan Coopersmith1-1/+5
2019-02-25Add xf86OSInputThreadInit call from common layer into os-support layerAlan Coopersmith6-0/+26
2019-02-25Add ddxInputThread call from os layer into ddx layerAlan Coopersmith7-0/+63
2019-02-25os-support/solaris: Drop ExtendedEnabled global variableAlan Coopersmith1-13/+0
2019-02-22glx,xquartz: Fix make distcheckMichel Dänzer2-1/+6