xserver/hw/xwin
Adam Jackson 454b3a826e hw: Rename boolean config value field from bool to boolean
"bool" conflicts with C++ (meh) and stdbool.h (ngh alright fine). This
is a driver-visible change and will likely break the build for mach64,
but it can be fixed by simply using xf86ReturnOptValBool like every
other driver.

Signed-off-by: Adam Jackson <ajax@redhat.com>
2019-07-22 20:28:27 -04:00
..
dri Add meson.build for XWin server (v2) 2017-06-02 09:32:35 -07:00
glx hw/xwin: Log counts of pixel formats which couldn't be used 2019-07-21 14:44:21 +01: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
XWin.rc
ddraw.h
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
winallpriv.c
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
winclipboardwrappers.c
wincmap.c
winconfig.c hw: Rename boolean config value field from bool to boolean 2019-07-22 20:28:27 -04:00
winconfig.h hw: Rename boolean config value field from bool to boolean 2019-07-22 20:28:27 -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
windisplay.h
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
winmisc.c
winmonitors.c hw/xwin: Make QueryMonitor() slightly less insane 2019-06-28 17:44:58 +00:00
winmonitors.h
winmouse.c
winms.h
winmsg.c
winmsg.h
winmsgwindow.c
winmultiwindowclass.c
winmultiwindowclass.h
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
winmultiwindowwindow.c hw/xwin: Improve performance of -compositewm 2019-06-17 21:56:35 +00:00
winmultiwindowwm.c hw/xwin: Add EWMH properties for describing multiple desktops to the root window 2019-07-21 14:44:26 +01:00
winmultiwindowwndproc.c hw/xwin: Rename WM_WM_MAP{2,3} to WM_WM_MAP_{UN,}MANAGED 2019-07-21 14:44:23 +01:00
winos.c
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
winprefsyacc.y
winprocarg.c hw/xwin: Make QueryMonitor() slightly less insane 2019-06-28 17:44:58 +00:00
winrandr.c hw/xwin: Improve data returned for RANDR queries 2019-06-28 17:44:58 +00:00
winresource.h
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
winwindow.h hw/xwin: Rename WM_WM_MAP{2,3} to WM_WM_MAP_{UN,}MANAGED 2019-07-21 14:44:23 +01:00
winwndproc.c hw/xwin: Respect -notrayicon option on taskbar restart 2019-07-21 14:44:24 +01:00