xserver/hw/xwin
Jon Turney 2549ab2065 hw/xwin: Always keep RANDR fake mode information up to date
The rrGetInfo hook is not called for all RANDR requests (e.g.
RRGetOutputInfo), so we must always keep the fake mode information up to
date, rather than doing it lazily in the rrGetInfo hook)

Because we are so bad, most GTK+3 versions treat the output name 'default'
specially, and don't try to use RANDR with it.  But versions 3.21.6 to
3.22.24, don't do this, and get badly confused by a CRTC with size 0x0.

See:
https://bugzilla.gnome.org/show_bug.cgi?id=771033
https://bugzilla.gnome.org/show_bug.cgi?id=780101

Future work: Rather than reporting a single fake CRTC with a mode matching
the entire virtual display, the fake CRTCs we report should match our
'pseudo-xinerama' monitors
2019-06-28 17:44:58 +00:00
..
dri Add meson.build for XWin server (v2) 2017-06-02 09:32:35 -07:00
glx Promote file containing date & time build was configured to top-level 2019-05-02 15:42:58 +00:00
man hw/xwin: Add an option to use alpha channel in multiwindow mode 2019-06-17 21:56:35 +00:00
winclipboard meson: Link with ws2_32 for socket functions on Windows 2019-04-30 20:07:51 +00:00
.gitignore
InitInput.c dix: Remove LegalModifier() 2018-09-28 16:25:17 -04:00
InitOutput.c hw/xwin: Make QueryMonitor() slightly less insane 2019-06-28 17:44:58 +00:00
Makefile.am hw/xwin: Add an option to use alpha channel in multiwindow mode 2019-06-17 21:56:35 +00:00
X.ico
XWin.exe.manifest hw/xwin: Report OS version in log 2015-03-23 16:01:58 +00:00
XWin.rc hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selection 2014-11-09 14:22:35 +00:00
ddraw.h Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
meson.build hw/xwin: Add an option to use alpha channel in multiwindow mode 2019-06-17 21:56:35 +00:00
propertystore.h
system.XWinrc
win.h hw/xwin: Improve performance of -compositewm 2019-06-17 21:56:35 +00:00
winSetAppUserModelID.c hw/xwin: Fix format warnings with debug printing of pointers on 64-bit 2014-10-09 16:31:58 +01:00
winallpriv.c hw/xwin: Remove GC privates, unused since native GDI engine removal 2016-03-09 16:13:47 +00:00
winauth.c os: make MitGenerateCookie() independent of XCSECURITY 2017-08-22 10:59:40 -04:00
winblock.c xwin: remove always true/set XWIN_CLIPBOARD conditional/define 2017-08-22 10:59:41 -04:00
winclipboardinit.c hw/xwin: Add fUseUnicode as parameter to winClipboardProc() 2014-09-13 14:18:30 +01:00
winclipboardwrappers.c hw/xwin: Remove some redundant clipboard externs, now defined in winglobals.h 2014-11-06 12:07:34 +00:00
wincmap.c hw/xwin: printf format fixes for Pixel type 2015-07-07 16:52:53 +01:00
winconfig.c hw/xwin: Tidy-up of winmsg.h 2016-03-09 16:13:54 +00:00
winconfig.h xfree86: Remove Option "TextClockFreq" 2014-09-26 15:27:18 -04:00
wincreatewnd.c hw/xwin: Remove mwextwm mode 2019-05-01 14:06:15 +00:00
wincursor.c xwin: remove always true/set XWIN_MULTIWINDOW conditional/define 2017-08-22 10:59:41 -04:00
windialogs.c xwin: remove always true/set XWIN_MULTIWINDOW conditional/define 2017-08-22 10:59:41 -04:00
windisplay.c hw/xwin: Improve choice of display name used by internal clients 2014-08-29 13:28:00 +01:00
windisplay.h hw/xwin: Improve choice of display name used by internal clients 2014-08-29 13:28:00 +01:00
winengine.c hw/xwin: Remove mwextwm mode 2019-05-01 14:06:15 +00:00
winerror.c xwin: remove always true/set XWIN_CLIPBOARD conditional/define 2017-08-22 10:59:41 -04:00
winglobals.c hw/xwin: Add an option to use alpha channel in multiwindow mode 2019-06-17 21:56:35 +00:00
winglobals.h hw/xwin: Add an option to use alpha channel in multiwindow mode 2019-06-17 21:56:35 +00:00
winkeybd.c hw/xwin: Fix a crash which occurs if focus returns to XWin after xkbcomp has failed 2016-06-28 14:29:03 +01:00
winkeybd.h
winkeyhook.c xwin: remove always true/set XWIN_MULTIWINDOW conditional/define 2017-08-22 10:59:41 -04:00
winkeynames.h hw/xwin: Fix transposed RaiseVolume and LowerVolume scan codes 2019-06-28 17:38:36 +00:00
winlayouts.h hw/xwin: Add the Belgian (Comma) keyboard layout 2019-06-28 17:38:36 +00:00
winmessages.h hw/xwin: Handle WM_MOUSEHWHEEL 2013-07-23 23:59:27 +01:00
winmisc.c xwin: Remove native GDI engine (v2) 2014-10-09 09:27:21 +02:00
winmonitors.c hw/xwin: Make QueryMonitor() slightly less insane 2019-06-28 17:44:58 +00:00
winmonitors.h hw/xwin: Align parameter names in prototypes with definition 2014-03-03 14:31:17 +00:00
winmouse.c hw/xwin: Handle WM_MOUSEHWHEEL 2013-07-23 23:59:27 +01:00
winms.h hw/xwin: Fix for MinGW-w64 DirectDraw headers 2012-11-28 14:44:14 +00:00
winmsg.c hw/xwin: Tidy-up of winmsg.h 2016-03-09 16:13:54 +00:00
winmsg.h hw/xwin: Tidy-up of winmsg.h 2016-03-09 16:13:54 +00:00
winmsgwindow.c hw/xwin: Fix unused variable warning in winCreateMsgWindow() 2014-10-09 16:35:54 +01:00
winmultiwindowclass.c hw/xwin: Fix possible crash in winMultiWindowGetClassHint 2013-07-23 23:59:41 +01:00
winmultiwindowclass.h xwin: Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64 2016-02-29 14:04:19 -05:00
winmultiwindowicons.c xwin: remove always true/set XWIN_MULTIWINDOW conditional/define 2017-08-22 10:59:41 -04:00
winmultiwindowicons.h hw/xwin: xcbify code for converting X11 icon to Win32 icon 2016-04-07 10:30:48 +01:00
winmultiwindowshape.c hw/xwin: Fix format warnings with debug printing of pointers on 64-bit 2014-10-09 16:31:58 +01:00
winmultiwindowwindow.c hw/xwin: Improve performance of -compositewm 2019-06-17 21:56:35 +00:00
winmultiwindowwm.c hw/xwin: A simpleminded attempt at composition 2019-06-17 21:56:35 +00:00
winmultiwindowwndproc.c hw/xwin: Add an option to use alpha channel in multiwindow mode 2019-06-17 21:56:35 +00:00
winos.c hw/xwin: Report OS version in log 2015-03-23 16:01:58 +00:00
winprefs.c xwin: remove always true/set XWIN_MULTIWINDOW conditional/define 2017-08-22 10:59:41 -04:00
winprefs.h hw/xwin: Fix a crash trying to reload window icons when not in multiwindow mode 2016-06-28 14:29:30 +01:00
winprefslex.l hw/xwin: Fix redundant declaration warning in winprefslex.l 2014-10-09 16:35:20 +01:00
winprefsyacc.y hw/xwin: Fix warning in yyerror() 2014-10-09 16:34:48 +01:00
winprocarg.c hw/xwin: Make QueryMonitor() slightly less insane 2019-06-28 17:44:58 +00:00
winrandr.c hw/xwin: Always keep RANDR fake mode information up to date 2019-06-28 17:44:58 +00:00
winresource.h hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selection 2014-11-09 14:22:35 +00:00
winscrinit.c hw/xwin: Improve performance of -compositewm 2019-06-17 21:56:35 +00:00
winshadddnl.c hw/xwin: Push multiwindow wndproc WM_PAINT down into drawing engine 2019-06-17 21:56:35 +00:00
winshadgdi.c hw/xwin: Improve performance of -compositewm 2019-06-17 21:56:35 +00:00
wintaskbar.c hw/xwin: Use Bool type in winShowWindowOnTaskbar() prototype 2016-06-23 14:15:27 +01:00
wintrayicon.c hw/xwin: Remove mwextwm mode 2019-05-01 14:06:15 +00:00
winvalargs.c hw/xwin: A simpleminded attempt at composition 2019-06-17 21:56:35 +00:00
winwakeup.c Remove readmask from screen block/wakeup handler 2016-07-18 15:27:51 -04:00
winwindow.c xwin: Remove native GDI engine (v2) 2014-10-09 09:27:21 +02:00
winwindow.h hw/xwin: A simpleminded attempt at composition 2019-06-17 21:56:35 +00:00
winwndproc.c hw/xwin: Make QueryMonitor() slightly less insane 2019-06-28 17:44:58 +00:00